aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Update SYNOPSIS to reflect the standardized header. Add STANDARDSMike Barcroft2002-11-171-4/+13
* goto break; != break;Doug Barton2002-11-171-3/+3
* Rework the sysconf(3) interaction with aio:Alfred Perlstein2002-11-171-6/+3
* Disconnect the userland get/set/swapcontext() functions fromDaniel Eischen2002-11-164-6/+6
* Provide more correct default values for sysconf(3) reporting of the AIOAlfred Perlstein2002-11-161-0/+3
* Sort SRCS.Marcel Moolenaar2002-11-161-5/+4
* Define `Sudden_Underflow' when compiling for the AlphaRobert Drehmel2002-11-141-0/+3
* bde points out that the LIBC_MAJOR macro doesn't exist and requestsWarner Losh2002-11-141-3/+6
* Reset LogTag to NULL in closelog(3). This fixes mysterious crashesRuslan Ermilov2002-11-141-0/+1
* o Fix _longjmp() to return 1 when the return value is given as 0.Marcel Moolenaar2002-11-141-52/+25
* Argh, change declaration of two-dimensional array so that it actuallyDaniel Eischen2002-11-132-2/+3
* Make this compile with whatever error-checking is enabled in buildworldDaniel Eischen2002-11-131-2/+2
* Use a jump table (a la Solaris) for pthread routines with defaultDaniel Eischen2002-11-134-401/+230
* ia64 ABI breaker:Marcel Moolenaar2002-11-113-38/+6
* Given that we have 3 places to document UUID related information,Marcel Moolenaar2002-11-111-9/+69
* Add cross references to mbrtowc(3) and wcrtomb(3).Tim J. Robbins2002-11-101-1/+3
* Don't check whether the first byte of the buffer is a null byte whenTim J. Robbins2002-11-101-7/+1
* Restore Peter's version of static __sF. There's too much pain for itWarner Losh2002-11-101-1/+4
* Describe the `n' and `ps' arguments to mbrlen().Tim J. Robbins2002-11-091-2/+17
* Typo: pointer to -> pointed toTim J. Robbins2002-11-091-1/+1
* Use wide character ctype functions directly instead of relying onTim J. Robbins2002-11-091-2/+2
* Add a missing return statement for the pwcs == NULL case (XSI extension).Tim J. Robbins2002-11-091-0/+1
* Update acl.3 to xref getfacl(1) and setfacl(1), the recommended tools forRobert Watson2002-11-081-6/+10
* o Make the COMPATIBILITY section a bit less redundant.Chris Costello2002-11-061-1/+1
* o Update man page to reflect the new prototypes for mac_{to,from}_text.Chris Costello2002-11-061-43/+15
* Hook up the userland wrapper for __mac_execve().Robert Watson2002-11-062-0/+43
* Wrap function prototype declarations in __BEGIN_DECLS to do the right thingJuli Mallett2002-11-051-0/+2
* License update authorized by NAI: remove clause 3.Robert Watson2002-11-051-7/+4
* Clarify language relating to ACLs, Capabtilities, and MAC, since theRobert Watson2002-11-041-28/+36
* Update license, historical information.Robert Watson2002-11-041-7/+8
* Point out that the MAC Framework is considered experimental.Robert Watson2002-11-041-0/+9
* After waiting for help with the markup, I finally decided to just patchNick Sayer2002-11-041-3/+3
* Add descriptions for some _PC_* variables from <sys/unistd.h> thatTim J. Robbins2002-11-041-1/+40
* Backout "compatibility hack" for __sF.Alfred Perlstein2002-11-042-9/+1
* Provide a hook to make __sF visible outside of libc for commercial appsAlfred Perlstein2002-11-022-1/+9
* Track the number of non-data chararacters stored in socket buffers so thatKelly Yancey2002-11-011-1/+1
* * Add stubs for pthread_cond_broadcast.Doug Rabson2002-11-013-28/+246
* No need to include floatio.h here: vfscanf() no longer uses anythingTim J. Robbins2002-11-012-2/+0
* Re-apply the previously backed-out commit that fixes the problem whereArchie Cobbs2002-10-315-5/+5
* Make __sF static. This can not be allowed to exist in 5.x.Alfred Perlstein2002-10-311-1/+1
* Add two additional references to the See Also section, which contain muchTim J. Robbins2002-10-301-2/+16
* Implement DCE 1.1 compliant UUID functions. Immediate use of theseMarcel Moolenaar2002-10-3012-0/+669
* While an interface can be depreciated, we prefer deprecated.Robert Watson2002-10-291-1/+1
* Cosmetics.Ruslan Ermilov2002-10-291-1/+1
* bsd.doc.mk changes:Ruslan Ermilov2002-10-296-6/+0
* Remove unnecessary inclusion of <rune.h> to make it obvious that this fileTim J. Robbins2002-10-291-1/+0
* Scoop out examples illustrating the label text format and refer toChris Costello2002-10-281-51/+5
* Cross-reference putc(3).Tim J. Robbins2002-10-281-0/+1
* Handle boundary cases more correctly; mblen(s, 0) and mbtowc(NULL, s, 0)Tim J. Robbins2002-10-282-8/+6
* Create a small library function, check_utility_compat(3), to determineGarrett Wollman2002-10-283-2/+166