aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Unfold p31b_proc() into the individual posix4 system calls so as toRobert Watson2001-06-302-132/+120
* Ensure sys/${MACHINE}/compile/FOO existsDavid E. O'Brien2001-06-305-0/+0
* Move kernel compile directory from sys/compile/FOO toWarner Losh2001-06-305-5/+5
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesWarner Losh2001-06-308-19/+7
* Fix warning message.Warner Losh2001-06-301-3/+4
* Remove the p_spinlocks spin lock count that was obsoleted by theJohn Baldwin2001-06-302-2/+0
* Replace some use of 'p' with 'targetp' so as to not scarily overload theRobert Watson2001-06-302-22/+34
* Make the schedlock saved critical section state a per-thread property.John Baldwin2001-06-302-4/+3
* Wrap the interrupt handler so that we can get the ACPI lock.Mike Smith2001-06-291-2/+20
* Add ACPI lock support.Mike Smith2001-06-291-13/+52
* Add ACPI subsystem mutex support, currently disabled. This implementsMike Smith2001-06-291-1/+21
* Update for new debug layer constant names in the ACPI CA 20010615Mike Smith2001-06-295-5/+5
* Use msleep() when we sleep waiting for a GPE, since we are holding theMike Smith2001-06-291-37/+55
* Update to synch with the 20010615 ACPI CA import.Mike Smith2001-06-291-129/+183
* Merge FreeBSD-specific changes.Mike Smith2001-06-293-2/+14
* This commit was generated by cvs2svn to compensate for changes in r78986,Mike Smith2001-06-2916-362/+715
|\
| * Vendor import of the Intel ACPI CA 20010615 snapshot.Mike Smith2001-06-2919-364/+729
* | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.John Baldwin2001-06-2911-1645/+19
* | Remove cruft from old bus.Warner Losh2001-06-292-6/+0
* | Remove file that hasn't been used since ze/zp.Warner Losh2001-06-291-191/+0
* | Use the new-born BIO_CMD1 instead of fudging a bio_flag value for readingJoerg Wunsch2001-06-292-232/+144
* | Two more "oops"es here: i didn't mean to turn on fdc debugging byJoerg Wunsch2001-06-291-2/+2
* | Define BIO_CMD{1,2}, available for local hacks, similar to the alreadyJoerg Wunsch2001-06-291-0/+4
* | Backout CSRG revision 7.22 to this file (if in_losing notices anRuslan Ermilov2001-06-291-3/+2
* | Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-2941-181/+172
* | Enable interrupts again after disabling them in epson_{in,out}sw().John Baldwin2001-06-291-0/+2
* | Duh-oh! When beautifying a comment right before my last commit, iJoerg Wunsch2001-06-291-1/+1
* | Don't free buffers we didn't allocate.Kazutaka YOKOTA2001-06-292-3/+6
* | This change slipped through hidden in a CVS conflict. Logically belongsJoerg Wunsch2001-06-292-6/+6
* | First stab at fixing resource deallocation, and implementing fdc(4) asJoerg Wunsch2001-06-294-21/+78
* | Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessaryKazutaka YOKOTA2001-06-291-1/+1
* | Test "sc->kbd != NULL" rather than "sc != NULL" beforeKazutaka YOKOTA2001-06-291-1/+1
* | Grab Giant around fault handling at the top level for now.John Baldwin2001-06-291-0/+3
* | Grab Giant around trap_pfault() for now.John Baldwin2001-06-293-0/+12
* | Fix up indentation.Jonathan Lemon2001-06-292-4/+4
* | Remove a fascinating but confusing construct involving chainingRobert Watson2001-06-282-66/+62
* | Add error checking for copyin() operations in posix4 scheduling code.Robert Watson2001-06-282-4/+12
* | Don't check witness assertions if the lock doesn't use witness or witnessJohn Baldwin2001-06-281-0/+3
* | Fix more mntvnode and vnode interlock order reversals.John Baldwin2001-06-283-6/+6
* | - create an entry of IPV6CTL_STATS sysctl.Hajimu UMEMOTO2001-06-281-0/+2
* | Follow Mike's commit by adding acpi_powerres.c.Takanori Watanabe2001-06-282-2/+2
* | Add acpi_powerres.c to fix the acpi build.John Baldwin2001-06-281-0/+1
* | Merge in parts of a larger patchset i received from Bruce. UntestedJoerg Wunsch2001-06-282-82/+76
* | Put back the two semicolons I accidentally lost while reformatting this toBenno Rice2001-06-281-2/+2
* | Remove dgm module.Dima Dorfman2001-06-282-9/+1
* | Sync to my work in progress:Mike Smith2001-06-284-146/+1092
* | Fix typo (s/=/+=/) in previous commit.Jun Kuriyama2001-06-281-1/+1
* | Correct comment: so_q -> so_comp, so_q0 -> so_incomp.Jonathan Lemon2001-06-281-3/+3
* | - Fix a mntvnode and vnode interlock reversal.John Baldwin2001-06-282-19/+46
* | - Protect the mnt_vnode list with the mntvnode lock.John Baldwin2001-06-286-18/+48