| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Write lock is not required for find&compare operation. | melifaro | 2013-03-05 | 1 | -2/+2 |
* | Add the ability to correctly read pkg.conf is exists. | bapt | 2013-03-05 | 4 | -171/+501 |
* | Add a stub manpage modeled over the libexpat one to explain to users not to use | bapt | 2013-03-05 | 2 | -0/+62 |
* | drm_global.c: Destroy sx in drm_global_release() | dumbbell | 2013-03-05 | 1 | -0/+1 |
* | Correct the r247832. | kib | 2013-03-05 | 1 | -1/+1 |
* | g_label_ntfs.c: Mark structures as __packed | dumbbell | 2013-03-05 | 1 | -3/+3 |
* | Add a generic way to call per event allocate / release function. | fabient | 2013-03-05 | 3 | -9/+24 |
* | Import the preliminary port of the TTM. | kib | 2013-03-05 | 25 | -10/+9977 |
* | Import the drm_global references helpers. | kib | 2013-03-05 | 3 | -0/+166 |
* | Import the drm_mm_debug_table() function. | kib | 2013-03-05 | 2 | -0/+39 |
* | Import the likely() compat macro. | kib | 2013-03-05 | 1 | -0/+1 |
* | Simplify TAILQ usage and avoid additional memory allocations. | glebius | 2013-03-05 | 2 | -87/+30 |
* | Only set the barrier flag if the feature was negotiated | bryanv | 2013-03-05 | 1 | -8/+41 |
* | Fix a small, but important bug, a task drain was mistakenly | jfv | 2013-03-04 | 1 | -1/+1 |
* | First, sync to internal shared code, and then | jfv | 2013-03-04 | 19 | -292/+1005 |
* | - Bump __FreeBSD_version after recent callout(9) changes. | davide | 2013-03-04 | 2 | -1/+7 |
* | Fix assertion failure when using userland DTrace probes from | gibbs | 2013-03-04 | 1 | -2/+7 |
* | Complete r247813: | davide | 2013-03-04 | 1 | -8/+8 |
* | Add quirk to enable headphones redirection on Lenovo X220. | mav | 2013-03-04 | 2 | -0/+8 |
* | Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disable | ken | 2013-03-04 | 5 | -2/+24 |
* | Use C99 'bool' rather than Machish 'boolean_t'. | davide | 2013-03-04 | 1 | -2/+2 |
* | MFcalloutng: | davide | 2013-03-04 | 6 | -15/+136 |
* | Do not suddenly fail on some rulesets if -n (syntax check only) is specified | melifaro | 2013-03-04 | 1 | -4/+13 |
* | Merge upstream r634:646: correctly parse mixed quoted / unquoted text. | des | 2013-03-04 | 3 | -12/+22 |
* | MFcalloutng: | davide | 2013-03-04 | 1 | -53/+29 |
* | MFcalloutng: | davide | 2013-03-04 | 1 | -47/+36 |
* | MFcalloutng (r244251 with minor changes): | davide | 2013-03-04 | 1 | -3/+6 |