| Commit message (Expand) | Author | Age | Files | Lines |
* | Verify return value of the sigset manipulation functions | kib | 2010-07-22 | 1 | -22/+14 |
* | Also link getutxent.3 to utmpx.3. | ed | 2010-07-21 | 1 | -1/+1 |
* | For xsi_sigpause(3), remove the supplied signal from the process mask | kib | 2010-07-12 | 1 | -2/+10 |
* | Provide 64-bit PowerPC support in libc. | nwhitehorn | 2010-07-10 | 38 | -2/+2443 |
* | The 64-bit PowerPC ABI implemented in binutils 2.15 requires some special | nwhitehorn | 2010-07-10 | 1 | -1/+2 |
* | Document pl_siginfo and PT_FLAG_SI for PT_LWPINFO. | kib | 2010-07-10 | 1 | -4/+20 |
* | If a user calls sctp_sendx() with a NULL | rrs | 2010-07-07 | 1 | -0/+5 |
* | Fix acl_from_text(3) - and, therefore, setfacl(1) - for user and group | trasz | 2010-07-06 | 3 | -40/+10 |
* | Remove comment which didn't match reality for a long time. | trasz | 2010-07-05 | 1 | -3/+0 |
* | Increment 'sa' at the end of the loop; otherwise, only the first | brucec | 2010-07-05 | 1 | -1/+1 |
* | Use ISO C99 integer types instead of the BSD-specific u_int*_t. | brucec | 2010-07-04 | 3 | -29/+29 |
* | Simplify the calculation of s_scale by rewriting the FP expression to | marcel | 2010-07-01 | 1 | -20/+5 |
* | On powerpc, calculate s_scale using the non-FP version previously | marcel | 2010-06-30 | 1 | -1/+1 |
* | Just like in case of setgroups(2), for getgroups(2) also advice including | pjd | 2010-06-26 | 1 | -1/+1 |
* | use PTR_WORD for __curbrk and minbrk instead of .word, the new version | jchandra | 2010-06-25 | 2 | -2/+2 |
* | Merge from English r198040: add C message catalogue entries for newer | maxim | 2010-06-20 | 1 | -0/+10 |
* | Merge jmallett@'s n64 work into HEAD - changeset 2 | jchandra | 2010-06-16 | 7 | -40/+117 |
* | Merge jmallett@'s n64 work into HEAD - changeset 1. | jchandra | 2010-06-16 | 20 | -521/+510 |
* | Separate _posix1e_acl_id_to_name() into a separate file, to | kientzle | 2010-06-14 | 3 | -55/+101 |
* | In threaded processes, destroy the mutex atexit_mutex when we've | cperciva | 2010-06-13 | 1 | -0/+3 |
* | sctp_recvmsg returns the number of bytes received, not sent. | brucec | 2010-06-11 | 1 | -1/+1 |
* | mdoc: stop abusing -column lists and use .Bl -tag instead | uqs | 2010-06-11 | 1 | -19/+21 |
* | mdoc: remove literal tabs where they don't belong | uqs | 2010-06-08 | 10 | -17/+17 |
* | Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t). | trasz | 2010-06-05 | 1 | -5/+5 |
* | Don't forget to free the string in error case. | trasz | 2010-06-03 | 1 | -0/+1 |
* | _posix1e_acl_sort() never returns anything other than 0; change its | trasz | 2010-06-03 | 4 | -55/+15 |
* | Fix usage of uninitialized variable. | trasz | 2010-06-03 | 1 | -1/+1 |
* | The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. | trasz | 2010-06-03 | 1 | -2/+1 |
* | The 'acl_cnt' field is unsigned; no point in checking if it's >= 0. | trasz | 2010-06-03 | 1 | -1/+1 |
* | mdoc: spell macros correctly, there's no need for the backslash escape | uqs | 2010-06-02 | 1 | -1/+1 |
* | Change the current working directory to be inside the jail created by | cperciva | 2010-05-27 | 1 | -1/+8 |
* | Improve the documentation for PT_LWPINFO. Note that some features are | kib | 2010-05-24 | 1 | -3/+58 |
* | These features will first appear in 8.1, soon to be released | uqs | 2010-05-24 | 1 | -1/+1 |
* | Make acl_get_perm_np(3) work with NFSv4 ACLs. | trasz | 2010-05-23 | 2 | -24/+18 |
* | mdoc: consistently spell our email addresses <foo@FreeBSD.org> | uqs | 2010-05-19 | 4 | -4/+4 |
* | Make branding less intrusive - in acl_set(3), in case ACL brand | trasz | 2010-05-13 | 1 | -0/+3 |
* | Make it possible to actually use NFSv4 permission bits with acl_set_perm(3) | trasz | 2010-05-13 | 1 | -20/+32 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 11 | -221/+221 |
* | Fix a bug due to a type conversion from 64 to 32 bits. The side effect of | gordon | 2010-05-12 | 1 | -2/+2 |
* | The previous revision actually removed the bug being hinted at, so | brueffer | 2010-05-12 | 1 | -3/+2 |
* | mdoc: simplify quotation scheme | uqs | 2010-05-11 | 1 | -3/+2 |
* | mdoc: fix parenthesis | uqs | 2010-05-11 | 1 | -2/+2 |
* | mdoc: use macro for +- that is understood by mdocml | uqs | 2010-05-11 | 2 | -4/+4 |
* | Document FIONREAD, FIONWRITE and FIONSPACE. | brueffer | 2010-05-11 | 1 | -1/+25 |
* | strptime(3) confused July with June with the fr_FR locale. | edwin | 2010-05-09 | 1 | -0/+8 |
* | sigprocmask(2): pthread_sigmask(3) must be used in threaded processes. | jilles | 2010-05-07 | 1 | -1/+7 |
* | raise(3): Note that this sends a signal to the current thread, not process. | jilles | 2010-05-07 | 1 | -3/+3 |
* | Merger of the quota64 project into head. | mckusick | 2010-05-07 | 1 | -4/+18 |
|\ |
|
| * | Final update to current version of head in preparation for reintegration. | mckusick | 2010-05-06 | 1 | -3/+9 |
| |\ |
|
| * \ | Update to current version of head. | mckusick | 2010-04-28 | 94 | -572/+744 |
| |\ \ |
|