summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch RPC library to avoid possible denial of service attacks as describedwpaul1998-05-152-2/+4
* Low level use of 'vidattr()' can cause a NULL pointer to beache1998-05-151-5/+11
* Change an arbitarly hardcoded `10' to MAX_NO_DISKS, which is currently "20".obrien1998-05-151-2/+2
* 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
* libtcl now builds (with lots of pointer to int cast warnings) on alpha.jb1998-05-131-2/+2
* Make -Werror i386 specific because gcc with -nostdinc on alpha belchesjb1998-05-111-1/+6
* Cast a pointer to a long, not an int and make the arg passed to the functionjb1998-05-111-2/+2
* Remove a 'const' because it was getting thrown away anyway.jb1998-05-101-1/+1
* There is no alpha asm code like on i386, so all the functions thatjb1998-05-101-1/+28
* 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
* Simplified by using new yacc rules.bde1998-05-081-9/+6
* 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
* Remove extern int errno and #include <errno.h> to get the proper definition.jb1998-05-051-1/+1
* Remove leading underscores from the FILE lock functions that POSIXjb1998-05-051-3/+3
* Remove leading underscores for the functions (weak symbols here) thatjb1998-05-051-4/+7
* The __set_ospeed() function is coded against the speed_t type declaredjb1998-05-052-3/+3
* Treat the lock value as volatile.jb1998-05-053-6/+6
* In a threaded library, expect the lock field to be declared volatile,jb1998-05-051-5/+5
OpenPOWER on IntegriCloud