summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Cast block number to off_t to avoid possible overflow bugs.jwd2000-10-241-1/+1
* The write combining code in revision 1.30 needs a few additionaljwd2000-10-241-12/+25
* Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long)gallatin2000-10-231-2/+2
* Work much harder at obtaining a correct device node. If what devname(3)des2000-10-171-31/+89
* Implement simple write combining for newfs - this is particularly usefulpeter2000-10-171-0/+37
* Pre-IFS commit. Commit IFS-aware fsck and mount utilities.adrian2000-10-1410-302/+37
* Allow for IP_FW_ADD to be used in getsockopt(2) incarnation asru2000-10-121-3/+3
* Reset globals for every new command read from preprocessed file.ru2000-10-111-12/+14
* Only interpret the last command line argument as a file toru2000-10-112-5/+7
* We want the FreeBSD ID as the RCS ID, not the NetBSD one.obrien2000-10-101-4/+3
* Fixed breakage of CFLAGS and misplacement of $FreeBSD$ in previous commit.bde2000-10-101-2/+1
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-103-1/+6
* .. fsck wrappers aftercommit #1: I don't know how these files got lost,adrian2000-10-092-0/+467
* Reviewed by: rwatson, bpadrian2000-10-0927-8134/+1010
* Reviewed by: rwatson, bpadrian2000-10-091-0/+1
* .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forgetadrian2000-10-092-2/+2
* Some missed magic in the fsck wrapper commit which is required by otheradrian2000-10-096-1264/+1384
* Reviewed by: rwatson, bpadrian2000-10-0917-359/+327
* Don't overflow our fd_set. This is not a full sync with KAME because therekris2000-10-081-9/+11
* Format string fix.kris2000-10-063-3/+3
* Convert this Makefile to the usual style.ru2000-10-061-3/+3
* Document the latest firewall knobs.ru2000-10-062-32/+91
* Respect the protocol when looking the port up by service name.ru2000-10-041-15/+22
* Do not force argument to ``ipid'' modifier be in hex, andru2000-10-031-9/+11
* Fixed the printing of TCP flags.ru2000-10-031-1/+1
* Add new fields for more granularity:billf2000-10-021-6/+169
* - Documented the host/bits syntax for destination argument.ru2000-09-291-3/+13
* Interpret the address argument as network-type address for `destination'ru2000-09-291-13/+12
* Fixed the case where argument of 0.0.0.0/8 would match the default route.ru2000-09-291-4/+4
* Document that net.inet.ip.fw.one_pass only affects dummynet(4).ru2000-09-291-3/+5
* Remove superfluous code:des2000-09-281-78/+29
* Add 'setupstate' to RAID-10 example.grog2000-09-231-2/+7
* Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from theken2000-09-171-0/+2
* Turn dkcksum() into an __inline function.phk2000-09-167-120/+5
* Improve the clarification of the handling of the securelevel.sheldonh2000-09-131-6/+2
* Fix sign extension.mjacob2000-09-121-1/+1
* Clarify the handling of the securelevel.sheldonh2000-09-121-8/+13
* Fix comment to match previous commit, as per bde.des2000-09-071-1/+1
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-1/+1
* Don't warn about unknown mount types, since they most likely simply meandes2000-09-061-3/+1
* /modules -> /boot/kernelache2000-09-061-2/+2
* Bring LDADD in line with DPADD.grog2000-09-061-1/+1
* I'm not sure what changed to cause this, but using 'dirname' as a variablepeter2000-09-031-8/+8
* Clean up now that setproctitle() is in libc.grog2000-09-033-3/+1
* Don't use libutil now that setproctitle() is in libcbrian2000-09-022-3/+0
* Correct typo.grog2000-08-292-2/+2
* No more hunting around for ipnat.conf(5) man page.n_hibma2000-08-281-0/+1
* Explain the notion that additional mount options may be describedsheldonh2000-08-282-12/+22
* Mount DEVFS with no options.phk2000-08-261-1/+1
* - When adjusting the end of a partition to lie on a cylinder boundary, don'tjhb2000-08-242-92/+188
OpenPOWER on IntegriCloud