summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo.glebius2005-10-111-2/+1
* Do not unconditionally set a spanning tree port to forwarding as the link may bethompsa2005-10-111-1/+1
* IDs for generic card, airvast wm_100, i-o data wn-b11/cfzimp2005-10-111-1/+5
* Buffalo LPC4/CLX IDimp2005-10-111-0/+1
* New OEM generic card. "10/100 Fast Ethernet PC Card". It has aimp2005-10-111-0/+1
* Fix a missing set of lock operations.scottl2005-10-101-0/+3
* Correct the former patch to the way it would have looked after review.sos2005-10-101-13/+13
* Properly react to allocation failures.sos2005-10-101-6/+11
* Avoid unintended VMIO on directories and symlinks due to leftover objecttegge2005-10-101-0/+1
* Grrr. Add one more missing NDIS_UNLOCK().wpaul2005-10-101-1/+3
* Add missing NDIS_UNLOCK() in one of the failure cases in SIOCGPRIVATE_0.wpaul2005-10-101-1/+3
* This commit makes a big round of updates and fixes many, many things.wpaul2005-10-1010-1227/+2537
* Bug fix initialization on multi-core HTT CPUs.jkoshy2005-10-101-46/+59
* ALTQ support for ng_iface(4). Before turning on please consult manual page.glebius2005-10-101-26/+68
* Release clean buffer with wrong size and no dependencies also for non-VMIOtegge2005-10-091-2/+1
* Adjust totread argument passed to cluster_read() to account for offset nottegge2005-10-091-1/+1
* When breaking up a large request into smaller ones for the strategypeadar2005-10-091-1/+7
* Don't pretend that a failed sync write was succesful.tegge2005-10-091-3/+1
* Reduce probability for a deadlock that can occur when a snapshot inode istegge2005-10-091-0/+11
* Eliminate a deadlock that can occur when a dirty block belonging to a snapshottegge2005-10-091-0/+2
* Eliminate a deadlock that can occur during the cgaccount() processing due totegge2005-10-091-3/+2
OpenPOWER on IntegriCloud