summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Remove all the #if 0'd code that used to implement IRQ forwarding.jhb2001-01-243-255/+0
* Remove unused locks: cpl, fast_intr, intr, mpintr.jhb2001-01-241-4/+0
* - Proc locking.jhb2001-01-242-8/+14
* - Remove Xforward_irq, cpl_lock, and fast_intr_lock.jhb2001-01-241-3/+1
* Setup the return values for a child process in the trapframe when we setupjhb2001-01-242-0/+8
* - Kill the have_giant parameter to userret() along with all instances ofjhb2001-01-243-297/+222
* - Proc locking.jhb2001-01-243-7/+54
* - Relocate portions of this file to get it into an order closer to that ofjhb2001-01-247-1197/+1071
* - Proc locking.jhb2001-01-242-16/+58
* Call fork_exit() now instead of futzing around in assembly during a forkjhb2001-01-243-72/+9
* - Split p_flag up into two fields. p_flag keeps most of the previous flagsjhb2001-01-241-24/+33
* Fix a typo.jhb2001-01-241-1/+1
* remove redundant definitions of card types:hm2001-01-2430-451/+118
* Add missing include.jhb2001-01-241-0/+1
* Never reuse AUTO_OID values.mckusick2001-01-241-7/+5
* The lock being destroyed was misnamed, not unused. Add the lockdestroy()jhb2001-01-241-0/+2
* #ifdef a local variable only used in debugging code.jhb2001-01-241-1/+4
* Const'ify cam_sim.sim_name to quiet warnings.jhb2001-01-242-9/+9
* don't grope around inside snd_dbuf structures as they will change in futurecg2001-01-241-11/+0
* fix certain cards failing to attachcg2001-01-241-4/+6
* fix blocksizing for playback, implement blocksizing for recordcg2001-01-241-1/+12
* some cosmetics, changed channel setup and revamped irq handling - ignorecg2001-01-242-26/+57
* 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
OpenPOWER on IntegriCloud