summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Set IFF_DRV_RUNNING on vlan(4) once in vlan_config(),Yaroslav Tykhiy2006-08-151-2/+3
* No need for opt_global.h hereWarner Losh2006-08-151-1/+0
* Remove the include of opt_global.h. It's included globally by a commandAlexander Leidinger2006-08-151-1/+0
* Disable some parts of the code on amd64 for now to prevent a panic. A betterAlexander Leidinger2006-08-151-1/+8
* Initialize the eventhandlers, mutexes and sx locks.Alexander Leidinger2006-08-151-0/+26
* Add include of opt_global.h, else the futex operations aren't locked onAlexander Leidinger2006-08-151-0/+1
* - Add the new files to the linux module.Alexander Leidinger2006-08-153-13/+26
* add autogenerated systrace_args stuff for dtraceAlexander Leidinger2006-08-152-0/+3987
* Add the linux 2.6.x stuff (not used by default!):Alexander Leidinger2006-08-1513-66/+768
* regenAlexander Leidinger2006-08-156-663/+749
* Because fuword on AMD64 returns 64bit long integer -1 on fault, clearDavid Xu2006-08-151-1/+1
* Add new syscalls in the linuxolator (only used when the sysctlAlexander Leidinger2006-08-152-42/+55
* Add some new files needed for linux 2.6.x compatibility.Alexander Leidinger2006-08-155-0/+1140
* - Add some ASM stuff needed for futexes (linuxolator).Alexander Leidinger2006-08-151-0/+111
* - Change process_exec function handlers prototype to include structAlexander Leidinger2006-08-157-8/+37
* Add inverted amplifier sense quirks for Compaq Presario B3800Pyun YongHyeon2006-08-151-0/+1
* Remove extra '*/' comment close. In code not normally compiled but a bug neve...Julian Elischer2006-08-151-1/+0
* Do not include ucom as a dependency line to enable inclusion of theWarner Losh2006-08-141-7/+7
* Eliminate an unnecessary initialization from trap_pfault() that alsoAlan Cox2006-08-142-2/+2
* Add support for the ICH8 and ESB2 chips, also add a few other missing ICH7 pa...Søren Schmidt2006-08-142-42/+70
* access only has 2 esses.John Baldwin2006-08-141-1/+1
* Improve exception string format.Takanori Watanabe2006-08-141-2/+2
* Remove debug messages on notify handler.Takanori Watanabe2006-08-141-2/+0
* Several updates:Christian Brueffer2006-08-141-14/+21
* Don't try to preserve PAT bits in pmap_enter(). We currently on pages thatJohn Baldwin2006-08-142-8/+0
* Fix alignment of RX bufs DMA map to be realistic. Maybe it works onRuslan Ermilov2006-08-141-2/+2
* Don't use touch when what is really meant is :> (create an empty file, orDag-Erling Smørgrav2006-08-146-12/+12
* Change hardcoded and incorrect number with correct define. This change is aGleb Smirnoff2006-08-141-1/+1
* It's not entirely obvious that PGEX_I must be zero if no-execute is neitherAlan Cox2006-08-141-2/+2
* Fix 2KLOGIN code to specify *ibits* (not *obits*) so that theMatt Jacob2006-08-141-60/+77
* The register offset is within 4K, not 256 bytes, for some QLogic cards.Matt Jacob2006-08-141-1/+1
* The macro IS_23XX should not mistakenly include 24XX cards.Matt Jacob2006-08-141-1/+2
* Make em(4) handle too many fragmented frame with m_defrag(9).Pyun YongHyeon2006-08-141-12/+33
* Overhaul Rx path to recover from mbuf cluster allocation failure.Pyun YongHyeon2006-08-142-48/+69
* Apply alignment fixup only when programmed frame size is greater thanPyun YongHyeon2006-08-141-3/+3
* Minor white space tweaks.Robert Watson2006-08-131-4/+2
* Reimplement the page's NOSYNC flag as an object-synchronized instead of aAlan Cox2006-08-134-12/+12
* Add an extension to the UINT & ULONG types. The XINT & XLONG types behaveDavid E. O'Brien2006-08-121-0/+16
* Add the module version to fix the loading with if_bridge.Andrew Thompson2006-08-121-0/+1
* Reduce the scope of the page queues lock in vm_pgmoveco() now thatAlan Cox2006-08-121-2/+2
* Oops. Remove accidentally committed change.Pawel Jakub Dawidek2006-08-121-3/+0
* Handle MSDOS file systems properly. Before the change file systemsPawel Jakub Dawidek2006-08-122-34/+295
* Verify if a label doesn't point to the parent directory.Pawel Jakub Dawidek2006-08-121-0/+24
* The strstr() function is in the libkern now.Pawel Jakub Dawidek2006-08-121-22/+0
* Add strstr() function to the libkern.Pawel Jakub Dawidek2006-08-123-0/+68
* Batch of changes:Warner Losh2006-08-123-61/+112
* The TOPIC97 and TOPIC100 seem to have a special register in the excaWarner Losh2006-08-121-0/+6
* Don't reset Tx threshold value whenever xl_init_locked() is called.Pyun YongHyeon2006-08-121-1/+3
* Make sure to check frames in Tx queue are empty before clearingPyun YongHyeon2006-08-121-4/+4
* Due to the poor PHY documentation from RealTek I can't sure but IPyun YongHyeon2006-08-121-10/+18