aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add missing uu_lock_txfr() prototypeAndrey A. Chernov1998-06-051-1/+2
* Fix a bunch of spelling errors.Steve Price1998-06-0410-18/+18
* No longer need the architecture specific include from libc now thatJohn Birrell1998-06-031-7/+0
* If using NetBSD syscalls the rtprio syscall doesn't exist, so justJohn Birrell1998-06-031-1/+7
* Correct wrong claim about `telldir()' cookie lifetimes.Joseph Koshy1998-06-031-16/+11
* Add a trivial mechanism for returning a useful default value if one isMike Smith1998-06-011-1/+4
* Trim a domain part for wtmp as same as showed by "netstat -r".Atsushi Murai1998-06-012-3/+42
* I shouldn't do things early in the morning.John Birrell1998-06-015-152/+3
* send and recv are wrappered in libc, so they shouldn't appear here.John Birrell1998-06-013-9/+9
* Remove some syscalls that should have been renamed (libc_r doesn't needJohn Birrell1998-05-313-18/+18
* Add some missing syscall wrappers.John Birrell1998-05-317-3/+301
* Remove some stale code.John Birrell1998-05-313-3/+3
* Don't restart a syscall when a SIGCHLD is received by a thread waitingJohn Birrell1998-05-313-3/+18
* Allow this to include from C++ programs.Steve Price1998-05-311-1/+3
* Fixed double slashes in pathnames.Bruce Evans1998-05-311-2/+2
* Several sources including Unix98 say that semctl's fourthSteve Price1998-05-311-5/+24
* Remove references to getvfsbytype. Also remove getvfsbynameSteve Price1998-05-301-32/+13
* Add uu_lock_txfr() to transfer ownership of a successfulBrian Somers1998-05-284-10/+62
* Turn on the rcsid storage so that it's easier to tell the differencePeter Wemm1998-05-281-2/+2
* If building and installing libdescrypt, do it first so that the symlinksPeter Wemm1998-05-271-3/+4
* Don't use absolute path.Jordan K. Hubbard1998-05-271-1/+1
* Make a copy of the caller's iovec array, mallocing if necessary,John Birrell1998-05-273-42/+186
* Remove error check from call to set the file descriptor to non-blockingJohn Birrell1998-05-271-12/+9
* ELF preparation step 2:Søren Schmidt1998-05-261-2/+2
* Remove a couple style bugs from the code snippet thatSteve Price1998-05-261-3/+3
* When doing a blocking write, keep looping until all the bytes areJohn Birrell1998-05-256-60/+318
* Update code example to reflect current practice.Steve Price1998-05-251-12/+10
* Allow setting of idle or realtime processing priorities perSteve Price1998-05-251-5/+22
* Primary verison of NetBIOS over TCP/IP. Now you can connect WindowsAtsushi Murai1998-05-245-4/+622
* The incorrect select() timeout calculation that I fixed in svc_tcp.cBill Paul1998-05-211-2/+2
* Change the sanity test here. It's not correct to assume that the recordBill Paul1998-05-201-3/+7
* Add new NetBSD FFS with FDISK partition ID 0xa9David E. O'Brien1998-05-191-1/+2
* Toss publickey.c in the attic and remove it from the Makefile.Bill Paul1998-05-182-174/+2
* Replace the getpublickey() stub with the real thing.Bill Paul1998-05-181-33/+160
* Improve DoS avoidance in RPC stream oriented transports. The TCP transportBill Paul1998-05-182-34/+70
* Add warning about interaction of S/Key and login(1) for users without S/KeyJoseph Koshy1998-05-181-0/+9
* This library builds from libc source, so it also needs to know whatJohn Birrell1998-05-181-0/+7
* kill.1: Remove reference to obsolete sigvec(2) man page. RemovedJoseph Koshy1998-05-181-2/+1
* Patch RPC library to avoid possible denial of service attacks as describedBill Paul1998-05-151-1/+7
* Patch RPC library to avoid possible denial of service attacks as describedBill Paul1998-05-152-2/+4
* Low level use of 'vidattr()' can cause a NULL pointer to beAndrey A. Chernov1998-05-151-5/+11
* Change an arbitarly hardcoded `10' to MAX_NO_DISKS, which is currently "20".David E. O'Brien1998-05-151-2/+2
* Remove a big hack after adding a small one to libc/gen/getcwd.c toJohn Birrell1998-05-152-232/+2
* NetBSD doesn't have a __getcwd syscall, so set have__getcwd to `no'John Birrell1998-05-151-0/+4
* int -> long changes that reduce the diffs with the NetBSD version toJohn Birrell1998-05-142-34/+34
* Remove reference to signanosleepAndrey A. Chernov1998-05-141-1/+0
* Nuke signanosleep()Peter Wemm1998-05-142-21/+3
* libtcl now builds (with lots of pointer to int cast warnings) on alpha.John Birrell1998-05-131-2/+2
* Make -Werror i386 specific because gcc with -nostdinc on alpha belchesJohn Birrell1998-05-111-1/+6
* Cast a pointer to a long, not an int and make the arg passed to the functionJohn Birrell1998-05-111-2/+2