summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-05Fix tree breakage. We are not ready for RealTek PHYs, so back out thatKenneth R Westerback
addition, leaving only desired Broadcom PHY additions.
2003-10-05Fix tree breakage. We are not ready for RealTek PHYs, so back out thatKenneth R Westerback
addition, leaving only desired Broadcom PHY additions.
2003-10-05Misc. PHYs: more Broadcom, some RealTek.Kenneth R Westerback
The Broadcom devices are needed for the bge sync being attempted. From FreeBSD. As were the pcidevs committed earlier.
2003-10-05Misc. PHYs: more Broadcom, some RealTek.Kenneth R Westerback
The Broadcom devices are needed for the bge sync being attempted. From FreeBSD. As were the pcidevs committed earlier.
2003-10-05do not panic if microtime does not work to measure rng performance; from ↵Michael Shalayeff
andrisp@hipo.lv
2003-10-05from freebsd: read one word less (for type) and take care of odd sized recordsMichael Shalayeff
2003-10-05need to escape the quotes in cross-{lib,bin}Michael Shalayeff
2003-10-05need to eval the CROSSENVMichael Shalayeff
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