summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
2005-08-01knfTheo de Raadt
2005-08-01spacing; ok deraadt@David Krause
2005-07-31Move large receive/decryption buffer allocation from the stack intoChristopher Pascoe
2005-07-31Don't use new dmesg line when printing logical devices info.Alexander Yurchenko
2005-07-31No need to #include <machine/pcb.h>; tested martin@Miod Vallat
2005-07-31Wrong copyout() size in writeback().Miod Vallat
2005-07-31Fix KDFAULT() in the 68040 & non-68040 compilation case.Miod Vallat
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-07-31unfortunately de(4) no longer fitsTheo de Raadt
2005-07-31remove the config glue between the /dev entry for ses and its driverDavid Gwynne
2005-07-31remove the ses driver. it has never been enabled in GENERIC on any archDavid Gwynne
2005-07-31back out change that was not discussed for nowPeter Valchev
2005-07-31Perform pf state/rule/table expiry in a kernel thread instead of runningChristopher Pascoe
2005-07-31use monotonic time for repeat event detections; feedback and ok deraadt@Damien Miller
2005-07-31do not allocate huge kinfo_proc2 and eproc structures on the stack.Theo de Raadt
2005-07-31Missed argument in previous commit, applied separately to ease merges.Christopher Pascoe
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2005-07-31Change the API for icmp_do_error so that it takes the mtu directly, ratherChristopher Pascoe
2005-07-31including a driver without putting it's driver name at the end of a filesTheo de Raadt
2005-07-30syncTheo de Raadt
2005-07-30more shorteningTheo de Raadt
2005-07-30syncTheo de Raadt
2005-07-30shortenTheo de Raadt
2005-07-30people grew the kernel too much again, sighTheo de Raadt
2005-07-30Don't do nothing -> Don't do anythingBrad Smith
2005-07-30remove a driver because someone bloated the kernelTheo de Raadt
2005-07-30Use ic->ic_ibss_chan instead of ic->ic_bss->ni_chan when filling aClaudio Jeker
2005-07-30build libkernTodd C. Miller
2005-07-30remove a useless timeout after tx (decrease nasty delays whileReyk Floeter
2005-07-30Pull in moddi3.c and negdi2.c from libkern since libz needs them.Todd C. Miller
2005-07-30Use the blocksize returned from scsi_size() in preference to allKenneth R Westerback
2005-07-30Need moddi3.c qdivrem.c for libzTodd C. Miller
2005-07-30Add libkern and link it in after libzTodd C. Miller
2005-07-30allow re(4) to attach too.Brad Smith
2005-07-306 -> ETHER_ADDR_LENBrad Smith
2005-07-30sync nge/ti_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()Brad Smith
2005-07-29oops don't leak memory when ami_mgmt fails.Marco Peereboom
2005-07-29Per art's email, don't keep something bigger than > 256 bytes on the stack.Marco Peereboom
2005-07-29Remove cruft.Marco Peereboom
2005-07-29Redo bioctl because initial implementation was too complex.Marco Peereboom
2005-07-29Use one "struct pf_state key" declaration at top of pf_test_state_icmp,Christopher Pascoe
2005-07-28no point in having an inode pool if we don't use itPedro Martelletto
2005-07-28KNFPedro Martelletto
2005-07-28Add viasio(4), a driver for VIA VT1211 LPC Super I/O found onAlexander Yurchenko
2005-07-28clear IFF_RUNNING & IFF_OACTIVE in sis_stop() before de-allocating resources,Brad Smith
2005-07-28rev 1.46Brad Smith
2005-07-28rev 1.32Brad Smith
2005-07-28put this where it belongsDavid Gwynne
2005-07-28rev 1.18Brad Smith