summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-036-10/+15
* Eliminate softdep_flush() livelock by accounting for number of worklist itemstegge2006-04-032-1/+7
* Shrink the amd64 pv entry from 48 bytes to about 24 bytes. On a machinepeter2006-04-032-151/+309
* - s,tramoline,trampoline, in a comment.marius2006-04-032-10/+22
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-0311-45/+12
* In kdb_trap(), change the type of the local variable 'intr' from intmarcel2006-04-031-1/+2
* o add opt_ath.h enable tweaking various config parameters for the driversam2006-04-033-13/+28
* Replace critical_enter() and critical_exit() in kdb_trap() withmarcel2006-04-031-3/+3
* Add device ID for nForce 410 MCP audio controller.ariff2006-04-031-0/+3
* In TCP notify routines, check inpcb for INP_TIMEWAIT and INP_DROPPED.rwatson2006-04-032-132/+162
* Change inp_ppcb from caddr_t to void *, fix/remove associated relatedrwatson2006-04-036-21/+27
* Style tweaks: convert to ANSI from K&R function prototypes.rwatson2006-04-032-118/+52
* Update comment on tcp_close() for new world order.rwatson2006-04-032-8/+4
* Clarify comment on handling of non-timewait TCP states inrwatson2006-04-031-5/+7
* 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
OpenPOWER on IntegriCloud