aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove bogus file locking in main().David Nugent1999-01-081-13/+1
* close doc race.Jordan K. Hubbard1999-01-082-16/+32
* Don't use the next phone number after the ``|'' if theBrian Somers1999-01-081-1/+2
* Adapt sysinstall more fully to the alpha (deal with proper boot signatures,Jordan K. Hubbard1999-01-0814-20/+122
* Remove some remaining references to LKM's. Snaps were trying to unpackPeter Wemm1999-01-067-16/+7
* Change my mind on using base '0' for strtol for -i and -# operationsWarner Losh1999-01-061-3/+3
* Add sanity checking to argument for -# and -i. Require theseWarner Losh1999-01-061-4/+8
* Typo: The idle timer is ignored in -ddial and -dedicatedBrian Somers1999-01-062-4/+4
* Don't warn when ``add xxxx HISADDR'' fails because HISADDRBrian Somers1999-01-061-3/+4
* Make machtime() function unsigned long instead of long.Daniel O'Callaghan1999-01-051-5/+5
* -Clarification of last commit-Bill Fumerola1999-01-041-1/+1
* Style cleanups.Dag-Erling Smørgrav1999-01-021-42/+33
* Read in /boot contents at runtime. Assumes /boot/boot1 on alpha (whichJordan K. Hubbard1999-01-022-10/+78
* Let's make sure we're at the end of the password string before we apply a \0Bill Fumerola1999-01-021-2/+2
* Enable source file locking in pwd_mkdb by including the proper letterBill Fumerola1999-01-011-3/+3
* Make periodic(8) and the security mailings reflect the full FQDN, as opposedBill Fumerola1999-01-011-2/+2
* Fixed overflow in 1K-blocks to disk-blocks conversions. Use quadBruce Evans1999-01-011-4/+6
* Fixed a missing library and a style bug in LDADD. Static linkage was broken.Bruce Evans1999-01-011-1/+4
* Fixed a missing library and style bugs in LDADD. Static linkage was broken.Bruce Evans1999-01-011-3/+5
* Reconnect pcvt hooks..Peter Wemm1999-01-011-1/+2
* Part 4 of pcvt/voxware revival: pcvt userlandPeter Wemm1999-01-01104-0/+18316
* Part 4 of pcvt/voxware revival: pcvt userlandPeter Wemm1999-01-012-0/+16
* document PKG_DBDIRDavid E. O'Brien1998-12-311-0/+13
* change wording slightly to match other pkg_*.1David E. O'Brien1998-12-311-2/+2
* spppcontrol already lives in /sbinPoul-Henning Kamp1998-12-301-2/+1
* Ensure a terminating null when processing hostname strings fromChris Timmons1998-12-291-4/+7
* Directories aren't executable.Tim Vanderhoek1998-12-291-2/+2
* Misplaced comma.Tim Vanderhoek1998-12-291-2/+2
* Accept "!*" as a valid all-programs tag line as documented.Chris Timmons1998-12-291-2/+2
* Here is a patch to make mountd work.Doug Rabson1998-12-291-21/+21
* Put the i4b stuff under the `i386 only' section until someone fixes upGary Palmer1998-12-281-2/+2
* Back out rev. 1.42 and 1.43. Apply Graham Wheeler's signal handling patch.Dag-Erling Smørgrav1998-12-281-73/+115
* Block SIGHUP during call to gethostbyaddr().Chris Timmons1998-12-281-1/+6
* Initial entry of ISDN4BSD into the FreeBSD tree.Poul-Henning Kamp1998-12-2794-1/+26456
* Update sppp support to i4b level. This includes the new spppcontrolPoul-Henning Kamp1998-12-271-1/+2
* follow up to:Poul-Henning Kamp1998-12-27107-18313/+1
* Fix the spelling of `FreeBSD'.Joerg Wunsch1998-12-271-2/+2
* Remove previous cast again - it triggers a compiler bug on the AlphaJordan K. Hubbard1998-12-252-4/+4
* The largest PID is now 99999Peter Wemm1998-12-231-2/+2
* Collapse the "get" code substantially by combining common functions.Jordan K. Hubbard1998-12-2213-151/+91
* Fixed typo done, thanks!Foxfair Hu1998-12-201-3/+3
* Add an option for insecure mode, in which rwhod does not discard packetsDag-Erling Smørgrav1998-12-172-4/+16
* Don't return stack-based data. This may have causedBrian Somers1998-12-171-2/+2
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-1610-54/+310
* Old stuff lying around a source tree:Peter Wemm1998-12-162-5/+11
* Free memory from getmode.Warner Losh1998-12-161-1/+2
* Remove signal mask prior to calling execMatthew Dillon1998-12-151-1/+2
* Fix a rather bad latency problem (uncovered by the recent timer commit).Brian Somers1998-12-151-2/+2
* Add pt_tcplisten.c functionality, fix a few minor bugsMatthew Dillon1998-12-157-11/+234
* Rather than interrupting 10 times per second then checkingBrian Somers1998-12-143-49/+46