summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032jhb2005-10-146-2/+62
* Whitespace.jhb2005-10-141-1/+1
* Remove the sx(4) driver at the request of the author. The authorjhb2005-10-1411-2536/+0
* Change the userland atomic operations on arm to use memory operands forjhb2005-10-141-16/+22
* Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm.ru2005-10-142-4/+4
* Fix a regression that prevented PERC3 hardware from working. Apparently theyscottl2005-10-142-29/+47
* Get rid of duplicate -I's in CFLAGS.ru2005-10-141-5/+1
* Sort SUBDIR and surrounding definitions.ru2005-10-141-4/+4
* Change I-O data WB-B11/CFZ entry to ELSA XI330 as the former is aimp2005-10-141-1/+1
* Add ELSA XI330 product. This is rebadged and sold as SMC 2532W-B andimp2005-10-141-0/+2
* Regen for sigqueue syscall.davidxu2005-10-145-7/+16
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-1444-525/+1038
* From the PR:glebius2005-10-141-14/+14
* Change most of the bridge and stp funtions to static. This has highlightedthompsa2005-10-142-209/+226
* Cleanup from __FreeBSD_version.glebius2005-10-141-73/+2
* MFP4: Minor tweaks.imp2005-10-141-1/+5
* Merge in WIP from p4 for supporting ISA pccard bridges conforming toimp2005-10-141-17/+43
* Add ksiginfo_t which is a wrapper of siginfo_t but allows us to carrydavidxu2005-10-141-0/+39
* Add POSIX siginfo_t's si_code, this is for upcoming POSIX realtime signaldavidxu2005-10-142-19/+73
* Further clean up the bridge hooks in if_ethersubr.c and ng_ether.cthompsa2005-10-145-48/+37
* Restore the UP optimization to reduce the number of TLB invalidations. Thealc2005-10-131-4/+11
* From 101 ways to panic your kernel.thompsa2005-10-132-1/+13
* If we can't probe the RTL80x9 for some reason, fall back to probing itimp2005-10-131-3/+10
* o Fix probing of rtl80x9 parts. We shouldn't be callingimp2005-10-131-5/+6
* Consolidate two adjacent conditional blocksjulian2005-10-131-5/+1
* In detach method, move if_free() after bus_teardown_intr().ru2005-10-1315-29/+42
* Minor tweaks and fixups:jhb2005-10-132-69/+61
* Remove a stale comment.ru2005-10-131-1/+0
* - When flushing node input queue, check whether item has a callback. Ifglebius2005-10-131-0/+6
* Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, movethompsa2005-10-133-33/+10
* Minor cleanups, no functional changessos2005-10-131-17/+2
* Restore optimizations to reduce TLB shootdowns.ups2005-10-131-25/+24
* Fix tinderbox box by removing incomplete/bad spl usage. Proper giant freeambrisko2005-10-121-6/+0
* Add support for the ATI IXP[234]00 series chipsets.sos2005-10-124-1/+126
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-1211-104/+66
* Be pedantic here: We're converting from network byte order to hostimp2005-10-121-2/+2
* o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusionmaxim2005-10-122-3/+3
* Use a better EVFILT_LIO description!ambrisko2005-10-121-1/+1
* Add in kqueue support to LIO event notification and fix how it handledambrisko2005-10-123-125/+206
* When performing a VOP_LOOKUP() as part of UFS1 extended attributerwatson2005-10-121-0/+1
* After rev. 1.103 the oitem and ierror are no longer needed, remove them.glebius2005-10-121-18/+4
* Unbreak the net.inet6.tcp6.getcred sysctl.philip2005-10-122-6/+6
* AES counter mode uses 8byte IV, not 16 bytes.ume2005-10-121-1/+1
* Move execve's access time update functionality into a newdds2005-10-125-27/+25
* Convert ndis_set_info() and ndis_get_info() from using msleep()wpaul2005-10-124-52/+43
* Ensure that a thread stays on same CPU when calculating per CPUups2005-10-121-15/+15
* Mark sk(4) as capable of handling extended VLAN frames. NICsyar2005-10-112-0/+12
* Fix build: remove stale KASSERT() for mutex that no longer exists.wpaul2005-10-111-2/+0
* Fix a regression introduced in rev. 1.107. If an item once had a writerglebius2005-10-111-22/+28
* Style and other fixes for the last commit.glebius2005-10-111-7/+9
OpenPOWER on IntegriCloud