summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Disconnect sun4v architecture from the three.attilio2011-05-142-7/+0
* Update sticky(7) cross references.pluknet2011-05-132-4/+4
* * Update copyright notice.tuexen2011-05-051-78/+63
* Fix prototype for ffsll(3) and fls(3).delphij2011-05-031-2/+2
* - Clarification on kld_file_stat.sizegjb2011-04-231-4/+4
* Add the posix_fallocate(2) syscall. The default implementation inmdf2011-04-183-1/+148
* getfh(2): Add xrefs for fhopen(2), open(2), stat(2).jilles2011-04-141-1/+5
* Remove vestiges of disklabel(5).pluknet2011-04-141-1/+0
* Fix a bug in the userland rpc library, where it would use armacklem2011-04-101-1/+2
* Make it possible to use permission sets (full_set, modify_set, read_settrasz2011-04-091-1/+5
* Allow strerror(0) and strerror_r(0, ...).jilles2011-04-053-3/+6
* Fix mdoc errors.kib2011-04-011-3/+2
* Expose the rctl(2) API in libc.trasz2011-03-301-0/+5
* Use FD_CLOEXEC explicitly.pluknet2011-03-301-1/+1
* Don't calculate len too early.pjd2011-03-261-1/+1
* Follow style(9) in example code and handle opendir(3) error.pjd2011-03-261-4/+7
* Document O_CLOEXEC.kib2011-03-251-4/+16
* Move the code around so that libc behaviour does not depend on a variabletrasz2011-03-221-8/+4
* index(3): Mention that index/rindex are deprecated and not specified byjilles2011-03-201-1/+14
* When building libc with the syscall compatibility, don't also generate themarcel2011-03-171-1/+4
* Don't add sigwait.c to MISRCS here when sigwait.c lives under ../sys andmarcel2011-03-171-1/+1
* From fts.c comment:pjd2011-03-162-0/+2
* rfork(2): Discourage rfork_thread-like approaches.jilles2011-03-151-17/+3
* Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2.rwatson2011-03-121-2/+2
* Now that TLS generally is available on sparc64 since r219534 turn onmarius2011-03-111-1/+1
* Correct a typo in the malloc(3) manpage. Malloc options are set in therstone2011-03-071-2/+2
* Because we call __printf_out() with a on-stack buffer, also callpjd2011-03-061-2/+4
* Fix various issues in how %#T is handled:pjd2011-03-061-7/+11
* Move getloginclass(2) and setloginclass(2) to FBSD_1.2, where they should'vetrasz2011-03-061-2/+2
* Add FBSD_1.2; syscalls added in 9-CURRENT are supposed to go there.trasz2011-03-061-0/+3
* Add manual page for getloginclass(2) and setloginclass(2).trasz2011-03-062-2/+100
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-051-0/+2
* Make acl_strip_np(3) use new trivial ACL format for NFSv4 ACls (threetrasz2011-03-041-1/+1
* Make cap_new(2) and cap_getmode(2) symbols from libc public so applicationsrwatson2011-03-033-1/+105
* Add description of ECAPMODE to errno(2) man page.rwatson2011-03-031-0/+2
* Add text string for ECAPMODE to libc.rwatson2011-03-031-0/+1
* Put in a temporary workaround for ctfmerge hanging on processingdim2011-03-011-0/+4
* Remove duplicate "in".brucec2011-03-011-1/+1
* Revert some of r177626. "in in" is valid in certain sentences.brucec2011-02-281-1/+1
* Fix style(9) issues in pututxline(3).ed2011-02-251-5/+10
* Add the BSD-licensed Citrus iconv to the base system with default offgabor2011-02-2563-0/+8778
* Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion.pluknet2011-02-241-3/+0
* Fix bzero() for 64-bit.jchandra2011-02-221-19/+1
* Fix typos - remove duplicate "the".brucec2011-02-215-5/+5
* Add a utility, utxrm(8).ed2011-02-191-2/+3
* Properly styleify utmpx code and document error codes in man page.ed2011-02-194-56/+107
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-189-23/+14
* Don't forget to bump man page date for r218711.ed2011-02-151-1/+1
* Remove dead reference to regexp(3). Use regex(3) instead.ed2011-02-151-1/+1
* Document some more sysconf(3) variables.brucec2011-02-131-1/+58
OpenPOWER on IntegriCloud