summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce the probability of low block numbers passed to ffs_snapblkfree() bytegge2005-10-091-55/+35
* Reinitialize v_type and v_op fields in case vnode has been reused withouttegge2005-10-091-0/+5
* Rough implementation of the create and add verbs. The verbs causemarcel2005-10-091-2/+290
* - Do not hardcode the bsize to a sectorsize of 2048, even thoughrodrigc2005-10-091-5/+21
* Lock object while we iterate through it's backing objects.csjp2005-10-091-6/+7
* Ue a better msleep identifier. Fix some whitespace.scottl2005-10-081-5/+5
* aac_intr0 rotted long ago, remove it.scottl2005-10-081-14/+0
* As alc pointed out to me, vm_page.c 1.305 was incomplete: uma_startup()des2005-10-083-8/+8
* Mega Update to the aac driver to support a whole new family of cards andscottl2005-10-086-171/+799
* In ngt_input(), do not derefer sc (= (sc_p) tp->t_lsc) before makingtanimura2005-10-081-2/+5
* MFP4: More removal of unused stuff.imp2005-10-082-2/+0
* MFP4: Changes to hopefully make the new power code work betterimp2005-10-081-3/+3
* MFP4: We no longer use intr_handlers, so remove it.imp2005-10-082-4/+0
OpenPOWER on IntegriCloud