summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.ru2000-12-2773-423/+294
|
* Prepare for mdoc(7)NG.ru2000-12-272-134/+204
|
* Update to match the progress interface on blank command.sos2000-12-261-1/+16
|
* Fix output of -v option.toshi2000-12-241-0/+1
|
* Clean up the source directory finding code, and in the process fix ajoe2000-12-241-16/+24
| | | | problem that occurs when a program's source isn't found.
* Ensure that received packets are at least as long as the rwho packetiedowse2000-12-221-4/+10
| | | | | | | | | | | | | header before trying to process them. Without this sanity check, rwhod can attempt to byte-swap all of memory when a short packet is received, and so dies with a SIGBUS. While I'm here, change two other syslog messages to be more informative: use dotted quad rather than hex notation for IP addresses, and include the source IP in the 'bad from port' message. PR: bin/14844 Reviewed by: dwmalone
* Prepare for mdoc(7)NG.ru2000-12-181-3/+4
|
* If no device is specified, check the CDROM environment variable beforedes2000-12-181-0/+4
| | | | picking the default device.
* mdoc(7) police: document IPv6 options in the SYNOPSIS.ru2000-12-181-1/+1
|
* Make the comment generated in /etc/pw.conf match realitydougb2000-12-181-1/+1
| | | | | PR: misc/23451 Submitted by: Ben Rosengart, ben@narcissus.net
* * Fix a long line that I introduced in the last commitdougb2000-12-171-2/+3
| | | | | * Backslash escape non-alphanumeric chars in the login name so that perl doesn't choke on things like '$'.
* Use one of the TMPDIR env variable or _PATH_TMP instead of hardcodingjoe2000-12-171-1/+3
| | | | | | /tmp. Submitted by: jedgar
* Avoid potential problems with the existance of a shadow obj directoryjoe2000-12-171-1/+1
| | | | confusing the 'make -f tmpfile' in the tmpfile, by creating it in /tmp.
* Clarify an ambiguous 'else' introduced by a recent commit.joe2000-12-171-2/+2
|
* o check strdup() return valuesjoe2000-12-171-23/+30
| | | | | | | | | | o strcpy() -> strlcpy() o sprintf() -> snprintf() o mktemp() -> mkstemp() o use err() instead of errx() in out_of_memory() function since errno will probably be set Submitted by: jedgar
* Hopefully the last patch in a series to try and teach crunchgen tojoe2000-12-171-38/+62
| | | | | handle MAKEOBJDIRPREFIX better, in conjunction with the -o and -p flags.
* IPv6 support for syslogd.ume2000-12-163-145/+419
| | | | | Reviewed by: freebsd-current Obtained from: NetBSD
* IPv6 support for lpr.ume2000-12-165-142/+303
| | | | | Reviewed by: freebsd-current (no objection) Obtained from: KAME
* Fix an informational message a little and properly check status of a yes/nojkh2000-12-163-9/+7
| | | | question which I bollicked up in my previous commit.
* Use dialog_noyes() for UTC selection; uses No as default answer now.jkh2000-12-161-1/+1
|
* Don't do raw device 'r' mangling.phk2000-12-151-24/+4
| | | | | | Try to use vn%d.ctl for setup and control if possible. This paves the way for a DEVFS/cloning vn driver.
* Add a missing dot.ru2000-12-152-2/+2
|
* Correct the documented default behaviour of mschap, mschap81 and MPPE.brian2000-12-152-6/+6
| | | | Pointed out by: Mark Knight <markk@knigma.org>
* Add better IP, netmask and gateway checks.eivind2000-12-141-14/+92
| | | | | | | | - IP addresses are verified as being correct dotted quad format. - Netmasks are verified as being in correct dotted quad or 0x* format, and being consecutive 1 bits followed by consecutive 0 bits. - The gateway is verified as being correct dotted quad format and being reachable through the configured IP address and netmask.
* mdoc(7) police: added missing .Os call.ru2000-12-1410-4/+11
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-1418-26/+27
|
* Mdoc(7)ify.ru2000-12-142-22/+45
|
* Adapt sysinstall to use the new msgNoYes() function which assumesjkh2000-12-1416-45/+91
| | | | | | no as a default. Sysinstall should be both less dangerous and less annoying as a result of this change, though that's just my opinion (since they're the defaults which annoy ME the least :).
* o Check return of strdup() for NULL, abort if so.rwatson2000-12-141-1/+4
| | | | Submitted by: jedgar
* getopt interface is defined in <unistd.h> so use that in preference to externs.imp2000-12-111-4/+1
|
* Add a workaround in the EXAMPLE section for booting diskless SPARC/SunOSwilko2000-12-111-0/+8
| | | | | | Xkernel machines. Might save people some hair pulling.. Submitted by: rene@tcja.nl
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-1120-20/+20
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* mdoc(7) cosmetics.ru2000-12-111-6/+6
| | | | Submitted by: sheldonh
* .Nm Config -> .Nm, there is no such program "Config" in FreeBSD.ben2000-12-111-4/+4
| | | | | PR: 23404 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* mdoc(7) police: reapply rev 1.7 lost in previous commit, clean up a bit.ru2000-12-111-50/+56
|
* Remove unused #includes, duplicate $FreeBSD$ and $NetBSD$ definitions.charnier2000-12-101-7/+1
| | | | Reviewed by: Ruslan Ermilov <ru@FreeBSD.org>
* Add `_PATH_DEVZERO'.obrien2000-12-0930-52/+86
| | | | Use _PATH_* where where possible.
* Moved the snc driver position before the sn driver.nyan2000-12-092-2/+6
| | | | Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
* Update for new location of pcireg.h.msmith2000-12-091-1/+1
|
* Fixes to the Aironet driver to clear up some WEP issues.archie2000-12-083-52/+210
| | | | | | | "Security notes" section to the man page added by me. PR: 23097 Submitted by: Doug Ambrisko <ambrisko@whistle.com>
* mdoc(7) police: Once again, remove single-space hard sentence breaks.ru2000-12-081-69/+142
|
* mdoc(7) police: once again, remove the hard sentence breaks.ru2000-12-081-11/+23
|
* Fix bug where minimal dist selection didn't check off the rightjkh2000-12-072-2/+2
| | | | | | menu item. Noticed by: Dan "Sheepdip" Langille <dan@freebsddiary.org>
* put localdir firstobrien2000-12-071-2/+1
|
* Update to improve handling of verbose PCI vendor/device information.msmith2000-12-074-4504/+240
| | | | | | | - Read the database from /usr/share/misc (or wherever else we're pointed) rather than compiling it in. - Decode the class/subclass fields if requested. - Print things in a slightly longer but more readable format.
* Enable the same path deduction as for ftp install (great for snapshot tests)jkh2000-12-062-19/+60
| | | | | | | Allow user to change proxy server Allow user to change ftp path Submitted by: pho
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-054-4/+4
| | | | generated files land. Also give precedence to generated files.
* Alphabetically reorder options in `.Op Fl' macro to be consistent with thesobomax2000-12-051-1/+1
| | | | rest of the code.
* Add a -F option to the builtin ident service, which allows .fakeid filesdwmalone2000-12-052-3/+17
| | | | | | | | | to contain the name of other valid users. PR: 22837 Submitted by: Andreas Gerstenberg <andy@andy.de> Reviewed by: green Reviewed by: sheldonh
OpenPOWER on IntegriCloud