aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Try and stop config(8) from freaking out due to unnecessary paranoiaPeter Wemm2001-01-041-13/+2
* Catch up with rev 1.19 of vnconfig.c .Sheldon Hearn2001-01-031-1/+4
* Fix typo: s/memberhip/membership/Peter Wemm2001-01-021-1/+1
* Minor layout fixes.Ben Smithurst2001-01-011-0/+4
* Check that the hostname field in received packets is NUL-terminated.Ben Smithurst2001-01-011-0/+7
* If the first argument doesn't start with '-' assume that it is anWarner Losh2000-12-312-4/+14
* Imply -c when -S is specified, so 'vnconfig -s reserve -S 4 vn1' configures theMatthew Dillon2000-12-311-0/+2
* Use macro API to <sys/queue.h>Poul-Henning Kamp2000-12-303-16/+16
* update to the current set of mnt_, ufs_ and nfs_ flagsAssar Westerlund2000-12-302-21/+67
* Use the MACRO API to <sys/queue.h>.Poul-Henning Kamp2000-12-301-4/+4
* Change open modes from ">$file" to "> $file" because it's much safer shouldPaul Richards2000-12-301-2/+2
* Log the ``MPPE: MasterKey is invalid...'' message as a CCPBrian Somers2000-12-291-1/+1
* Convert from CIRCLEQ to TAILQ.Poul-Henning Kamp2000-12-292-46/+44
* Convert to use the <sys/queue.h> macros rather than fiddling with the queueBen Smithurst2000-12-294-13/+11
* mdoc(7) police: get rid of hard sentence breaks, add missing .El, etc.Ruslan Ermilov2000-12-291-7/+11
* Fix the broken options that were in the development version I committed by mi...Paul Richards2000-12-281-1/+2
* * Fix a segfault when timed(8) receives a packet with a bad tsp_type.Ben Smithurst2000-12-281-2/+17
* Bring the man page up to date with the current version of the script.Paul Richards2000-12-281-3/+25
* Add pkg_update, which can replace currently installed ports with new versionsPaul Richards2000-12-284-1/+276
* Retire kernfs (userland part).Dag-Erling Smørgrav2000-12-281-1/+4
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-2773-423/+294
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-272-134/+204
* Update to match the progress interface on blank command.Søren Schmidt2000-12-261-1/+16
* Fix output of -v option.Toshihiko ARAI2000-12-241-0/+1
* Clean up the source directory finding code, and in the process fix aJosef Karthauser2000-12-241-16/+24
* Ensure that received packets are at least as long as the rwho packetIan Dowse2000-12-221-4/+10
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-3/+4
* If no device is specified, check the CDROM environment variable beforeDag-Erling Smørgrav2000-12-181-0/+4
* mdoc(7) police: document IPv6 options in the SYNOPSIS.Ruslan Ermilov2000-12-181-1/+1
* Make the comment generated in /etc/pw.conf match realityDoug Barton2000-12-181-1/+1
* * Fix a long line that I introduced in the last commitDoug Barton2000-12-171-2/+3
* Use one of the TMPDIR env variable or _PATH_TMP instead of hardcodingJosef Karthauser2000-12-171-1/+3
* Avoid potential problems with the existance of a shadow obj directoryJosef Karthauser2000-12-171-1/+1
* Clarify an ambiguous 'else' introduced by a recent commit.Josef Karthauser2000-12-171-2/+2
* o check strdup() return valuesJosef Karthauser2000-12-171-23/+30
* Hopefully the last patch in a series to try and teach crunchgen toJosef Karthauser2000-12-171-38/+62
* IPv6 support for syslogd.Hajimu UMEMOTO2000-12-163-145/+419
* IPv6 support for lpr.Hajimu UMEMOTO2000-12-165-142/+303
* Fix an informational message a little and properly check status of a yes/noJordan K. Hubbard2000-12-163-9/+7
* Use dialog_noyes() for UTC selection; uses No as default answer now.Jordan K. Hubbard2000-12-161-1/+1
* Don't do raw device 'r' mangling.Poul-Henning Kamp2000-12-151-24/+4
* Add a missing dot.Ruslan Ermilov2000-12-152-2/+2
* Correct the documented default behaviour of mschap, mschap81 and MPPE.Brian Somers2000-12-152-6/+6
* Add better IP, netmask and gateway checks.Eivind Eklund2000-12-141-14/+92
* mdoc(7) police: added missing .Os call.Ruslan Ermilov2000-12-1410-4/+11
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-1418-26/+27
* Mdoc(7)ify.Ruslan Ermilov2000-12-142-22/+45
* Adapt sysinstall to use the new msgNoYes() function which assumesJordan K. Hubbard2000-12-1416-45/+91
* o Check return of strdup() for NULL, abort if so.Robert Watson2000-12-141-1/+4
* getopt interface is defined in <unistd.h> so use that in preference to externs.Warner Losh2000-12-111-4/+1