summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Changed setflags() to set_flags(). This fixes part of the world breakagebde2000-01-281-3/+3
* Fix return value check for inet_pton().sumikawa2000-01-251-1/+1
* Now that kernel is capable of notifying user processes aboutru2000-01-251-8/+6
* Fix various man pages to stop abusing the .Bx macro to generatempp2000-01-238-12/+12
* Do some intptr_t casting for alpha.mjacob2000-01-212-8/+8
* Specify the system directory for which we put in our include pathmjacob2000-01-211-1/+3
* If a directory on the command line doesn't exist, warn about itjdp2000-01-211-2/+2
* Brucify:billf2000-01-202-8/+16
* Fix insecure tempfile handlingkris2000-01-161-8/+4
* use XPT_GDEV_STATS- XPT_GDEV_TYPE was deprecated a while backmjacob2000-01-161-12/+12
* Handle GetResponse errors correctly.mks2000-01-151-5/+17
* This is another in Martin Blapp's N-series of mount-related cleanups :)green2000-01-152-6/+12
* More style fixes, both to code and man page.bp2000-01-152-60/+69
* Add '-t X' which times out after pinging for X seconds.billf2000-01-142-4/+18
* Adjust paths after repository copy.bde2000-01-142-2/+2
* Move sbin/i386/{mount_msdos,comcontrol} back to sbin, they are notpeter2000-01-1410-874/+3
* Removed yet another vestige of the ft driver.bde2000-01-141-7/+0
* Thresh-out the nfs manual page references a bitdillon2000-01-133-1/+5
* Unremoved used include of <sys/stat.h> (don't depend on pollution inbde2000-01-121-1/+1
* Backed out removal of vendor id and gratuitous change of tmpfile prefixbde2000-01-112-2/+4
* Fix the use of an uninitialized variable in the previous commit.peter2000-01-103-6/+6
* Add `.Nm rrestore' to NAME section.phantom2000-01-101-1/+2
* Add `.Nm fastboot' and `.Nm fasthalt' to NAME section.phantom2000-01-101-3/+4
* Add `.Nm rdump' to NAME section.phantom2000-01-101-1/+2
* 10 X's for mktemp(). This seems to be free from race conditions.kris2000-01-102-2/+2
* 10 X's for mkstemp(), and don't redefine _PATH_TMPkris2000-01-104-8/+6
* - Style/bde changes.peter2000-01-103-96/+114
* - Forgot to nuke hotroot completely.peter2000-01-103-3/+3
* Add Latin2 conversion tableache2000-01-086-3/+177
* Allow #-comments in conversion table fileache2000-01-0812-57/+189
* Merge bug fix from KAME repository.shin2000-01-081-7/+0
* Some code cleanup based on the ideas from submitter.bp2000-01-081-24/+16
* Support per-flow queueing in dummynet.luigi2000-01-082-296/+531
* Don't try to include ipsec support if we are building for the installmsmith2000-01-071-2/+7
* Document a waring that tunefs(8) emits when enabling/disablingphantom2000-01-071-0/+19
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-0613-5/+3309
* Add chown(8)-like functionality. This will allow us to not use chown(8)obrien2000-01-062-6/+98
* make_devices(): Create devices with permissions 640, not 740.grog2000-01-051-10/+10
* Cast myminor/mymajor results to u_int somjacob2000-01-051-1/+2
* Refreshed the silly copy of <sys/disklabel.h>. The old copy wasbde2000-01-052-320/+638
* Describe 'move' function.grog2000-01-051-14/+79
* Change parameters of some declarations.grog2000-01-051-3/+4
* makedev: Give all devices permissions 740.grog2000-01-051-57/+25
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-90/+168
* Explicitly type large scalar parameters to avoid compilation warningsgrog2000-01-051-10/+132
* The dumpon sysctl only accept cdevs thse days.phk2000-01-041-2/+3
* Remove -g compiler flag.marcel2000-01-031-1/+1
* Make fsck(8) do a MNT_RELOAD after cleaning for all read-only mountedpeter1999-12-307-113/+189
* - do not dereference a null pointer.ru1999-12-291-2/+10
* Small bug fix and improvementsshin1999-12-281-2/+8
OpenPOWER on IntegriCloud