index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-07-25
ash: dont allow e.g. exec <&10 to attach to stript's fd!
Denis Vlasenko
2008-07-24
*: conversion to config parser
Denis Vlasenko
2008-07-24
ash: prevent exec NN>&- from closing fd used for script reading
Denis Vlasenko
2008-07-24
ash: fix a bug where redirection fds were not closed afterwards.
Denis Vlasenko
2008-07-24
ash: teach ash about 123>file. It could take only 0..9 before
Denis Vlasenko
2008-07-24
ash: ducument where "no fds > 9 in redirects" limitation is.
Denis Vlasenko
2008-07-24
ash: ditch dupredirect(), it was only making code harder to read.
Denis Vlasenko
2008-07-24
ash: explain redirect code a bit
Denis Vlasenko
2008-07-24
ash: code shrink
Denis Vlasenko
2008-07-23
s/othervise/otherwise/g
Denis Vlasenko
2008-07-23
lpd: extend help text
Denis Vlasenko
2008-07-22
inetd: do not trash errno in signal handlers;
Denis Vlasenko
2008-07-22
another overlapping_strcpy
Denis Vlasenko
2008-07-22
fix all cases of strcpy on overlapping strings.
Denis Vlasenko
2008-07-22
fix trivial build warning
Denis Vlasenko
2008-07-22
lpd,lpr: send/receive ACKs after filenames, not only after file bodies.
Denis Vlasenko
2008-07-22
- strip implied proto and superfluous "www." domain part.
Bernhard Reutner-Fischer
2008-07-22
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-22
chown: do not use static data
Denis Vlasenko
2008-07-22
cut: stop using static data. This alone removed ~70 bytes of code.
Denis Vlasenko
2008-07-22
cal: remove lone static data variable. -4 bytes. coreutils
Denis Vlasenko
2008-07-22
- unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXP
Bernhard Reutner-Fischer
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
whitespace fixes, no code changed
Denis Vlasenko
2008-07-21
- commentary typo fix
Bernhard Reutner-Fischer
2008-07-21
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-21
- fix spelling
Bernhard Reutner-Fischer
2008-07-21
- s/super.block/superblock/g; # for consistency; -1b
Bernhard Reutner-Fischer
2008-07-21
- remove superfluous forward declaration
Bernhard Reutner-Fischer
2008-07-21
- document -f
Bernhard Reutner-Fischer
2008-07-21
- commentary typo fix
Bernhard Reutner-Fischer
2008-07-21
- no obj-code changes. Fix indentation, use existing defines.
Bernhard Reutner-Fischer
2008-07-21
telnet: shrink
Denis Vlasenko
2008-07-21
help text: test --help doesnt print it (by design),
Denis Vlasenko
2008-07-20
httpd: add Hopedir directive specially for
Denis Vlasenko
2008-07-20
msh: fix "while...continue" bug 3884.
Denis Vlasenko
2008-07-20
build system: clean more files on make clean/make mrproper
Denis Vlasenko
2008-07-20
udhcp: use libbb for config file parsing (by Vladimir)
Denis Vlasenko
2008-07-20
libbb/parse_config.c: fix small buglet (by Vladimir)
Denis Vlasenko
2008-07-20
dnsd,sestatus: use libbb to parse config file (by Vladimir)
Denis Vlasenko
2008-07-20
man: fix breakage: must not die on lines with < 2 tokens
Denis Vlasenko
2008-07-20
mn: use libbb for config parsing (by Vladimir)
Denis Vlasenko
2008-07-20
tar: fix handling of tarballs with symlinks with size field != 0
Denis Vlasenko
2008-07-20
libbb: fix print_flags() [fix somehow is only in 1.11.1?)
Denis Vlasenko
2008-07-20
libbb: fixes to config_read() by maintainer
Denis Vlasenko
2008-07-19
libbb: config_read() update
Denis Vlasenko
2008-07-19
mount: support nfs mount option nordiplus.
Denis Vlasenko
2008-07-19
libbb: updated config_parse() from Vladimir
Denis Vlasenko
2008-07-19
test: fix parser to prefer binop over unop, as coreutils does.
Denis Vlasenko
2008-07-18
printf: do not print garbage on "%Ld". closes bug 4214.
Denis Vlasenko
[next]