summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-22RegenMiod Vallat
2004-09-22Add missing devices (pci, systrace...) and sort sections so that theMiod Vallat
manpage will not look ugly.
2004-09-22Add systrace support.Miod Vallat
2004-09-22syncAlexander Yurchenko
2004-09-221210SA is not a SiI product really.Alexander Yurchenko
2004-09-22document the semantics of @newuser/@newgroupMarc Espie
2004-09-22syncAlexander Yurchenko
2004-09-22Another Aralion chip ARS0303D ATA133.Alexander Yurchenko
Device id obtained from the linux driver provided by Alexey E. Suslikov <cruel@texnika.com.ua>.
2004-09-22Remove unused option CPU.Alexander Yurchenko
ok deraadt@
2004-09-22don't bother shrinking the pfd and index2peer arraysHenning Brauer
ok claudio
2004-09-22On single SCSI slot O2's the first disk is numbered 2 (the slot number)Per Fogelstrom
by the ARCS Bios. To make the kernel pick up the right sd number offset the slots if the CPU is a R10K or larger. R10K's and up are those with single disk slots. A more correct solution would be to dig down and check the SCSI ID's, but right now this solutions works OK.
2004-09-22Partially revert 1.9, the new mod/ref accounting has issues with mmap().Miod Vallat
2004-09-22remove -S, -src, -srcmask, and other source routing stuff. ok henningJared Yanovich
2004-09-21@newuser/@newgroup initial support:Marc Espie
- groups category and users category that get handled first, so that those groups/users can be used for other files. - : separated fields, for easy parsing. Mostly matching useradd groupadd. - ! for mandatory values. Missing pkg_delete -c support for now. okay naddy@, pvalchev@, millert@
2004-09-21sort option descriptions. from jmcJared Yanovich
2004-09-21sync usageJared Yanovich
kill BUGS, because the only one listed no longer applies xref some slippy things. ok millert
2004-09-21sync usage, de-globalize a variable, and de-lint. ok millertJared Yanovich
2004-09-21alexey suslikov reports HIGH-EDGE HE800 works;Jason McIntyre
2004-09-21change sbus0 to sbus* for consistency, miod@Dale Rahn
2004-09-21Allow for multiple sbus host bridges. eg, on e4500. from jason, ok miodDale Rahn
2004-09-21Do not retrigger the screen blanker if one change its settings throughMiod Vallat
wsconsctl, while running X11.
2004-09-21Don't pad the prefix count with 0. OK henning@Claudio Jeker
2004-09-21Basic tests for new "no scrub" functionality.Aaron Campbell
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
2004-09-21Add HISTORY; from Jose NazarioTodd C. Miller
2004-09-21Start external tests and init commands also in the initial state.Marco Pfatschbacher
Log the pid when killing an external program. Avoid a possible NULL dereference. ok mcbride@
2004-09-21syncAlexander Yurchenko
2004-09-21New vendor Aralion Inc. and its raid ARS106S.Alexander Yurchenko
New Silicon Image raid SiI1210SA. Found in dmesgs from Alexey E. Suslikov <cruel@texnika.com.ua>.
2004-09-21Keep providing a 32bit only version of bzero() #ifdef _STANDALONE, asMiod Vallat
bootblocks are compiled as 32bit code.
2004-09-21Automatically adapt to actual text/data alignmentPer Fogelstrom
2004-09-21typoMarc Espie
2004-09-21rename cleanup dirs functions, since they will apply to all shared itemsMarc Espie
soon.
2004-09-21.Xr elansc(4) here tooAlexander Yurchenko
2004-09-21.Xr elansc(4)Alexander Yurchenko
2004-09-21nswbuf is long dead; also silence debug printf unless option DEBUG.Miod Vallat
2004-09-21trap() should return a 64 bit value now.Miod Vallat
2004-09-21ELF64 and got ro protPer Fogelstrom
2004-09-21Make RM7K get L3 cache from config reg. cleanupPer Fogelstrom
2004-09-21Document MULTIPROCESSOR option.Alexander Yurchenko
ok miod@
2004-09-21$OpenBSD$ tagAlexander Yurchenko
2004-09-21RegenMiod Vallat
2004-09-21/dev/ptm support for sgi.Miod Vallat
2004-09-21re-add RCS id after last commitBrad Smith
2004-09-21Previous commit removed proper caching when growing segmaps by mistake;Miod Vallat
spotted by pefo@
2004-09-21Nuke commons.Miod Vallat
2004-09-21spelling fixes; ok jmc@ henning@David Krause
2004-09-21print route labels in monitor mode. ok henningJared Yanovich
2004-09-21missing wordMichael Shalayeff
2004-09-20Fix order of operations for m_gethdr(), found a bit ago, commit after secondDale Rahn
prodding.
2004-09-20compile cleanly with -Wsign-compareHans-Joerg Hoexer
ok ho