summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update shmget(2) with POSIX access permissions and remove non-standard SHM_R,brucec2010-12-173-13/+11
* Bump manual page date.trasz2010-12-131-1/+1
* After PSARC/2010/029, "canonical six" no longer exists.trasz2010-12-131-1/+3
* Fix stack alignment (required to be to 16 bytes) instead of ptrace andnwhitehorn2010-12-112-5/+5
* When reopening a stream backed by an open file descriptor, do not closejhb2010-12-091-12/+9
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-047-9696/+0
* Remove two unused variables, left over from the refactoring in r180104.gavin2010-12-021-6/+0
* Update the documentation to reflect changes to the implementation indas2010-11-301-14/+14
* Always set errno to a sane value when pututxline(3) fails.ed2010-11-141-0/+3
* Sync with OpenBSD, primarily better signal and terminal handling.delphij2010-11-132-124/+130
* This commit implements the SO_USER_COOKIE socket option, which letsluigi2010-11-121-0/+18
* Make sure to specify the alignment of minbrk and curbrk. They were correctlydim2010-11-112-0/+2
* Remove some unneeded spaces from the __sym_compat() macro, since newerdim2010-11-111-1/+1
* Add a new libc function: cfmakesane(3).ed2010-11-024-6/+37
* - Note that non-superusers are not allowed to set the SF_ARCHIVEDjh2010-10-291-3/+7
* Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,davidxu2010-10-291-0/+9
* Fix PIC_RETURN when abicalls are not defined.jchandra2010-10-241-1/+1
* Revert to r214147, errno is not clobbered as originallybcr2010-10-221-2/+0
* Document strtonum()s behavior of setting errno to 0 when no error is found.bcr2010-10-211-0/+2
* Sync with OpenBSD rev. 1.13:bcr2010-10-211-2/+1
* Fix error handling logic of pututxline(3).ed2010-10-211-12/+21
* mdoc: make pages render with mandocuqs2010-10-213-4/+3
OpenPOWER on IntegriCloud