summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add inverted amplifier sense quirk for HP Compaq nx4300.ariff2006-12-011-0/+1
* sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for nowsam2006-12-012-4/+4
* Fix white spaces.jkim2006-12-011-1/+1
* Simplify statistics updates, remove redundant register reads, and addjkim2006-12-012-28/+19
* In pmap_ts_referenced(), don't attempt to do anything if the page iscognet2006-11-301-0/+2
* First bits of Xscale core 3 support (the VM bits are far from being optimalcognet2006-11-302-4/+20
* Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different thancognet2006-11-301-0/+3
* Fix the hardware VLAN tagging. TX was broken on little-endianru2006-11-301-2/+7
* o ciss.ko depends on cam and pci.maxim2006-11-301-0/+2
* The recent issues with em(4) interface has shown that the old 4.4BSDglebius2006-11-301-0/+3
* - Instead of if_watchdog/if_timer interface use our own timerglebius2006-11-302-13/+19
* Bump __FreeBSD_version after UQ_KBD_IGNORE was set for Wi-Spy devices.flz2006-11-301-1/+1
* - Instead of if_watchdog/if_timer interface use our own timerglebius2006-11-302-24/+18
* Consistently use #ifdef INET6 rather than mixing and matching withrwatson2006-11-301-21/+19
* Linker set support depends on the magic __start_<section> andkib2006-11-301-0/+47
* Only grab the sched_lock if we actually need to modify the thread priority.phk2006-11-301-4/+5
* Don't use vm_page_flag_set() if installing bootstrap page-table entriesgrehan2006-11-302-2/+4
* Flushing the buffer is conditional on actually using the buffer. Oops.jb2006-11-301-0/+4
* Better i2c bit definitions.kevlo2006-11-301-2/+2
* fls was missingsam2006-11-301-0/+1
* Turn console printf buffering into a kernel option and only onjb2006-11-309-24/+27
* Remove pre-5.3 compatibility ifdefs.brueffer2006-11-291-61/+0
* - add separate variable for enabling printing of rangeskmacy2006-11-291-13/+17
* Stop INVARIANTS panics in if_aue with a stopgap.alfred2006-11-292-7/+32
* Document struct uio.h entries.alfred2006-11-291-7/+7
* Fix mxge_submit_8rx() to behave like the comments says it does,gallatin2006-11-291-1/+3
* Fix support for Medion MD MD95257 (GPIO2 quirk).ariff2006-11-291-7/+12
* MFp4:imp2006-11-291-2/+2
* Make this work a lot better:imp2006-11-291-36/+44
* Build glue for at45d flash support.imp2006-11-291-1/+1
* MFp4:imp2006-11-291-0/+284
* MFp4:imp2006-11-291-3/+3
* Note that not all architectures use sendfile(2) buffers;yar2006-11-291-1/+4
* - Explicitly name the fields in pcb that we use to store trap state for laterkmacy2006-11-293-15/+29
* We no longer need to remap hardware trap numbers to sparc64 trap numberskmacy2006-11-291-5/+6
* In nfs_nget(), we must initialize the fh in the nfsnode before inserting themohans2006-11-291-6/+6
* Add a quirk for devices recognized as usb keyboards not to be hooked byflz2006-11-284-0/+8
* Differentiate between data and instruction fetch in the fatalru2006-11-281-1/+2
* NFSv4 client:rees2006-11-283-16/+27
* - Revert signedness type changes to "struct vmtotal"; by makingru2006-11-281-14/+14
* Change net.isr.direct from defaulting to 0 to 1 in 7-CURRENT. Thisrwatson2006-11-281-1/+1
* Add a fake flag for write. Many drivers have started to use it and itimp2006-11-281-1/+2
* - Remove third parameter of itimer_find, the parameter is always zero.davidxu2006-11-281-46/+16
* - Clear the PCN_MISC_ASEL bit so the media port can be actually setmarius2006-11-282-16/+74
* - In rlphy_service() for the MII_TICK case don't bother to check whethermarius2006-11-281-45/+10
* - In qsphy_service() for the MII_TICK case don't bother to check whethermarius2006-11-281-29/+4
* - Don't add IFM_NONE when used in combination with pcn(4) as for MIImarius2006-11-281-49/+77
* - Rely on mii_phy_add_media() setting mii_anegticks as appropriate.marius2006-11-281-4/+3
* - Don't set MIIF_NOISOLATE so lxtphy(4) can be used in configurationsmarius2006-11-281-35/+8
* - Remove a dupe $FreeBSD$.marius2006-11-281-10/+8
OpenPOWER on IntegriCloud