Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-26 | new header files from netbsd -- also a spinlock.h | Brandon Creighton | |
2000-04-26 | dc_csid ain't needed no more; jason@ ok | Michael Shalayeff | |
2000-04-26 | vax resurrection, part 1: sync with early-april netbsd | Brandon Creighton | |
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support | |||
2000-04-25 | Add AudioNvideo | Constantine Sapuntzakis | |
2000-04-25 | A fix to the dreaded isadmaattach panic which hunts people playing with | Niklas Hallqvist | |
large memory machines. This time I really hope we can continue quite a bit away over the Gig. | |||
2000-04-25 | Use CIRCLEQ_FOREACH | Constantine Sapuntzakis | |
2000-04-25 | Avoid divide-by-zero; from FreeBSD PR/8990 and NetBSD PR/6541. Use the same fix | Aaron Campbell | |
for now, at least until we determine if there is a more correct one. | |||
2000-04-25 | screw .S version memset does same job... | Michael Shalayeff | |
2000-04-25 | make bzero() compile again; millert@ ok | Michael Shalayeff | |
2000-04-25 | From Assar: make adosfs compile, I was supposed | Niklas Hallqvist | |
to commit this long ago. | |||
2000-04-25 | if we have to allocate a new mbuf, don't forget to copy the header info from | Jason Wright | |
the original packet. | |||
2000-04-25 | fixing the frontend means fixing the backend too... add a countdown when | Jason Wright | |
computing the length of a destination buffer in the callback since hifn always writes in multiples of 4 bytes (and AH can produce non-nice packets) | |||
2000-04-25 | sync unknown list with reality; minor changes. | Federico G. Schwindt | |
2000-04-25 | use the size of the allocation, not the minimum of what was requested and | Jason Wright | |
the allocation size to determine the length of a destination buffer | |||
2000-04-25 | when fixing up the header, copy from the right sized datatype (fixes IPsec | Jason Wright | |
on big-endian machines) | |||
2000-04-25 | non-O_NOFOLLOW error introduced by accident, this is fragile code.. | Theo de Raadt | |
2000-04-24 | sync | Theo de Raadt | |
2000-04-24 | oops | Theo de Raadt | |
2000-04-24 | sync | Theo de Raadt | |
2000-04-24 | serverworks is very private with their info... | Theo de Raadt | |
2000-04-24 | use mii_detach, now xe detach/attach rocks again | Niklas Hallqvist | |
2000-04-24 | Add simple mii detach routine while waiting for the post-2.7 | Niklas Hallqvist | |
merge of NetBSD mii work | |||
2000-04-24 | Fix promiscuous mode (from martin@crt.se). Style nits. Do not look at | Niklas Hallqvist | |
instance numbers in mii matching | |||
2000-04-24 | revived by mistake | Niklas Hallqvist | |
2000-04-24 | 5k of source saved in spaces and empty lines; also rcsid | Michael Shalayeff | |
2000-04-24 | Do not unmap CCR before using them for the last time | Niklas Hallqvist | |
2000-04-24 | wait just a bit for enabling to settle, fixes pccom on an xe | Niklas Hallqvist | |
when using the faster cardbus mode of the PCI1131 chip | |||
2000-04-24 | 3 bugs: off by one in dump offset calculation, | Niklas Hallqvist | |
when to print what is left, and what to print. Fixes PR#1182 | |||
2000-04-24 | fix some types | Michael Shalayeff | |
2000-04-24 | 3C1 and 3CCFEM556BI (this one uses boomerang chipset, so no support yet); | Federico G. Schwindt | |
from NetBSD. | |||
2000-04-24 | sync | Federico G. Schwindt | |
2000-04-24 | new prods; rearrange. | Federico G. Schwindt | |
2000-04-24 | s/int/u_int/ pass iint page0 and generic io module, fixes a few obscure problems | Michael Shalayeff | |
2000-04-24 | fix macros that calculated bitmap size for fdalloc. fries@ helped debugging. | Niels Provos | |
2000-04-24 | use pmap_extract() instead of vtophys(); art | Theo de Raadt | |
2000-04-24 | support DOSPTYP_EXTENDL like DOSPTYP_EXTEND; scott@nts.umn.edu | Theo de Raadt | |
2000-04-23 | Save ethernet address in arpcom.ac_enaddr. -moj | Mats O Jansson | |
2000-04-23 | Correct bitmask. | Angelos D. Keromytis | |
2000-04-23 | freesession takes u_int64_t | Angelos D. Keromytis | |
2000-04-23 | Change the type of freesession to take u_int64_t as argument. | Angelos D. Keromytis | |
2000-04-21 | oops | Michael Shalayeff | |
2000-04-21 | see if there is any meaning under curproc before using &proc0 in ↵ | Michael Shalayeff | |
vfs_syncwait(); from art@ | |||
2000-04-21 | shovel apm into it's own thread. | Michael Shalayeff | |
apply art's idea to sleep on &lbolt, it seem fine w/ it. | |||
2000-04-21 | O_FYNC -> O_SYNC | Todd C. Miller | |
2000-04-21 | Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW; | Todd C. Miller | |
adapated from FreeBSD. Also change O_FSYNC to the more standard O_SYNC and document it. open(2) needs some real examples for proper usage, to come later. | |||
2000-04-21 | NRL pcb issue; inp_{f,l}addr{,6} is a union so we need to be sure about | Jun-ichiro itojun Hagino | |
af match. - do not touch IPv4 pcb entries on in6_pcbnotify. - do not touch IPv6 pcb entries on in_pcbnotify. | |||
2000-04-21 | do not declare and use a local variable which conflicts with a global | Theo de Raadt | |
variable which is used by a macro when VM is used instead of UVM. very cute, Art -- 10 points for artistic expression. | |||
2000-04-20 | Fix function prototype so it compiles again. | Aaron Campbell | |
2000-04-20 | Fix a problem that occurs when the filesystem fills up. | Artur Grabowski | |
When the filesystem is able to allocate an indirect block but not the data block, it incorrectly unwinds the indirect block leaving a dangling pointer to a free block. This is said to fix the "freeing free block" panics people were seeing. From FreeBSD. | |||
2000-04-20 | Don't include machine/pmap.h, vm/pmap.h does that for us. | Artur Grabowski | |