aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r117535,Nate Lawson2003-07-141-4/+0
|\
| * Remove a multiply-defined function. The change has been submitted to theNate Lawson2003-07-141-4/+0
* | Fix build breakage on ia64. The second argument of AcpiOsReadable()Marcel Moolenaar2003-07-141-2/+2
* | Update code to work with 0619 distNate Lawson2003-07-137-36/+92
* | Add include file so this builds with new acpicaNate Lawson2003-07-131-0/+1
* | This commit was generated by cvs2svn to compensate for changes in r117527,Nate Lawson2003-07-131-7/+23
|\|
| * Fix handling of _BST in the new dist.Nate Lawson2003-07-131-7/+23
* | This commit was generated by cvs2svn to compensate for changes in r117525,Nate Lawson2003-07-131-2/+2
|\|
| * Patch for global lock error messages that the vendor will import eventually.Nate Lawson2003-07-131-2/+2
* | Commit local patches for files off the vendor branch.Nate Lawson2003-07-133-56/+37
* | Unmodified files from the vendor 0619 dist that should no longer be off theNate Lawson2003-07-1310-128/+258
* | This commit was generated by cvs2svn to compensate for changes in r117521,Nate Lawson2003-07-1386-2378/+4300
|\|
| * ACPICA import from the 0619 dist.Nate Lawson2003-07-1399-2562/+4595
* | Avoid an unnecessary calculation: there is no need to subtractRobert Drehmel2003-07-131-1/+1
* | Move the MAC entry point to label ethernet-sourced mbufs with a MAC labelRobert Watson2003-07-131-4/+8
* | o add read-only sysctls to view regulatory domain, country code, andSam Leffler2003-07-132-5/+22
* | Fix for FAIL_IF_NO_KBD case as expected.Hidetoshi Shimokawa2003-07-132-2/+6
* | Fixed build error with GCC 3.3.1Yoshihiro Takahashi2003-07-131-3/+3
* | Fixed mouse cursor support.Yoshihiro Takahashi2003-07-131-55/+42
* | Enable the high FP registers when we call the FPSWA handler and disableMarcel Moolenaar2003-07-132-66/+37
* | Extend the mutex pool implementation to permit the creation and use ofDon Lewis2003-07-138-66/+164
* | Check the status of the user command and return the proper errorPaul Saab2003-07-121-2/+10
* | Quiet down ciss unless bootverbose is set.Paul Saab2003-07-121-4/+4
* | Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar toMike Heffner2003-07-124-6/+22
* | Allow retrieval of local Configuration ROM.Hidetoshi Shimokawa2003-07-121-7/+22
* | Implement comments embedded into ipfw2 instructions.Luigi Rizzo2003-07-121-1/+1
* | Add logic to trace across/over a trapframe. We have ABI markers inMarcel Moolenaar2003-07-123-6/+38
* | This commit was generated by cvs2svn to compensate for changes in r117465,Marcel Moolenaar2003-07-121-4/+4
|\ \
| * | Fix a nasty bug that was exposed by disabling the trace support byMarcel Moolenaar2003-07-121-4/+4
* | | Make the system call vector name of a process accessible to userRobert Drehmel2003-07-122-0/+30
* | | Fix the gcc-3.3 boot problem. Gcc now optimizes 'int foo = 0' by movingPeter Wemm2003-07-111-21/+5
* | | Regen.Josef Karthauser2003-07-112-2/+34
* | | Added a few more entries.Josef Karthauser2003-07-111-0/+8
* | | Unlock the fxp driver lock before calling fxp_poll() to avoid recursing onJohn Baldwin2003-07-111-1/+1
* | | Fix typo for BURN_BRIDGES' file, it should be opt_global.hWarner Losh2003-07-111-1/+1
* | | NFS support should be conditional on LOADER_NFS_SUPPORT, notThomas Moestl2003-07-111-1/+1
* | | Fix if_wi breakage.Hidetoshi Shimokawa2003-07-112-4/+4
* | | If a thread is sending signal to its process, if the thread can handleDavid Xu2003-07-111-3/+4
* | | Add support for asus wl100Warner Losh2003-07-111-0/+1
* | | sync to pccarddev 1.55Warner Losh2003-07-111-2/+2
* | | remove stray ASUSWarner Losh2003-07-111-1/+1
* | | sync to pccarddev 1.54Warner Losh2003-07-111-1/+7
* | | Add asus wl100Warner Losh2003-07-111-0/+4
* | | Add a body directive before the first instruction in epc_syscall().Marcel Moolenaar2003-07-111-0/+1
* | | Remove a gratuitous align directive after the endp directive forMarcel Moolenaar2003-07-111-2/+1
* | | Make UWX_TRACE_ENABLE a global option so that we don't have toMarcel Moolenaar2003-07-111-0/+2
* | | Squelch spurious "gigabit link up" messages generated on some fiber NICsBill Paul2003-07-111-4/+19
* | | Fix i386 assembly constraints. The same register cannot beAlexander Kabaev2003-07-111-3/+3
* | | Temporarily switch off -Werror until new GCC warning have been dealt with.Alexander Kabaev2003-07-111-1/+1
* | | This commit was generated by cvs2svn to compensate for changes in r117392,Marcel Moolenaar2003-07-113-4/+7
|\| |