aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* disklabel will dump core if you give it too few numbers to processPaul Traina1994-09-262-8/+20
* Fix one more _PATH_UNIX.Garrett Wollman1994-09-241-2/+2
* Get rid of _PATH_UNIX completely; use getbootfile(3) instead.Garrett Wollman1994-09-242-21/+19
* Document more MIB variables.Garrett Wollman1994-09-231-2/+8
* Add two new flags:Garrett Wollman1994-09-222-9/+29
* Automatically load NFS and a bevy of other filesystems.Garrett Wollman1994-09-2223-28/+269
* Automatically load filesystem if not present in system and loadable.Garrett Wollman1994-09-221-1/+11
* Use getvfs* functions to map between VFS types and names.Garrett Wollman1994-09-224-8/+40
* Correction for new sysctl interfaceAndrey A. Chernov1994-09-191-4/+4
* rewritted to use sysctl, no more /var/run/.adjkerntz nowAndrey A. Chernov1994-09-193-39/+26
* Added support for MSDOS file systems.Doug Rabson1994-09-191-0/+1
* Added mount_msdos.Doug Rabson1994-09-1910-3/+981
* bugfix: change gidset[] type from int to gid_tAndrey A. Chernov1994-09-192-4/+4
* Various fixes:David Greenman1994-09-182-6/+22
* Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, andGarrett Wollman1994-09-161-4/+0
* Don't exit early if the device is not character special or if theBruce Evans1994-09-152-8/+22
* Missing 'break' after setting interface route flag was causing interfacePaul Traina1994-09-151-0/+1
* Fixed a bug where mount_nfs would core-dump if used with IP# directly.Poul-Henning Kamp1994-09-151-9/+10
* Add ip_mroute_mod, if NOLKM is not defined.Garrett Wollman1994-09-141-0/+4
* Makefile to generate the ip_mroute_mod.o LKM. After talking this overGarrett Wollman1994-09-141-0/+9
* Fixed slattach to do flags ioctl via network device rather than tty.David Greenman1994-09-141-2/+34
* Add fdisk to SUBDIR.Jordan K. Hubbard1994-09-131-1/+1
* Woops, last patch was by Wolfgang Solfrank.David Greenman1994-09-093-3/+3
* Two fixes from the NetBSD group (Charles Hannum):David Greenman1994-09-096-21/+45
* Fix endian bug introduced at Berkeley during the Net2->4.4-lite transition.Paul Traina1994-09-081-8/+12
* Get rid of the need for the readonly mandatory option - set readonlyDavid Greenman1994-09-071-4/+6
* Fix punctuation.Bruce Evans1994-09-052-2/+2
* What cretin named both a global and a function "reboot"? GlobalJordan K. Hubbard1994-08-281-3/+3
* Bring in my changes from the 1.1 init.bsdi which causes a reboot (was aNate Williams1994-08-272-2/+24
* Added comcontrol ...this thing *really* should be renamed.David Greenman1994-08-261-1/+1
* Set fs_clean.David Greenman1994-08-261-0/+1
* Once again, slattach sources ported from 1.1.5 with fixes.Rich Murphey1994-08-233-172/+122
* Slattach ported from 1.1.5 plus Bruce Evans suggested fix (closeRich Murphey1994-08-233-120/+511
* Nuked the 2 second DTR wait; this is handled correctly in the sio driver.David Greenman1994-08-231-1/+0
* adjkerntz addedAndrey A. Chernov1994-08-221-1/+1
* Better support for clean bit: prompt the user to fix it if it's wrongDavid Greenman1994-08-216-6/+30
* Install aliases "fasthalt" and "fastboot" for halt and boot respectively.David Greenman1994-08-213-3/+18
* fastboot is no longer - don't install it.David Greenman1994-08-211-1/+1
* Added a "clean" field to the output - to show the state of the clean flag.David Greenman1994-08-201-2/+2
* Added filesystem clean bit support. This only affects fsck during aDavid Greenman1994-08-209-6/+84
* Killed explicit OS specification.David Greenman1994-08-191-2/+2
* Kill explicit OS specification.David Greenman1994-08-191-2/+2
* NetBSD -> FreeBSDDavid Greenman1994-08-191-2/+2
* netbsd -> kernel, NetBSD -> FreeBSDDavid Greenman1994-08-192-5/+5
* Terry Lambert's loadable kernel module support - modload & modunloadDavid Greenman1994-08-199-2/+744
* `init' needs crypt() for insecure consoles.Garrett Wollman1994-08-151-1/+1
* Make keywords.h get properly built.Jordan K. Hubbard1994-08-141-1/+1
* Use nulls to pad proctitle rather than spaces...makes ps(1) output moreDavid Greenman1994-08-111-1/+1
* Suppress irritating extra newline after kern.boottime.Garrett Wollman1994-08-081-1/+1
* Added support for setting the per-interface MTU.David Greenman1994-08-082-8/+34