summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-307-0/+0
* Really do proper keepme files in the compile directories. Useimp2001-06-309-0/+5
* Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.n_hibma2001-06-301-0/+1
* Don't free memory that has been freed already.n_hibma2001-06-302-2/+1
* Remove the resume method. It is not necessary any more, becauseyokota2001-06-303-20/+0
* Add the device resume method to keyboard drivers.yokota2001-06-304-1/+56
* If we are in DDB, don't switch to a vty in the VT_PROCESS mode.yokota2001-06-301-0/+6
* o Unfold p31b_proc() into the individual posix4 system calls so as torwatson2001-06-302-132/+120
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-305-0/+0
* Move kernel compile directory from sys/compile/FOO toimp2001-06-305-5/+5
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-308-19/+7
* Fix warning message.imp2001-06-301-3/+4
* Remove the p_spinlocks spin lock count that was obsoleted by thejhb2001-06-302-2/+0
* Replace some use of 'p' with 'targetp' so as to not scarily overload therwatson2001-06-302-22/+34
* Make the schedlock saved critical section state a per-thread property.jhb2001-06-302-4/+3
* Wrap the interrupt handler so that we can get the ACPI lock.msmith2001-06-291-2/+20
* Add ACPI lock support.msmith2001-06-291-13/+52
* Add ACPI subsystem mutex support, currently disabled. This implementsmsmith2001-06-291-1/+21
* Update for new debug layer constant names in the ACPI CA 20010615msmith2001-06-295-5/+5
* Use msleep() when we sleep waiting for a GPE, since we are holding themsmith2001-06-291-37/+55
* Update to synch with the 20010615 ACPI CA import.msmith2001-06-291-129/+183
* Merge FreeBSD-specific changes.msmith2001-06-293-2/+14
* This commit was generated by cvs2svn to compensate for changes in r78986,msmith2001-06-2916-362/+715
|\
| * Vendor import of the Intel ACPI CA 20010615 snapshot.msmith2001-06-2919-364/+729
* | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-2911-1645/+19
* | Remove cruft from old bus.imp2001-06-292-6/+0
* | Remove file that hasn't been used since ze/zp.imp2001-06-291-191/+0
* | Use the new-born BIO_CMD1 instead of fudging a bio_flag value for readingjoerg2001-06-292-232/+144
* | Two more "oops"es here: i didn't mean to turn on fdc debugging byjoerg2001-06-291-2/+2
* | Define BIO_CMD{1,2}, available for local hacks, similar to the alreadyjoerg2001-06-291-0/+4
* | 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
OpenPOWER on IntegriCloud