summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Two minor nits:kientzle2007-07-311-0/+7
* | 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-303-16/+60
* | 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-306-14/+4
* | Update the MPSAFE network stack note to reflect recent realities.bmah2007-07-291-3/+8
* | 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
* | Print integer-typed arguments as integers. This makes sure thatmarcel2007-07-281-3/+3
* | Fix handling of Quad-type arguments. Previously, syscallsmarcel2007-07-284-12/+23
* | Syscalls have at most 6 argument, not 5. See mmap(2) for example.marcel2007-07-281-1/+1
* | Fix a panic introduced in rev 1.126.silby2007-07-281-1/+1
* | Fix acpidump(8) on ia64. Revision 1.13 introduced an uninitializedmarcel2007-07-281-0/+2
* | Cross-reference the correct manual page.jkoshy2007-07-282-2/+2
* | 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
* | wlandebug has been moved to the base system.thompsa2007-07-285-435/+1
* | Hook wlandebug up to the build.thompsa2007-07-282-1/+1
* | Forced commit to note repo copy from src/tools/tools/net80211/wlandebugthompsa2007-07-280-0/+0
* | Add a counter for the total number of pages cached and support foralc2007-07-274-0/+6
* | Update the sysctl_ctx_init(9) manual page with the followingremko2007-07-271-1/+2
* | 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
* | Update for japanese holidays.bland2007-07-271-1/+1
* | Minor Bug fix that will cause panic with some terminal with voice path on USB.takawata2007-07-271-3/+9
OpenPOWER on IntegriCloud