summaryrefslogtreecommitdiff
path: root/init/init.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-07-06More doc patches from Matt Kraai <kraai@alumni.carnegiemellon.edu>.Eric Andersen1-1327/+793
2000-07-06Remove leftovers of block_device, which disapperared aroundEric Andersen3-7/+0
2000-07-06Change order.Eric Andersen2-4/+4
2000-07-06Added (fixed) the '-n' option to fbset. Renumbered the command parameters toEric Andersen2-40/+50
2000-07-06setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, butEric Andersen1-3/+3
2000-07-06Remove some warning with glibc.Eric Andersen2-2/+2
2000-07-06Comment on kill.c change.Eric Andersen1-0/+3
2000-07-06Reorganized signal names for better architecture support -- patchEric Andersen2-92/+60
2000-07-06DocBook documentation update from Matt Kraai <kraai@alumni.carnegiemellon.edu>Eric Andersen1-562/+394
2000-07-06Had an extra tcsetpgrp.Eric Andersen3-12/+0
2000-07-06a few minor cleanups.Eric Andersen9-9/+14
2000-07-06Remove MAXNAMLEN and use BUFSIZ instead.Eric Andersen2-2/+2
2000-07-05Remove misguided klude around for 2.4.x-test* brokenness. Al ViroEric Andersen5-25/+0
2000-07-05* Fix to tr so it recognizes standard escape sequences. Merged commonEric Andersen7-66/+63
2000-07-05Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu> toEric Andersen2-30/+30
2000-07-04Some cosmetic updates. Changed "OPTIONS" to "Options".Eric Andersen8-11/+11
2000-07-04More doc updatesEric Andersen2-851/+688
2000-07-04A first pass at integrating the SGML docs into the Makefile.Eric Andersen4-333/+279
2000-07-04* Fix to init.c from Stuart Menefy <Stuart.Menefy@st.com> so thatEric Andersen2-0/+2
2000-07-04Fixed a potential infinite loop. First delete any chars after theEric Andersen2-2/+20
2000-07-03sh fixes from Marius Groeger <mag@sysgo.de>Eric Andersen4-37/+202
2000-07-03Added support for ignoring '-g' per GNU ls, thanks to David VrabelEric Andersen3-0/+6
2000-06-29Added support for being a login shell, so things like '-su' or '-sh' (stuffEric Andersen3-0/+17
2000-06-28Fixed comment.Mark Whitley2-4/+4
2000-06-28Added support for reading from stdin with '-' as file name arg.Mark Whitley2-2/+2
2000-06-28Yanked out the cstring_alloc() and cstring_lineFromFile() functions fromMark Whitley8-117/+34
2000-06-28Brand, spankin', new grep that uses libc regex routines instead of theMark Whitley2-200/+310
2000-06-28Moved some function decls, a struct, and a #define from regexp.h into here.Mark Whitley1-3/+18
2000-06-28Removed some function decls (regex, regcomp, etc.) and put them in regexp.cMark Whitley1-18/+0
2000-06-28Better cross libc support.Eric Andersen5-7/+3
2000-06-28Forgot -- targeted the wrong release.Eric Andersen1-1/+1
2000-06-28* Fixed a _horrible_ bug where 'tar -tvf' could unlinkEric Andersen6-63/+177
2000-06-28Updates for the .debEric Andersen2-7/+18
2000-06-28= minor formatting issuesJohn Beppu2-42/+40
2000-06-28+ busybox --install [-s]John Beppu3-20/+78
2000-06-27Remove stuff now moved into the bug tracking system.Eric Andersen1-61/+0
2000-06-27+ s/int install_links/static int install_links/John Beppu2-2/+2
2000-06-27This kernel patch is no longer needed, with the change I made to initEric Andersen1-77/+0
2000-06-27+ littering my code w/ comments about what troubles me.John Beppu2-2/+12
2000-06-27+ busybox --install [-s]John Beppu3-0/+153