| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add <uchar.h>. | ed | 2013-05-21 | 9 | -52/+410 |
* | Add a makefle that recurses into the right architecture-specific | marcel | 2013-05-21 | 1 | -0/+10 |
* | Update the setfib man page to reflect recent changes. | julian | 2013-05-20 | 1 | -3/+6 |
* | popen(): Add 'e' mode character to set close-on-exec on the new fd. | jilles | 2013-05-20 | 2 | -10/+27 |
* | Return one-based key so that user can check if the key is ever allocated | davidxu | 2013-05-16 | 1 | -4/+7 |
* | Fix a typo: It should be "strtoll" and not "stroll". | hiren | 2013-05-14 | 1 | -3/+3 |
* | Use an ugly hack to get around bootstrapping problems when building | dim | 2013-05-13 | 1 | -0/+5 |
* | mdoc sweep. | joel | 2013-05-12 | 4 | -6/+12 |
* | Fix several typos | eadler | 2013-05-12 | 1 | -1/+1 |
* | Typo. | pluknet | 2013-05-12 | 1 | -1/+1 |
* | posix_spawn_file_actions_adddup2(3): Document difference with dup2(). | jilles | 2013-05-09 | 1 | -2/+23 |
* | posix_spawn_file_actions_addopen(3): Correct error for bad file descriptor. | jilles | 2013-05-09 | 1 | -2/+2 |
* | wordexp(): Simplify code by deferring work to sh. | jilles | 2013-05-09 | 1 | -13/+3 |
* | Fix return value for setcontext and swapcontext. | davidxu | 2013-05-09 | 1 | -4/+8 |
* | Make errbuf optional, so if a caller is not interested in an error | trociny | 2013-05-08 | 1 | -14/+30 |
* | Add libusb_get_port_path wrapper | emaste | 2013-05-08 | 3 | -1/+18 |
* | Constify libusb_get_pollfds return | emaste | 2013-05-07 | 2 | -3/+3 |
* | MFV: Update zlib to 1.2.8. | delphij | 2013-05-05 | 25 | -139/+328 |
* | POSIX 1003.1-2008: add ENOTRECOVERABLE, EOWNERDEAD errnos. | pluknet | 2013-05-04 | 3 | -1/+11 |
* | Document that the return type is different from 1003.1-2008. | pluknet | 2013-05-04 | 1 | -2/+9 |
* | mdoc: missing comma in .Dd macro. | pluknet | 2013-05-04 | 5 | -5/+5 |
* | Add entry for errno ECAPMODE. | pluknet | 2013-05-04 | 1 | -0/+2 |
* | Bump date. | pluknet | 2013-05-04 | 1 | -1/+1 |
* | libkvm: Make second /dev/null file descriptor close-on-exec as well. | jilles | 2013-05-04 | 1 | -1/+1 |
* | libkvm: Use O_CLOEXEC instead of separate fcntl(F_SETFD) call. | jilles | 2013-05-04 | 1 | -15/+4 |
* | Improve compatibility with recent flex from flex.sourceforge.net. | jkim | 2013-05-03 | 2 | -5/+4 |
* | Similar to 233760 and 236717, export some more useful info about the | jhb | 2013-05-03 | 4 | -1/+110 |
* | Allow building clang on older FreeBSD releases, where log2() does not | dim | 2013-05-03 | 1 | -0/+5 |
* | Also, add a missing period. | pluknet | 2013-05-03 | 3 | -3/+3 |
* | Remove an extra comma. | pluknet | 2013-05-03 | 3 | -3/+3 |
* | Remove the STANDARDS section. | pluknet | 2013-05-03 | 1 | -4/+1 |
* | Always install pmc.foo(3) manpages. | uqs | 2013-05-03 | 1 | -12/+8 |
* | Add new USB API to get the port path of a USB device. | hselasky | 2013-05-03 | 6 | -1/+45 |
* | accept(2), pipe(2): Fix .Dd. | jilles | 2013-05-01 | 2 | -2/+2 |
* | Add pipe2() system call. | jilles | 2013-05-01 | 3 | -2/+46 |
* | Add accept4() system call. | jilles | 2013-05-01 | 5 | -3/+73 |
* | procstat_getpathname: for kvm method, instead of returning the error | trociny | 2013-05-01 | 1 | -2/+4 |
* | KVM method support for procstat_getgroups, procstat_getumask, | trociny | 2013-05-01 | 1 | -8/+121 |
* | Wrap the creation of the ../include link in /usr/lib in | brooks | 2013-04-30 | 1 | -1/+3 |
* | Enable building string functions as part of libstand on mips; the Makefile | rwatson | 2013-04-28 | 1 | -3/+1 |
* | Merge @228176 from Perforce to fix a bug introduced in r249553: | rwatson | 2013-04-28 | 1 | -2/+0 |
* | Remove extra code for SA_RESETHAND, it is not needed because kernel has | davidxu | 2013-04-28 | 1 | -7/+0 |
* | libthr: Fix a parameter name in an internal header file. | jilles | 2013-04-27 | 1 | -1/+1 |
* | intro(2): Fix some errors in ENFILE and EMFILE descriptions. | jilles | 2013-04-27 | 1 | -5/+6 |
* | Unbreak <stdatomic.h> on ARM + Clang. | ed | 2013-04-27 | 17 | -17/+34 |
* | sysconf(3): Correct the description of _SC_OPEN_MAX. | jilles | 2013-04-26 | 1 | -2/+2 |
* | Remove deprecated APIs to get the total and free memory available to vmm.ko. | neel | 2013-04-25 | 2 | -26/+0 |
* | getdtablesize(2): Describe what this function actually does. | jilles | 2013-04-24 | 1 | -9/+11 |
* | Convert libc/stdio from K&R to ANSI C | emaste | 2013-04-23 | 34 | -151/+53 |
* | Renumber clauses to reduce diffs to other versions | emaste | 2013-04-23 | 70 | -70/+70 |