aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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-61/+159
* 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
|\|
| * Rename DISABLE_TRACE to UWX_TRACE_ENABLE and change the conditionalMarcel Moolenaar2003-07-113-4/+7
* | Add init_param3() to subr_param. This function is calledMike Silbersack2003-07-113-26/+22
* | Lock down the IOMMU bus_dma implementation to make it safe to useThomas Moestl2003-07-105-100/+266
* | Add support for the 8139C+ chipset. Unlike the other chips in the 8139Bill Paul2003-07-102-110/+1432
* | Regenerate.Bill Paul2003-07-102-5/+12
* | Add support for a bunch of Microsoft networking products:Bill Paul2003-07-106-0/+70
* | Protect lint(1) from a #error.Mark Murray2003-07-106-0/+12
* | Rewrite much of the embedded controller driver.Nate Lawson2003-07-101-311/+263
* | Use the default arguments for lockfunc and lockfuncarg inHartmut Brandt2003-07-105-14/+23
* | Support for large frames for VLANs was added by tweaking the packet sizeBill Paul2003-07-102-8/+47
* | tdkphy.c is missing from this module's Makefile. Add it.Bill Paul2003-07-101-1/+1
* | unifdef -DLAZY_SWITCH and start to tidy up the associated glue.Peter Wemm2003-07-1015-49/+3
* | Fix the VADDR() macros to use either KVADDR() or UVADDR(), dependingPeter Wemm2003-07-092-17/+21
* | Fix up bogus index/offset/mask calculations in the allocpte and thePeter Wemm2003-07-091-9/+16
* | Turn the 2MB page mappings that cover the kernel text+data+bss area backPeter Wemm2003-07-091-2/+0