summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicitly disable lastlog, utmp and wtmp.des2013-03-062-8/+44
* Fix 'make depend'uqs2013-03-061-0/+1
* Update driver to version 4.6.95.0.delphij2013-03-068-184/+810
* Simplify virtio ring num-available calculation.grehan2013-03-062-11/+21
* Remove the virtio dependency entry for the VirtIO device drivers. Thisbryanv2013-03-064-10/+24
* Reorder code to avoid the stat buffer being used uninitialized.grehan2013-03-061-6/+10
* Fix stack alignment in the kernel to be on an 8 byte boundary as requiredandrew2013-03-063-3/+24
* Fix SIGSEGV when set_short_delay() is called when ifi->ifi_ra_timer is NULL.hrs2013-03-061-0/+2
* Use build_iovec() to make it less cryptic. This also fixes warnings.jkim2013-03-062-32/+13
* GC unused mount_* directories. mount_reiserfs was disconnected from buildjkim2013-03-059-772/+0
* Update the manual page to reflect reality. With r138509 and r152355,jkim2013-03-051-3/+3
* GC unused variables. Prefer NULL over 0 for pointers.jkim2013-03-058-25/+21
* - Reset DMA channel if error occuredgonzo2013-03-051-0/+2
* Fix compile warning by including ctype.h for isdigit().np2013-03-051-0/+1
* MFV r247845:mm2013-03-053-19/+61
* Fix build with gcc, do not use unnamed union.kib2013-03-051-8/+14
* Fix build with gcc, remove redundand declarations.kib2013-03-051-21/+0
* choose in priority the allocated ABI if any to do the ${ABI} substitution in ...bapt2013-03-051-1/+1
OpenPOWER on IntegriCloud