summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add a kluge suggested by Marcel to paper over the difference betweenwollman2003-08-192-0/+4
* Change gethostname() to set errno to ENAMETOOLONG instead of ENOMEMwollman2003-08-192-18/+51
* style.Makefile(5)obrien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
* Fix wrong identifier on .end directive. The SYSCALL macro does namemarcel2003-08-164-4/+4
* Replace some syscalls with libc version, this makes abort work better withdavidxu2003-08-161-10/+7
* Make the documentation of PT_STEP match its implementation: theiedowse2003-08-111-2/+3
* Add the mlockall()/munlockall() system call manual page from NetBSD.bms2003-08-111-0/+140
* Add the mlockall() and munlockall() system calls.bms2003-08-117-8/+9
* For type 0 rng lower initial drop to 50, it is enough to hide linearityache2003-08-101-1/+5
* Fix the case of the encoding name in the ENCODING line. Names aretjr2003-08-101-1/+1
* Cross-reference gbk(5).tjr2003-08-101-0/+1
* Cross-reference gbk(5) now that it exists. Fix a copy & paste error:tjr2003-08-101-1/+2
* Add a fairly minimal manual page for the GBK encoding.tjr2003-08-102-1/+63
* Add a cross reference to Unicode 3.0.tjr2003-08-101-1/+6
* Add cross references to the new character encoding manual pages,tjr2003-08-101-1/+5
* Add manual pages for the BIG5, GB18030 and MSKanji encodings. These maytjr2003-08-104-1/+189
* o There are 6 trap disable bits in ar.fpsr, not five. Even though wemarcel2003-08-092-4/+4
* Add signalcontext() which will be needed by libpthread.deischen2003-08-092-1/+104
* Add the POSIX 1003.1-2001 posix_madvise() interface.bms2003-08-094-4/+29
* Remove stale DCE 1.1 pointers to the IBM site. The URLs aren't validmarcel2003-08-088-8/+0
* Fix markup for uuid_equal()marcel2003-08-081-1/+2
* Fix two (2) bugs in one (1) statement:marcel2003-08-081-1/+4
* Implement signalcontext.jake2003-08-082-2/+78
* 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
OpenPOWER on IntegriCloud