summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Before using byte offset for IV creation, covert it to little endian.pjd2006-08-112-11/+21
* Forgot to bump version number after G_ELI_FLAG_READONLY flag addition.pjd2006-08-111-3/+5
* Ensure that the page's new field for object-synchronized flags is alwaysalc2006-08-112-6/+4
* Raise the quality of the HPET timer to 2000 so it will be the preferreddes2006-08-111-1/+1
* Optionally pad outgoing frames to the minimum of 60 bytes (excl. FCS)yar2006-08-111-0/+33
* Merge in new driver from Intel, version 6.1.4. It adds support forglebius2006-08-113-49/+64
* Add some more errno mappings (bsd -> linux) and a comment about the status..netchild2006-08-102-2/+12
* MFp4: Integrate a boatload of bug fixes from p4. We're right on theimp2006-08-107-2/+705
* MFp4:imp2006-08-101-6/+23
* MFp4: remove obsolete filesimp2006-08-102-109/+0
* MFp4:imp2006-08-103-2/+294
* MFp4: Numerous changes from p4 to try to improve tftp downloading,imp2006-08-102-242/+230
* MFp4: consolidate #include files down to lib.himp2006-08-104-69/+24
* MFp4: These will migrate to the boot specific directories because theyimp2006-08-102-633/+0
* MFp4: Make it clearer that the address passed to the eeprom routines isimp2006-08-101-8/+8
* MFp4: Catchup with migration of some defines.imp2006-08-101-317/+1
* MFp4: Tweaks for our board.imp2006-08-101-1/+1
* MFp4: Increase character timeout to 10. Make it a #define for easierimp2006-08-101-8/+9
* o add noise floor to statssam2006-08-102-0/+6
* Improve the way we'll detect video devices as per ACPI 3.0.bruno2006-08-101-21/+51
* Some perfectionizm against last revision.glebius2006-08-101-2/+2
* getnewvnode() can be called with NULL mp.pjd2006-08-101-1/+1
* Don't need to special case arm here anymoreimp2006-08-102-4/+0
* Add a dummy makefile to keep build happyimp2006-08-101-0/+5
* More statistics fixups:sam2006-08-102-18/+76
* minor fixups:sam2006-08-102-8/+22
* add per-sta ucast/mcast statssam2006-08-101-0/+4
* Change vm_page_cowfault() so that it doesn't allocate a pre-busied page.alc2006-08-101-2/+1
* Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set aimp2006-08-093-18/+2
* Minor style(9) nit.imp2006-08-091-2/+2
* Hook into the watchdog device, if present. Also, turn off theimp2006-08-091-4/+41
* Strengthen the check for a PMBR:marcel2006-08-091-18/+35
* 10/100 PHY shouldn't support gigabit media types.pdeuskar2006-08-091-3/+6
OpenPOWER on IntegriCloud