summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* prevent excessively small buffer sizes resulting in hundreds of irqs percg2001-01-241-13/+15
* Don't grab Giant when calling kmem_alloc/kmem_free as this is justjhb2001-01-241-4/+0
* Proc locking.jhb2001-01-244-26/+100
* - Proc locking.jhb2001-01-241-10/+45
* - Proc locking.jhb2001-01-241-7/+27
* Proc locking.jhb2001-01-245-2/+31
* Proc locking to protect p_ucred while we obtain additional references.jhb2001-01-242-4/+30
* - Proc locking.jhb2001-01-241-5/+26
* - Proc locking.jhb2001-01-241-1/+6
* "Rejected with status" is better than "Rejected for status".mjacob2001-01-241-1/+1
* Use selrecord() instead of doing the work ourselves.jhb2001-01-242-15/+3
* Make the device name in an isa_device a const char * instead of a char *jhb2001-01-241-1/+1
* Use queue macros.jhb2001-01-243-3/+3
* Proc locking.jhb2001-01-236-8/+41
* - Use 'p' instead of 'curproc' for the namei lookup as this is whatjhb2001-01-231-6/+20
* Proc locking.jhb2001-01-231-0/+2
* Allow fxp to configure in I/O space if the user wants it and specifiesmjacob2001-01-234-20/+84
* Proc locking, mostly protecting p_ucred while obtaining additionaljhb2001-01-234-10/+56
* - Remove unused header include.jhb2001-01-231-5/+3
* Proc locking to protect p_ucred while we obtain an additional reference.jhb2001-01-231-1/+9
* - FreeBSD doesn't have an abortop vnop as far as I can tell, so #ifdefjhb2001-01-231-4/+2
* Tag unused functions with __unused.jhb2001-01-231-2/+2
* Proc locking to protect p_ucred while we obtain another reference to it.jhb2001-01-231-5/+19
* Use suser(9) instead of checking p->p_ucred->cr_uid directly.jhb2001-01-231-1/+1
* Remove a prototype for an unused and undefined debugging function.jhb2001-01-231-1/+0
* Tag unused functions with __unused.jhb2001-01-233-35/+36
* - Move stg_card_intr()'s prototype and definition inside appropriatejhb2001-01-231-8/+10
* When flipping the first entry in the qinfifo with the "next queued SCB",gibbs2001-01-231-1/+4
* Relocate the 'hwfuncs' functions below the inlined functions they attemptjhb2001-01-231-85/+85
* - Proc locking.jhb2001-01-233-27/+73
* Move nsp_card_intr()'s prototype and definition inside the appropriatejhb2001-01-231-8/+8
* Move the definition of nsp_start_timer() earlier in the file before it isjhb2001-01-231-12/+12
* The ncv_card_intr function is only used in older versions of FreeBSD, sojhb2001-01-231-9/+9
* Use the 'slp' local variable that was otherwise unused instead of castingjhb2001-01-231-1/+1
* #if 0 out local variables only used in #if 0'd code and remove unusedjhb2001-01-231-1/+4
* Add curly braces ({}) around each struct speedtab to quiet warnings.jhb2001-01-232-38/+38
* Proc locking in the form of using the proc lock to protect p_ucred whilejhb2001-01-232-12/+68
* Axe unused local variable.jhb2001-01-231-1/+0
* - Mark an unused function with __unused.jhb2001-01-231-1/+6
* Axe an unused static softc.jhb2001-01-231-2/+0
* Move a temporary #ifdef of code (just the #ifdef part) up so that it isjhb2001-01-231-4/+4
* Kill a warning by marking an unused function with __unused.jhb2001-01-231-1/+1
* Argh, atomic_store_rel -> atomic_store_rel_int.jhb2001-01-231-1/+1
* Woops, add in missing headers.jhb2001-01-231-1/+3
* Proc locking.jhb2001-01-235-17/+63
* Use queue macros.jhb2001-01-231-5/+4
* - Add proc locking.jhb2001-01-231-35/+104
* Fix the vulnerability with TCP ECE packets recently fixed in ipfw.kris2001-01-232-5/+18
* - Use proper atomic operations to make the run time initializationjhb2001-01-231-10/+20
* - Add necessary proc locking.jhb2001-01-231-5/+15
OpenPOWER on IntegriCloud