summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-03-27Make this compile correctly for non-mvme187 compatible kernelMiod Vallat
2001-03-27a few typos in comments, and uhm, size mismatchesMichael Shalayeff
2001-03-26Fix bug I introduced... if m_pullup fails, don't try to free the result.Jason Wright
2001-03-26fix scsi_done calling, locking, quartz_doneMichael Shalayeff
2001-03-26Support for Ultra/66 on Highpoint HPT366 and Ultra/100 on HPT370Chris Cappuccio
2001-03-26syncTheo de Raadt
2001-03-26cyclom updateTheo de Raadt
2001-03-26- move if_vlan back to a default if_type of IFT_PROPVIRTUALJason Wright
2001-03-26Add to ifdef confusion.Artur Grabowski
2001-03-26Typo: parition -> partitionAaron Campbell
2001-03-25Missing irqack, cleanup DMA error handlingConstantine Sapuntzakis
2001-03-25Reintroduce wakeup callConstantine Sapuntzakis
2001-03-25Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function...Constantine Sapuntzakis
2001-03-25Protect KFREES by splnet and rearrange pointers. This fix interruptGrigoriy Orlov
2001-03-25Repair timeouts. kern/1743, but with simpler fixArtur Grabowski
2001-03-25re-initialize mopt in ip6_insert_jumboopt(). sync with kameJun-ichiro itojun Hagino
2001-03-25missing splx. sync with kame.Jun-ichiro itojun Hagino
2001-03-25sync $KAME$.Jun-ichiro itojun Hagino
2001-03-25Fix v3 double-free, potential mrep double-free. Thanks to dawson and Team forConstantine Sapuntzakis
2001-03-25Fix potential dangling mbuf and potential double free. Thanks to Dawson and teamConstantine Sapuntzakis
2001-03-25Missing splx(s). Thanks to dawson and teamConstantine Sapuntzakis
2001-03-25Not really a bug but one day panic might throw an exception or something. THa...Constantine Sapuntzakis
2001-03-25Missing splx(). Thanks to dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25Missing splx(). Thanks to dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25Missing splx. Thanks to dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25Missing splx(s). Thanks to Dawson and teamConstantine Sapuntzakis
2001-03-25Missing splx(s). Thanks to dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25add bpfilter (bpf) to RAMDISK kernel for dhcp support.Dale Rahn
2001-03-25Missing splx(s). Thanks to Dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25Missing splx(). Thanks to Dawson and team for finding thisConstantine Sapuntzakis
2001-03-25Missing splxConstantine Sapuntzakis
2001-03-25don't count the input packets twice.Federico G. Schwindt
2001-03-25Missing splx(). Thanks to Dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25lower spl on error exit. Thanks to dawson and team for finding this oneConstantine Sapuntzakis
2001-03-25A couple minor fixes to prevent use after free. Thanks to dawson and team for...Constantine Sapuntzakis
2001-03-25Don't access user space pointer directly. Thanks to dawson and teamConstantine Sapuntzakis
2001-03-25Avoid dereferencing a null pointerConstantine Sapuntzakis
2001-03-25Support for several HP scanners; from jmartin@ugrad.cs.ualberta.ca, krw@ ok.Federico G. Schwindt
2001-03-25Free the right variable. Thanks to Dawson and team.Constantine Sapuntzakis
2001-03-25Nortel Baystack 21 support.Federico G. Schwindt
2001-03-25Minor bug. Could corrupt stat countersConstantine Sapuntzakis
2001-03-25Don't set pbp to point to free memory. Thanks to Dawson Engler and teamConstantine Sapuntzakis
2001-03-24regen.Federico G. Schwindt
2001-03-24Nortel Networks BS21 10/100 and 3com 3c359.Federico G. Schwindt
2001-03-24Remove an #ifdef PMAP_NEW so userland (specifically ps) doesn'tTodd C. Miller
2001-03-24Oops. Unbreak.Hakan Olsson
2001-03-24Convert to new timeout API. art@ ok.Hakan Olsson
2001-03-24Convert to new timeout API. art@ ok.Hakan Olsson
2001-03-24Convert to new timeout API. mickey@ ok.Hakan Olsson
2001-03-23Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn'tTodd C. Miller