| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a copy+paste error by checking the correct variable against MM_NULLACT. | brueffer | 2009-11-08 | 1 | -1/+1 |
* | Use our canonical .Dd format. | brueffer | 2009-11-02 | 10 | -10/+10 |
* | Move pselect(3) man page to section 2. | kib | 2009-10-28 | 2 | -123/+1 |
* | Commit libc files missed in r198508 | kib | 2009-10-27 | 3 | -8/+1 |
* | Current pselect(3) is implemented in usermode and thus vulnerable to | kib | 2009-10-27 | 1 | -78/+0 |
* | wordexp(3): fix some bugs with signals and long outputs | jilles | 2009-10-23 | 1 | -19/+57 |
* | Make getcwd(3) faster, simpler and more compliant using *at syscalls. | jilles | 2009-10-13 | 1 | -45/+18 |
* | Add a new errno, ENOTCAPABLE, to be returned when a process requests an | rwatson | 2009-10-07 | 1 | -0/+1 |
* | Add basename_r(3) to complement basename(3). basename_r(3) which accepts | rwatson | 2009-10-06 | 4 | -13/+33 |
* | fts_open() requires that the list passed as argument to contain at least | delphij | 2009-10-05 | 2 | -2/+8 |
* | Correct the pthread stub prototype for pthread_mutexattr_settype to allow for | marcus | 2009-10-01 | 1 | -1/+1 |
* | Correct a section name; specifically, "AUTHOR" should be "AUTHORS". [1] | alc | 2009-09-21 | 1 | -3/+4 |
* | Add getpagesizes(3). This functions either the number of supported page | alc | 2009-09-19 | 4 | -3/+183 |
* | It is believed the last subsystem that limited ID sizes to something | kensmith | 2009-07-22 | 1 | -7/+18 |
* | Implement RTLD_NOLOAD flag for dlopen(3). | kib | 2009-07-17 | 1 | -1/+8 |
* | Move msg{snd,recv,get,ctl} manual pages from section 3 to 2. | trasz | 2009-07-13 | 6 | -761/+4 |
* | Make the structure definitions in the man pages match the real code, and | kib | 2009-06-29 | 1 | -9/+5 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 2 | -3/+29 |
* | Use const instead of __const, and merge the license change from NetBSD. | delphij | 2009-06-23 | 1 | -9/+3 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | brooks | 2009-06-19 | 2 | -6/+22 |
* | Rename the queue macros I introduced last year. | ed | 2009-05-27 | 1 | -1/+1 |
* | As the comment says, close() frees the variable, record. So we obtain | delphij | 2009-05-14 | 1 | -1/+1 |
* | TTYs don't necessarily use /dev/ttyxx. | ed | 2009-05-09 | 1 | -3/+2 |
* | Add tcsetsid(3). | ed | 2009-05-07 | 5 | -3/+109 |
* | Fix whitespace and sorting in Symbol.map. | ed | 2009-05-04 | 1 | -25/+25 |
* | Allow the NULL, RTLD_SELF and RTLD_NEXT handles to work with dlfunc(3). | kib | 2009-04-03 | 3 | -31/+9 |
* | Properly handle malloc() failures. | delphij | 2009-04-02 | 1 | -5/+7 |
* | Properly update the shm_open/shm_unlink symbol versioning metadata after | jhb | 2009-04-02 | 1 | -2/+0 |
* | Document RTLD_NODELETE, -z nodelete and -z origin support. | kib | 2009-04-01 | 1 | -2/+9 |
* | Fix a file descriptor leak in fts_child(). | das | 2009-03-04 | 1 | -1/+3 |
* | Sync license changes. | delphij | 2009-03-04 | 2 | -20/+3 |
* | Properly invalidate highest pts number when calling setttyent(). | ed | 2009-02-12 | 1 | -5/+4 |
* | Make ttyslot(3) work with pts(4) devices. | ed | 2009-02-12 | 1 | -6/+5 |
* | Add two new routines: fdevname() and fdevname_r(). | ed | 2009-02-11 | 5 | -15/+85 |
* | Update the description of KERN_PROC. | trhodes | 2009-01-28 | 1 | -5/+3 |
* | The times(3) function returns the number of CLK_TCKs since the | keramida | 2008-12-01 | 1 | -4/+9 |
* | Add two rtld exported symbols, _rtld_atfork_pre and _rtld_atfork_post. | kib | 2008-11-27 | 2 | -0/+14 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 1 | -2/+7 |
* | Sync with OpenBSD's dirname(3) - license change, avoid strcpy() over | delphij | 2008-11-03 | 2 | -68/+46 |
* | In example use of err(3) and errx(3), use sysexits(3) constants. | rwatson | 2008-10-31 | 1 | -4/+5 |
* | Fix a typo. | rdivacky | 2008-10-23 | 1 | -1/+1 |
* | Fix a typo. q is already a pointer. | kib | 2008-10-22 | 1 | -1/+1 |
* | Remove doubtful structure definition with variable array members. | kib | 2008-10-22 | 1 | -67/+75 |
* | Add unistd.h to the getosreldate(3) manpage. | kib | 2008-09-30 | 1 | -1/+2 |
* | <osreldate.h> does not have a forward declration of getosreldate(), so | rodrigc | 2008-09-20 | 1 | -1/+0 |
* | Return two fixes from previous backout which does not require | ache | 2008-09-09 | 1 | -1/+2 |
* | Set "max" to a reasonable value if BLOCKSIZE has a bogus unit. Prior | cperciva | 2008-08-04 | 1 | -0/+1 |
* | Restored from previous backing out (because that is OpenBSD way, so | ache | 2008-08-03 | 1 | -12/+16 |
* | Teach fmtcheck() about wint_t, intmax_t, char *, intmax_t *, and | das | 2008-08-02 | 2 | -37/+99 |
* | Convert popen()'s `pidlist' to a SLIST, for consistency. | ed | 2008-07-29 | 1 | -11/+13 |