summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Enable the high FP registers when we call the FPSWA handler and disablemarcel2003-07-132-66/+37
* Extend the mutex pool implementation to permit the creation and use oftruckman2003-07-138-66/+164
* Check the status of the user command and return the proper errorps2003-07-121-2/+10
* Quiet down ciss unless bootverbose is set.ps2003-07-121-4/+4
* Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar tomikeh2003-07-124-6/+22
* Allow retrieval of local Configuration ROM.simokawa2003-07-121-7/+22
* Implement comments embedded into ipfw2 instructions.luigi2003-07-121-1/+1
* Add logic to trace across/over a trapframe. We have ABI markers inmarcel2003-07-123-6/+38
* This commit was generated by cvs2svn to compensate for changes in r117465,marcel2003-07-121-4/+4
|\
| * Fix a nasty bug that was exposed by disabling the trace support bymarcel2003-07-121-4/+4
* | Make the system call vector name of a process accessible to userrobert2003-07-122-0/+30
* | Fix the gcc-3.3 boot problem. Gcc now optimizes 'int foo = 0' by movingpeter2003-07-111-21/+5
* | Regen.joe2003-07-112-2/+34
* | Added a few more entries.joe2003-07-111-0/+8
* | Unlock the fxp driver lock before calling fxp_poll() to avoid recursing onjhb2003-07-111-1/+1
* | Fix typo for BURN_BRIDGES' file, it should be opt_global.himp2003-07-111-1/+1
* | NFS support should be conditional on LOADER_NFS_SUPPORT, nottmm2003-07-111-1/+1
* | Fix if_wi breakage.simokawa2003-07-112-4/+4
* | If a thread is sending signal to its process, if the thread can handledavidxu2003-07-111-3/+4
* | Add support for asus wl100imp2003-07-111-0/+1
* | sync to pccarddev 1.55imp2003-07-111-2/+2
* | remove stray ASUSimp2003-07-111-1/+1
* | sync to pccarddev 1.54imp2003-07-111-1/+7
* | Add asus wl100imp2003-07-111-0/+4
* | Add a body directive before the first instruction in epc_syscall().marcel2003-07-111-0/+1
* | Remove a gratuitous align directive after the endp directive formarcel2003-07-111-2/+1
* | Make UWX_TRACE_ENABLE a global option so that we don't have tomarcel2003-07-111-0/+2
* | Squelch spurious "gigabit link up" messages generated on some fiber NICswpaul2003-07-111-4/+19
* | Fix i386 assembly constraints. The same register cannot bekan2003-07-111-3/+3
* | Temporarily switch off -Werror until new GCC warning have been dealt with.kan2003-07-111-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r117392,marcel2003-07-113-4/+7
|\ \ | |/
| * Rename DISABLE_TRACE to UWX_TRACE_ENABLE and change the conditionalmarcel2003-07-113-4/+7
* | Add init_param3() to subr_param. This function is calledsilby2003-07-113-26/+22
* | Lock down the IOMMU bus_dma implementation to make it safe to usetmm2003-07-105-100/+266
* | Add support for the 8139C+ chipset. Unlike the other chips in the 8139wpaul2003-07-102-111/+1433
* | Regenerate.wpaul2003-07-102-5/+12
* | Add support for a bunch of Microsoft networking products:wpaul2003-07-106-0/+70
* | Protect lint(1) from a #error.markm2003-07-106-0/+12
* | Rewrite much of the embedded controller driver.njl2003-07-101-311/+263
* | Use the default arguments for lockfunc and lockfuncarg inharti2003-07-105-14/+23
* | Support for large frames for VLANs was added by tweaking the packet sizewpaul2003-07-102-8/+47
* | tdkphy.c is missing from this module's Makefile. Add it.wpaul2003-07-101-1/+1
* | unifdef -DLAZY_SWITCH and start to tidy up the associated glue.peter2003-07-1015-49/+3
* | Fix the VADDR() macros to use either KVADDR() or UVADDR(), dependingpeter2003-07-092-17/+21
* | Fix up bogus index/offset/mask calculations in the allocpte and thepeter2003-07-091-9/+16
* | Turn the 2MB page mappings that cover the kernel text+data+bss area backpeter2003-07-091-2/+0
* | Have pmap_pte() on a 2MB mapped address return the 2MB pde itselfpeter2003-07-091-0/+2
* | Replace custom field offset macro with the system __offsetof() macro.hsu2003-07-091-14/+3
* | A few minor changes:silby2003-07-091-6/+7
* | Handle the EINPROGRESS case of bus_dmamap_load() for data buffers.scottl2003-07-092-49/+54
OpenPOWER on IntegriCloud