summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - Proc locking.jhb2001-01-241-41/+59
* - Proc locking.jhb2001-01-242-5/+32
* - Proc locking.jhb2001-01-241-22/+27
* - Proc locking around the vinumdaemon dinking with its flags.jhb2001-01-241-1/+6
* Make mp_machdep.c be an optional file conditional on SMP.jhb2001-01-241-1/+1
* Proc locking.jhb2001-01-244-6/+36
* Use queue macros.jhb2001-01-241-2/+1
* Add a prototype for isa_irq_mask() to quiet a warning.jhb2001-01-241-0/+1
* Wrap the IPI definitions and function prototypes in #ifdef SMP.jhb2001-01-241-0/+2
* - Rename the gd_cpuno member of struct globaldata to gd_cpuid.jhb2001-01-244-16/+24
* - Proc locking.jhb2001-01-241-2/+6
* - Change userret() to take a struct trapframe * as its second argument andjhb2001-01-241-59/+61
* - Proc locking.jhb2001-01-242-8/+48
* - Proc locking.jhb2001-01-241-38/+47
* - Adjust some whitespace to reduce diffs with the i386 version.jhb2001-01-241-103/+102
* - Initialize curproc, proc0.p_heldmtx, and proc0.p_contested earlier sojhb2001-01-241-2/+48
* - Wrap the IPI interrupt handler in #ifdef SMP.jhb2001-01-241-2/+4
* cpuno -> cpuid.jhb2001-01-242-2/+2
* Don't import the nonexistent astpending variable.jhb2001-01-241-2/+0
* Wrap the startup code used by secondary processors in #ifdef SMP.jhb2001-01-241-0/+2
* Remove the Xforward_irq IPI.jhb2001-01-242-8/+0
* - 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
* Mdoc(7)ify the previous revision.ru2001-01-241-1/+4
* Call fork_exit() now instead of futzing around in assembly during a forkjhb2001-01-243-72/+9
* mdoc(7) police: fixed some minor formatting/spelling errors.ru2001-01-243-20/+20
* - Split p_flag up into two fields. p_flag keeps most of the previous flagsjhb2001-01-241-24/+33
* Protect against multiple inclusion.sobomax2001-01-241-0/+5
* Minor fixes:sobomax2001-01-241-3/+3
* Fix a typo.jhb2001-01-241-1/+1
* remove redundant definitions of card types:hm2001-01-2430-451/+118
* Mention the -F in the usage().ru2001-01-241-1/+1
* Make `-y' option actually work.sobomax2001-01-241-1/+1
* 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
OpenPOWER on IntegriCloud