aboutsummaryrefslogtreecommitdiff
path: root/mtab.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-07-10Function name cleanup.Eric Andersen3-123/+135
2000-07-10From Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen6-20/+54
2000-07-10Patch from Matt Kraai <kraai@alumni.carnegiemellon.edu>:Eric Andersen2-4/+8
2000-07-10Applied patch from Matt Kraai as per his email:Mark Whitley2-4/+8
2000-07-09More portability updates. Now compiles cleanly vs glibc, libc5, and uclibcEric Andersen14-12/+34
2000-07-09include getopt.hEric Andersen2-2/+2
2000-07-09Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) +Eric Andersen1-1/+1
2000-07-09The build depends were too strict. I depended on on debhelper (>= 2.0.80)Eric Andersen1-1/+1
2000-07-08Argh. More cross libc cleanup. Should be ok now...Eric Andersen5-49/+66
2000-07-08More cleanup on umountEric Andersen2-10/+34
2000-07-08Update files to reduce dependance on kernel version...Eric Andersen23-87/+184
2000-07-08Add in tinynetEric Andersen1-0/+1
2000-07-08Doc updates to remove sfdisk.Eric Andersen2-118/+3
2000-07-07Better description of the BB_FEATURE_USE_DEVPS_PATCH option.Eric Andersen1-6/+12
2000-07-07Add in my fix for 2.4.x kernels so /proc/mounts will not have uselessEric Andersen2-0/+66
2000-07-07Removed sfdisk from BusyBox. It was buggy, fat, and we really couldn'tEric Andersen5-3006/+4
2000-07-07Added in Matt Kraai.Eric Andersen1-1/+3
2000-07-07Fix a dependancy bug for the docs.Eric Andersen1-3/+2
2000-07-07Naming fixEric Andersen2-6/+6
2000-07-07Recognize Matt's poweroff fix.Eric Andersen1-3/+6
2000-07-07Fix for bug #1003 -- BusyBox should now poweroff when asked toEric Andersen2-2/+2
2000-07-07Web page update from Matt Kraai <kraai@alumni.carnegiemellon.edu>Eric Andersen1-2/+2
2000-07-07This patch finishes the cleanup of all the commands. It also cleans upEric Andersen1-1683/+1042
2000-07-07Yet another busybox documentation update from Matt Kraai <kraai@alumni.carneg...Eric Andersen1-662/+415
2000-07-06Update 'make release' to remove all the .#filename filesEric Andersen1-0/+5
2000-07-06Turned some stuff into features that really are features, not apps.Eric Andersen7-23/+28
2000-07-06Fix doc building so the dependancies work properly.Eric Andersen1-28/+29
2000-07-06* Fixed tar creation support when reading from stdin ('tar -cf - . ')Eric Andersen3-0/+6
2000-07-06Fixed backspace and delete so they work properly again -- brokenEric Andersen3-4/+7
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