summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add rfork_thread(3).alc2003-10-132-1/+102
* Changed EINVAL constant reference from UIO_MAXIOV to IOV_MAX.dds2003-10-111-1/+1
* Cite the published version of "Engineering a Sort Function" instead oftjr2003-09-301-4/+7
* More style fixes to improve diffability with OpenBSD.phk2003-09-271-46/+54
* Style changes to improve diffability against OpenBSD version.phk2003-09-271-91/+91
* Fix fabs(). This commit brought to you by the letter 'l'.peter2003-09-261-1/+1
* From OpenBSD:fenner2003-09-151-1/+1
* Our getaddrinfo() and getnameinfo() are thread-safe butume2003-09-152-2/+10
* Get rid of duplicates.ru2003-09-143-3/+3
* mdoc(7): Fix common mistakes made in the SEE ALSO section.ru2003-09-123-6/+8
* mdoc(7): Properly mark C headers.ru2003-09-1020-29/+29
* Document the fact that send(2) can return EPIPE (like when a socket is notroberto2003-09-101-0/+4
* mdoc(7): Use the new feature of the .In macro.ru2003-09-0862-105/+105
* In the !MNT_BYFSID case, return EINVAL from unmount(2) when theiedowse2003-09-081-7/+12
* Clarify that the second argument to accept() may be a null pointer ifroam2003-09-051-1/+7
* Remove an unused and incorrect prototype for _none_init().tjr2003-09-051-1/+0
* Move a sentence about the terminating \0 from the RETURN VALUES sectionsimon2003-09-042-14/+14
* Sigh. I can't win anything. Use addq rather than addl with %rsp.peter2003-09-041-1/+1
* Apply same basic fix for getcontext(2) as for i386. Store the returnpeter2003-09-042-2/+56
* Fix some minor whitespace botchespeter2003-09-041-1/+1
* Make getcontext(2) work on i386. It needs a small wrapper in libcpeter2003-09-042-2/+52
* Fix/add errno return values to match the NFS client implementation anddds2003-09-022-5/+16
* Update the kern.osreldate documentation to document the present formateivind2003-09-011-2/+17
* Return (-1) not (ENOENT) for mac_prepare_type(), and set errno torwatson2003-08-301-1/+2
* Document that read(2) can also return EPERMdds2003-08-301-0/+3
* Clarify texteivind2003-08-261-1/+1
* Add HISTORY sections to the remaining MAC library man pages.rwatson2003-08-226-0/+36
* Update the mac_prepare(3) man page to reflect changes to therwatson2003-08-221-8/+43
* Make the elements argument to mac_prepare() be const.rwatson2003-08-221-1/+1
* As new objects begin to support new labels, start to generalizerwatson2003-08-221-86/+192
* 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
OpenPOWER on IntegriCloud