summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* This patch improves fine-grained locking for the ng_ppp node.mav2007-08-011-68/+137
* Add a bridge interface flag called PRIVATE where any private port can notthompsa2007-08-012-34/+40
* Change TCPTV_MIN to be independent of HZ. While it was documented topeter2007-07-312-1/+3
* Make the driver fully MPSAFE. This fixes some serious locking problemsscottl2007-07-311-12/+32
* Fix locking mistakes in the error recovery paths of the AHC and AHD drivers.scottl2007-07-312-4/+0
* Add in all the USB devices and all the wireless goo. The KB9202 hasimp2007-07-311-0/+44
* Make USB work on the KB9202{,A,B} boards. This has been in p4 for aboutimp2007-07-313-3/+36
* MFppc:cognet2007-07-311-1/+1
* Fix backward compatibility of the "old" (i.e. FreeBSD6) lseekmarcel2007-07-312-4/+4
* Enable -Werror for ia64.marcel2007-07-311-1/+1
* - Fixed a problem that would cause kernel panics and "bce0: discard frame .."davidch2007-07-313-119/+240
* o Switch to physical addressing before dereferencing the VHPTmarcel2007-07-301-37/+62
* Add option EXCEPTION_TRACING, which enables KTR-like functionalitymarcel2007-07-303-1/+87
* Rework the interrupt code and add support for interrupt filteringmarcel2007-07-306-177/+239
* Explicitly map the VHPT on all processors. Previously we weremarcel2007-07-304-0/+27
* Add casts to some of the more commonly used pointer-type atomicmarcel2007-07-301-5/+14
* - Propagate the largest set of interface capabilities supported by all laggthompsa2007-07-302-16/+57
* Dynamically choose the quality of the ACPI timer depending on whethernjl2007-07-302-2/+4
* Make tcpstates[] static, and make sure TCPSTATES is defined beforedes2007-07-305-12/+3
* Mfi386 revision 1.239 of src/sys/i386/isa/clock.c. Seemingly somedwmalone2007-07-292-2/+4
* Fix a typo in a log message: s/Reveived/Received/.bmah2007-07-291-1/+1
* Add missing newline in printf.imp2007-07-291-1/+1
* In pci_alloc_map(), restore the original value of the BAR formarcel2007-07-291-0/+8
* Fix compilation problems- tcpstates is only available if TCPDEBUGmjacob2007-07-292-1/+9
* Fix a panic introduced in rev 1.126.silby2007-07-281-1/+1
* Provide a sysctl to toggle reporting of TCP debug logging:andre2007-07-283-8/+27
* o Move setting/resetting logic of syncache timer from macroandre2007-07-281-19/+49
* o Move all detailed checks for RST in LISTEN state from tcp_input() toandre2007-07-282-17/+45
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-289-21/+16
* Add a counter for the total number of pages cached and support foralc2007-07-273-0/+4
* CRB config file.cognet2007-07-271-0/+114
* XScale core 3 definitions.cognet2007-07-271-0/+5
* Cleanupcognet2007-07-272-8/+2
* Do not define NIRQ, it is already defined in include/intr.hcognet2007-07-271-5/+0
* Share the timer and watchdog drivers with the i81342. It's the same,cognet2007-07-272-7/+70
* Add initial IOP342 support.cognet2007-07-2716-0/+2869
* Say if the L2 cache is enabled or disabled as well.cognet2007-07-271-0/+6
* Use coherent mapping for DMA on arm. This is propably suitable for thecognet2007-07-271-0/+5
* Handle supersections and L2 cache.cognet2007-07-271-30/+36
* Use supersection instead of standard sections to map the whole memorycognet2007-07-271-11/+29
* Fix the cache mode description.cognet2007-07-271-5/+5
* Properly handle supersections.cognet2007-07-272-14/+46
* Bring in two bandaids to get the elf trampoline to work again, until I findcognet2007-07-272-15/+29
* Add a new set of functions to handle L2 cache. Make them no-op for everycognet2007-07-272-16/+67
* Import xscale core 3 cache management functions.cognet2007-07-271-0/+397
* INTR_FILTER bits for armcognet2007-07-271-2/+44
* Minor Bug fix that will cause panic with some terminal with voice path on USB.takawata2007-07-271-3/+9
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-2715-174/+14
* It seems that some i386 mothermoards either do not implement thedwmalone2007-07-272-2/+4
* Actually, upcalls cannot be freed while destroying the thread because weattilio2007-07-273-0/+21
OpenPOWER on IntegriCloud