summaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-103-1/+6
* .. fsck wrappers aftercommit #1: I don't know how these files got lost,Adrian Chadd2000-10-092-0/+467
* Reviewed by: rwatson, bpAdrian Chadd2000-10-0927-8134/+1010
* Reviewed by: rwatson, bpAdrian Chadd2000-10-091-0/+1
* .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forgetAdrian Chadd2000-10-092-2/+2
* Some missed magic in the fsck wrapper commit which is required by otherAdrian Chadd2000-10-096-1264/+1384
* Reviewed by: rwatson, bpAdrian Chadd2000-10-0917-359/+327
* Don't overflow our fd_set. This is not a full sync with KAME because thereKris Kennaway2000-10-081-9/+11
* Format string fix.Kris Kennaway2000-10-063-3/+3
* Convert this Makefile to the usual style.Ruslan Ermilov2000-10-061-3/+3
* Document the latest firewall knobs.Ruslan Ermilov2000-10-062-32/+91
* Respect the protocol when looking the port up by service name.Ruslan Ermilov2000-10-041-15/+22
* Do not force argument to ``ipid'' modifier be in hex, andRuslan Ermilov2000-10-031-9/+11
* Fixed the printing of TCP flags.Ruslan Ermilov2000-10-031-1/+1
* Add new fields for more granularity:Bill Fumerola2000-10-021-6/+169
* - Documented the host/bits syntax for destination argument.Ruslan Ermilov2000-09-291-3/+13
* Interpret the address argument as network-type address for `destination'Ruslan Ermilov2000-09-291-13/+12
* Fixed the case where argument of 0.0.0.0/8 would match the default route.Ruslan Ermilov2000-09-291-4/+4
* Document that net.inet.ip.fw.one_pass only affects dummynet(4).Ruslan Ermilov2000-09-291-3/+5
* Remove superfluous code:Dag-Erling Smørgrav2000-09-281-78/+29
* Add 'setupstate' to RAID-10 example.Greg Lehey2000-09-231-2/+7
* Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from theKenneth D. Merry2000-09-171-0/+2
* Turn dkcksum() into an __inline function.Poul-Henning Kamp2000-09-167-120/+5
* Improve the clarification of the handling of the securelevel.Sheldon Hearn2000-09-131-6/+2
* Fix sign extension.Matt Jacob2000-09-121-1/+1
* Clarify the handling of the securelevel.Sheldon Hearn2000-09-121-8/+13
* Fix comment to match previous commit, as per bde.Dag-Erling Smørgrav2000-09-071-1/+1
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-1/+1
* Don't warn about unknown mount types, since they most likely simply meanDag-Erling Smørgrav2000-09-061-3/+1
* /modules -> /boot/kernelAndrey A. Chernov2000-09-061-2/+2
* Bring LDADD in line with DPADD.Greg Lehey2000-09-061-1/+1
* I'm not sure what changed to cause this, but using 'dirname' as a variablePeter Wemm2000-09-031-8/+8
* Clean up now that setproctitle() is in libc.Greg Lehey2000-09-033-3/+1
* Don't use libutil now that setproctitle() is in libcBrian Somers2000-09-022-3/+0
* Correct typo.Greg Lehey2000-08-292-2/+2
* No more hunting around for ipnat.conf(5) man page.Nick Hibma2000-08-281-0/+1
* Explain the notion that additional mount options may be describedSheldon Hearn2000-08-282-12/+22
* Mount DEVFS with no options.Poul-Henning Kamp2000-08-261-1/+1
* - When adjusting the end of a partition to lie on a cylinder boundary, don'tJohn Baldwin2000-08-242-92/+188
* Only print information about reads and writes when the -v flag (forSheldon Hearn2000-08-232-12/+16
* optreset is declared in unistd.h, so we don't need to declare it here again.Warner Losh2000-08-161-2/+0
* optreset is declared in unistd.h now.Warner Losh2000-08-163-3/+0
* Remove redundant code left over on removal of /dev/rXXX handlingRobert Nordier2000-08-151-2/+0
* Partially revert r1.12, in which a warnx() if the device is not aRobert Nordier2000-08-151-1/+1
* Explain why adding ``options NFSKERB'' breaks the kernel build.Sheldon Hearn2000-08-112-0/+6
* Add text from NetBSD's rev 1.12 which should have accompaniedSheldon Hearn2000-08-111-0/+22
* Add $FreeBSD$.Sheldon Hearn2000-08-111-0/+2
* Resolve conflicts.Sheldon Hearn2000-08-104-4/+9
|\
| * Import routed-2.22.vendor/SGI/vjs_20000806Sheldon Hearn2000-08-104-9/+16
* | Fix an order-of-operations bug and properly shift page_control values forKelly Yancey2000-08-101-6/+8