summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add 'zfs' as an alias for the FreeBSD ZFS UUID.jhb2008-04-071-0/+7
* Correct function name in panic().pjd2008-04-071-1/+1
* - Use a different encoding for lockmgr options: make them encoded byattilio2008-04-072-22/+22
* Move the cpuset functions from FBSD_1.0 to FBSD_1.1. All symbols addeddeischen2008-04-071-5/+5
* Actually, I was looking at the wrong Linux .c file. Set INIT2 to itsrpaulo2008-04-072-2/+2
* Add further TCP inpcb locking assertions to some TCP input code paths.rwatson2008-04-071-0/+11
* * Add missing #else in the #ifdef DEBUG section.rpaulo2008-04-072-5/+6
* "Prettyfy" numbers in hexadecimal. No functional change.rpaulo2008-04-071-2/+2
* Change the EXAMPLE section to reflect reality (ISA -> ACPI).rpaulo2008-04-071-3/+3
* 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-074-22/+133
* 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
* Fix apparent mis-paste in previous check-in by author.kan2008-04-061-1/+1
* Commit manpages for lockmgr_args_rw(9) and lockmgr_rw(9).attilio2008-04-062-16/+44
* In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() andrwatson2008-04-062-11/+4
* Fix a stupid typo.brooks2008-04-061-1/+1
* 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
* Call listen(2) on bound tcp sockets before passing them to svc_tli_create.dfr2008-04-062-0/+6
* - 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
* Turn a tab into a space. This fixes a misalignment for ls -l.imp2008-04-051-2/+2
* 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
* New release notes: ULE default (+MFC), aac(4) >2TB volume supportbmah2008-04-051-4/+31
* During attach on some de(4) adapters the driver sends out a test packet asjhb2008-04-051-2/+6
* Correct typo.ceri2008-04-051-1/+1
* On i386, don't try to do network-type stuff if the device name is'nt pxeN.dfr2008-04-051-0/+7
* GPE lock may recurse on resume path.takawata2008-04-051-1/+1
* Allow for a zero length 'loader'.dfr2008-04-051-0/+2
* 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
* MFp4(mips2-jnpr):imp2008-04-041-0/+3
* Add mips support.imp2008-04-041-0/+3
* MFp4 (mips2-jnpr):imp2008-04-041-1/+1
* MFp4: Add mips support for dynamic linking.imp2008-04-045-5/+602
* 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 note about PZERO being obsolete, because so much code uses it.imp2008-04-041-1/+5
OpenPOWER on IntegriCloud