summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2004-05-28put ahd in these two config files (disabled for now, though, because itTheo de Raadt
2004-05-28Make lf_advlock glue work for AFS so flock/fcntl lock requests will workBob Beck
2004-05-27oopsTheo de Raadt
2004-05-27remove tedu crudTheo de Raadt
2004-05-27hppa pmap needs to use old pool allocator for now.Ted Unangst
2004-05-27syncTed Unangst
2004-05-27make acct(2) optional with ACCOUNTINGTed Unangst
2004-05-27shutdown accounting before shutting down vfs. should prevent some panics.Ted Unangst
2004-05-27apm restores perflevel after resume; some cpus are forgetful.Ted Unangst
2004-05-27the tcp header might be in a different mbuf after pulldown();Markus Friedl
2004-05-27change uvm_km_getpage to take waitok argument and sleep if appropriate.Ted Unangst
2004-05-27while polling, ack & ignore interrupts. this will have to do untilTheo de Raadt
2004-05-26typosPedro Martelletto
2004-05-26use sa_family not inp; netbsd merge error; ok dhartmeiMarkus Friedl
2004-05-26add Sitecom usb-serial (CN104)Markus Friedl
2004-05-26syncMarkus Friedl
2004-05-26sitecom serial adapterMarkus Friedl
2004-05-26Define correct EOF and EOL characters in the default firmware termiosMiod Vallat
2004-05-26Use physical addresses as seen in the A24 MVME332XT address space, thisMiod Vallat
2004-05-26use ETHER_ALIGNBrad Smith
2004-05-26rehab the locator index crack monkeysTheo de Raadt
2004-05-25replace obsolete references to bootpd(8) and bootptab(5) w/ dhcpd(8);Jason McIntyre