summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Backout CSRG revision 7.22 to this file (if in_losing notices anru2001-06-291-3/+2
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-2941-181/+172
* Enable interrupts again after disabling them in epson_{in,out}sw().jhb2001-06-291-0/+2
* Duh-oh! When beautifying a comment right before my last commit, ijoerg2001-06-291-1/+1
* Don't free buffers we didn't allocate.yokota2001-06-292-3/+6
* This change slipped through hidden in a CVS conflict. Logically belongsjoerg2001-06-292-6/+6
* First stab at fixing resource deallocation, and implementing fdc(4) asjoerg2001-06-294-21/+78
* Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessaryyokota2001-06-291-1/+1
* Test "sc->kbd != NULL" rather than "sc != NULL" beforeyokota2001-06-291-1/+1
* Grab Giant around fault handling at the top level for now.jhb2001-06-291-0/+3
* Grab Giant around trap_pfault() for now.jhb2001-06-293-0/+12
* Fix up indentation.jlemon2001-06-292-4/+4
* Remove a fascinating but confusing construct involving chainingrwatson2001-06-282-66/+62
* Add error checking for copyin() operations in posix4 scheduling code.rwatson2001-06-282-4/+12
* Don't check witness assertions if the lock doesn't use witness or witnessjhb2001-06-281-0/+3
* Fix more mntvnode and vnode interlock order reversals.jhb2001-06-283-6/+6
* - create an entry of IPV6CTL_STATS sysctl.ume2001-06-281-0/+2
* Follow Mike's commit by adding acpi_powerres.c.takawata2001-06-282-2/+2
* Add acpi_powerres.c to fix the acpi build.jhb2001-06-281-0/+1
* Merge in parts of a larger patchset i received from Bruce. Untestedjoerg2001-06-282-82/+76
* Put back the two semicolons I accidentally lost while reformatting this tobenno2001-06-281-2/+2
* Remove dgm module.dd2001-06-282-9/+1
* Sync to my work in progress:msmith2001-06-284-146/+1092
* Fix typo (s/=/+=/) in previous commit.kuriyama2001-06-281-1/+1
* Correct comment: so_q -> so_comp, so_q0 -> so_incomp.jlemon2001-06-281-3/+3
* - Fix a mntvnode and vnode interlock reversal.jhb2001-06-282-19/+46
* - Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-286-18/+48
* - Fix a mntvnode and vnode interlock reversal.jhb2001-06-281-6/+13
* Get kernel profiling on SMP systems closer to working by replacing thejhb2001-06-288-50/+16
* Fix a mntvnode and vnode interlock reversal.jhb2001-06-283-8/+11
* Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-282-4/+19
* Provide access to the IA32 hardware debug registers from the ddbbsd2001-06-287-50/+240
* Fairwell dgmbrian2001-06-274-7110/+0
* Remove dgmbrian2001-06-274-19/+6
* Spell digi rightbrian2001-06-272-6/+6
* don't flag the playback hardchan as busy on devices with only one of them.cg2001-06-273-19/+68
* tidy up/simplify dsp_clone()cg2001-06-271-24/+13
* refresh default router list on nd6_purge(), only if we are anume2001-06-271-4/+6
* Catch up to mbuf allocator changes from last September so this compilesjhb2001-06-271-15/+4
* Make this compile again. Broken since June 1.jhb2001-06-271-0/+1
* Fixed the brain-o in rev. 1.10: the logic check was reversed.ru2001-06-271-1/+1
* Code for dealing with external interrupts.benno2001-06-271-0/+832
* Fix comment breakage.benno2001-06-2712-139/+498
* Fix the atomic_*_32 operations. These were written before I had the abilitybenno2001-06-273-55/+78
* Bracket this file in the usual #ifndef/#define/#endif stuff to preventbenno2001-06-271-0/+5
* Garbage collect some debug code.benno2001-06-271-11/+0
* Add -msoft-float to COPTS to stop GCC attempting to be "smart" and usingbenno2001-06-272-1/+7
* - Add trylock variants of shared and exclusive locks.jhb2001-06-272-27/+75
* - Add a new witness_assert() to perform arbitrary locking assertions.jhb2001-06-272-13/+86
* - Always use the proc lock of the task leader to protect the peers list ofjhb2001-06-271-15/+12
OpenPOWER on IntegriCloud