aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* ANSIfy a few prototypes, thus fixing a few warnings.Giorgos Keramidas2002-06-091-5/+5
* Don't have -prefixlen 128 on host routes.Hajimu UMEMOTO2002-06-081-8/+5
* Use a larger data type to prevent counters wrapping so quickly.Matthew N. Dodd2002-06-071-2/+2
* Sync this up with changes made in v1.8 of sys/netatm/atm_if.hMatthew N. Dodd2002-06-071-0/+4
* Remove the old nextboot from Whistler. AFAIK this hasn't been useable inGordon Tetlow2002-06-063-326/+0
* s/daddr_t/ufs_daddr_t/gPoul-Henning Kamp2002-06-063-19/+19
* Unhook the old nextboot(8) from the build. If no one yells too loudly, thisGordon Tetlow2002-06-061-2/+1
* Add 'utility' in a place that it was missing.Giorgos Keramidas2002-06-051-1/+1
* Oops, unbreak parsing of the `type' field in getasciilabel(). I hadIan Dowse2002-06-052-2/+6
* Fix spelling nit in error message.Gordon Tetlow2002-06-051-1/+1
* Fix breakage caused by allocating the I/O buffer. There was aMarcel Moolenaar2002-06-021-2/+5
* Avoid construction which results in label at end of block.Garrett Wollman2002-05-301-2/+6
* Fix syntax errors (labels with no statement).Garrett Wollman2002-05-301-4/+4
* mdoc(7) police: nits.Ruslan Ermilov2002-05-301-4/+4
* mdoc(7) police: tidy up the markup and some wording.Ruslan Ermilov2002-05-301-105/+126
* correct comment (replace i386 with __i386__)Alfred Perlstein2002-05-302-4/+4
* Fix typos (s/IP6FILREWALL_VERBOSE/IPV6FIREWALL_VERBOSE/, s/netinet/netinet6/).Jun Kuriyama2002-05-301-4/+4
* Fix some serious brain damage in the default block/frag/cpg parametersIan Dowse2002-05-302-18/+14
* Split out the code for parsing the partition specification linesIan Dowse2002-05-302-258/+268
* mdoc(7) police: markup nits.Ruslan Ermilov2002-05-291-1/+1
* mdoc(7) police: nits.Ruslan Ermilov2002-05-291-8/+21
* mdoc(7) police: nits.Ruslan Ermilov2002-05-295-10/+16
* mdoc(7) police: nits.Ruslan Ermilov2002-05-291-1/+2
* mdoc(7) police: tidy up the markup.Ruslan Ermilov2002-05-291-12/+35
* Correct the file that reboot -k creates so that it works with the newGordon Tetlow2002-05-281-0/+1
* Work around a memory fault on ia64 caused by having the 1MB buffer onMarcel Moolenaar2002-05-271-1/+16
* Respect -q with "add" and "delete". Document who respects -q.Ruslan Ermilov2002-05-252-31/+36
* Convert mount_ext2fs(8) to nmount(2).Maxime Henrion2002-05-241-15/+18
* Don't err(3) (and exit prematurely) when a sysctl's object size hasAlfred Perlstein2002-05-241-9/+16
* Add a nextboot script to make it easier to control the loader nextbootGordon Tetlow2002-05-242-0/+59
* Convert mount_unionfs(8) to nmount.Maxime Henrion2002-05-241-10/+24
* Make mount_nullfs(8) use nmount(2) rather than mount(2) nowMaxime Henrion2002-05-231-5/+15
* Allow prefix/prefixlen syntax for IPv6 to have consistencyHajimu UMEMOTO2002-05-211-15/+22
* Have RTF_HOST for /128 destionation.Hajimu UMEMOTO2002-05-211-4/+9
* Spread the word of PowerPC.Benno Rice2002-05-212-2/+2
* Try to guess prefixlen for guessable cases.Hajimu UMEMOTO2002-05-201-0/+33
* Turn nfsiod into a vfs loader and sysctl wrapper that controls the numberPeter Wemm2002-05-192-89/+47
* Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 asRobert Watson2002-05-1921-6442/+0
* Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h.Juli Mallett2002-05-172-2/+1
* - Further replacing of UM_* macros with the appropriate function call. IAndrew R. Reiter2002-05-171-43/+38
* - Replace UM_* macros by replacing them with the appropriate functionAndrew R. Reiter2002-05-178-50/+50
* Don't install scriptdump which is written in Perl. This isHajimu UMEMOTO2002-05-161-1/+1
* more file system > filesystemTom Rhodes2002-05-1669-487/+488
* Use fgetln to remove the static limit on the length of lines inIan Dowse2002-05-141-14/+15
* Match prototypes to functions over in fsck_ffs.Poul-Henning Kamp2002-05-141-3/+3
* Style.Ruslan Ermilov2002-05-131-3/+4
* Remove unneeded include.Poul-Henning Kamp2002-05-131-1/+0
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-134-8/+0
* Handle symbolic names for common ethernet types (ip, arp etc.)Luigi Rizzo2002-05-131-19/+85
* UFS2 preparation commit:Poul-Henning Kamp2002-05-128-221/+27