| Commit message (Expand) | Author | Age | Files | Lines |
* | Sort sections. | joel | 2013-02-20 | 1 | -6/+6 |
* | Various improvements to the qsort(3) usage example: | keramida | 2013-02-20 | 1 | -14/+8 |
* | Add a sample program that shows how a custom comparison function and | keramida | 2013-02-19 | 1 | -1/+47 |
* | Fix includes for use in libstand. | kientzle | 2013-02-19 | 1 | -3/+1 |
* | - Make sure to set an error code when trying to obtain a data descriptor for | markj | 2013-02-19 | 2 | -3/+24 |
* | setbuf(3): Restore a BUGS section about setbuf(). | jilles | 2013-02-18 | 1 | -1/+4 |
* | Add strtoul() to libstand by copying from libc and clipping out | kientzle | 2013-02-18 | 3 | -1/+125 |
* | Make more code be protected by internal mutex, and now it is fork-safe, in | davidxu | 2013-02-17 | 1 | -2/+2 |
* | Put one file per line so it is easier to read diffs against those files. | pjd | 2013-02-16 | 2 | -184/+653 |
* | Since clang 3.2 now has an option to suppress warnings about implicitly | dim | 2013-02-16 | 1 | -5/+0 |
* | Simplify code by using flag O_EXLOCK. | davidxu | 2013-02-16 | 1 | -9/+3 |
* | Upgrade to 1.6.16 | des | 2013-02-15 | 1 | -0/+1 |
* | Import LDNS and build it as an internal library. | des | 2013-02-15 | 2 | -0/+49 |
* | setbuf(3): Remove bugs section about ancient versions of BSD. | jilles | 2013-02-15 | 1 | -17/+1 |
* | Change examples to be consistent with what style(9) says. | zeising | 2013-02-14 | 2 | -8/+8 |
* | Add USB API to read power draw on USB devices. | hselasky | 2013-02-14 | 6 | -1/+39 |
* | Add strchrnul(), a GNU function similar to strchr(), except that it returns | zeising | 2013-02-13 | 4 | -5/+81 |
* | Make the F_READAHEAD option to fcntl(2) work as documented: a value of zero | ian | 2013-02-13 | 1 | -2/+2 |
* | When clang builds libc it may insert calls to __aeabi_* functions. Normally | andrew | 2013-02-12 | 1 | -0/+19 |
* | Allow us to build clang for ARM EABI. Clang and llvm use the | andrew | 2013-02-12 | 1 | -1/+9 |
* | Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'. | neel | 2013-02-11 | 2 | -30/+0 |
* | fts: Use O_DIRECTORY when opening name that might be changed by attacker. | jilles | 2013-02-10 | 1 | -1/+2 |
* | Improve code style. No functional change. | tuexen | 2013-02-10 | 1 | -7/+7 |
* | sigqueue(2): Fix typo (EEPERM -> EPERM). | jilles | 2013-02-10 | 1 | -1/+1 |
* | Fix logic inversion. | eadler | 2013-02-09 | 1 | -1/+1 |
* | mdoc: Remove EOL whitespace. | joel | 2013-02-09 | 1 | -1/+1 |
* | Document the detail of interaction between vfork and PT_TRACEME. | kib | 2013-02-07 | 1 | -1/+11 |
* | Document the ERESTART translation to EINTR for devfs nodes. | kib | 2013-02-07 | 1 | -1/+12 |
* | Add the __aeabi_mem* functions to compiler-rt as clang uses them. | andrew | 2013-02-06 | 1 | -0/+4 |
* | * Add the integer div & mod functions and ARM EABI support functions to | andrew | 2013-02-05 | 1 | -0/+13 |
* | Sort by MK_* knob like the comment says | des | 2013-02-04 | 1 | -5/+5 |
* | Add several missing symbols to libcxxrt's symbol version map, and remove | dim | 2013-02-03 | 1 | -14/+12 |
* | Pull in r170135 from upstream clang trunk: | dim | 2013-02-02 | 64 | -8/+147 |
* | - Fix more style(9)-related issues (copyright header, spaces after function | gahr | 2013-02-01 | 1 | -56/+55 |
* | Update hwpmc to support the Xeon class of Ivybridge processors. | sbruno | 2013-01-31 | 6 | -1/+938 |
* | - Remove underscores from the internal structure name, as it doesn't collide | gahr | 2013-01-31 | 2 | -32/+118 |
* | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | gahr | 2013-01-30 | 4 | -7/+224 |
* | Rework the __vdso_* symbols attributes to only make the symbols weak, | kib | 2013-01-30 | 16 | -5/+325 |
* | Remove unused file. | glebius | 2013-01-29 | 1 | -261/+0 |
* | - Compute the correct size to reallocate when doubling the size of the | jhb | 2013-01-28 | 1 | -1/+2 |
* | Fix some symbol version mismatches between libstdc++ and libsupc++/libcxxrt | theraven | 2013-01-28 | 1 | -56/+46 |
* | Only install manpages and html documentation in the ncurses/*w (wchar) | brooks | 2013-01-24 | 4 | -4/+16 |
* | Remove several MLINKS that were listed twice. | brooks | 2013-01-23 | 1 | -7/+0 |
* | posix_fadvise(2) first appeared in FreeBSD 9.1 | glebius | 2013-01-23 | 1 | -1/+1 |
* | Note that SIGCHLD is special and if ignored, won't be recorded by the filter. | pjd | 2013-01-21 | 1 | -2/+4 |
* | Add the required __aeabi_* functions to libc. | andrew | 2013-01-19 | 7 | -0/+361 |
* | Merge projects/bhyve to head. | neel | 2013-01-19 | 5 | -0/+1027 |
|\ |
|
| * | IFC @ r245509 | neel | 2013-01-17 | 8 | -30/+38 |
| |\ |
|
| * \ | IFC @ r245178 | neel | 2013-01-09 | 9 | -30/+17 |
| |\ \ |
|
| * \ \ | IFC @ r244983. | neel | 2013-01-04 | 83 | -5837/+2005 |
| |\ \ \ |
|