Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-23 | - remove EVFILT_WRITE in bpfkqfilter() switch case, handled | Brad Smith | |
by default label. - fill in kn_data with the number of bytes available, same behavior as FreeBSD/NetBSD. ok tedu@ | |||
2004-09-23 | cosmetics | Henning Brauer | |
2004-09-23 | after receival of a SIGCHLD reset io_pid or rde_pid, respectively, dependent | Henning Brauer | |
on which child went away. | |||
2004-09-23 | reset chld_pid to 0 when acting upon a SIGCHLD so we don't try to send it | Henning Brauer | |
a kill then - tiny possible race there pointed out by Brian Poole <raj@cerias.purdue.edu> | |||
2004-09-22 | the following patch fixes a bug preventing midi uarts that do | Theo de Raadt | |
not support interrupts on output, from writing blocks larger than MIDI_MAXWRITE bytes. tested on both kinds of devices from alex-contact@caoua.org | |||
2004-09-22 | Bring some enhancements and fixes to fdc(4) from NetBSD: | Miod Vallat | |
- better state machine, will prevent "eject fd0" with an empty drive to spin. - will not attach fd children to fdc if no floppy drive is present (though the PROM usually finds this for us). - use biowait() in fdformat() instead of rolling our own. - drop 5"1/4 formats table. - cope with non 512 bytes per sector formats. | |||
2004-09-22 | Bring in libsa code for proper %llx printf display; necessary for /boot. | Miod Vallat | |
ok deraadt@ | |||
2004-09-22 | Add code to let 32bit code *printf() {u,}int64_t values. | Miod Vallat | |
Only enabled if libsa is compiled with the adequate define, so as not to grow bootblocks which do not need this feature. ok deraadt@ | |||
2004-09-22 | many xrefs added | Jared 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-22 | fhc and central stuff | Jason Wright | |
2004-09-22 | infrastructure for central, fhc(mainbus/central), and clock@fhc | Jason Wright | |
2004-09-22 | firehose controller driver (not quite working) for the e4500 (and others) | Jason Wright | |
2004-09-22 | OpenBSD tag. | Marc Espie | |
2004-09-22 | OpenBSD infrastructure to compile simply, and install include files. | Marc Espie | |
2004-09-22 | from port: | Marc Espie | |
fix expat.h (from expat CVS) breakage reported by naddy@: http://sourceforge.net/tracker/index.php?func=detail&aid=676844&group_id=10127&atid=110127 | |||
2004-09-22 | say goodbye to valid-xhtml icon (what do we care, and it's a binary file). | Marc Espie | |
2004-09-22 | account for linkhdr size when choosing mbufs vs mbuf clusters | Theo de Raadt | |
ok dhartmei markus claudio henning mcbride ... | |||
2004-09-22 | skeleton man page for "central" | Jason Wright | |
2004-09-22 | libexpat: a simple xml parser library, used by X11 and some ports. | Marc Espie | |
2004-09-22 | driver for the "central" controller on the E4500 (and others) [fhc and ↵ | Jason Wright | |
others to follow] | |||
2004-09-22 | buffercache.9 man page from netbsd, ported by sven dehmlow, +mlinks; | Jason McIntyre | |
some tidy up from myself; ok tedu@ deraadt@ | |||
2004-09-22 | remove chunk that does not apply to our driver | Theo de Raadt | |
2004-09-22 | it's net.inet.esp.udpencap and not net.inet.udpencap.enable | Hans-Joerg Hoexer | |
ok ho henning msf | |||
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 | |