summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: eliminate warnings, fix markup.ru2001-07-101-10/+6
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-0944-82/+0
|
* Fix the type of the NULL arg to execl()brian2001-07-0922-38/+43
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* Fix the type of the last arg to execl()brian2001-07-091-1/+1
| | | | Obtained from: OpenBSD
* Staticise the OpenBSD SHA1_End() functionbrian2001-07-091-1/+1
|
* Stay (backwards-)compatible with OpenBSD's groffbrian2001-07-092-2/+6
|
* Add a ``nat proto'' command -- similar to natd(8)'s -redirect_proto switch.brian2001-07-095-0/+117
| | | | MFC after: 3 weeks
* Oops, remove a `mouse_move_delayed++' that shouldn't have beeniedowse2001-07-081-3/+1
| | | | | added in the previous commit; this variable is already incremented in the previous `if' condition.
* The state machine for 3-button emulation defers some button eventsiedowse2001-07-081-4/+29
| | | | | | | | | | | | | | until a 20ms select(2) timeout occurs, but if there is a continuous stream of movement events, button events can be delayed indefinitely because the select never has to wait long enough for a timeout. The delay and mouse event reordering that result are very noticable and sometimes quite frustrating when dragging windows etc. in X. Add a simple mechanism that avoids this re-ordering. While a button event is deferred, we discard up to 3 movement events to allow for mouse jitter. If more movement events occur, then we immediately timeout the deferred button event and let the movement proceed. This change only affects the 3-button emulation case.
* Don't try to dereference the -1th ccp algorithm array entry when webrian2001-07-071-1/+1
| | | | open CCP with no algorithm.
* When we miss one or more packets in stateful mode *and* need tobrian2001-07-071-7/+10
| | | | | | | | | | | perform a key change, *and* our sequence numbers have wrapped, ensure that the number of key changes is calculated correctly. The previous code counted down from a negative number to zero, re-encrypting the current key on each iteration - this took some time and strangely enough got the answer wrong !!! Fix a(nother) spelling mistake while I'm there.
* Spell stateful properlybrian2001-07-064-11/+11
| | | | | Inconsistently done by: brian Spotted by: ru
* 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>
OpenPOWER on IntegriCloud