Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-27 | Make this compile correctly for non-mvme187 compatible kernel | Miod Vallat | |
configurations. | |||
2001-03-27 | a few typos in comments, and uhm, size mismatches | Michael Shalayeff | |
2001-03-26 | Fix bug I introduced... if m_pullup fails, don't try to free the result. | Jason Wright | |
2001-03-26 | fix scsi_done calling, locking, quartz_done | Michael Shalayeff | |
2001-03-26 | Support for Ultra/66 on Highpoint HPT366 and Ultra/100 on HPT370 | Chris Cappuccio | |
2001-03-26 | sync | Theo de Raadt | |
2001-03-26 | cyclom update | Theo de Raadt | |
2001-03-26 | - move if_vlan back to a default if_type of IFT_PROPVIRTUAL | Jason Wright | |
- change if_type to match parent at vlan_configure time - comment typo - implement promiscuous mode for vlan interfaces (from NetBSD) - change if_flags inheritance mask to UP|BROADCAST|SIMPLE|MULTICAST (upshot of all this: bridging vlan interfaces works, with some limitations... documentation soon) | |||
2001-03-26 | Add to ifdef confusion. | Artur Grabowski | |
The _pmap_enter kludge only applies to i386. | |||
2001-03-26 | Typo: parition -> partition | Aaron Campbell | |
2001-03-25 | Missing irqack, cleanup DMA error handling | Constantine Sapuntzakis | |
2001-03-25 | Reintroduce wakeup call | Constantine Sapuntzakis | |
2001-03-25 | Minor mods to DMA interface - get rid of unnecessary args. Allow DMA ↵ | Constantine Sapuntzakis | |
functions to return status flags. Note: Changing code to have DMA interface indicate when I/O is done (a la NetBSD) was considered. It was rejected due to questionable backward compatability with ISA DMA and MAC obio DMA Added irqack from NetBSD (though this feature should really be in the PCI interrupt handlers) Use pool | |||
2001-03-25 | Protect KFREES by splnet and rearrange pointers. This fix interrupt | Grigoriy Orlov | |
race between ipllog() and ipflog_read() which caused a memory leak and "Data modified on freelist" error. fgsch@ ok. | |||
2001-03-25 | Repair timeouts. kern/1743, but with simpler fix | Artur Grabowski | |
2001-03-25 | re-initialize mopt in ip6_insert_jumboopt(). sync with kame | Jun-ichiro itojun Hagino | |
From: csapuntz@stanford.edu | |||
2001-03-25 | missing splx. sync with kame. | Jun-ichiro itojun Hagino | |
From: csapuntz@play-doh.stanford.edu (Constantine Sapuntzakis) | |||
2001-03-25 | sync $KAME$. | Jun-ichiro itojun Hagino | |
2001-03-25 | Fix v3 double-free, potential mrep double-free. Thanks to dawson and Team for | Constantine Sapuntzakis | |
finding these Found a potential vnode leak in there too. | |||
2001-03-25 | Fix potential dangling mbuf and potential double free. Thanks to Dawson and team | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(s). Thanks to dawson and team | Constantine Sapuntzakis | |
2001-03-25 | Not really a bug but one day panic might throw an exception or something. ↵ | Constantine Sapuntzakis | |
THanks to dawson and team for fix | |||
2001-03-25 | Missing splx(). Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(). Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | Missing splx. Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(s). Thanks to Dawson and team | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(s). Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | add bpfilter (bpf) to RAMDISK kernel for dhcp support. | Dale Rahn | |
2001-03-25 | Missing splx(s). Thanks to Dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | Missing splx(). Thanks to Dawson and team for finding this | Constantine Sapuntzakis | |
2001-03-25 | Missing splx | Constantine Sapuntzakis | |
2001-03-25 | don't count the input packets twice. | Federico G. Schwindt | |
2001-03-25 | Missing splx(). Thanks to Dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | lower spl on error exit. Thanks to dawson and team for finding this one | Constantine Sapuntzakis | |
2001-03-25 | A couple minor fixes to prevent use after free. Thanks to dawson and team ↵ | Constantine Sapuntzakis | |
for finding these. Ok angelos@ | |||
2001-03-25 | Don't access user space pointer directly. Thanks to dawson and team | Constantine Sapuntzakis | |
2001-03-25 | Avoid dereferencing a null pointer | Constantine Sapuntzakis | |
2001-03-25 | Support for several HP scanners; from jmartin@ugrad.cs.ualberta.ca, krw@ ok. | Federico G. Schwindt | |
2001-03-25 | Free the right variable. Thanks to Dawson and team. | Constantine Sapuntzakis | |
2001-03-25 | Nortel Baystack 21 support. | Federico G. Schwindt | |
2001-03-25 | Minor bug. Could corrupt stat counters | Constantine Sapuntzakis | |
2001-03-25 | Don't set pbp to point to free memory. Thanks to Dawson Engler and team | Constantine Sapuntzakis | |
2001-03-24 | regen. | Federico G. Schwindt | |
2001-03-24 | Nortel Networks BS21 10/100 and 3com 3c359. | Federico G. Schwindt | |
2001-03-24 | Remove an #ifdef PMAP_NEW so userland (specifically ps) doesn't | Todd C. Miller | |
have to define PMAP_NEW all over the place. This means there is an unused entry in struct pcb for pmap.old but that's going away (and it doesn't hurt anything). | |||
2001-03-24 | Oops. Unbreak. | Hakan Olsson | |
2001-03-24 | Convert to new timeout API. art@ ok. | Hakan Olsson | |
2001-03-24 | Convert to new timeout API. art@ ok. | Hakan Olsson | |
2001-03-24 | Convert to new timeout API. mickey@ ok. | Hakan Olsson | |
2001-03-23 | Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn't | Todd C. Miller | |
use that. Fixes size mismatch in i386 pmap.new kernel. This requires that users rebuild libkvm and friends using the new headers for ps et al to work with a new kernel. |