summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* 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-181-1/+1
* 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
* rfork_thread(3): Mark deprecated in favor of pthread_create(3).jilles2011-02-061-2/+10
* Make sys_signame upper case.jilles2011-02-042-33/+33
* Implement __pthread_map_stacks_exec() callback for libc, to change thekib2011-01-083-0/+39
* 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
* Add a new libc function: cfmakesane(3).ed2010-11-024-6/+37
* Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset,davidxu2010-10-291-0/+9
* Fix error handling logic of pututxline(3).ed2010-10-211-12/+21
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-084-4/+0
* To support stack unwinding for cancellation points, add -fexceptions flagdavidxu2010-09-255-53/+31
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-4/+2
* MFtbemd:imp2010-08-231-3/+3
* On shared object unload, in __cxa_finalize, call and clear all installedkib2010-08-233-1/+49
* Introduce implementation-private rtld interface _rtld_addr_phdr, whichkib2010-08-232-0/+9
* Use aux vector to get values for SSP canary, pagesize, pagesizes array,kib2010-08-177-15/+191
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
* Spelling fixes.joel2010-08-021-1/+1
* Also link getutxent.3 to utmpx.3.ed2010-07-211-1/+1
* The 64-bit PowerPC ABI implemented in binutils 2.15 requires some specialnwhitehorn2010-07-101-1/+2
* mdoc: stop abusing -column lists and use .Bl -tag insteaduqs2010-06-111-19/+21
* mdoc: spell macros correctly, there's no need for the backslash escapeuqs2010-06-021-1/+1
* mdoc: consistently spell our email addresses <foo@FreeBSD.org>uqs2010-05-194-4/+4
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-6/+6
* Fix a bug due to a type conversion from 64 to 32 bits. The side effect ofgordon2010-05-121-2/+2
* raise(3): Note that this sends a signal to the current thread, not process.jilles2010-05-071-3/+3
* Update xrefs from 4.3BSD to modern signal functions in various man pages.jilles2010-05-063-7/+5
* sysctl(3): Update description of various kern.* variables.jilles2010-04-251-12/+10
* getcwd(3): Clarify that EACCES may or may not be checked.jilles2010-04-171-3/+11
* fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen.jilles2010-04-161-8/+8
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-1410-10/+10
* mdoc: don't abuse Bo/Pc to get what looks like an intervaluqs2010-04-141-1/+1
* mdoc: remove .Pp where not neededuqs2010-04-143-10/+0
* Add prototype for libc internal interfaces.delphij2010-03-312-0/+4
* Add prototypes for libc private interfaces.delphij2010-03-311-5/+9
* - Remove const'ness from dlerror(3) prototype, for consistency with POSIX.gahr2010-03-242-3/+3
* Let opendir() use O_DIRECTORY.ed2010-03-211-2/+2
* Comment a fine point, so it does not get lost when people borrow codephk2010-03-151-0/+4
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-022-14/+0
* Split the contributed code from libc/stdtime from lib/libc/stdtimeedwin2010-02-261-1/+1
* Make pause(3) implementation not depended on the legacy sigcompat.ckib2010-02-251-1/+7
* While there, trim some trailing whitespace.ed2010-02-211-1/+0
* Add proper const keywords to sysctl(3) parameters.ed2010-02-214-25/+15
* The static TLS size as given by tls_static_space includes TLS_TCB_SIZEmarcel2010-02-161-2/+2
* Also add a cross-reference to NetBSD updlastlogx().ed2010-02-031-1/+3
OpenPOWER on IntegriCloud