summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Silence a warning on the Alpha.dd2001-06-301-1/+2
* Silence a warning on the Alpha.dd2001-06-301-1/+1
* 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
* Properly cast a size argument to an unsigned type.roam2001-06-291-1/+2
* 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
* Correct a spelling error.dd2001-06-291-1/+1
* - fixed typoume2001-06-291-4/+4
* 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
* sync usage/description with reality.ume2001-06-292-3/+7
* 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
* | Use __unused for non-used variables.green2001-06-292-2/+2
* | stop sending echo packets whenever the upper limit is specified by the -cume2001-06-291-7/+10
* | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.jhb2001-06-2911-1645/+19
* | Silence warnings on the Alpha: don't assume size_t is an int.dd2001-06-291-1/+1
* | 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
* | Clear the in thread scheduler flag after jumping to the start ofdeischen2001-06-293-0/+18
* | Connect the new kldconfig(8) utility to the build.roam2001-06-291-0/+1
* | Add kldconfig(8), a utility to modify the kernel module search path.roam2001-06-293-0/+587
* | Also add a colon to "Bad passphrase, please try again ".green2001-06-291-1/+1
* | Put in a missing colon in the "Enter passphrase" message.green2001-06-291-1/+1
* | 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
* | Fix editor'o where I lost the `+'.obrien2001-06-291-1/+1
* | Clarify the feature that -exec parameters won't getyar2001-06-291-0/+5
* | Backout CSRG revision 7.22 to this file (if in_losing notices anru2001-06-291-3/+2
* | Add a note on what happens if the "-p" option is specifiedyar2001-06-291-0/+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
* | - Added entry for Daniel C. Sobral.ru2001-06-291-2/+3
* | Make `rttrash' variable (#routes not in table but not freed) visibleru2001-06-293-5/+17
* | Fixed bogon in revision 1.37. Don't bogusly print a radix node'sru2001-06-291-8/+3
* | 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
* | Upgrade to Binutils 2.11.2.obrien2001-06-291-2/+25
* | 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
OpenPOWER on IntegriCloud