summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix up locking surrounding tcp_drop sysctl: in the new world order, werwatson2006-04-032-16/+16
* After checking for SO_ISDISCONNECTED in tcp_usr_accept(), returnrwatson2006-04-031-5/+3
* Correct incorrect assertion in div_bind(): inp must not be NULL here.rwatson2006-04-031-1/+1
* Remove unused variable 'error'. Forgotten in previous commit.marcel2006-04-021-1/+0
* Don't claim a SAB82532. We have scc(4) for that.marcel2006-04-021-5/+0
* Eliminate the sc_hasfifo flag from the softc. It was only used bymarcel2006-04-022-4/+3
* During reformulation of tcp_usr_detach(), the call to initiate TCPrwatson2006-04-021-7/+18
* Introduce pmap_try_insert_pv_entry(), a function that conditionally createsalc2006-04-022-26/+56
* rick says:cel2006-04-021-0/+6
* Properly handle an edge case previously not handled correctly: arwatson2006-04-013-42/+79
* mask out any action when copying the flags from the event to the knote..jmg2006-04-011-0/+2
* Fix fat-fingered version define.mjacob2006-04-011-2/+2
* Don't hold the hardware mutex across getc(). It can wait indefinitelymarcel2006-04-014-20/+45
* White space consistency with kasserts. Minor style tweaks.rwatson2006-04-011-2/+6
* Update TCP for infrastructural changes to the socket/pcb refcount model,rwatson2006-04-017-273/+693
* Update in_pcb-derived basic socket types following changes torwatson2006-04-015-199/+86
* Break out in_pcbdetach() into two functions:rwatson2006-04-014-31/+34
* In raw and raw-derived socket types, maintain and enforce invariant thatrwatson2006-04-012-21/+8
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-0132-183/+114
* Annotate uses of fgetsock() with indications that they should relyrwatson2006-04-012-0/+12
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-0129-100/+124
* Add comment to accept1() that it should use getsock() instead of fgetsock()rwatson2006-04-011-0/+3
* Mark fgetsock() and fputsock() as depcrecated: callers should rely onrwatson2006-04-011-2/+8
* Add a comment describing SS_PROTOREF in detail. This will eventually berwatson2006-04-011-0/+7
* Assert so->so_pcb is NULL in sodealloc() -- the protocol state should notrwatson2006-04-011-0/+2
* Add a somewhat sizable comment documenting the semantics of various kernelrwatson2006-04-011-0/+57
* Fix some of the previus changes 'better'.mjacob2006-04-015-842/+970
* Build the scc(4) module with EBus and SBus attachments for sparc64marcel2006-04-011-2/+8
* Add the MacIO attachment for scc(4).marcel2006-04-011-0/+1
* Add a MacIO bus attachment. The Z8530 as present in the Mac needsmarcel2006-04-017-18/+101
* - Busy the filesystem in nfs_statfs to prevent us from creating a newjeff2006-04-011-1/+7
* - Add an assert to vgone. It is illegal to call vgone without a referencejeff2006-03-311-3/+0
* - When there are dangling vnodes at unmount print them before we panic.jeff2006-03-311-1/+6
* - Add a bogus vhold/vdrop around vgone() in devfs_revoke. Without thisjeff2006-03-311-0/+3
* Add kbdmux(4) to GENERIC on amd64emax2006-03-311-0/+2
* Fix cut-n-paste braino in previous commit: s/puc/scc/gmarcel2006-03-311-1/+1
* Remove the USB keyboard hack now that KBDMUX is enabled by default. Allowscottl2006-03-311-11/+1
* Add kbdmux(4) to GENERICemax2006-03-311-0/+2
* Add a DRIVER_MODULE declaration for fhc(4) as this attachement ismarcel2006-03-311-0/+1
* MEGA Fixes / Cleanupariff2006-03-311-300/+239
* - Increase snddev refcount earlier while accessing through sysctl interfaceariff2006-03-311-27/+34
* Make the ATAPI sense data accessible when using the ioctl interfacesos2006-03-318-93/+107
* - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs().jeff2006-03-317-31/+62
* - Hold a reference from the time vfs_busy starts until vfs_unbusy isjeff2006-03-311-3/+9
* - GETWRITEMOUNT now returns a referenced mountpoint to prevent itsjeff2006-03-311-1/+15
* - Allocate mounts from a uma zone that uses UMA_ZONE_NOFREE to preventjeff2006-03-311-8/+32
* - Define mnt_startzero and mnt_endzero as a range that excludes mnt_mtxjeff2006-03-311-2/+4
* - LK_RETRY means nothing when passed to VOP_LOCK. Call vn_lock instead.jeff2006-03-311-1/+2
* - Add the B_NEEDSGIANT flag which is only set if the vnode that owns a bufjeff2006-03-313-17/+39
* Build uart(4) on PowerPC.marcel2006-03-311-2/+1
OpenPOWER on IntegriCloud