summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-04oopsTheo de Raadt
2003-10-04remove my wacky spacing; some typos from 0.97c;Jason McIntyre
2003-10-04- sort optionsJason McIntyre
- document -o - sync usage() with SYNOPSIS - various tweaks ok otto@
2003-10-04syncTheo de Raadt
2003-10-04new serverworks partsTheo de Raadt
2003-10-04uname=daemon for /var/msgs;Jason McIntyre
from Otto and myself; fixes PR 3392; ok deraadt@
2003-10-04tweaks from andrushock@korovino.netTheo de Raadt
2003-10-04Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge.Kenneth R Westerback
2003-10-04Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge.Kenneth R Westerback
2003-10-04vrele swap and/or root vnode should we fail during mountroot; found by ↵Michael Shalayeff
mpech@ and tedu@ ok
2003-10-04Avoid crash on invalid config file (missing value for LIFE_DURATION).Chad Loder
OK ho@
2003-10-04DIOCBEGINADDRS takes struct pfioc_pooladdr, not u_int32_tRyan Thomas McBride
Fixes PR3511 from apaterno@dsnsecurity.com
2003-10-04- document that boot will by default try to load /bsd, /obsd then /bsd.old.Jason McIntyre
- indent examples, and put descriptions before rather than after them. ok mickey@
2003-10-04clarification of how read works; from dTheo de Raadt
2003-10-04breaks on sparcTheo de Raadt
2003-10-04fix xfs_devpoll so it works.Bob Beck
ok millert@
2003-10-04move [-d] from NAME to SYNOPSIS;Jason McIntyre
2003-10-04.Nm with punctuation no longer requires an argument;Jason McIntyre
2003-10-04Allow ".Nm [punctuation]" to work (previously an argument was needed).Jason McIntyre
Also stops line break on ".Nm [no arg]". from NetBSD; ok deraadt@
2003-10-04prevent line breaks on .Xr's; from NetBSD;Jason McIntyre
ok deraadt@
2003-10-04syncAlexander Yurchenko
2003-10-04VIA VT8237 southbridgeAlexander Yurchenko
ok deraadt@
2003-10-04Note that for usage(), numbers (as options) come first, followed byJason McIntyre
alphabetical order (uppercase takes precedence over lower). Man page option descriptions also appear in this order. This is in line with NetBSD/FreeBSD pages. Discussed with millert@ and deraadt@
2003-10-04(boot): device: filename -> device:filenameJason McIntyre
nice CAVEAT, BTW.
2003-10-04negotation -> negotiation;Jason McIntyre
from Marc Balmer
2003-10-04typos; fixes passed back to Heimdal.Jason McIntyre
2003-10-04set flag that we are restarting; pr 2886, also same diff found in netbsd;Theo de Raadt
how did this sit around so long??
2003-10-04incorrect Ar vs FlTheo de Raadt
2003-10-04whois port hack thingy; rperkins@tcsg.netTheo de Raadt
2003-10-04fix pr 3292Bob Beck
the time parsing in kadmin does not reflect reality - we must skip the space between the day and the time, or we simply don't get the time correctly, resulting in the time being set to 0hrs 0min 0sec
2003-10-04bpf support for atm cards; from jason@ackley.netTheo de Raadt
none of us can test this, but that does not mean it has to sit in the pr database
2003-10-04syncTheo de Raadt
2003-10-04Support for Matrix Orbital USB LCD Modules; cjeker@diehard.n-r-g.comTheo de Raadt
2003-10-04more typos; PR3507, From: tom.cosgrove@arches-consulting.comHenning Brauer
2003-10-03missing -h support; jeffi@rcn.comTheo de Raadt
2003-10-03Initialize environ before calling constructors or atexit.Dale Rahn
Tested by tedu, no real ok.
2003-10-03exit if no config file; jeffi@rcn.comTheo de Raadt
2003-10-03Make msp bind to 127.0.0.1 instead of localhost since "localhost" mayTodd C. Miller
not resolve correctly via DNS.
2003-10-03Use the commen DMT constants, and try to provide at least as many informationMiod Vallat
in "machine frame" than regdump() does. XXX this whole ddb/ directory needs a huge KNF spanking, badly
2003-10-03deal with KAME embedded scope-id for PF_KEY (Encap) route dump. deraadt okJun-ichiro itojun Hagino
2003-10-03syncTheo de Raadt
2003-10-03Fix off-by-one, patch from Patrick Latifi; closes PR 3492Todd C. Miller
2003-10-03updated URL for zlib from wiz@netbsd;Jason McIntyre
2003-10-031) Don't loop on invalid commandsBob Beck
2) Allow multiple RCPT's ok mpech@, helpful stress testing by Chris Nadovich <chris@jtan.com>
2003-10-03remove error code that can't be returned;Jason McIntyre
from kensmith@freebsd (rev. 1.13); ok marc@
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me...
2003-10-03Bring several fixes from FreeBSD to our current pipe implementation:Miod Vallat
- when allocating or growing a pipe buffer is not possible, do not panic but report the error and handle it correctly. (1.73) - "The pipe_write() code was locking the pipe without busying it first in certain cases, and a close() by another process could potentially rip the pipe out from under the (blocked) locking operation." (from Al Viro, 1.81) - "Remove test in pipe_write() which causes write(2) to return EAGAIN on a non-blocking pipe in cases where select(2) returns the file descriptor as ready for write. This in turns causes libc_r, for one, to busy wait in such cases. Note: it is a quick performance fix, a more complex fix might be required in case this turns out to have unexpected side effects." (1.141)
2003-10-03correct hash for EXAMPLES, plus some typos;Jason McIntyre
from er, Charlie Root (PR 3506)
2003-10-02Cardbus -> CardBus to match the rest.Federico G. Schwindt
2003-10-02typo; from tom.cosgrove at arches-consulting dot com. PR/3504.Federico G. Schwindt