aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2000-07-07Add in my fix for 2.4.x kernels so /proc/mounts will not have uselessandersen2-0/+66
2000-07-07Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn'tandersen5-3006/+4
2000-07-07Added in Matt Kraai.andersen1-1/+3
2000-07-07Fix a dependancy bug for the docs.andersen1-3/+2
2000-07-07Naming fixandersen2-6/+6
2000-07-07Recognize Matt's poweroff fix.andersen1-3/+6
2000-07-07Fix for bug #1003 -- BusyBox should now poweroff when asked toandersen2-2/+2
2000-07-07Web page update from Matt Kraai <kraai@alumni.carnegiemellon.edu>andersen1-2/+2
2000-07-07This patch finishes the cleanup of all the commands. It also cleans upandersen1-1683/+1042
2000-07-07Yet another busybox documentation update from Matt Kraai <kraai@alumni.carneg...andersen1-662/+415
2000-07-06Update 'make release' to remove all the .#filename filesandersen1-0/+5
2000-07-06Turned some stuff into features that really are features, not apps.andersen7-23/+28
2000-07-06Fix doc building so the dependancies work properly.andersen1-28/+29
2000-07-06* Fixed tar creation support when reading from stdin ('tar -cf - . ')andersen3-0/+6
2000-07-06Fixed backspace and delete so they work properly again -- brokenandersen3-4/+7
2000-07-06More doc patches from Matt Kraai <kraai@alumni.carnegiemellon.edu>.andersen1-1327/+793
2000-07-06Remove leftovers of block_device, which disapperared aroundandersen3-7/+0
2000-07-06Change order.andersen2-4/+4
2000-07-06Added (fixed) the '-n' option to fbset. Renumbered the command parameters toandersen2-40/+50
2000-07-06setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, butandersen1-3/+3
2000-07-06Remove some warning with glibc.andersen2-2/+2
2000-07-06Comment on kill.c change.andersen1-0/+3
2000-07-06Reorganized signal names for better architecture support -- patchandersen2-92/+60
2000-07-06DocBook documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu>andersen1-562/+394
2000-07-06Had an extra tcsetpgrp.andersen3-12/+0
2000-07-06a few minor cleanups.andersen9-9/+14
2000-07-06Remove MAXNAMLEN and use BUFSIZ instead.andersen2-2/+2
2000-07-05Remove misguided klude around for 2.4.x-test* brokenness. Al Viroandersen5-25/+0
2000-07-05* Fix to tr so it recognizes standard escape sequences. Merged commonandersen7-66/+63
2000-07-05Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> toandersen2-30/+30
2000-07-04Some cosmetic updates. Changed "OPTIONS" to "Options".andersen8-11/+11
2000-07-04More doc updatesandersen2-851/+688
2000-07-04A first pass at integrating the SGML docs into the Makefile.andersen4-333/+279
2000-07-04* Fix to init.c from Stuart Menefy <Stuart.Menefy@st.com> so thatandersen2-0/+2
2000-07-04Fixed a potential infinite loop. First delete any chars after theandersen2-2/+20
2000-07-03sh fixes from Marius Groeger <mag@sysgo.de>andersen4-37/+202
2000-07-03Added support for ignoring '-g' per GNU ls, thanks to David Vrabelandersen3-0/+6
2000-06-29Added support for being a login shell, so things like '-su' or '-sh' (stuffandersen3-0/+17
2000-06-28Fixed comment.markw2-4/+4
2000-06-28Added support for reading from stdin with '-' as file name arg.markw2-2/+2
2000-06-28Yanked out the cstring_alloc() and cstring_lineFromFile() functions frommarkw8-117/+34
2000-06-28Brand, spankin', new grep that uses libc regex routines instead of themarkw2-200/+310
2000-06-28Moved some function decls, a struct, and a #define from regexp.h into here.markw1-3/+18
2000-06-28Removed some function decls (regex, regcomp, etc.) and put them in regexp.cmarkw1-18/+0
2000-06-28Better cross libc support.andersen5-7/+3
2000-06-28Forgot -- targeted the wrong release.andersen1-1/+1
2000-06-28* Fixed a _horrible_ bug where 'tar -tvf' could unlinkandersen6-63/+177
2000-06-28Updates for the .debandersen2-7/+18
2000-06-28= minor formatting issuesbeppu2-42/+40
2000-06-28+ busybox --install [-s]beppu3-20/+78