Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis | |
security properties of the packets to be pushed up to the application (not done yet). Eventually, this will be turned into a packet attributes framework. Make sure tdbi's are free'd/cleared properly whenever drivers (or NFS) does weird things with mbufs. | |||
2001-03-28 | Move code to set sc_frequency out of #ifdef notyet since we now need it. | Todd C. Miller | |
From deraadt@ | |||
2001-03-28 | identify Cyrix III; from Armin Wolfermann <armin@wolfermann.org> | Michael Shalayeff | |
2001-03-28 | ldil requires L% always it seems | Michael Shalayeff | |
2001-03-28 | sync w/ libc | Michael Shalayeff | |
2001-03-28 | rely on predefined space attributes | Michael Shalayeff | |
2001-03-28 | new SIIG 8-port; apriori@world.std.com | Theo de Raadt | |
2001-03-28 | sync | Theo de Raadt | |
2001-03-28 | new | Theo de Raadt | |
2001-03-28 | $OpenBSD$ | Jason Wright | |
2001-03-28 | Add some DIAGNOSTIC checks that panic on some of the common mistakes. | Artur Grabowski | |
2001-03-28 | sigh, forgot another ifdef; use bus_space_xx for cross plataform support. | Federico G. Schwindt | |
2001-03-28 | Use vaddr_t instead of vm_offset_t. | Federico G. Schwindt | |
2001-03-28 | uncomment and use code to determine whether we interrupted or not | Jason Wright | |
correct comment typo | |||
2001-03-28 | Replaced with bt8xx.h; byebye. | Federico G. Schwindt | |
2001-03-28 | remove old files. | Federico G. Schwindt | |
2001-03-28 | ioctl_meteor.h and ioctl_bt848.h merge; from NetBSD. | Federico G. Schwindt | |
2001-03-28 | New set of files for bktr(4). | Federico G. Schwindt | |
2001-03-28 | Latest bktr driver from FreeBSD; thanks to Andres Gunnarsson | Federico G. Schwindt | |
<andreas@crt.se> for testing. | |||
2001-03-28 | Rework vlan_start() to make sure it -never- munges the packet internals (eg. | Jason Wright | |
shared mbuf clusters) Revert the deleted m_adj() call in vlan_input() back to inline mbuf manipulation, all of the checks really are there by API/convention. | |||
2001-03-27 | Move the boot loader relocation address higher, for full-featured | Miod Vallat | |
(GENERIC) kernel to fit. ``experienced by'' & ok smurph@ | |||
2001-03-27 | avoid a mapreg type mismatch warning when mapping card's io space | Michael Shalayeff | |
2001-03-27 | Fix a problem with how TDB timeouts were used in pfkeyv2. | Artur Grabowski | |
When we allocated a tdb we did a timeout_add before a timeout_set. This was a problem in itself, but it shouldn't hurt too much. What did hurt was that we did a timeout_set after the timeout_add, timeout_set marked the timeout as not being on the timeout list and if we did a timeout_del (or timeout_add) later (before the timeout fired) we ended up with a chunk of freed memory on the timeout queue or maybe even dangling pointers (or a circular list). This should probably cure the timeout queue corruption some people were seeing lately. | |||
2001-03-27 | clean more dangling spaces | Artur Grabowski | |
2001-03-27 | regen | Peter Galbavy | |
2001-03-27 | Add an old 'ne' compatible card from Greycell and the matching data | Peter Galbavy | |
to if_ne_pcmcia.c. OK mickey@ | |||
2001-03-27 | __weak_alias, __warn_references, __indr_reference are unimplemented now; from d@ | Michael Shalayeff | |
2001-03-27 | regen | Michael Shalayeff | |
2001-03-27 | just found another one | Michael Shalayeff | |
2001-03-27 | regen | Michael Shalayeff | |
2001-03-27 | a few more if_wi-compatible devices | Michael Shalayeff | |
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. |