| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate excessive $FreeBSD$ headers. | delphij | 2013-03-08 | 2 | -4/+0 |
* | g_label_ntfs_taste: Abort taste is recsize == 0 | dumbbell | 2013-03-08 | 1 | -1/+1 |
* | Merge r247814 from x86 modulo whitespace bug: | marius | 2013-03-08 | 2 | -0/+7 |
* | Fix bootstrapping pkgng by not appending "/latest/" to PACKAGESITE. | bapt | 2013-03-08 | 1 | -1/+1 |
* | Move the callout subsystem initialization to its own SYSINIT() | andre | 2013-03-08 | 3 | -43/+25 |
* | Move the auto-sizing of the callout array from init_param2() to | andre | 2013-03-08 | 3 | -14/+14 |
* | This file is specific to arm11x6 processors, so tell the | kientzle | 2013-03-08 | 1 | -0/+2 |
* | Add arm bits to truss. | cognet | 2013-03-07 | 4 | -1/+376 |
* | Fix GCC build: | obrien | 2013-03-07 | 2 | -7/+5 |
* | Fix error in r247960: actually assign the basename to match.iim_file. | dim | 2013-03-07 | 1 | -2/+1 |
* | Support the FAT16 partition type in gpart(8) | gavin | 2013-03-07 | 4 | -0/+4 |
* | Make ctfconvert work correctly on clang-compiled object files. Clang | dim | 2013-03-07 | 1 | -0/+3 |
* | Make c99(1) invoke /usr/bin/cc with argv[0] set to "/usr/bin/cc" instead | dim | 2013-03-07 | 1 | -1/+1 |
* | Make c89(1) invoke /usr/bin/cc with argv[0] also set to /usr/bin/cc, | dim | 2013-03-07 | 1 | -1/+1 |
* | Now that stable/7 is EOL, stop building INDEX-7. | cperciva | 2013-03-07 | 1 | -1/+0 |
* | Cleanup gr_add() so it does not leak mem | db | 2013-03-07 | 2 | -53/+86 |
* | Fix panic when Secondary_Element_Count == 1 and Secondary_Element_Seq | mav | 2013-03-07 | 1 | -1/+4 |
* | Fix off-by-one error in nanoseconds validation. | mav | 2013-03-07 | 1 | -1/+1 |
* | Partially revert r247892 and r247904 since our strnvis() does not | des | 2013-03-07 | 2 | -2/+5 |
* | The ZyXEL ZyAIR G-202 is also supported by zyd(4) | gavin | 2013-03-07 | 1 | -1/+2 |
* | Correct two spelling mistakes in a comment. | gavin | 2013-03-07 | 1 | -1/+1 |
* | Suggest using the https: protocol not the svn: protocol to retrieve the | gavin | 2013-03-07 | 1 | -4/+4 |
* | Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implement | andrew | 2013-03-07 | 1 | -0/+3 |
* | Add quirks to enable headphones redirection on number of Lenovo | glebius | 2013-03-07 | 2 | -1/+15 |
* | Plug a memory leak. | glebius | 2013-03-07 | 1 | -1/+5 |
* | The hashmask returned by hashinit() is a valid index in the returned hash array. | lstewart | 2013-03-07 | 1 | -1/+1 |
* | Call sched_prio() to immediately change the priority of the thread in | ian | 2013-03-07 | 1 | -4/+4 |
* | Remove strnvis(), strvis(), strvisx(). | des | 2013-03-06 | 1 | -3/+0 |
* | Reduce minimal time intervals of setitimer(2) from 1/HZ to 1/(16*HZ) by | mav | 2013-03-06 | 1 | -20/+25 |
* | Create a symlink from strchrnul.3 to strchr.3. | zeising | 2013-03-06 | 1 | -1/+2 |
* | Fix time math overflows and improve zero intervals handling in poll(), | mav | 2013-03-06 | 3 | -18/+42 |
* | Forced commit to note that this file had not been regenerated since 5.8 | des | 2013-03-06 | 0 | -0/+0 |
* | Explicitly disable lastlog, utmp and wtmp. | des | 2013-03-06 | 2 | -8/+44 |
* | Fix 'make depend' | uqs | 2013-03-06 | 1 | -0/+1 |
* | Update driver to version 4.6.95.0. | delphij | 2013-03-06 | 8 | -184/+810 |
* | Simplify virtio ring num-available calculation. | grehan | 2013-03-06 | 2 | -11/+21 |
* | Remove the virtio dependency entry for the VirtIO device drivers. This | bryanv | 2013-03-06 | 4 | -10/+24 |
* | Reorder code to avoid the stat buffer being used uninitialized. | grehan | 2013-03-06 | 1 | -6/+10 |
* | Fix stack alignment in the kernel to be on an 8 byte boundary as required | andrew | 2013-03-06 | 3 | -3/+24 |
* | Fix SIGSEGV when set_short_delay() is called when ifi->ifi_ra_timer is NULL. | hrs | 2013-03-06 | 1 | -0/+2 |
* | Use build_iovec() to make it less cryptic. This also fixes warnings. | jkim | 2013-03-06 | 2 | -32/+13 |
* | GC unused mount_* directories. mount_reiserfs was disconnected from build | jkim | 2013-03-05 | 9 | -772/+0 |
* | Update the manual page to reflect reality. With r138509 and r152355, | jkim | 2013-03-05 | 1 | -3/+3 |
* | GC unused variables. Prefer NULL over 0 for pointers. | jkim | 2013-03-05 | 8 | -25/+21 |
* | - Reset DMA channel if error occured | gonzo | 2013-03-05 | 1 | -0/+2 |
* | Fix compile warning by including ctype.h for isdigit(). | np | 2013-03-05 | 1 | -0/+1 |
* | MFV r247845: | mm | 2013-03-05 | 3 | -19/+61 |
* | Fix build with gcc, do not use unnamed union. | kib | 2013-03-05 | 1 | -8/+14 |
* | Fix build with gcc, remove redundand declarations. | kib | 2013-03-05 | 1 | -21/+0 |
* | choose in priority the allocated ABI if any to do the ${ABI} substitution in ... | bapt | 2013-03-05 | 1 | -1/+1 |