summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | MFCattilio2013-02-2127-592/+551
| * | | | | | | Complete the asserts by definining also assertions forattilio2013-02-211-0/+4
| * | | | | | | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-2129-151/+150
| * | | | | | | Remove supposedly unused vm_pager.h.attilio2013-02-212-4/+0
| * | | | | | | MFCattilio2013-02-2191-3143/+3826
| |\ \ \ \ \ \ \
| * | | | | | | | Fix other architectures and ZFS.attilio2013-02-2138-43/+208
| * | | | | | | | Add read mode operations to VM_OBJECT_LOCK* class of functions.attilio2013-02-201-0/+6
| * | | | | | | | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-2058-599/+599
| * | | | | | | | There is no need to use VM_OBJECT_LOCKED() as the assertion won'tattilio2013-02-208-23/+14
| * | | | | | | | Remove unused VM_OBJECT_LOCKPTR().attilio2013-02-201-2/+0
| * | | | | | | | Switch vm_object lock to be a rwlock.attilio2013-02-2072-185/+237
* | | | | | | | | Merge from vmc-playground:attilio2013-03-094-13/+23
* | | | | | | | | Placeholder for the upcoming AR9300 HAL code.adrian2013-03-091-0/+9
* | | | | | | | | Fix long-standing issue with interface routes being unprotected:melifaro2013-03-083-4/+41
* | | | | | | | | Bring over my initial work from the net80211 TX locking branch.adrian2013-03-0813-250/+458
* | | | | | | | | Add legacy support to geom raid to create a /dev/arX device for supportsbruno2013-03-082-0/+25
* | | | | | | | | Import Linux commit a1b7736dac5f2d5876e68c47a0fce3f423840070dumbbell2013-03-081-1/+4
* | | | | | | | | drm: Fix a call to free(9) with an incorrect malloc typedumbbell2013-03-083-3/+1
* | | | | | | | | Eliminate excessive $FreeBSD$ headers.delphij2013-03-082-4/+0
* | | | | | | | | g_label_ntfs_taste: Abort taste is recsize == 0dumbbell2013-03-081-1/+1
* | | | | | | | | Merge r247814 from x86 modulo whitespace bug:marius2013-03-082-0/+7
* | | | | | | | | Fix bootstrapping pkgng by not appending "/latest/" to PACKAGESITE.bapt2013-03-081-1/+1
* | | | | | | | | Move the callout subsystem initialization to its own SYSINIT()andre2013-03-083-43/+25
* | | | | | | | | Move the auto-sizing of the callout array from init_param2() toandre2013-03-083-14/+14
* | | | | | | | | This file is specific to arm11x6 processors, so tell thekientzle2013-03-081-0/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Add arm bits to truss.cognet2013-03-074-1/+376
* | | | | | | | Fix GCC build:obrien2013-03-072-7/+5
* | | | | | | | Fix error in r247960: actually assign the basename to match.iim_file.dim2013-03-071-2/+1
* | | | | | | | Support the FAT16 partition type in gpart(8)gavin2013-03-074-0/+4
* | | | | | | | Make ctfconvert work correctly on clang-compiled object files. Clangdim2013-03-071-0/+3
* | | | | | | | Make c99(1) invoke /usr/bin/cc with argv[0] set to "/usr/bin/cc" insteaddim2013-03-071-1/+1
* | | | | | | | Make c89(1) invoke /usr/bin/cc with argv[0] also set to /usr/bin/cc,dim2013-03-071-1/+1
* | | | | | | | Now that stable/7 is EOL, stop building INDEX-7.cperciva2013-03-071-1/+0
* | | | | | | | Cleanup gr_add() so it does not leak memdb2013-03-072-53/+86
* | | | | | | | Fix panic when Secondary_Element_Count == 1 and Secondary_Element_Seqmav2013-03-071-1/+4
* | | | | | | | Fix off-by-one error in nanoseconds validation.mav2013-03-071-1/+1
* | | | | | | | Partially revert r247892 and r247904 since our strnvis() does notdes2013-03-072-2/+5
* | | | | | | | The ZyXEL ZyAIR G-202 is also supported by zyd(4)gavin2013-03-071-1/+2
* | | | | | | | Correct two spelling mistakes in a comment.gavin2013-03-071-1/+1
* | | | | | | | Suggest using the https: protocol not the svn: protocol to retrieve thegavin2013-03-071-4/+4
* | | | | | | | Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implementandrew2013-03-071-0/+3
* | | | | | | | Add quirks to enable headphones redirection on number of Lenovoglebius2013-03-072-1/+15
* | | | | | | | Plug a memory leak.glebius2013-03-071-1/+5
* | | | | | | | The hashmask returned by hashinit() is a valid index in the returned hash array.lstewart2013-03-071-1/+1
* | | | | | | | Call sched_prio() to immediately change the priority of the thread inian2013-03-071-4/+4
* | | | | | | | Remove strnvis(), strvis(), strvisx().des2013-03-061-3/+0
* | | | | | | | Reduce minimal time intervals of setitimer(2) from 1/HZ to 1/(16*HZ) bymav2013-03-061-20/+25
* | | | | | | | Create a symlink from strchrnul.3 to strchr.3.zeising2013-03-061-1/+2
* | | | | | | | Fix time math overflows and improve zero intervals handling in poll(),mav2013-03-063-18/+42
* | | | | | | | Forced commit to note that this file had not been regenerated since 5.8des2013-03-060-0/+0
OpenPOWER on IntegriCloud