summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Work around a memory fault on ia64 caused by having the 1MB buffer onmarcel2002-05-271-1/+16
* Respect -q with "add" and "delete". Document who respects -q.ru2002-05-252-31/+36
* Convert mount_ext2fs(8) to nmount(2).mux2002-05-241-15/+18
* Don't err(3) (and exit prematurely) when a sysctl's object size hasalfred2002-05-241-9/+16
* Add a nextboot script to make it easier to control the loader nextbootgordon2002-05-242-0/+59
* Convert mount_unionfs(8) to nmount.mux2002-05-241-10/+24
* Make mount_nullfs(8) use nmount(2) rather than mount(2) nowmux2002-05-231-5/+15
* Allow prefix/prefixlen syntax for IPv6 to have consistencyume2002-05-211-15/+22
* Have RTF_HOST for /128 destionation.ume2002-05-211-4/+9
* Spread the word of PowerPC.benno2002-05-212-2/+2
* Try to guess prefixlen for guessable cases.ume2002-05-201-0/+33
* Turn nfsiod into a vfs loader and sysctl wrapper that controls the numberpeter2002-05-192-89/+47
* Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 asrwatson2002-05-1921-6442/+0
* Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.jmallett2002-05-172-2/+1
* - Further replacing of UM_* macros with the appropriate function call. Iarr2002-05-171-43/+38
* - Replace UM_* macros by replacing them with the appropriate functionarr2002-05-178-50/+50
* Don't install scriptdump which is written in Perl. This isume2002-05-161-1/+1
* more file system > filesystemtrhodes2002-05-1669-487/+488
* Use fgetln to remove the static limit on the length of lines iniedowse2002-05-141-14/+15
* Match prototypes to functions over in fsck_ffs.phk2002-05-141-3/+3
* Style.ru2002-05-131-3/+4
* Remove unneeded include.phk2002-05-131-1/+0
* Removed now unused INTERNALSTATICLIB.ru2002-05-134-8/+0
* Handle symbolic names for common ethernet types (ip, arp etc.)luigi2002-05-131-19/+85
* UFS2 preparation commit:phk2002-05-128-221/+27
* Sigh, more BBSIZE related breakage.phk2002-05-126-0/+6
* Main functional change is the implementation of matching of MAC headerluigi2002-05-121-745/+706
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-126-20/+4
* s/demon/daemon/dd2002-05-121-1/+1
* Fix a typo : ".Xr mount_udf 8," -> ".Xr mount_udf 8 ,".mux2002-05-111-1/+1
* Reword the ``alias'' description slightly. We must specify a non-conflictingbrian2002-05-111-2/+3
* unbreak build: include string.h for strcmp prototype.alfred2002-05-111-0/+1
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-2/+3
* Don't forget to null-terminate string we got from sysctl (f.e. in 'A' format).ache2002-05-081-1/+1
* 'file system' > filesystemtrhodes2002-05-061-12/+18
* Address a few minor style and consistency issues in revision 1.32.iedowse2002-05-061-23/+15
* Make argument to printf match format.marcel2002-05-061-1/+1
* Fix a couple of problems which could cause panics at runtime:luigi2002-05-051-51/+56
* Fix the fallback to mount(2) with RELENG_4 kernels and -CURRENTmux2002-05-051-2/+23
* - revert back to vmcore.#fenner2002-05-053-109/+271
* Restore the minfree functionality into savecore. This patchmux2002-05-041-7/+80
* Swap the order of mount and nmount calls. We now call nmountmux2002-05-021-14/+14
* Set the permissions on restored symbolic links.iedowse2002-05-021-1/+19
* Minor bug fixes uncovered while working on UFS2.mckusick2002-05-022-2/+2
* Make this compile and not segfault on ia64. ptr = strdup("foo"); ispeter2002-05-011-3/+4
* Add a hack so that fdisk(8) can initialize an ia64 disk. There ispeter2002-05-011-0/+10
* Enlighten those who read the FINE POINTS of the documentation a bitcjc2002-05-011-3/+14
* Add partition type for IBM's JFS.grog2002-04-281-0/+1
* Rename the file used to specify the nextboot to make it clear that thiswes2002-04-261-1/+1
* Add a -k option to reboot to specify the kernel to boot next timewes2002-04-262-5/+34
OpenPOWER on IntegriCloud