summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't call PunchFWHole() ifdef NO_FW_PUNCHbrian1998-06-063-0/+6
* Fix this so that it compiles in the !__STDC__ case.steve1998-06-061-1/+5
* Add a warning message for a thread locking against itself. This isjb1998-06-063-9/+42
* Simplify the handling of thread specific data. Only track if a keyjb1998-06-063-135/+99
* Re-design the thread specific key structure.jb1998-06-063-9/+6
* I got the last commit back to front.jb1998-06-063-9/+9
* Spelling corrections.jkoshy1998-06-069-29/+29
* Spelling nits.jkoshy1998-06-062-4/+4
* Fix the signal behaviour for internal states which set the threadjb1998-06-053-18/+153
* 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
* Add missing uu_lock_txfr() prototypeache1998-06-051-1/+2
* Fix a bunch of spelling errors.steve1998-06-0410-18/+18
* No longer need the architecture specific include from libc now thatjb1998-06-031-7/+0
* If using NetBSD syscalls the rtprio syscall doesn't exist, so justjb1998-06-031-1/+7
* 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
* Trim a domain part for wtmp as same as showed by "netstat -r".amurai1998-06-012-3/+42
* I shouldn't do things early in the morning.jb1998-06-015-152/+3
* send and recv are wrappered in libc, so they shouldn't appear here.jb1998-06-013-9/+9
* Remove some syscalls that should have been renamed (libc_r doesn't needjb1998-05-313-18/+18
* Add some missing syscall wrappers.jb1998-05-317-3/+301
* Remove some stale code.jb1998-05-313-3/+3
* Don't restart a syscall when a SIGCHLD is received by a thread waitingjb1998-05-313-3/+18
* Allow this to include from C++ programs.steve1998-05-311-1/+3
* Fixed double slashes in pathnames.bde1998-05-311-2/+2
* Several sources including Unix98 say that semctl's fourthsteve1998-05-311-5/+24
* Remove references to getvfsbytype. Also remove getvfsbynamesteve1998-05-301-32/+13
* Add uu_lock_txfr() to transfer ownership of a successfulbrian1998-05-284-10/+62
* Turn on the rcsid storage so that it's easier to tell the differencepeter1998-05-281-2/+2
* If building and installing libdescrypt, do it first so that the symlinkspeter1998-05-271-3/+4
* Don't use absolute path.jkh1998-05-271-1/+1
* Make a copy of the caller's iovec array, mallocing if necessary,jb1998-05-273-42/+186
* Remove error check from call to set the file descriptor to non-blockingjb1998-05-271-12/+9
* ELF preparation step 2:sos1998-05-261-2/+2
* Remove a couple style bugs from the code snippet thatsteve1998-05-261-3/+3
* When doing a blocking write, keep looping until all the bytes arejb1998-05-256-60/+318
* Update code example to reflect current practice.steve1998-05-251-12/+10
* Allow setting of idle or realtime processing priorities persteve1998-05-251-5/+22
* Primary verison of NetBIOS over TCP/IP. Now you can connect Windowsamurai1998-05-245-4/+622
* 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
* Add new NetBSD FFS with FDISK partition ID 0xa9obrien1998-05-191-1/+2
* Toss publickey.c in the attic and remove it from the Makefile.wpaul1998-05-182-174/+2
* 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
* Add warning about interaction of S/Key and login(1) for users without S/Keyjkoshy1998-05-181-0/+9
* This library builds from libc source, so it also needs to know whatjb1998-05-181-0/+7
* 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
OpenPOWER on IntegriCloud