summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Document my tweaks better.obrien2001-09-021-9/+10
* Introduce a -b option that allows the user to specify which address todd2001-09-012-5/+16
* Fix some unsafe signal handlers, and be careful not to overflow on fd_set.kris2001-09-011-102/+136
* Don't do unsafe activities in the syscall handler.kris2001-09-011-4/+18
* Preserve /etc/hosts.allow and /etc/dhclient.conf during upgrades.jkh2001-08-311-0/+2
* Whoops, forgot a hunk on the previous patch. Fix RTSOL variable handlingjkh2001-08-311-1/+1
* PR: 26187jkh2001-08-311-1/+1
* SECURITY: Drop `setgid kmem' bit as early as possible.ru2001-08-312-0/+2
* mdoc(7) police: minor formatting tweaks.ru2001-08-311-8/+8
* Don't clobber the default for CFLAGS.bde2001-08-311-1/+1
* Attempt to make key behavior more clear.eric2001-08-313-7/+4
* Fixed breakage of NOSHARED worlds in previous commit. -lreadline wasbde2001-08-301-2/+2
* Fix buffer overflow in queue file handling.kris2001-08-301-7/+13
* Unbreak group operations by reverting previous delta which removed thedd2001-08-301-1/+1
* Add a new utility that runs an executable detached from themike2001-08-304-0/+159
* Add forgotten ntp-genkeys directory/Makefile.roberto2001-08-291-0/+15
* Connect the new ntp-genkeys.8 page to the build.sheldonh2001-08-291-1/+1
* Update for the import of 4.1.0.roberto2001-08-297-323/+411
* Update the mdoc NTP documentation transcribed from the HTML documentationsheldonh2001-08-297-2501/+3705
* Back out revision 1.317 -- diskcheckd enabled/disabled fromobrien2001-08-292-4/+0
* Remove `diskcheckd'. It is now in ports/sysutils.obrien2001-08-281-1/+0
* Remove `diskcheckd'. It is now in ports/sysutils.obrien2001-08-283-1062/+0
* o Allow diskcheckd to be enabled/disabled from within sysinstall using therwatson2001-08-282-0/+4
* Fix some small errors and markup nits.cjc2001-08-281-9/+8
* Gives syslogd(8) the ability to refresh its idea of the hostname ofcjc2001-08-271-7/+27
* Some cosmetic changes to sync with OpenBSDbrian2001-08-272-1/+4
* This is not jail(2), or anything else suitable to be referenced with .Fn.dd2001-08-271-2/+2
* Don't make it sound like -A is turning on the default behavior.dd2001-08-271-0/+1
* Send a reset request for every packet received when our encryptionbrian2001-08-271-0/+2
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-275-14/+61
* Handle return values of 0 from NgRecvMsg() properly.brian2001-08-241-2/+2
* Bring in some iostat fixes that bde reminded me about. These fixes wereken2001-08-232-95/+125
* Properly initialize the random number generator in pw_getpass().joerg2001-08-211-0/+1
* o Enable IFF_MULTICAST when first opening the tun device (and keep the flagbrian2001-08-213-11/+11
* Fix a typo in a variable name that made pw(8) coredump when usingjoerg2001-08-211-1/+1
* Handle snprintf() returning < 0 (not just -1)brian2001-08-207-12/+16
* Handle ftp_copycommand() and ftp_copyresult() potentially returning < -1.brian2001-08-201-12/+4
* Handle snprintf() returning -1.brian2001-08-209-54/+62
* Properly change old interface addresses so that their destination isbrian2001-08-201-1/+2
* Add some comments to explain what's going on herebrian2001-08-201-9/+21
* mdoc(7) police: simplify literal display block.ru2001-08-201-2/+4
* The timed protocol is not implemented in a compatible way by all vendors;kris2001-08-202-7/+23
* Pass the username we just made to pwd_mkdb so that the latter doesn'tdd2001-08-201-3/+4
* When attempting to change the default route, don't write the gatewaybrian2001-08-201-7/+26
* Capitalize the first word in sentences, and put periods at the end ofdd2001-08-201-3/+3
* Add some casts.brian2001-08-192-3/+3
* Add a missing % in a format string.brian2001-08-191-1/+1
* Avoid a compiler warningbrian2001-08-191-0/+2
* Fix ISA machines. Also, make it possible for the new pccardd to runimp2001-08-191-40/+61
* Silence non-constant format string warnings by marking functionskris2001-08-191-1/+1
OpenPOWER on IntegriCloud