summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove isa_if.h.rpaulo2008-04-071-1/+1
* The SMC is represented on the acpi tables, so we can completely removerpaulo2008-04-072-56/+84
* Add opt_intr_filter.h.rpaulo2008-04-071-1/+1
* Update pmap_page_wired_mappings() so that it counts 2/4MB page mappings.alc2008-04-072-8/+36
* Maintain and observe a ZBUF_FLAG_IMMUTABLE flag on zero-copy BPFrwatson2008-04-073-14/+125
* Coerce if_loop.c in the general direction of style(9):rwatson2008-04-071-33/+18
* vfs_syscalls.c 1.452 mistakenly swapped the behavior of chown() and lchown().truckman2008-04-071-1/+1
* In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() andrwatson2008-04-062-11/+4
* Bump __FreeBSD_version in order to reflect lockmgr_rw() andattilio2008-04-061-1/+1
* Optimize lockmgr in order to get rid of the pool mutex interlock, of theattilio2008-04-0610-826/+1043
* Introduce vm_reserv_reclaim_contig(). This function is used byalc2008-04-064-25/+99
* Rewrite node's r/w/q-lock semantics using only atomics instead of mutexmav2008-04-061-247/+76
* - Correct a major error introduced in the per-cpu timeout commit. Sleepjeff2008-04-061-5/+5
* Remove bus_space_generic.c from the per-plarform files. Having it in thecognet2008-04-053-3/+0
* Add bus_space_generic.c for the i81342 as well.cognet2008-04-051-0/+1
* Move INTR_FILTER from opt_global.h to its own header.jhb2008-04-053-1/+4
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-059-534/+168
* During attach on some de(4) adapters the driver sends out a test packet asjhb2008-04-051-2/+6
* GPE lock may recurse on resume path.takawata2008-04-051-1/+1
* Eliminate an unnecessary test from vm_phys_unfree_page().alc2008-04-051-1/+1
* Add support for IC Plus IP1001 PHY.yongari2008-04-053-21/+104
* If you build a compiler with TARGET_BIG_ENDIAN, and then try to buildimp2008-04-041-0/+4
* Update a comment to vm_map_pmap_enter().alc2008-04-041-2/+2
* Reintroduce UMA_SLAB_KMAP; however, change its spelling toalc2008-04-044-2/+10
* Fix stupid typoimp2008-04-041-1/+1
* Eliminate an unnecessary test and its misleading comment from pmap_enter().alc2008-04-041-6/+0
* Make kernel.tramp build properly on ARM9E.raj2008-04-042-1/+3
* - Add sysctls at debug.rwlock to control the behavior of the speculativejeff2008-04-041-3/+26
* The temporary workaround for the call to the vget() without lock type inkib2008-04-041-1/+3
* - Add a Nokia copyright to cpuset to reflect their generousjeff2008-04-042-0/+6
* - Allow static_boost to specify no boost with '0', traditional kerneljeff2008-04-041-2/+6
* - Don't check for the ITHD pri class in tdq_load_add and rem. 4BSD doesn'tjeff2008-04-041-12/+6
* - Fix a mis-merge that crept in during the softclock changes.jeff2008-04-041-2/+0
* Allow crashdumps on machines with >4GB of RAM as long as the adapter canemaste2008-04-031-13/+54
* Fix the build breakage, need the | between dependencies, I didn'tjfv2008-04-031-8/+8
* Always build kernel.tramp. This should be helpful for a lot ofimp2008-04-031-0/+2
* Now really add the bus_space_generic.c file...raj2008-04-031-0/+146
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-0312-424/+38
* Fix AVILA build.raj2008-04-031-2/+2
* Align functions to 16-byte boundaries due to profiling granularity.marcel2008-04-031-1/+1
* Set sc_psim so that the openpic core can correct the off-by-onemarcel2008-04-031-0/+5
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-038-306/+79
* Don't force a reset at driver attach time. It doesn't work on somescottl2008-04-031-1/+1
* let umtxq_busy() only spin on mp machine. make function namedavidxu2008-04-031-10/+14
* Another build fixjfv2008-04-031-1/+1
* Fix a lint issue in the build.jfv2008-04-031-12/+12
* KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on thisimp2008-04-031-3/+2
* Remove unnecessary #define.imp2008-04-031-1/+0
* Fix minor bug in last checkin, NO_STRICT_ALIGNMENT code.jfv2008-04-031-1/+1
* This update primarily addresses the ability to have both the emjfv2008-04-0230-1989/+2097
OpenPOWER on IntegriCloud