aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Update list of sources to match 20010920 snapshot.Mike Smith2001-10-041-2/+2
* Update to reflect one file added, one removed.Mike Smith2001-10-041-1/+1
* Remove file obsoleted by the 20010920 snapshot.Mike Smith2001-10-041-195/+0
* Merge our local patches into the 20010920 snapshot. Note that theMike Smith2001-10-044-274/+174
* This commit was generated by cvs2svn to compensate for changes in r84493,Mike Smith2001-10-041-0/+424
|\
| * Import of the Intel ACPI CA 20010920 snapshot.Mike Smith2001-10-041-0/+424
* | This commit was generated by cvs2svn to compensate for changes in r84491,Mike Smith2001-10-0476-1765/+2136
|\|
| * Import of the Intel ACPI CA 20010920 snapshot.Mike Smith2001-10-0480-2032/+2300
* | Remove the SSLEEP case from the load average computation. This hasIan Dowse2001-10-041-5/+0
* | Update the promise raid structure with some of the info I've gatheredSøren Schmidt2001-10-042-19/+24
* | Final style(9) commit: placement of opening brace; a continuation indent IDag-Erling Smørgrav2001-10-041-5/+8
* | More style(9) fixes: no spaces between function name and parameter list;Dag-Erling Smørgrav2001-10-041-30/+30
* | Bump __FreeBSD_version after change in ABI for discriptor and creds passingDavid Malone2001-10-041-1/+1
* | This file had a mixture of "return foo;" and "return (foo);"; standardizeDag-Erling Smørgrav2001-10-041-24/+24
* | Add nmdm driver.Mark Peek2001-10-042-0/+6
* | Add eficlock.c and remove sscclock.c.Doug Rabson2001-10-041-1/+1
* | Don't pretend the argument to clockattach is a device - it isn't.Doug Rabson2001-10-041-1/+1
* | * Don't pretend the object passed to clockattach is a device - it isn't.Doug Rabson2001-10-042-7/+7
* | Use EFI (or some reasonable simulation) to read the RTC.Doug Rabson2001-10-041-49/+26
* | Fake the EFI runtime call GetTime.Doug Rabson2001-10-041-1/+45
* | Removed mentions of TARGET_ARCH from non-cross places.Ruslan Ermilov2001-10-041-3/+1
* | Hopefully improve control message passing over Unix domain sockets.David Malone2001-10-045-189/+281
* | Allow sbcreatecontrol to make cluster sized control messages.David Malone2001-10-042-6/+26
* | Remove extraneous semicolon.John Baldwin2001-10-041-1/+1
* | Comment out RESTARTABLE_PANICS so that it is not defined in LINT. ItJohn Baldwin2001-10-042-2/+2
* | Whitespace fixes.John Baldwin2001-10-041-3/+3
* | Add a couple of low-level acpi support files.Doug Rabson2001-10-041-0/+2
* | Add low-level ACPI support code and make a start on parsing the ACPIDoug Rabson2001-10-043-0/+356
* | Add busspace hacks for ia64.Doug Rabson2001-10-041-0/+6
* | Use return_PTR, not return_VALUE when returning pointers.Doug Rabson2001-10-041-2/+2
* | Check the compatible ID as well as the hardware ID in acpi_MatchHid.Doug Rabson2001-10-041-0/+5
* | Fixed pedantic syntax error (trailing semicolon in enum).Bruce Evans2001-10-041-1/+1
* | Fixed style bugs (indentation errors, missing punctuation, and unsorting)Bruce Evans2001-10-041-4/+4
* | Fixed a missing forward declaration and unsorting of prototypes in rev.1.18.Bruce Evans2001-10-041-1/+2
* | Fixed a missing proc -> thread substitution.Bruce Evans2001-10-031-1/+3
* | Doh! committed from the wrong tree, this is the right "stuff"...Søren Schmidt2001-10-033-3/+3
* | Proberly support the Promise TX2/4.Søren Schmidt2001-10-033-8/+51
* | The encoding for the bus being passed to SAL was completely wrong.Doug Rabson2001-10-032-4/+3
* | cosmetics in the bootverbose probe-Søren Schmidt2001-10-031-2/+4
* | Hopefully fix the identify failed on ATAPI slaves on some notebooks.Søren Schmidt2001-10-031-2/+7
* | Add PnP ID 'IBM3781' for TP240 mouse.Takanori Watanabe2001-10-032-0/+2
* | Let's not kid ourselves- we don't *really* support jumbframes yet.Matt Jacob2001-10-021-0/+7
* | Add a PFS_DISABLED flag; pfs_visible() automatically returns 0 if it is setDag-Erling Smørgrav2001-10-023-10/+57
* | Various fixes and improvements- some from the folks at Sitara Networks (thx)Matt Jacob2001-10-022-14/+34
* | Only print "XXX (un)registered" message if bootverbose.Dag-Erling Smørgrav2001-10-021-2/+4
* | Fix problem where a user buffer outside of the area being testedMatt Jacob2001-10-026-6/+6
* | Documentation comment: note that the each NIC's softc is assumed to startMatt Jacob2001-10-021-0/+5
* | o Replace two direct uid!=0 comparisons with suser_xxx() calls.Robert Watson2001-10-021-2/+2
* | o Replace two direct uid!=0 comparisons with suser_td() calls.Robert Watson2001-10-021-2/+2
* | Fix the ANSI color escape sequence \E[m.Kazutaka YOKOTA2001-10-021-153/+118