summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2004-10-05Clarify starred accounts and mention /sbin/nologin. OK jmc@Todd C. Miller
2004-10-05+udavJonathan Gray
2004-10-05Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.Jonathan Gray
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@
2004-10-04mdoc/grammar fixes;Jason McIntyre
2004-10-04Install nvram(4)Miod Vallat
2004-10-04add master.passwd to NAME, since that file is documented here too;Jason McIntyre
2004-10-04master\n.Xr passwd 5 -> .Xr master.passwd 5Jason McIntyre
2004-10-04document that /etc/security checks disklabels for changes;Jason McIntyre
from alexander taler (pr #3943);
2004-10-04new devices supportedTheo de Raadt
2004-10-04make systrace documentation more like reality.marius eriksen
ok millert@
2004-10-03syncjoshua stein
2004-10-03nvram driver for i386 through /dev/nvramjoshua stein
currently read-only ok grange@, marius@
2004-10-02mention Dell and HP bge NICs, uncomment the jumbo frames portion and someBrad Smith
other fixes. From FreeBSD
2004-09-30isp and hme are not just for SBus any more (on sparc64 at least)Jason Wright
2004-09-30kill default locatorsMichael Shalayeff
2004-09-30add ARtem OnairTodd C. Miller
2004-09-28sparc64 -> sparc;Jason McIntyre
2004-09-28spacing;Jason McIntyre
2004-09-28timer man page for sparc (while I was in the neighborhood..)Jason Wright
2004-09-28man page for timer@mainbus (no more TODO's!)Jason Wright
2004-09-28sync (oops)Dale Rahn
2004-09-28Belkin F5D6001 versions 1 and 2 are atw(4) and wi(4) respsectively.Todd C. Miller
Version 3 is reportedly realtek-based.
2004-09-28whoops, missed a spotJason Wright
2004-09-28oops, unuglifyJason Wright
2004-09-28man for clkbrd, also rework fhc(4) to include a list like sbus, et alJason Wright
2004-09-27grammar and mdoc fixes;Jason McIntyre
2004-09-27missing article;Jason McIntyre
2004-09-27tweaks;Jason McIntyre
2004-09-26document new flag instead of the old PCIBIOS_INTR_FIXUP_FORCE optionMichael Shalayeff
2004-09-26expand on which is used in which and which is itMichael Shalayeff
2004-09-26put in some more meatzMichael Shalayeff
2004-09-26Mention PM timer support.Alexander Yurchenko
2004-09-26Add VT8231 to .NdAlexander Yurchenko
2004-09-25missing word;Jason McIntyre
2004-09-25PM support.Alexander Yurchenko
2004-09-24Now supports RTL8201L too; based on a diff from fgsTodd C. Miller
2004-09-24Better description line.Miod Vallat
2004-09-24Minor mdoc nit.Miod Vallat
2004-09-23missing .El;Jason McIntyre
2004-09-23errant comma;Jason McIntyre
2004-09-23man pages for the clocks on sparc/sparc64. getting the links right wasJason Wright
painful...
2004-09-23document fhc attachment of zs... it's not in GENERIC yet, but will beJason Wright
as soon as I figure out the interrupt junk on fhc/central
2004-09-22many xrefs addedJared Yanovich
use more/better macros where appropriate show structure of vnode tables for vnode flags and types other minor clarifications, grammar & typos fixes, etc. ok and lots of help from jmc and pedro
2004-09-22fhc and central stuffJason Wright
2004-09-22skeleton man page for "central"Jason Wright
2004-09-22buffercache.9 man page from netbsd, ported by sven dehmlow, +mlinks;Jason McIntyre
some tidy up from myself; ok tedu@ deraadt@
2004-09-22remove chunk that does not apply to our driverTheo de Raadt
2004-09-22RegenMiod Vallat
2004-09-21alexey suslikov reports HIGH-EDGE HE800 works;Jason McIntyre
2004-09-21Implement "no scrub" to allow exclusion of specific traffic from scrub rules.Aaron Campbell
First match wins, just like "no {binat,nat,rdr}". henning@, dhartmei@ ok