| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the previous change and add xdr_sizeof | Kevin Lo | 2011-07-10 | 1 | -39/+37 |
* | - Add xdr_sizeof(3) to libc | Kevin Lo | 2011-07-09 | 1 | -37/+40 |
* | * Add the readline(3) API to libedit. The libedit versions of | David E. O'Brien | 2011-04-05 | 2 | -230/+1 |
* | MFgraid/head: | Alexander Motin | 2011-03-24 | 1 | -1/+1 |
* | Add missing declarations that I intended to commit with r219359. | David Schultz | 2011-03-07 | 1 | -0/+2 |
* | Include stdio.h, so we can include printf.h in any order, as it needs FILE. | Pawel Jakub Dawidek | 2011-03-06 | 1 | -0/+1 |
* | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | Edward Tomasz Napierala | 2011-03-05 | 1 | -0/+2 |
* | POSIX.1-2008 moved some constants from the XSI option to the Base. | Jilles Tjoelker | 2011-03-04 | 1 | -4/+7 |
* | Fix some _POSIX minimum/maximum values in limits.h: | Jilles Tjoelker | 2011-03-03 | 1 | -4/+15 |
* | Add the BSD-licensed Citrus iconv to the base system with default off | Gabor Kovesdan | 2011-02-25 | 3 | -0/+149 |
* | Add restrict keyword to pthread_sigmask prototype and manpage. | Konstantin Belousov | 2011-02-20 | 1 | -1/+2 |
* | Install iodev.h. | Konstantin Belousov | 2011-02-17 | 1 | -1/+1 |
* | Introduce a non-portable function pthread_getthreadid_np(3) to retrieve | Jung-uk Kim | 2011-02-07 | 1 | -0/+1 |
* | Add missing __dead2 to __assert(). | Ed Schouten | 2011-01-09 | 1 | -1/+1 |
* | Remove leftover for r214093. | David Xu | 2011-01-06 | 1 | -9/+0 |
* | rpc.lockd(8) WARNS cleanup | Ulrich Spörlein | 2010-12-20 | 1 | -0/+1 |
* | Sync with OpenBSD, primarily better signal and terminal handling. | Xin LI | 2010-11-13 | 1 | -23/+17 |
* | Add a new libc function: cfmakesane(3). | Ed Schouten | 2010-11-02 | 1 | -0/+1 |
* | Add an x86/include directory to the kernel to hold headers that are common | John Baldwin | 2010-11-01 | 1 | -5/+12 |
* | Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset, | David Xu | 2010-10-29 | 1 | -0/+1 |
* | Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, the | David Xu | 2010-10-18 | 1 | -2/+14 |
* | Also the stop function should accept 64-bit exception class. | David Xu | 2010-09-30 | 1 | -1/+1 |
* | - Sizeof exception class type should always be 64-bit. | David Xu | 2010-09-30 | 1 | -3/+5 |
* | Import unwind.h from libunwind-0.99. | David Xu | 2010-09-30 | 1 | -0/+154 |
* | In current code, statically initialized and destroyed object have | David Xu | 2010-09-28 | 1 | -1/+1 |
* | Correct value for _POSIX_AIO_LISTIO_MAX in <limits.h>. | Jilles Tjoelker | 2010-08-29 | 1 | -1/+1 |
* | MFtbemd: | Warner Losh | 2010-08-23 | 1 | -2/+2 |
* | Style: tabs after #define | Kevin Lo | 2010-08-11 | 1 | -1/+1 |
* | Remove stale reference to UT_NAMESIZE from <stdio.h>. | Ed Schouten | 2010-08-06 | 1 | -2/+1 |
* | Connect powerpc64 to the build. It is not presently part of make universe, | Nathan Whitehorn | 2010-07-13 | 1 | -3/+3 |
* | o addr2ascii(3) was removed ages ago. Fix the comment. | Maxim Konovalov | 2010-07-06 | 1 | -1/+1 |
* | libedit: Allow simple quoting in filename completion. | Jilles Tjoelker | 2010-06-15 | 1 | -0/+1 |
* | libedit: Add basic filename completion code from NetBSD. | Jilles Tjoelker | 2010-06-13 | 1 | -2/+0 |
* | Move realpath(3) prototype to a POSIX section. | Konstantin Belousov | 2010-04-21 | 1 | -1/+1 |
* | Slightly modernize realpath(3). | Konstantin Belousov | 2010-04-20 | 1 | -1/+1 |
* | Add capability to use a db version of services. It is enabled by | Hajimu UMEMOTO | 2010-04-04 | 2 | -0/+2 |
* | Be like stdlib.h and bring in a wchar_t definition and use it to prototype | Juli Mallett | 2010-03-31 | 1 | -4/+11 |
* | - Remove const'ness from dlerror(3) prototype, for consistency with POSIX. | Pietro Cerutti | 2010-03-24 | 1 | -2/+1 |
* | Trim down libcompat by removing <regexp.h>. | Ed Schouten | 2010-03-14 | 2 | -71/+1 |
* | Add warnings to <regexp.h> and <sys/timeb.h>. | Ed Schouten | 2010-03-09 | 1 | -0/+4 |
* | Remove last traces of <utmp.h>. | Ed Schouten | 2010-03-03 | 2 | -3/+1 |
* | Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s. | Warner Losh | 2010-02-16 | 11 | -55/+17 |
* | Remove the Berkeley clause 3's. | Warner Losh | 2010-02-16 | 44 | -216/+54 |
* | Remove NetBSD Foundation clauses 3 & 4. They eliminated those clauses | Warner Losh | 2010-02-16 | 5 | -35/+0 |
* | Add gmountver, disk mount verification GEOM class. | Edward Tomasz Napierala | 2010-01-16 | 1 | -1/+1 |
* | Phase out ttyslot(3). | Ed Schouten | 2010-01-14 | 1 | -1/+0 |
* | Remove <utmp.h> and its corresponding manual page. | Ed Schouten | 2010-01-13 | 1 | -73/+2 |
* | Implement <utmpx.h>. | Ed Schouten | 2010-01-13 | 2 | -2/+90 |
* | Move scandir(3) and alphasort(3) into XSI namespace. | Konstantin Belousov | 2010-01-05 | 1 | -2/+4 |
* | Use umtx to implement process sharable semaphore, to make this work, | David Xu | 2010-01-05 | 2 | -2/+66 |