summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Add the linux 2.6.x stuff (not used by default!):netchild2006-08-1513-66/+768
* | regennetchild2006-08-156-663/+749
* | Because fuword on AMD64 returns 64bit long integer -1 on fault, cleardavidxu2006-08-151-1/+1
* | Add new syscalls in the linuxolator (only used when the sysctlnetchild2006-08-152-42/+55
* | Add some new files needed for linux 2.6.x compatibility.netchild2006-08-155-0/+1140
* | - Add some ASM stuff needed for futexes (linuxolator).netchild2006-08-151-0/+111
* | - Change process_exec function handlers prototype to include structnetchild2006-08-157-8/+37
* | Add inverted amplifier sense quirks for Compaq Presario B3800yongari2006-08-151-0/+1
* | Remove extra '*/' comment close. In code not normally compiled but a bug neve...julian2006-08-151-1/+0
* | Do not include ucom as a dependency line to enable inclusion of theimp2006-08-141-7/+7
* | Eliminate an unnecessary initialization from trap_pfault() that alsoalc2006-08-142-2/+2
* | Add support for the ICH8 and ESB2 chips, also add a few other missing ICH7 pa...sos2006-08-142-42/+70
* | access only has 2 esses.jhb2006-08-141-1/+1
* | Improve exception string format.takawata2006-08-141-2/+2
* | Remove debug messages on notify handler.takawata2006-08-141-2/+0
* | Several updates:brueffer2006-08-141-14/+21
* | Don't try to preserve PAT bits in pmap_enter(). We currently on pages thatjhb2006-08-142-8/+0
* | Fix alignment of RX bufs DMA map to be realistic. Maybe it works onru2006-08-141-2/+2
* | Don't use touch when what is really meant is :> (create an empty file, ordes2006-08-146-12/+12
* | Change hardcoded and incorrect number with correct define. This change is aglebius2006-08-141-1/+1
* | It's not entirely obvious that PGEX_I must be zero if no-execute is neitheralc2006-08-141-2/+2
* | Fix 2KLOGIN code to specify *ibits* (not *obits*) so that themjacob2006-08-141-60/+77
* | The register offset is within 4K, not 256 bytes, for some QLogic cards.mjacob2006-08-141-1/+1
* | The macro IS_23XX should not mistakenly include 24XX cards.mjacob2006-08-141-1/+2
* | Make em(4) handle too many fragmented frame with m_defrag(9).yongari2006-08-141-12/+33
* | Overhaul Rx path to recover from mbuf cluster allocation failure.yongari2006-08-142-48/+69
* | Apply alignment fixup only when programmed frame size is greater thanyongari2006-08-141-3/+3
* | Minor white space tweaks.rwatson2006-08-131-4/+2
* | Reimplement the page's NOSYNC flag as an object-synchronized instead of aalc2006-08-134-12/+12
* | Add an extension to the UINT & ULONG types. The XINT & XLONG types behaveobrien2006-08-121-0/+16
* | Add the module version to fix the loading with if_bridge.thompsa2006-08-121-0/+1
* | Reduce the scope of the page queues lock in vm_pgmoveco() now thatalc2006-08-121-2/+2
* | Oops. Remove accidentally committed change.pjd2006-08-121-3/+0
* | Handle MSDOS file systems properly. Before the change file systemspjd2006-08-122-34/+295
* | Verify if a label doesn't point to the parent directory.pjd2006-08-121-0/+24
* | The strstr() function is in the libkern now.pjd2006-08-121-22/+0
* | Add strstr() function to the libkern.pjd2006-08-123-0/+68
* | Batch of changes:imp2006-08-123-61/+112
* | The TOPIC97 and TOPIC100 seem to have a special register in the excaimp2006-08-121-0/+6
* | Don't reset Tx threshold value whenever xl_init_locked() is called.yongari2006-08-121-1/+3
* | Make sure to check frames in Tx queue are empty before clearingyongari2006-08-121-4/+4
* | Due to the poor PHY documentation from RealTek I can't sure but Iyongari2006-08-121-10/+18
* | Fix invalid reference of mbuf chains.yongari2006-08-121-25/+25
* | Fix invalid reference of mbuf chains.yongari2006-08-122-26/+26
* | Fix invalid reference of mbuf chains.yongari2006-08-121-16/+16
* | Before performing a sodealloc() when pru_attach() fails, assert thatrwatson2006-08-111-0/+3
* | Unbreak nForce4 SATA support.sos2006-08-112-8/+8
* | Fixes an edge case bug in timewait handling where ticks rolling over causingmohans2006-08-116-9/+8
* | First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-119-20/+415
* | Explicitly set v3 mode only when it is requested. Don't bother otherwise.jkim2006-08-112-2/+12
OpenPOWER on IntegriCloud