summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-0619-41/+42
|
* mdoc(7) police: added missing .Ek call.ru2001-07-061-0/+1
|
* make it compile on alpha againmjacob2001-07-051-1/+2
|
* Don't override the default BINMODE.ru2001-07-051-2/+0
| | | | Submitted by: bde
* mdoc(7) police: removed hard sentence breaks, sorted xrefs.ru2001-07-052-18/+34
|
* Mark relevant functions __printflike()/__printf0like() and silence some ofkris2001-07-0518-47/+47
| | | | | | the non-constant format string warnings. MFC after: 1 week
* mdoc(7) police: cosmetics.ru2001-07-051-1/+3
|
* It seems to be no longer true that -O2 is required to compile this.kris2001-07-051-1/+0
| | | | MFC after: 1 week
* mdoc(7) police:ru2001-07-051-6/+7
| | | | | | | | | | Use -tag list in the FILES section to work around the bug when .Pa font is not restored to its original value if one of the -hang, -ohang, or -inset lists is used in the FILES section. (The fix for the bug has just been submitted to the GNU Groff maintainers.) Also, fixed the Handbook reference in the SEE ALSO.
* Mark some functions as __printflike()kris2001-07-052-3/+3
| | | | MFC after: 1 week
* mdoc(7) police: removed hard sentence breaks, use new .Brq macro.ru2001-07-051-54/+27
|
* Mark some functions as __printflike()kris2001-07-052-1/+4
| | | | MFC After: 1 week
* mdoc(7) police: sort xrefs.ru2001-07-051-1/+1
|
* Fix a harmless format string bogon and mark a function as __printflike().kris2001-07-052-2/+2
| | | | | | | There is still one instance of non-constant format string use inside that function, but it's hard to fix. MFC after: 1 week
* Mark a static function as __printflike()kris2001-07-051-1/+1
| | | | MFC After: 1 week
* mdoc(7) police: fixed markup, sorted xrefs.ru2001-07-051-13/+22
|
* mdoc(7) police: fixed formatting bug in rev. 1.10.ru2001-07-051-1/+1
|
* mdoc(7) police: use plain text parentheses with plain text blocks.ru2001-07-051-3/+1
|
* mdoc(7) police: fixed markup in rev. 1.3.ru2001-07-051-9/+15
|
* Make the '-tn' flag combination print the major/minor numbers of thedd2001-07-041-1/+1
| | | | line as documented intead of a full column of 0's.
* Bring FILES section up to date.imp2001-07-041-12/+10
| | | | submitted by: Mark Peek <mark-ml@whistle.com>
* * Read 64k at a time with variable length pauses between instead ofben2001-07-041-53/+98
| | | | | | | | | | | | | reading variable sized blocks of data every second. This should be more efficient. Suggested & tested by: se * Add a syntax for excluding CD-ROM drives etc. Suggested by: des, se, many others... Manual page updates coming soon.
* mdoc(7) police: cosmetics.ru2001-07-041-1/+2
|
* Make the last fix work properly on descriptors 1 and 2 (not just 0)brian2001-07-041-1/+1
|
* Install it with mode 550, and with default group ${BINGRP}.ru2001-07-041-3/+2
|
* - Document that this program is available to root only.ru2001-07-041-4/+16
| | | | | | | - Document alternate way to fetch multicast info. - Add RFC2080 reference. Obtained from: OpenBSD (with mods)
* Handle any of descriptors 0, 1 or 2 being closed when we'rebrian2001-07-041-1/+18
| | | | | | | | | | envoked -- don't use them (as return values from open()), then (say) close(STDIN_FILENO) when daemonising. This is done by grabbing 3 descriptors to /dev/null at startup and releasing them after we've daemonised. MFC after: 1 week
* Reduce the interface MTU by 2 when MPPE has been successfully negotiated.brian2001-07-038-7/+67
| | | | | | This is necessary because MPPE will combine the protocol id with the payload received on the tun interface, encrypt it, then prepend its own protocol id, effectively increasing the payload by two bytes.
* Don't accept chap80lm by default - it doesn't work.brian2001-07-031-1/+1
| | | | MFC after: 1 week
* Silence some gcc warningsbrian2001-07-031-0/+4
|
* Make fdformat WARN=2 ready.joerg2001-07-032-11/+9
|
* Use correct type of argument to fgetln.mjacob2001-07-031-1/+2
| | | | MFC after: 1 week
* mdoc(7) police: fix spacing and punctuation issues.dd2001-07-031-3/+2
|
* drop setgid bit. ifmcstat(8) is not audited, and is needed only for root.ume2001-07-031-1/+1
| | | | | Obtained from: KAME MFC after: 1 week
* Fixed the world breakage in rev. 1.8 (space after -I).ru2001-07-031-1/+2
| | | | While here, removed the GCCism (replaced with WARNS?=1).
* Do away with the ``err'' variable.brian2001-07-031-74/+117
| | | | Inspired by: kris
* Document continuation line support.dd2001-07-021-0/+2
| | | | | PR: 8479 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Correct handling of continuation lines. Instead of treating thedd2001-07-021-0/+4
| | | | | | | | backslash as nothing, treat it like a space so that adjacent lines aren't glued together. PR: 8479 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Use the printstatus() function from ${.CURDIR}/../fdread/fdutil.c tojoerg2001-07-023-25/+39
| | | | | | | | | give a bit more information about up to 10 errors encountered during formatting (unless -q has been specified, of course). While being here, removed a bitrotten comment in the Makefile, and kill the old Emacs local variable stuff at the end of fdformat.c that's no longer useful anway.
* Break out the function to print the FDC error information intojoerg2001-07-024-44/+114
| | | | fdutil.c so it can be used elsewhere.
* correct arg to getopt (-P takes arg).ume2001-07-021-1/+1
| | | | | Submitted by: mikeh MFC after: 1 week
* Lose any stray host bits that a user may have entered when providingcjc2001-07-021-1/+3
| | | | | | | a network number and netmask to the '-a' option. Approved by: ru MFC after: 1 week
* Silence some of the -Wnon-const-format warnings and add __printflike()kris2001-07-022-6/+11
| | | | | | | to a function prototype which needs it. Approved by: brian MFC After: 2 weeks
* "changing" -> "charging"nik2001-07-021-1/+1
| | | | | PR: docs/15004 Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
* Bump config version in config.imp2001-07-021-2/+2
|
* Bring back part of rev. 1.296 I accidently reverted in the previousdd2001-07-022-2/+2
| | | | commit.
* Introduce DEVICE_INIT, DEVICE_GET, and DEVICE_SHUTDOWN macros. As thedd2001-07-0216-48/+64
| | | | | | | | | names suggest, they perform methods on Device's. In addition, they check that the pointer passed to them is valid; if it isn't, they pretend that the action failed. This fixes some crashes due to NULL dereferences (e.g., PR 26509). Approved by: jkh (some time ago)
* Move kernel compile directory from sys/compile/FOO toimp2001-06-302-4/+3
| | | | | | sys/compile/${MACHINE}/FOO. Reviewed by: obrien, peter and the USENIX terminal room secret kernel cabal
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-307-1/+7
| | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
* Various changes to the messages so that they are now appropriate for bothnik2001-06-2710-41/+41
| | | | CD and DVD releases of FreeBSD.
OpenPOWER on IntegriCloud