Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-22 | Regen | Miod Vallat | |
2004-09-22 | Add missing devices (pci, systrace...) and sort sections so that the | Miod Vallat | |
manpage will not look ugly. | |||
2004-09-22 | Add systrace support. | Miod Vallat | |
2004-09-22 | sync | Alexander Yurchenko | |
2004-09-22 | 1210SA is not a SiI product really. | Alexander Yurchenko | |
2004-09-22 | document the semantics of @newuser/@newgroup | Marc Espie | |
2004-09-22 | sync | Alexander Yurchenko | |
2004-09-22 | Another Aralion chip ARS0303D ATA133. | Alexander Yurchenko | |
Device id obtained from the linux driver provided by Alexey E. Suslikov <cruel@texnika.com.ua>. | |||
2004-09-22 | Remove unused option CPU. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-09-22 | don't bother shrinking the pfd and index2peer arrays | Henning Brauer | |
ok claudio | |||
2004-09-22 | On 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-22 | Partially revert 1.9, the new mod/ref accounting has issues with mmap(). | Miod Vallat | |
2004-09-22 | remove -S, -src, -srcmask, and other source routing stuff. ok henning | Jared 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-21 | sort option descriptions. from jmc | Jared Yanovich | |
2004-09-21 | sync usage | Jared Yanovich | |
kill BUGS, because the only one listed no longer applies xref some slippy things. ok millert | |||
2004-09-21 | sync usage, de-globalize a variable, and de-lint. ok millert | Jared Yanovich | |
2004-09-21 | alexey suslikov reports HIGH-EDGE HE800 works; | Jason McIntyre | |
2004-09-21 | change sbus0 to sbus* for consistency, miod@ | Dale Rahn | |
2004-09-21 | Allow for multiple sbus host bridges. eg, on e4500. from jason, ok miod | Dale Rahn | |
2004-09-21 | Do not retrigger the screen blanker if one change its settings through | Miod Vallat | |
wsconsctl, while running X11. | |||
2004-09-21 | Don't pad the prefix count with 0. OK henning@ | Claudio Jeker | |
2004-09-21 | Basic tests for new "no scrub" functionality. | Aaron Campbell | |
2004-09-21 | Implement "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-21 | Add HISTORY; from Jose Nazario | Todd C. Miller | |
2004-09-21 | Start 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-21 | sync | Alexander Yurchenko | |
2004-09-21 | New 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-21 | Keep providing a 32bit only version of bzero() #ifdef _STANDALONE, as | Miod Vallat | |
bootblocks are compiled as 32bit code. | |||
2004-09-21 | Automatically adapt to actual text/data alignment | Per Fogelstrom | |
2004-09-21 | typo | Marc Espie | |
2004-09-21 | rename cleanup dirs functions, since they will apply to all shared items | Marc Espie | |
soon. | |||
2004-09-21 | .Xr elansc(4) here too | Alexander Yurchenko | |
2004-09-21 | .Xr elansc(4) | Alexander Yurchenko | |
2004-09-21 | nswbuf is long dead; also silence debug printf unless option DEBUG. | Miod Vallat | |
2004-09-21 | trap() should return a 64 bit value now. | Miod Vallat | |
2004-09-21 | ELF64 and got ro prot | Per Fogelstrom | |
2004-09-21 | Make RM7K get L3 cache from config reg. cleanup | Per Fogelstrom | |
2004-09-21 | Document MULTIPROCESSOR option. | Alexander Yurchenko | |
ok miod@ | |||
2004-09-21 | $OpenBSD$ tag | Alexander Yurchenko | |
2004-09-21 | Regen | Miod Vallat | |
2004-09-21 | /dev/ptm support for sgi. | Miod Vallat | |
2004-09-21 | re-add RCS id after last commit | Brad Smith | |
2004-09-21 | Previous commit removed proper caching when growing segmaps by mistake; | Miod Vallat | |
spotted by pefo@ | |||
2004-09-21 | Nuke commons. | Miod Vallat | |
2004-09-21 | spelling fixes; ok jmc@ henning@ | David Krause | |
2004-09-21 | print route labels in monitor mode. ok henning | Jared Yanovich | |
2004-09-21 | missing word | Michael Shalayeff | |
2004-09-20 | Fix order of operations for m_gethdr(), found a bit ago, commit after second | Dale Rahn | |
prodding. | |||
2004-09-20 | compile cleanly with -Wsign-compare | Hans-Joerg Hoexer | |
ok ho |