summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-04-03add pxeboot references to FILES and SEE ALSO;Jason McIntyre
2004-04-03make it look more like the other archsMichael Shalayeff
2004-04-02K6-2/3 powernow driver. not without quirks, but mostly working.Ted Unangst
2004-04-02set correct MAC address for Farallon eth' cards.Xavier Santolaria
2004-04-02repair fcnv* emulation.Michael Shalayeff
2004-04-02repair linuxisms tested on hppa, sparc, vax and i386; from Sven Dehmlow <sven...Michael Shalayeff
2004-04-02kill _8 api completelyMichael Shalayeff
2004-04-02rfork(RFMEM) shares complete vmspace. much more useful, and in line withTed Unangst
2004-04-02Do not define AXE_DEBUG by default.Miod Vallat
2004-04-02remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd listsTheo de Raadt
2004-04-02remove pk from copyright, seen in netbsdTheo de Raadt
2004-04-02axe usb ethernet driver hacked into the tree by taleck@oz.netTheo de Raadt
2004-04-01use NULL for ptrs. parts from Joris VinkTed Unangst
2004-04-01typos in comments: hz -> HzXavier Santolaria
2004-04-01Better bounds checking in strategy(), and kill the (unused) rd flagsMiod Vallat
2004-04-01It turns out that the so-called fast ffs(3) routines were wrong, as soon asMiod Vallat
2004-04-01init kqueues normally, from pedro martellettoTed Unangst
2004-03-31remove sparc64/gcc2 workaround.Brad Smith
2004-03-31cleanup some whitespacesMichael Shalayeff
2004-03-31regenMichael Shalayeff
2004-03-31a few more hp cardsMichael Shalayeff
2004-03-31Fix false positives when comparing long file names that have theTodd C. Miller
2004-03-31in the tcp md5sig case allow empty (wildcard) src or dstHenning Brauer
2004-03-31in gettdbbysrcdst(), allow matching with either src or dst beeing a wildcardHenning Brauer
2004-03-30knock out INET6: media too large for some machinesTheo de Raadt
2004-03-28Check variables in incoming packets which can cause problems if they're setRyan Thomas McBride
2004-03-28memory leak fix; from pat, via tedu, ok dhartmeiTheo de Raadt
2004-03-27wrap if_down() in splimp; tholo ran into splassert, miod tholo okTheo de Raadt
2004-03-26Properly m_copyback() modified TCP sequence number after demodulationDaniel Hartmeier
2004-03-26don't use mbuf after free; ok mcbride, deraadt, cloderMarkus Friedl
2004-03-26Also raise advskew to 240 while we wait for pfsync to get it's bulk update.Ryan Thomas McBride
2004-03-26Allow the last page of physical memory (pci space) to be mapped. ok deraadt@Dale Rahn
2004-03-26Do not dereference pointers before checking whether they are valid (triple si...Miod Vallat
2004-03-25Don't use mbuf pointer in error case, when it has been set to NULL.Daniel Hartmeier
2004-03-25Fix icmp checksum when sequence number modlation is being used.Ryan Thomas McBride
2004-03-24Do not check for writing to address zero on vax, since this is whereMiod Vallat
2004-03-24Correct size in error message. From mickey@Ryan Thomas McBride
2004-03-24Disable net.inet.carp.log by default.Ryan Thomas McBride
2004-03-23Hold off for 1 second before beginning bulk transfer. Avoids loopingRyan Thomas McBride
2004-03-23Add TI 1510 to recognized list of chips to configure. ok deraadt@Dale Rahn
2004-03-22Initialize msb and lsb tables (from NetBSD).Thomas Nordin
2004-03-22Fix dates on my copyrights.Tom Cosgrove
2004-03-22Support for best effort bulk transfers of states when pfsync syncif isRyan Thomas McBride
2004-03-22spelling; jjy2+@pitt.eduTheo de Raadt
2004-03-21Remove example for ISC dhcpd. The vendor-class-identifier option is notTom Cosgrove
2004-03-21Grammar fix from jmc@Tom Cosgrove
2004-03-21Enter pxeboot on amd64. Initially intended to support network installsTom Cosgrove
2004-03-21Bring in sync with i386 and enable interrupts before halt when we errorTom Cosgrove
2004-03-21fix udp checksum verification if ip options are present;Markus Friedl
2004-03-21i386 -> amd64. Ok miod@, deraadt@, tom@.Matthieu Herrb