summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Move ftok() from libcompat to libc, so that it can be closer to itsjdp1998-06-101-3/+3
* Fix grammar, "null" -> "NUL"danny1998-06-101-5/+5
* This is a null commit to log the fact that I have done a repositoryjdp1998-06-102-2/+2
* Remove __NETBSD_SYSCALLS from CFLAGS now that it is set in sys.mk.jb1998-06-091-2/+3
* Rename calls when building libc_r.jb1998-06-091-3/+3
* Make this thread-safe in both libc as well as libc_r.jb1998-06-091-13/+2
* Rename when building libc_r.jb1998-06-095-9/+9
* Add rename support for libc_r.jb1998-06-091-1/+50
* Fix potential resource leak: when call to des_crypt_1() fails, rememberwpaul1998-06-091-2/+3
* Implement compile time thread lock debug.jb1998-06-092-4/+4
* Rename fstat as _thread_sys_fstat if being built into libc_r.jb1998-06-091-1/+5
* Implement thread support for libc_r. Make the lseek syscall directlyjb1998-06-091-2/+7
* Implement compile time debug mode for thread locks.jb1998-06-093-11/+11
* Add support for thread lock debug. No impact of the malloc code.jb1998-06-091-4/+4
* Implement compile time debug support for spinlocks.jb1998-06-091-5/+24
* Fix this so that it compiles in the !__STDC__ case.steve1998-06-061-1/+5
* Spelling corrections.jkoshy1998-06-063-4/+4
* Spelling nits.jkoshy1998-06-062-4/+4
* Fix handling more than 1 char with non-C localeache1998-06-051-16/+4
* Mention that tftpd(8) also uses syslog(3).jkoshy1998-06-051-2/+3
* Fix a bunch of spelling errors.steve1998-06-0410-18/+18
* Correct wrong claim about `telldir()' cookie lifetimes.jkoshy1998-06-031-16/+11
* Add a trivial mechanism for returning a useful default value if one ismsmith1998-06-011-1/+4
* Several sources including Unix98 say that semctl's fourthsteve1998-05-311-5/+24
* Remove references to getvfsbytype. Also remove getvfsbynamesteve1998-05-301-32/+13
* Remove a couple style bugs from the code snippet thatsteve1998-05-261-3/+3
* Update code example to reflect current practice.steve1998-05-251-12/+10
* The incorrect select() timeout calculation that I fixed in svc_tcp.cwpaul1998-05-211-2/+2
* Change the sanity test here. It's not correct to assume that the recordwpaul1998-05-201-3/+7
* Replace the getpublickey() stub with the real thing.wpaul1998-05-181-33/+160
* Improve DoS avoidance in RPC stream oriented transports. The TCP transportwpaul1998-05-182-34/+70
* kill.1: Remove reference to obsolete sigvec(2) man page. Removedjkoshy1998-05-181-2/+1
* Patch RPC library to avoid possible denial of service attacks as describedwpaul1998-05-151-1/+7
* Patch RPC library to avoid possible denial of service attacks as describedwpaul1998-05-152-2/+4
* Remove a big hack after adding a small one to libc/gen/getcwd.c tojb1998-05-152-232/+2
* NetBSD doesn't have a __getcwd syscall, so set have__getcwd to `no'jb1998-05-151-0/+4
* int -> long changes that reduce the diffs with the NetBSD version tojb1998-05-142-34/+34
* Remove reference to signanosleepache1998-05-141-1/+0
* Nuke signanosleep()peter1998-05-142-21/+3
* Cast a pointer to a long, not an int and make the arg passed to the functionjb1998-05-111-2/+2
* Cast a pointer to a long, not an int before masking it.jb1998-05-101-1/+1
* Remove 'of type long' from a sentence talking about four 4-byte valuesjb1998-05-101-2/+1
* Fixed the usual missing dependencies on headers generated by rpcgen.bde1998-05-101-2/+2
* Fixed the usual missing dependencies on headers generated by rpcgen.bde1998-05-091-6/+6
* Add a BUGS section and describe a problem I've been having forbrian1998-05-091-1/+14
* This is a hack to workaround source that is coded to use long variablesjb1998-05-082-2/+2528
* Remote the NetBSD kludge for vfprintf.cjb1998-05-081-9/+2
* Don't assign the va_list variable 'ap' directly to the argtable becausejb1998-05-081-19/+18
* Use the thread-aware errno definition all the time.jb1998-05-052-44/+6
* Build the syscalls (in libc, not libc_r) with weak symbols so thatjb1998-05-052-6/+18
OpenPOWER on IntegriCloud