summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a non-portable function pthread_getthreadid_np(3) to retrievejkim2011-02-072-0/+2
* rfork_thread(3): Mark deprecated in favor of pthread_create(3).jilles2011-02-061-2/+10
* Remove duplicate .note.GNU-stack section declaration. bcopy alreadykib2011-02-043-6/+0
* Make sys_signame upper case.jilles2011-02-042-33/+33
* Fix n32 compile.jchandra2011-01-271-0/+1
* Emit .note.GNU-stack for the syscall stubs generated by libc only onkib2011-01-251-2/+9
* Document PT_FLAG_FORKED, PT_FOLLOW_FORK, pl_tdname and pl_child_pid.kib2011-01-251-5/+40
* getgroups(2): Remove mention of <sys/param.h> and refer to sysconf(3).jilles2011-01-211-3/+9
* mknod(2): The required include is <sys/stat.h>, not <unistd.h>.jilles2011-01-161-2/+2
* Mark assembler sources from libc as working with non-executable stack.kib2011-01-1424-2/+44
* Implement __pthread_map_stacks_exec() callback for libc, to change thekib2011-01-083-0/+39
* Fix some style(9) issues.kib2011-01-081-4/+5
* Fix struct FILE * leak on error (in disabled by default hesiod support code).kib2011-01-081-0/+1
* Retire TARGET_ABI.imp2011-01-071-5/+1
* Add section .note.GNU-stack for assembly files used by 386 and amd64.kib2011-01-0772-0/+142
* Emit .note.GNU-stack for the syscall stubs generated by libc.kib2011-01-071-0/+2
* Revert most of r210764, now that mdocml does the rightuqs2010-12-282-2/+2
* Sort cross references by section.brucec2010-12-181-2/+2
OpenPOWER on IntegriCloud