aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Replace accidentally-deleted `x' which caused warnx() to misbehave.Garrett Wollman1998-09-151-2/+2
* Correct a typo that I noticed.Joseph Koshy1998-09-151-1/+1
* o use strncpy safelyWarner Losh1998-09-141-3/+8
* Add reallocf to the library. This function is simliar to realloc, butWarner Losh1998-09-143-13/+42
* Fix a cut 'n paste mistake.Luoqi Chen1998-09-132-8/+8
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasDmitrij Tejblum1998-09-123-6/+14
* Document the fact that shutdown(2) is expected to comply with Posix.1g,Garrett Wollman1998-09-121-3/+20
* Change return type of strptime from const char* to char*.Dmitrij Tejblum1998-09-122-5/+5
* A small last-minute iitem for 3.0:Garrett Wollman1998-09-122-84/+124
* Use ellipsis in synopsis.Joseph Koshy1998-09-121-2/+6
* $@ -> ${.TARGET}Warner Losh1998-09-111-2/+2
* Change obsolete $@ to ${.TARGET}.Warner Losh1998-09-111-1/+1
* Don't trust TMPDIR if we're setuid root. This is used only for theWarner Losh1998-09-111-2/+3
* Mention which system interface functions are signal-safe.Brian Somers1998-09-091-1/+103
* Document a number of VM sysctl variables with help from old emailsGuy Helmer1998-09-091-1/+38
* Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.KATO Takenori1998-09-091-5/+5
* Add $Id$, remove quoting for `...'.Joseph Koshy1998-09-091-1/+3
* Add a new library function getobjformat(). It checks all theJohn Polstra1998-09-093-3/+238
* Add support for the RPC 64-bit integer type ``hyper''.David E. O'Brien1998-09-081-1/+57
* restore rev 1.23 to give clear SIGALRM handling example, 68 yearsAndrey A. Chernov1998-09-081-28/+16
* Use ellipsis in the synopsis, and an appropriate explanation inJoseph Koshy1998-09-082-4/+12
* Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem...Matthew Dillon1998-09-061-17/+29
* Use a varargs style prototype in the manual page, with accompanyingJoseph Koshy1998-09-061-1/+14
* Use INT_MAX instead of LONG_MAX since the variable being comparedJohn Birrell1998-09-051-4/+4
* Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready toJohn Birrell1998-09-051-2/+2
* Change the profile data file name from gmon.out to progname.gmonJohn Birrell1998-09-052-7/+14
* Implement the weak aliases for private entry points in the inet_*John Polstra1998-09-0220-90/+167
* Sort cross references.Wolfram Schneider1998-08-315-14/+14
* Typo fix.Joseph Koshy1998-08-281-1/+1
* Describe what constitues an exceptional condition.Steve Price1998-08-241-0/+2
* Update to use the new elf headers.Doug Rabson1998-08-171-15/+28
* Remove support for NetBSD syscalls.John Birrell1998-08-179-378/+3
* Remove the comment about how to get NetBSD syscalls since there areJohn Birrell1998-08-171-8/+1
* Add missing #include of <sys.types.h>Poul-Henning Kamp1998-08-151-0/+1
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.Poul-Henning Kamp1998-08-153-5/+127
* If using FreeBSD syscalls, handle the syscalls that don't requireJohn Birrell1998-08-081-1/+11
* Include FreeBSD's syscall.h if not using NetBSD syscalls.John Birrell1998-08-081-2/+5
* Allow for the fact that NetBSD syscalls are no longer the default. CallJohn Birrell1998-08-081-0/+4
* Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined.John Birrell1998-08-081-1/+3
* References to NetBSD syscalls changed to just a comment about what toJohn Birrell1998-08-081-6/+7
* Fixed bitrot in prototypes in synopsis.Bruce Evans1998-08-031-5/+5
* Fixed missing header in synopsis.Bruce Evans1998-08-031-1/+2
* isnetworktty -> isnettty. ttyent.h has already gone through 3Bruce Evans1998-08-032-6/+6
* Fixed printf format errors.Bruce Evans1998-08-021-1/+1
* Fixed disordering in previous commit.Bruce Evans1998-07-292-8/+8
* Add missing period. We don't allow maternity leaves.Tim Vanderhoek1998-07-291-2/+2
* u_int --> unsigned int, remove (now unneeded) <sys/types.h>Jonathan Lemon1998-07-283-15/+13
* oops, forgot to do ``cvs add'' first.Jonathan Lemon1998-07-286-0/+417
* Add wrappers for i386_*_ioperm, i386_vm86 so userland code doesJonathan Lemon1998-07-283-8/+13
* Provide meaningful errno value on error returnAndrey A. Chernov1998-07-141-5/+17