aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Minor changes to improve code readability (no actual code changes):Luigi Rizzo2004-04-181-60/+63
* Don't give up if sending to one link fails, continue.Ruslan Ermilov2004-04-171-1/+1
* use native names for if_link, ifa_link, if_addrhead.Luigi Rizzo2004-04-171-4/+2
* Add 354k and 512k support.Max Khon2004-04-172-14/+34
* Add a Davies-Meyer style hash to the output. This is still pureMark Murray2004-04-171-12/+124
* More removal of the abortive locking code; malloc buffers whenMark Murray2004-04-171-4/+12
* make route_init() staticLuigi Rizzo2004-04-172-3/+2
* misc cleanup in sysctl_ifmalist():Luigi Rizzo2004-04-171-27/+10
* A simple packet distribution node type that acts like an Ethernet hub.Ruslan Ermilov2004-04-174-0/+153
* Add support for Exsys EX-41098 cards.Colin Percival2004-04-171-0/+14
* Don't check for device_get_softc() returning NULL, it can't happen.Maxime Henrion2004-04-172-6/+0
* Fixed some style bugs in previous commit (mainly an insertion sort errorBruce Evans2004-04-171-9/+10
* Add support for the HP Modular Smart Array 20 & 500 storage arrays.Paul Saab2004-04-163-138/+462
* Whitespace cleanup.Paul Saab2004-04-163-69/+67
* - Enable (unmask) interrupt sources earlier in the ithread loop.John Baldwin2004-04-161-8/+33
* Whitespace fix.John Baldwin2004-04-161-1/+1
* Revert part of the "BIOS brain damage" from rev 1.10. It seems thatJohn Baldwin2004-04-161-4/+5
* Use %eax rather than %ax when loading segment registers to avoid partialJohn Baldwin2004-04-164-53/+53
* Don't call the BIOS to route a link that has already been routed by theJohn Baldwin2004-04-161-2/+3
* Attempts to make this device Giant-free were ill-conceived asMark Murray2004-04-162-14/+9
* Default to harvesting everything. This is to help give a fasterMark Murray2004-04-162-4/+4
* Disable the new wake GPE behavior. With it enabled, my laptop won't stayNate Lawson2004-04-161-0/+1
* ooops. I disabled pci_enable_io_modes not pci_do_powerstate in the lastWarner Losh2004-04-161-4/+4
* At some point during the history of m_getcl(), MAC support began toRobert Watson2004-04-161-6/+6
* Use if_link instead of the alias if_list, and change a for() intoLuigi Rizzo2004-04-161-1/+6
* Documented the intended usage of if_addrhead and ifaddr_byindex()Luigi Rizzo2004-04-161-3/+11
* Improve comment (SMB bus -> System Management Bus)Eivind Eklund2004-04-161-1/+1
* Consistently use ifaddr_byindex() to access the link-level addressLuigi Rizzo2004-04-161-4/+4
* Consistently use ifaddr_byindex() to access the link-level addressLuigi Rizzo2004-04-163-19/+23
* Remove two variables that became unused because of last commit.Luigi Rizzo2004-04-161-2/+0
* Move ENABLE_ALART to proper place.David E. O'Brien2004-04-161-1/+5
* Fix building on L64 machines.David E. O'Brien2004-04-161-7/+7
* Add support for the ADMtek AN8513 USB Ethernet adapter.David E. O'Brien2004-04-164-2/+11
* Correct $FreeBSD$ style.David E. O'Brien2004-04-162-4/+4
* make the bad bar warning less scary, and toss it behind a bootverbose.Warner Losh2004-04-161-2/+3
* Turn off the power stuff for a little while longer. There appears to beWarner Losh2004-04-161-2/+2
* Set the "global" attribute on the page table entries for the kernel andAlan Cox2004-04-161-3/+3
* - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() andBill Paul2004-04-165-56/+21
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-1510-55/+0
* Document the way if_addrhead and struct ifaddr are used.Luigi Rizzo2004-04-151-3/+11
* If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. WhenRobert Watson2004-04-151-0/+1
* Add note that npx depends on isa.Josef El-Rayes2004-04-152-2/+2
* s/atspeaker/speaker/Colin Percival2004-04-151-1/+1
* Ensure that the poll_burst <= poll_burst_max constraint really holds.Ruslan Ermilov2004-04-151-0/+2
* Let the NFS client notice a file's size changing as a modification.Peter Edwards2004-04-143-3/+13
* Check in structure definitions for the FreeBSD-3.x signal syscall stuff.Peter Wemm2004-04-141-0/+43
* RegenPeter Wemm2004-04-144-40/+49
* Catch up to the not-so-recent statfs(2) changes.Peter Wemm2004-04-143-18/+49
* Don't allow the driver to be unloaded if the device node is open.Paul Saab2004-04-141-1/+4
* Remove the 'timeout' argument from aac_wait_command() as it isn't used andScott Long2004-04-141-14/+10