summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-12-19Make it possible for carp to work on fddi and token ring again.Ryan Thomas McBride
2004-12-19Set atime and mtime when giving out a new pty. With help from tholo@Todd C. Miller
2004-12-18Use SIU_TASKMGMT_* defines from scsi_all.h rather than local duplicates.Kenneth R Westerback
2004-12-18Add SPI status information unit structure and defines, along with someKenneth R Westerback
2004-12-18use tick instead of ticks. thanks to hannes at mehnert dot org.Reyk Floeter
2004-12-18Print error codes in panic message.Brad Smith
2004-12-18Decrement carp_suppress_preempt when detaching an interface that hasChristopher Pascoe
2004-12-17Temporary fix to get IPv6 working again.Marco Pfatschbacher
2004-12-17ICMP state entries use the ICMP ID as port for the unique state key. WhenDaniel Hartmeier
2004-12-17knf cleanup, convert old k&r-style functions to ansi-style for aReyk Floeter
2004-12-17Fix printf in loadfirmware error path.Alexander Yurchenko
2004-12-17Reorder code in the ethernet output path, and enhance unicast addressChristopher Pascoe
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
2004-12-17Remember to decrement carp_suppress_preempt when detaching.Ryan Thomas McBride
2004-12-17rev 1.62Brad Smith
2004-12-17add missing braces.Brad Smith
2004-12-16Fix logic botch in dmacomputeipl() introduced in rev 1.14.Miod Vallat
2004-12-16rev 1.71Brad Smith
2004-12-16Make sure ifp->if_baudrate is valid when the parent's statchgBrad Smith
2004-12-16Delete VL/EISA cruft left over from ahc.Kenneth R Westerback
2004-12-16Clean up handling of sync_flags.Ryan Thomas McBride
2004-12-15Add IFF_NOARP to carp interface, we want arp requests to be handled viaRyan Thomas McBride
2004-12-15minimum key length of aes is 128 bit, not 64.Hans-Joerg Hoexer
2004-12-15* fix the multicast memberships removalPatrick Latifi
2004-12-15protect against multiple inclusionPatrick Latifi
2004-12-15sync with NetBSD but replace hand crafted crc logic with ether_crc32_le()Martin Reindl
2004-12-14Fix off-by-one. From FreeBSD r1.87. Also in NetBSD. Field being filledKenneth R Westerback
2004-12-14indentation and some knf, no binary changeHans-Joerg Hoexer
2004-12-14fix a comment.Hans-Joerg Hoexer
2004-12-14sync with NetBSD, ok miod@Martin Reindl
2004-12-14move the ioctls w/ all the other ifaces; mcbride@ okMichael Shalayeff
2004-12-14typos; ok pefo@Alexander Yurchenko
2004-12-14Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN,Ryan Thomas McBride
2004-12-14move ioctls together w/ all other ifaces; mcbride@ okMichael Shalayeff
2004-12-14typhoon microcode file buildTheo de Raadt
2004-12-14txp(4) late firmware loading, written somewhere over the pacific, testedTheo de Raadt
2004-12-13move splsoftnet() below ACCEPT_FLAGS(), which contains a potential return.Daniel Hartmeier
2004-12-13Uncomment yds(4) which is reported to work by Jim Dew. OK deraadt@Todd C. Miller
2004-12-13Store the local ethernet address in struct arpcom and suddenly mc(4) startsClaudio Jeker
2004-12-13Dead meat.Miod Vallat
2004-12-13Remove duplicate declarations already in <sys/conf.h>, as well as duplicateMiod Vallat
2004-12-13Use PAGE_SIZE instead of hardcoded 4096 value.Alexander Yurchenko
2004-12-13zap lvalue assignment, okay markus@. approved miod@Marc Espie
2004-12-13endian fixes, ie, atu will now work on big endian architectures.David Gwynne
2004-12-13set the buffer up before we try to use it. fixes a panic on sparc64 whichDavid Gwynne
2004-12-13regenKevin Lo
2004-12-13add ATI Radeon Mobility 9200. ok deraadt@Kevin Lo
2004-12-13Oops. Missed one chunk when sync'ing with FreeBSD r1.30.Kenneth R Westerback
2004-12-13Use millisends rather than microseconds in parameters to timerKenneth R Westerback
2004-12-13Set creation timestamps correctly on states learnt by pfsync that areChristopher Pascoe