summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a cut 'n paste mistake.luoqi1998-09-132-8/+8
* Don't clobber errno if we are not going to fail.dt1998-09-131-1/+4
* Don't lock newfd if it is not opened.dt1998-09-131-3/+14
* In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an aliasdt1998-09-129-9/+47
* Document the fact that shutdown(2) is expected to comply with Posix.1g,wollman1998-09-121-3/+20
* Change return type of strptime from const char* to char*.dt1998-09-122-5/+5
* A small last-minute iitem for 3.0:wollman1998-09-122-84/+124
* Use ellipsis in synopsis.jkoshy1998-09-121-2/+6
* Define PBUFSIZ in terms of MAXPATHLEN rather than hard coding it toimp1998-09-111-4/+5
* $@ -> ${.TARGET}imp1998-09-112-35/+35
* $* -> ${.PREFIX}imp1998-09-111-1/+1
* Remove definition of malloc and realloc. Instead include stdlib.h.imp1998-09-111-5/+4
* $@ -> ${.TARGET}imp1998-09-111-2/+2
* Change obsolete $@ to ${.TARGET}.imp1998-09-111-1/+1
* Don't trust TMPDIR if we're setuid root. This is used only for theimp1998-09-111-2/+3
* Mention which system interface functions are signal-safe.brian1998-09-091-1/+103
* Document a number of VM sysctl variables with help from old emailsghelmer1998-09-091-1/+38
* Fixed bug, caused threads to wait for locks which nobody hold.dt1998-09-091-3/+3
* Change ${MACHINE} into ${MACHINE_ARCH} to support MACHINE=pc98.kato1998-09-092-12/+12
* Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98.kato1998-09-091-5/+5
* Add $Id$, remove quoting for `...'.jkoshy1998-09-091-1/+3
* Add a new library function getobjformat(). It checks all thejdp1998-09-093-3/+238
* Add support for the RPC 64-bit integer type ``hyper''.obrien1998-09-081-1/+57
* restore rev 1.23 to give clear SIGALRM handling example, 68 yearsache1998-09-081-28/+16
* Use ellipsis in the synopsis, and an appropriate explanation injkoshy1998-09-082-4/+12
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-074-4/+50
* Removed unused variables.alex1998-09-0719-37/+7
* Removed some variable initializations which were unnecessary and divergentalex1998-09-073-18/+18
* -Wall clean.alex1998-09-076-6/+15
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-0732-5/+2921
* Fixed SUBDIR order (libm is no longer a prerequisite for libtcl).bde1998-09-071-3/+3
* Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem...dillon1998-09-061-17/+29
* Use a varargs style prototype in the manual page, with accompanyingjkoshy1998-09-061-1/+14
* Remove tcl from /usr/src, according to prior agreement. BTW, tcl-8.0 *is*asami1998-09-052-375/+2
* Change MACHINE to MACHINE_ARCH when testing for i386 to supportjb1998-09-051-2/+2
* Use INT_MAX instead of LONG_MAX since the variable being comparedjb1998-09-051-4/+4
* Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready tojb1998-09-051-2/+2
* Change the profile data file name from gmon.out to progname.gmonjb1998-09-052-7/+14
* Keep build-tools objects separate from `all' objects so that mybde1998-09-021-6/+12
* Fixed the elf case of the creation of the libcrypt.so -> libscrypt->sobde1998-09-021-2/+2
* csu must be built before all shared libaries for ELF, since ELF sharedbde1998-09-021-3/+4
* Implement the weak aliases for private entry points in the inet_*jdp1998-09-0220-90/+167
* Sort cross references.wosch1998-08-3129-80/+80
* Remove OpenBSD build support - let the Makefile vary perbrian1998-08-311-10/+5
* Add OpenBSD build supportbrian1998-08-301-3/+9
* While I am no longer making a shared library, it is a good plan to nukemarkm1998-08-301-0/+11
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-302-5/+5
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-304-10/+8
* Stop making a shared library for libtelnet. This should have happenedmarkm1998-08-291-3/+1
* Typo fix.jkoshy1998-08-281-1/+1
OpenPOWER on IntegriCloud