summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add pc98 specific code to adjust the firmware geometry when it differsimp2006-08-092-0/+50
* Most platforms map the actual drive geometry to the firmware's notionimp2006-08-091-0/+9
* Allow geli to operate on read-only providers.pjd2006-08-093-24/+67
* Introduce a field to struct vm_page for storing flags that arealc2006-08-0910-31/+35
* Since bpf_allocbufs() uses malloc() with M_WAITOK, don't check returnrwatson2006-08-091-16/+9
* Add a bandaid to avoid a deadlock in a situation, when we are trying to suspendpjd2006-08-091-0/+10
* Fix ng_pppoe(4) after turning off "autosrc feature" on ng_ether(4).glebius2006-08-092-21/+74
OpenPOWER on IntegriCloud