Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-04 | oops | Theo de Raadt | |
2003-10-04 | remove my wacky spacing; some typos from 0.97c; | Jason McIntyre | |
2003-10-04 | - sort options | Jason McIntyre | |
- document -o - sync usage() with SYNOPSIS - various tweaks ok otto@ | |||
2003-10-04 | sync | Theo de Raadt | |
2003-10-04 | new serverworks parts | Theo de Raadt | |
2003-10-04 | uname=daemon for /var/msgs; | Jason McIntyre | |
from Otto and myself; fixes PR 3392; ok deraadt@ | |||
2003-10-04 | tweaks from andrushock@korovino.net | Theo de Raadt | |
2003-10-04 | Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge. | Kenneth R Westerback | |
2003-10-04 | Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge. | Kenneth R Westerback | |
2003-10-04 | vrele swap and/or root vnode should we fail during mountroot; found by ↵ | Michael Shalayeff | |
mpech@ and tedu@ ok | |||
2003-10-04 | Avoid crash on invalid config file (missing value for LIFE_DURATION). | Chad Loder | |
OK ho@ | |||
2003-10-04 | DIOCBEGINADDRS takes struct pfioc_pooladdr, not u_int32_t | Ryan 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-04 | clarification of how read works; from d | Theo de Raadt | |
2003-10-04 | breaks on sparc | Theo de Raadt | |
2003-10-04 | fix xfs_devpoll so it works. | Bob Beck | |
ok millert@ | |||
2003-10-04 | move [-d] from NAME to SYNOPSIS; | Jason McIntyre | |
2003-10-04 | .Nm with punctuation no longer requires an argument; | Jason McIntyre | |
2003-10-04 | Allow ".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-04 | prevent line breaks on .Xr's; from NetBSD; | Jason McIntyre | |
ok deraadt@ | |||
2003-10-04 | sync | Alexander Yurchenko | |
2003-10-04 | VIA VT8237 southbridge | Alexander Yurchenko | |
ok deraadt@ | |||
2003-10-04 | Note that for usage(), numbers (as options) come first, followed by | Jason 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:filename | Jason McIntyre | |
nice CAVEAT, BTW. | |||
2003-10-04 | negotation -> negotiation; | Jason McIntyre | |
from Marc Balmer | |||
2003-10-04 | typos; fixes passed back to Heimdal. | Jason McIntyre | |
2003-10-04 | set 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-04 | incorrect Ar vs Fl | Theo de Raadt | |
2003-10-04 | whois port hack thingy; rperkins@tcsg.net | Theo de Raadt | |
2003-10-04 | fix pr 3292 | Bob 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-04 | bpf support for atm cards; from jason@ackley.net | Theo de Raadt | |
none of us can test this, but that does not mean it has to sit in the pr database | |||
2003-10-04 | sync | Theo de Raadt | |
2003-10-04 | Support for Matrix Orbital USB LCD Modules; cjeker@diehard.n-r-g.com | Theo de Raadt | |
2003-10-04 | more typos; PR3507, From: tom.cosgrove@arches-consulting.com | Henning Brauer | |
2003-10-03 | missing -h support; jeffi@rcn.com | Theo de Raadt | |
2003-10-03 | Initialize environ before calling constructors or atexit. | Dale Rahn | |
Tested by tedu, no real ok. | |||
2003-10-03 | exit if no config file; jeffi@rcn.com | Theo de Raadt | |
2003-10-03 | Make msp bind to 127.0.0.1 instead of localhost since "localhost" may | Todd C. Miller | |
not resolve correctly via DNS. | |||
2003-10-03 | Use the commen DMT constants, and try to provide at least as many information | Miod Vallat | |
in "machine frame" than regdump() does. XXX this whole ddb/ directory needs a huge KNF spanking, badly | |||
2003-10-03 | deal with KAME embedded scope-id for PF_KEY (Encap) route dump. deraadt ok | Jun-ichiro itojun Hagino | |
2003-10-03 | sync | Theo de Raadt | |
2003-10-03 | Fix off-by-one, patch from Patrick Latifi; closes PR 3492 | Todd C. Miller | |
2003-10-03 | updated URL for zlib from wiz@netbsd; | Jason McIntyre | |
2003-10-03 | 1) Don't loop on invalid commands | Bob Beck | |
2) Allow multiple RCPT's ok mpech@, helpful stress testing by Chris Nadovich <chris@jtan.com> | |||
2003-10-03 | remove error code that can't be returned; | Jason McIntyre | |
from kensmith@freebsd (rev. 1.13); ok marc@ | |||
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod 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-03 | Bring 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-03 | correct hash for EXAMPLES, plus some typos; | Jason McIntyre | |
from er, Charlie Root (PR 3506) | |||
2003-10-02 | Cardbus -> CardBus to match the rest. | Federico G. Schwindt | |
2003-10-02 | typo; from tom.cosgrove at arches-consulting dot com. PR/3504. | Federico G. Schwindt | |