summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune()tjr2003-08-071-26/+9
* Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs()tjr2003-08-072-115/+24
* Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb().tjr2003-08-072-53/+42
* Implement btowc() in terms of mbrtowc() instead of sgetrune(), andtjr2003-08-072-10/+27
* Document that connect(2) can return EINTR, and that ityar2003-08-061-3/+6
* add support for using kqueue to watch bpf sockets.jmg2003-08-051-1/+8
* Allow foot shooting as Linux emulation needs it.julian2003-08-041-1/+2
* Restore including of "collate.h", for its own prototype (mis)match detectionache2003-08-031-0/+1
* Remove commented out and never used codeache2003-08-031-34/+1
* Remove __collate_range_cmp() stabilization, it conflicts with rangesache2003-08-031-10/+2
* Override the default stubs for getcontext(2) and swapcontext(2) somarcel2003-08-023-2/+80
* The END() must expand to the .endp directive with the same name asmarcel2003-08-013-6/+5
* Cross-reference arc4random(3).das2003-07-311-0/+4
* The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1.das2003-07-311-2/+4
* Update manual for i386_set_ldt to reflect newly added features.davidxu2003-07-311-0/+34
* Only allow trapframe formats instead of sigframe formats like themarcel2003-07-301-4/+4
* Minor constification.phk2003-07-291-2/+2
* Add support for gb18030 encodingache2003-07-293-1/+170
* * Merge index(3) and rindex(3) to index(3) since the two functions aresimon2003-07-285-216/+61
* Set mc_len to sizeof(mcontext_t), otherwise it is an invalid context.davidxu2003-07-261-0/+1
* Revert previous commit. We don't use setjmp()/longjmp() for contextmarcel2003-07-251-4/+2
* An u_int8_t can never be bigger than 255, so remove a useless check.mux2003-07-251-2/+0
* Print group name in getfacl output when calculating an effectiverwatson2003-07-241-2/+3
* Document an additional error return value. The connect(2) call can alsodds2003-07-231-0/+6
* Instantiate explicit callable versions of the machine/ieeefp.h inlinespeter2003-07-229-1/+67
* Turn off the libc/quad functions since they are not needed for amd64peter2003-07-221-0/+9
* Make raise and _raise as weak symbols, so they can be overriden bydavidxu2003-07-191-1/+4
* Add amd64 versions of makecontext() and signalcontext() neededdeischen2003-07-193-1/+208
* Rewrite to reflect slight change in semantics for C99, and note a bugwollman2003-07-191-22/+39
* C99 compliance: time() always sets its return value in both placeswollman2003-07-191-4/+7
* Revert to using yp_order() to probe for master.paswd.by* maps andwpaul2003-07-181-7/+14
* Whitespace after keywords per style(9).wollman2003-07-181-2/+2
* Back out revision 1.22.ceri2003-07-151-1/+1
* ioctl macros and defines are now present in ioccom.h, not ioctl.h.ceri2003-07-131-1/+1
* Add const to __setrunelocale prototypeache2003-07-061-4/+4
* Reorganize wrapper around setrunelocale() to mark it as deprecatedache2003-07-063-25/+41
* Add more useful cross-references to the SEE ALSO section.tjr2003-07-051-2/+7
* Catch up with recent FP-related changes to scanf.3 and vfwscanf.c.tjr2003-07-051-31/+16
* Fix two incorrect uses of sizeof: we need to divide the size of the buffertjr2003-07-051-11/+6
* Merge recent floating point conversion changes from vfscanf.c.tjr2003-07-051-93/+175
* With the latest mdoc(7), we can now fix the synopsis like this.ru2003-07-031-3/+9
* When size is 1 should just null terminate the string. The dummy variablejkh2003-07-021-3/+5
* Add a new mount flag MNT_BYFSID that can be used to unmount a fileiedowse2003-07-011-1/+17
* o strmode(3) returns void not 0.maxim2003-07-011-5/+0
* Axe AINC.ru2003-07-011-2/+2
* Fixed some style bugs.bde2003-07-011-6/+7
* Don't segfault if setproctitle(3) is called with NULL initially.alfred2003-07-011-0/+1
* Separate the description of the flags for mount(2) and unmount(2)iedowse2003-06-301-14/+16
* Add a libc function execvP that takes the search path as an arguement.gordon2003-06-292-15/+40
* Teach fmtcheck(3) about the flags a, A, F, G, t, and z.das2003-06-291-8/+28
OpenPOWER on IntegriCloud