aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
2005-11-26change the interface of libbb/compare_string_array (unsigned short to int), u...vodz3-7/+7
2005-11-26more use const for interface of libbb/compare_string_array, example usage for...vodz3-11/+7
2005-11-25more use libbb/bb_msg_read_errorvodz1-1/+1
2005-11-24reduce bssvodz1-1/+5
2005-11-23Update to modprobe usage from Yann E. Morinlandley1-4/+60
2005-11-22Can't store a pointer in an int on 64 bit platforms.landley1-1/+1
2005-11-22Move interface.c to networking directory since it's only used by ifconfig.landley3-2/+1
2005-11-20Support # comments after s/// option list.landley1-32/+14
2005-11-15Quote the user we pass to addgroup so funky chars are preserved. Fix by drag...vapier1-1/+1
2005-11-15Yann Morin's modprobe multiple options patch. There's more work to be done,landley2-22/+186
2005-11-12My last change to this file broke tar x. Sigh. (Trying to make sure we worklandley1-4/+5
2005-11-12I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.landley1-1/+1
2005-11-10telnetd -b (bind to specific address) support from Iuri Gomes Diniz.landley2-1/+10
2005-11-10Ok, I've converted the contents of the "testing/sed" directory into a landley23-276/+109
2005-11-09change osbolete sigpause() to sigsuspend()vodz1-3/+3
2005-11-08Patch from Tomasz Mateja: don't try to CWD to a _filename_, just send the fulllandley1-19/+2
2005-11-07It was a bit out of date.landley1-10/+18
2005-11-07Fix the test suite so that individual *.tests files can be run alalandley8-71/+66
2005-11-06Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn't needed with anylandley1-1/+0
2005-11-04Size I zapped the bb_close() error, might as well make a TODO item.landley1-1/+13
2005-11-04Fix bug 424: doing full_read breaks things like cat which should return alandley1-1/+1
2005-11-04When cp ran out of space it didn't return a nonzero error code. Fixes bug 493.landley1-57/+27
2005-11-04It's no longer a temporary location. Smooth out the text a bit.landley1-5/+5
2005-11-03point to the official linksandersen1-2/+2
2005-11-03Announce 1.1.0-pre1 already. Erik, please move links to the downloads directorylandley2-5/+16
2005-11-01Fix cp /dev/null filename, and a few in-passing cleanups.landley2-84/+46
2005-10-31We've got fuser, fix some typos, and move Vodz's comment about UTF8 intolandley1-7/+25
2005-10-30\0 is a synonym for &. Our own "make allbaseconfig" breaks without this.landley1-2/+2
2005-10-29add ZyXEL to the shame listvapier1-0/+2
2005-10-29fix <p> and <a> tagsvapier1-2/+2
2005-10-29update doctype and add a charset encodingvapier1-2/+2
2005-10-28- add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.aldot5-0/+68
2005-10-28updatevodz1-0/+2
2005-10-28Please don't use if(asprintf(&t)<0) free(t); Use concat_subpath_file() for sc...vodz1-34/+21
2005-10-28bb_opt_complementally for rdate applet. Add losed record to util-linux/Makefi...vodz2-4/+4
2005-10-28New applet, fuser, from Tony J. White. (Needs some cleanup.)landley5-0/+409
2005-10-28- move GETXXKEY_R_FUNC into an internal helper file to allow for compilingaldot2-46/+154
2005-10-28- remove warning about "'static' is not at beginning of declaration".aldot1-2/+2
2005-10-28Rob Sullivan sent in some cleanups, which I beat on slightly.landley5-160/+43
2005-10-27Add a switch_root utility (like kconfig's utils/run_init.c, although notlandley4-0/+149
2005-10-27Somebody suggested this, but I've forgotten who.landley1-1/+2
2005-10-27Add --no-same-owner and --no-same-permissions options to tar.landley3-42/+65
2005-10-27- Matthias Wenzel writes:aldot1-15/+5
2005-10-27- correct boilerplatealdot1-2/+2
2005-10-27Reference for new patch feature we'll need to be compatible with...landley1-1/+4
2005-10-26 * uniq.c: remove unneeded include and use short boilerplate.aldot8-53/+24
2005-10-25Update the TODO list to reflect stuff we've already done.landley1-31/+18
2005-10-25Shaun Jackman noted that limits.h defines path_max and isn't included fromlandley1-0/+1
2005-10-25Two changes. One from Shaun Jackman makes libbb/interface.c compile only iflandley1-1/+1
2005-10-21- fix bug to avoid aliasing busybox' main to zcip_main in IMA mode.aldot1-0/+3