.. |
Config.in
|
7d219aab70
build system overhaul
|
18 years ago |
Kbuild
|
4a64c33443
about.html: update maintainer name
|
18 years ago |
README
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
ask_confirmation.c
|
5d8843e451
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
|
18 years ago |
bb_askpass.c
|
ab24e18c7a
passwd: rework:
|
18 years ago |
bb_do_delay.c
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 years ago |
bb_pwd.c
|
9a44c4f91c
bb_xget[pw/gr]nam were horribly misnamed - fixed.
|
18 years ago |
bb_strtonum.c
|
666da5e2c6
merge post-1.3.0 fixes
|
18 years ago |
change_identity.c
|
6ae8079e2d
login: re-enable Ctrl-^C before execing shell.
|
18 years ago |
chomp.c
|
067e3f031a
wget: fix error message.
|
18 years ago |
compare_string_array.c
|
5af906e7c8
rename: compare_string_array -> index_in_str_array
|
18 years ago |
concat_path_file.c
|
5c7596058d
ls: cleanup part 1
|
18 years ago |
concat_subpath_file.c
|
5dd7ef0f37
chattr: bugfixes and size reduction
|
18 years ago |
copy_file.c
|
f7996f3b70
Trailing whitespace removal over entire tree
|
18 years ago |
copyfd.c
|
f7996f3b70
Trailing whitespace removal over entire tree
|
18 years ago |
correct_password.c
|
bf66fbc8e2
introduce LONE_CHAR (optimized strcmp with one-char string)
|
18 years ago |
crc32.c
|
9213a9e0f2
whitespace cleanup
|
18 years ago |
create_icmp6_socket.c
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 years ago |
create_icmp_socket.c
|
534374755d
Cleaup read() and write() variants, plus a couple of new functions like
|
18 years ago |
default_error_retval.c
|
40920825d5
rename bb_default_error_retval -> xfunc_error_retval
|
18 years ago |
device_open.c
|
7cea262273
small stupid changes. no code changes
|
18 years ago |
dump.c
|
bf0a201008
style fixes
|
18 years ago |
error_msg.c
|
3538b9a882
Implement optional syslog logging using ordinary
|
18 years ago |
error_msg_and_die.c
|
9b1381fd2f
convert calloc to xzalloc
|
18 years ago |
execable.c
|
12f5676cce
execable: no need to check getenv for NULL, it works anyway.
|
18 years ago |
fclose_nonstdin.c
|
d398ecab9d
hunt down improper include <>, make mkswap output 4Gb+ friendly
|
18 years ago |
fflush_stdout_and_exit.c
|
9b1381fd2f
convert calloc to xzalloc
|
18 years ago |
fgets_str.c
|
ddec5af6b0
rename functions to more understandable names
|
18 years ago |
find_mount_point.c
|
c6ce8733dd
cut 0.5k off mkfs.minix
|
18 years ago |
find_pid_by_name.c
|
459e4d6cf7
replace /proc scanning code by more versatile one.
|
18 years ago |
find_root_device.c
|
bf0a201008
style fixes
|
18 years ago |
full_write.c
|
3b8ff68ec8
dd: fix bugs: always assumed conv=sync, died on write errors
|
18 years ago |
get_console.c
|
a959588b80
Yet another silly little byte saving. couldn't -> cannot
|
18 years ago |
get_last_path_component.c
|
421d9e5941
- move buffer allocation schemes to libbb.h
|
19 years ago |
get_line_from_file.c
|
ef44d9d9f2
sed,get_line_from_file: improve comments
|
18 years ago |
getopt32.c
|
f7996f3b70
Trailing whitespace removal over entire tree
|
18 years ago |
herror_msg.c
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 years ago |
herror_msg_and_die.c
|
9b1381fd2f
convert calloc to xzalloc
|
18 years ago |
human_readable.c
|
dca0b707c0
reshuffle libbb.h contents so that order of decls makes sense
|
18 years ago |
inet_common.c
|
b95636c52f
remove casts from xmalloc()
|
18 years ago |
info_msg.c
|
3da6aa878a
adding files missed in prev updates (forgot about svn add)
|
18 years ago |
inode_hash.c
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 years ago |
isdirectory.c
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 years ago |
kernel_version.c
|
cf70433173
modprobe: reformat to match bbox style
|
18 years ago |
last_char_is.c
|
6a1d661036
diff: fix -q exit code
|
18 years ago |
llist.c
|
c8400a2162
wget: wget $'-\207' ... should not be allowed to work. ever. :)
|
18 years ago |
login.c
|
6ae8079e2d
login: re-enable Ctrl-^C before execing shell.
|
18 years ago |
loop.c
|
4ebaf10742
strdup -> xstrdup
|
18 years ago |
make_directory.c
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
makedev.c
|
2ea630f9a5
bb_makedev: fix for glibc 2.3.2
|
18 years ago |
md5.c
|
966ec7c067
#if CONFIG_xxx -> #if ENABLE_xxx
|
18 years ago |
messages.c
|
3a34d0c08a
random small size optimizations
|
18 years ago |
mode_string.c
|
5d8843e451
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
|
18 years ago |
mtab.c
|
f1a6c6b362
erase_mtab: do not limit ourself to 40 mtab entries
|
18 years ago |
mtab_file.c
|
d031ffa623
tar: sanitize option handling
|
18 years ago |
obscure.c
|
ab24e18c7a
passwd: rework:
|
18 years ago |
parse_mode.c
|
5d8843e451
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
|
18 years ago |
perror_msg.c
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 years ago |
perror_msg_and_die.c
|
9b1381fd2f
convert calloc to xzalloc
|
18 years ago |
perror_nomsg.c
|
666da5e2c6
merge post-1.3.0 fixes
|
18 years ago |
perror_nomsg_and_die.c
|
666da5e2c6
merge post-1.3.0 fixes
|
18 years ago |
process_escape_sequence.c
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 years ago |
procps.c
|
2405ad659e
ls: use get_cached_username/groupname
|
18 years ago |
pw_encrypt.c
|
002526481e
passwd: small size optimization. salt generation improved
|
18 years ago |
read.c
|
3a34d0c08a
random small size optimizations
|
18 years ago |
recursive_action.c
|
f7996f3b70
Trailing whitespace removal over entire tree
|
18 years ago |
remove_file.c
|
89f0b3486d
rodata cleanup. "unable to" == "cannot". -300 bytes
|
18 years ago |
restricted_shell.c
|
15b213ef5a
su: make /etc/shells check configurable
|
18 years ago |
run_shell.c
|
797b4d210d
run_shell.c: style fix
|
18 years ago |
safe_strncpy.c
|
de59c0f58f
httpd: add -u user[:grp] support
|
18 years ago |
safe_write.c
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 years ago |
setup_environment.c
|
fe54458e46
runit/chpst: "change process state" utility
|
18 years ago |
sha1.c
|
bf0a201008
style fixes
|
18 years ago |
simplify_path.c
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
skip_whitespace.c
|
0de9375ee6
leftover of e2fsck surgery
|
18 years ago |
speed_table.c
|
8437ede6c2
The type changed too.
|
18 years ago |
trim.c
|
b1629b1b2a
- remove emacs layout block as suggested by Robert P.J. Day
|
18 years ago |
u_signal_names.c
|
2a813e20e2
fix recognitions of -SIGname signals
|
18 years ago |
uuencode.c
|
21afc7dc29
uuencode: common implementation for wget and uuencode (closing bug 694)
|
18 years ago |
vdprintf.c
|
e338dd95b4
accumulated post-1.4.0 fixes
|
18 years ago |
verror_msg.c
|
8f8f268cfd
bb_applet_name -> applet_name
|
18 years ago |
vfork_daemon_rexec.c
|
9af7c9d6b6
openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code
|
18 years ago |
vherror_msg.c
|
b5f50ea344
- small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy.
|
18 years ago |
vinfo_msg.c
|
b5f50ea344
- small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy.
|
18 years ago |
vperror_msg.c
|
b5f50ea344
- small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy.
|
18 years ago |
warn_ignoring_args.c
|
d398ecab9d
hunt down improper include <>, make mkswap output 4Gb+ friendly
|
18 years ago |
wfopen.c
|
ddec5af6b0
rename functions to more understandable names
|
18 years ago |
wfopen_input.c
|
9f739445cd
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
|
18 years ago |
xatonum.c
|
a597aaddfa
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
|
18 years ago |
xatonum_template.c
|
a597aaddfa
s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
|
18 years ago |
xconnect.c
|
2418288cac
small fixes to ipv6 infrastructure
|
18 years ago |
xfuncs.c
|
e3d83aafb4
fix erroneous lowercasing by bb_hexdigits_upcase[i] | 0x10
|
18 years ago |
xgetcwd.c
|
c290563319
remove unneeded #includes, fix indentation
|
18 years ago |
xgethostbyname.c
|
5e618ff439
xgethostbyname: more readable
|
18 years ago |
xgethostbyname2.c
|
5d8843e451
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
|
18 years ago |
xreadlink.c
|
e338dd95b4
accumulated post-1.4.0 fixes
|
18 years ago |
xregcomp.c
|
e865e81d34
less: stop dying on bad regexps, quietly pipe data w/o
|
18 years ago |