summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Minor changes to improve code readability (no actual code changes):luigi2004-04-181-60/+63
* Don't give up if sending to one link fails, continue.ru2004-04-171-1/+1
* use native names for if_link, ifa_link, if_addrhead.luigi2004-04-171-4/+2
* Add 354k and 512k support.fjoe2004-04-172-14/+34
* Add a Davies-Meyer style hash to the output. This is still puremarkm2004-04-171-12/+124
* More removal of the abortive locking code; malloc buffers whenmarkm2004-04-171-4/+12
* make route_init() staticluigi2004-04-172-3/+2
* misc cleanup in sysctl_ifmalist():luigi2004-04-171-27/+10
* A simple packet distribution node type that acts like an Ethernet hub.ru2004-04-174-0/+153
* Add support for Exsys EX-41098 cards.cperciva2004-04-171-0/+14
* Don't check for device_get_softc() returning NULL, it can't happen.mux2004-04-172-6/+0
* Fixed some style bugs in previous commit (mainly an insertion sort errorbde2004-04-171-9/+10
* Add support for the HP Modular Smart Array 20 & 500 storage arrays.ps2004-04-163-138/+462
* Whitespace cleanup.ps2004-04-163-69/+67
* - Enable (unmask) interrupt sources earlier in the ithread loop.jhb2004-04-161-8/+33
* Whitespace fix.jhb2004-04-161-1/+1
* Revert part of the "BIOS brain damage" from rev 1.10. It seems thatjhb2004-04-161-4/+5
* Use %eax rather than %ax when loading segment registers to avoid partialjhb2004-04-164-53/+53
* Don't call the BIOS to route a link that has already been routed by thejhb2004-04-161-2/+3
* Attempts to make this device Giant-free were ill-conceived asmarkm2004-04-162-14/+9
* Default to harvesting everything. This is to help give a fastermarkm2004-04-162-4/+4
* Disable the new wake GPE behavior. With it enabled, my laptop won't staynjl2004-04-161-0/+1
* ooops. I disabled pci_enable_io_modes not pci_do_powerstate in the lastimp2004-04-161-4/+4
* At some point during the history of m_getcl(), MAC support began torwatson2004-04-161-6/+6
* Use if_link instead of the alias if_list, and change a for() intoluigi2004-04-161-1/+6
* Documented the intended usage of if_addrhead and ifaddr_byindex()luigi2004-04-161-3/+11
* Improve comment (SMB bus -> System Management Bus)eivind2004-04-161-1/+1
* Consistently use ifaddr_byindex() to access the link-level addressluigi2004-04-161-4/+4
* Consistently use ifaddr_byindex() to access the link-level addressluigi2004-04-163-19/+23
* Remove two variables that became unused because of last commit.luigi2004-04-161-2/+0
* Move ENABLE_ALART to proper place.obrien2004-04-161-1/+5
* Fix building on L64 machines.obrien2004-04-161-7/+7
* Add support for the ADMtek AN8513 USB Ethernet adapter.obrien2004-04-164-2/+11
* Correct $FreeBSD$ style.obrien2004-04-162-4/+4
* make the bad bar warning less scary, and toss it behind a bootverbose.imp2004-04-161-2/+3
* Turn off the power stuff for a little while longer. There appears to beimp2004-04-161-2/+2
* Set the "global" attribute on the page table entries for the kernel andalc2004-04-161-3/+3
* - Use memory barrier with atomic operations in ntoskrnl_lock_dpc() andwpaul2004-04-165-56/+21
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-1510-55/+0
* Document the way if_addrhead and struct ifaddr are used.luigi2004-04-151-3/+11
* If IF_HANDOFF() or netisr_queue() fail, they will free the mbuf. Whenrwatson2004-04-151-0/+1
* Add note that npx depends on isa.josef2004-04-152-2/+2
* s/atspeaker/speaker/cperciva2004-04-151-1/+1
* Ensure that the poll_burst <= poll_burst_max constraint really holds.ru2004-04-151-0/+2
* Let the NFS client notice a file's size changing as a modification.peadar2004-04-143-3/+13
* Check in structure definitions for the FreeBSD-3.x signal syscall stuff.peter2004-04-141-0/+43
* Regenpeter2004-04-144-40/+49
* Catch up to the not-so-recent statfs(2) changes.peter2004-04-143-18/+49
* Don't allow the driver to be unloaded if the device node is open.ps2004-04-141-1/+4
* Remove the 'timeout' argument from aac_wait_command() as it isn't used andscottl2004-04-141-14/+10
OpenPOWER on IntegriCloud