aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Quiet some overly chatty debug output, do some minor cleanups toJordan K. Hubbard1999-08-212-17/+19
* MAXLINE not MAX_CMDLINEMatthew N. Dodd1999-08-201-1/+1
* Fix some cut and paste damage.Matthew N. Dodd1999-08-202-3/+3
* What the heck was I thinking? Nobody else saw this? Sheesh.Matthew N. Dodd1999-08-203-8/+14
* o Add the -foreground switch. This switch behaves like -background exceptBrian Somers1999-08-1916-285/+358
* Use el_source() so we pick up .editrcMatthew N. Dodd1999-08-193-2/+5
* Add support for command line editing and history.Matthew N. Dodd1999-08-197-47/+126
* Mention ``alias enable no'', not ``alias enable off''.Brian Somers1999-08-182-4/+4
* Fix a bunch of broken cross-referencesChris Costello1999-08-186-12/+12
* Implement a minimum idle time value as an optional second argumentBrian Somers1999-08-176-26/+79
* Set the close-on-exec flag for all unused descriptors whenBrian Somers1999-08-174-35/+35
* Add support for the serial version of Interlink VersaPad.Kazutaka YOKOTA1999-08-172-3/+116
* The sysinstall man page menetions that it was due to be replacedMike Pritchard1999-08-172-14/+12
* Added "include" feature to pccard.conf to put the default pccard.confTatsumi Hosokawa1999-08-172-9/+59
* Make hostname comparisons case insensitiveBrian Somers1999-08-171-4/+5
* Fix some bad references.Chris Costello1999-08-161-2/+2
* Document -i, -k, and -K options.Kazutaka YOKOTA1999-08-161-2/+12
* Various man page cleanup:Mike Pritchard1999-08-1533-197/+224
* Bad reference vidcontrol(4) -> vidcontrol(1)Chris Costello1999-08-141-2/+2
* Bad reference getsockname(8) -> getsockname(2)Chris Costello1999-08-141-2/+2
* Change to continue process after calling `Get Resume TImer' APMMitsuru IWASAKI1999-08-141-2/+2
* Bad reference of su(8) changed to su(1).Chris Costello1999-08-141-3/+3
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-117-16/+22
* Christen a BUGS section for an explanation of the impact of DaylightSheldon Hearn1999-08-111-1/+13
* If we receive an IPCP protocol reject, bring it down.Brian Somers1999-08-101-1/+8
* Some floppy related commands (fdformat, fdwrite, fdcontrol) need not beMatt Jacob1999-08-101-4/+4
* Back out the last patch. I'm too tired to apply patches.Brian Somers1999-08-091-6/+2
* Remove CLOCAL when we're not in -dedicated mode.Brian Somers1999-08-091-3/+7
* Change printf formats %q[du] -> %ll[du]Brian Somers1999-08-093-13/+13
* Insist that ppp.conf and it's parent directories aren't `other'Brian Somers1999-08-091-2/+5
* Add support for picking up ttys with sysctl(kern.ttys).Poul-Henning Kamp1999-08-081-62/+12
* Silence a warning about uninitialized variables.Brian Somers1999-08-081-2/+2
* Don't includei 4b support on the alphaBrian Somers1999-08-081-2/+2
* Don't log_Printf(..., buf) in case buf contains %sBrian Somers1999-08-081-7/+7
* Re-enable play-nice-with-DHCP option now that bpf is the defaultJordan K. Hubbard1999-08-071-3/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-0623-175/+683
* updating isdn4bsd to beta version 0.83Hellmuth Michaelis1999-08-0621-126/+344
* Fixed printf format errors. One of them fixes the garbage output forBruce Evans1999-08-061-5/+5
* Typo police. 'Acknowledgement' is spelled correctly so it was left untouched.Doug White1999-08-061-2/+2
* If the clock is put back, ensure that we don't end up dividing byBrian Somers1999-08-061-1/+10
* Add a local distribution under the "costum distribution" menu.Søren Schmidt1999-08-054-5/+11
* Make the newfs parameters a global option.Poul-Henning Kamp1999-08-057-9/+18
* - ignore the user-supplied umask, set it to 0022 by defaultRuslan Ermilov1999-08-051-5/+9
* o Obsolete the undocumented ``set weight'' command.Brian Somers1999-08-0515-352/+514
* Stay on the serial console if installed that way.Jordan K. Hubbard1999-08-052-2/+6
* Reorganise ppp's usage to avoid some mandoc limitations.Brian Somers1999-08-032-248/+200
* Mention that ospf is a possible filter protocol.Brian Somers1999-08-023-7/+9
* Remove accidental 8bit character in error message.Stefan Eßer1999-08-021-5/+21
* Fix typo and use Fx macro instead of literal FreeBSD.Stefan Eßer1999-08-021-3/+4
* Use err[x]/warn[x] and improve error reportingBrian Somers1999-08-021-23/+25