summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-06-02More realistic kernel pdt sizing for the Luna88k (sync with recent mvme88kMiod Vallat
2004-06-02Add ether_{add,del}multi(), makes multicast work.Ryan Thomas McBride
2004-06-01use M_MISCFSMNT to allocate nullfs memory, ok tedu@Pedro Martelletto
2004-06-01dv_xname is not the same as dv_unit (for hell knows what reason)Michael Shalayeff
2004-06-01regenTodd C. Miller
2004-06-01Add support for the Adaptec AWN-8030 WLAN pcmcia-card (prism 2.5) fromTodd C. Miller
2004-06-01Replace hand-rolled crc32 with ether_crc32_le().Ryan Thomas McBride
2004-06-01there's no use in checking curproc privilege in input path.Jun-ichiro itojun Hagino
2004-06-01some revisions have issues sending lots of packets.Ted Unangst
2004-05-31explanatory comments for the uvm_km_page functions.Ted Unangst
2004-05-31initialize struct carp_if and let vhif_nvrs counter work. ok mcbride@Marco Pfatschbacher
2004-05-31thinko, reported by Fernando BragaDaniel Hartmeier
2004-05-31work around an LP64 problem where we report an excessively large windowBrad Smith
2004-05-31When loading multicast filters, accept all multicast when we encounterRyan Thomas McBride
2004-05-31Replace local crc32 with ether_crc32_be.Ryan Thomas McBride
2004-05-31Define MAXSYMLINKS in terms of SYMLOOP_MAX just as MAXPATHLEN is definedTodd C. Miller
2004-05-31Define _POSIX_SYMLINK_MAX and SYMLINK_MAX as _POSIX_PATH_MAX and PATH_MAXTodd C. Miller
2004-05-31Updates based on Single Unix; OK deraadt@Todd C. Miller
2004-05-31Enable all multicast if we encounter a range.Ryan Thomas McBride
2004-05-31remove the broken auto-append-'0' code; ok canacar, deraadt, thierryMarkus Friedl
2004-05-31simplify; ok henning, itojunMarkus Friedl
2004-05-31clean some copy&paste leftovers from KAME code.Marco Pfatschbacher
2004-05-31Replace tulip_crc32 with ether_crc32_le.Ryan Thomas McBride
2004-05-31multicast cleanups:Ryan Thomas McBride
2004-05-31Don't reinvent the wheel, use ether_crc32_le() instead.Ryan Thomas McBride
2004-05-30a bit of syncing with the FreeBSD driver, namely...Brad Smith
2004-05-30compile without INET6; ok mcbridePeter Valchev
2004-05-30only free pages if we have write permission and they are not COW.Ted Unangst
2004-05-30knfTheo de Raadt
2004-05-30serial console hack from tom. who, after having been told a few timesTheo de Raadt
2004-05-30Enable hotplug, tested by tedu@.Alexander Yurchenko
2004-05-30Devices hot plugging support.Alexander Yurchenko
2004-05-30Multicast fixups:Ryan Thomas McBride
2004-05-30Multicast fixups:Ryan Thomas McBride
2004-05-30rcsidsTed Unangst
2004-05-29- Properly support multicast reception.Christian Weisgerber
2004-05-29Enable vga0 at isa? (makes krw's vga appear).Tom Cosgrove
2004-05-29introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interfacejoshua stein
2004-05-29replace hand-rolled CRC calculation in multicast hash setup with calls toChristian Weisgerber
2004-05-29Remove multicast addresses and promiscuous mode when destroying theRyan Thomas McBride
2004-05-29carp_ioctl() happens after ifioctl(); check flags correctly so thatRyan Thomas McBride
2004-05-28Modify adb packet handling so that the completion routine can reentrantlyDale Rahn
2004-05-28Clean up sense error logic and printing a bit, partly inspired byKenneth R Westerback
2004-05-28regenTed Unangst
2004-05-28ACCOUNTING is optional. found by mpech. ok deraadtTed Unangst
2004-05-28Clean up subsysid lookups + print subsysid string during boot.Marco Peereboom
2004-05-28Regen.Marco Peereboom
2004-05-28Remove DELL CERC-SATA since it is a subsysid. ok deraadt@, nate@Marco Peereboom
2004-05-28fix for: !(flags && FORCECLOSE)Mike Pechkin
2004-05-28bpf device cloning.Alexander Yurchenko