summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2004-03-20one proc.h is sufficientTed Unangst
2004-03-20add the rest of the oosiop machines for timeout programming except for /99s w...Michael Shalayeff
2004-03-20add support for the lebuffer sbus le unitsTheo de Raadt
2004-03-20Unbreak routing change handling for state changes; count addresses differentlyRyan Thomas McBride
2004-03-20Remove errant ';' at end of if() statement that was causing pre-matureAaron Campbell
2004-03-20Implement firmware download.Kenneth R Westerback
2004-03-19Use __LP64__ to check for 64-bit systems.Miod Vallat
2004-03-19Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate theMiod Vallat
2004-03-19check for CLOCAL flag in right variable; from sq@oganer.netTheo de Raadt
2004-03-19Tidy up the man pageTom Cosgrove
2004-03-19Enter pxeboot, derived from the NetBSD implementation. InitiallyTom Cosgrove
2004-03-19typo in comment; from robert nagyMichael Shalayeff
2004-03-19remove trailing ';' in PFLOG_REAL_HDRLEN definition. ok dhartmei@ mcbride@Mike Frantzen
2004-03-19Tweak isr to speed it up, panic in correct spot, prepare for more firmwareKenneth R Westerback
2004-03-18state->rule.ptr shall not be NULL. from Jon Coller. ok dhartmei@ mcbride@Cedric Berger
2004-03-18Allow the state to be changed explicitly via the ioctl.Ryan Thomas McBride
2004-03-18Starting with Prism firmware version 1.6.3, HostAP supports anTodd C. Miller