summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Stop making a shared library for libtelnet. This should have happenedmarkm1998-08-291-3/+1
* Typo fix.jkoshy1998-08-281-1/+1
* Add support for reading directories as files.rnordier1998-08-271-26/+59
* Don't automatically restart syscalls for the signals that the threadjb1998-08-264-4/+4
* Back out most of the last commit. It created problems with sigpause.jb1998-08-263-78/+3
* Test program for sigwait.jb1998-08-252-0/+205
* Add support for building test programs.jb1998-08-253-0/+24
* Fix for sigwait problem.jb1998-08-259-51/+297
* The length argument to sysctl is now size_t.dfr1998-08-252-3/+6
* Fixed syntax errors (__dead should have gone away years ago, andbde1998-08-241-2/+2
* Describe what constitues an exceptional condition.steve1998-08-241-0/+2
* Nuke unsupported architecture filesgpalmer1998-08-222-493/+0
* Building `compat' on alpha is meaningless (they are i386 libraries)gpalmer1998-08-221-2/+3
* Remove the bootstrap hack that prevented the use of the rtld.jb1998-08-202-24/+3
* Add libstand.msmith1998-08-201-2/+2
* Install libstand header <stand.h> and manpage (libstand.3)msmith1998-08-201-1/+6
* This commit was generated by cvs2svn to compensate for changes in r38451,msmith1998-08-2059-0/+11092
|\
| * This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-2059-0/+11092
* This is libstand; a support library for standalone executables (eg. bootstrapmsmith1998-08-201-0/+316
* do not include private copy of bpf.h - it leads to dangerous mismatchache1998-08-181-2/+2
* Made this actually work when there's an object directory:bde1998-08-171-4/+11
* Cross my fingers and enable libfetch.des1998-08-171-2/+2
* Commit a bunch of patches that have been accumulating:des1998-08-176-48/+62
* Update to use the new elf headers.dfr1998-08-171-15/+28
* Remove support for NetBSD syscalls.jb1998-08-179-378/+3
* Remove the comment about how to get NetBSD syscalls since there arejb1998-08-171-8/+1
* Add missing #include of <sys.types.h>phk1998-08-151-0/+1
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.phk1998-08-154-6/+128
* Build libkvm on alpha too.jb1998-08-151-3/+2
* Add an alpha machdep for kvm. The vatop functions are stubbed out fordfr1998-08-151-0/+197
* Make the locally built and executed build tools in this directoryjb1998-08-151-6/+6
* Add missing initialization of the length variable passed tojdp1998-08-121-2/+3
* Add extra initialisation code that is required for processes thatjb1998-08-103-3/+87
* If using FreeBSD syscalls, handle the syscalls that don't requirejb1998-08-081-1/+11
* Include FreeBSD's syscall.h if not using NetBSD syscalls.jb1998-08-081-2/+5
* Allow for the fact that NetBSD syscalls are no longer the default. Calljb1998-08-081-0/+4
* Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined.jb1998-08-081-1/+3
* References to NetBSD syscalls changed to just a comment about what tojb1998-08-081-6/+7
* Correct the description of skeyaccess(). It determines whether Unixjdp1998-08-051-5/+7
* Fixed bitrot in prototypes in synopsis.bde1998-08-031-5/+5
* Changed prototype in synopsis to match prototype in <pthread.h>.bde1998-08-036-6/+6
* Fixed missing header in synopsis.bde1998-08-031-1/+2
* isnetworktty -> isnettty. ttyent.h has already gone through 3bde1998-08-032-6/+6
* The pthreads standard has been published. Change:alex1998-08-0348-94/+94
* A style fix for my previous commit.alex1998-08-023-3/+3
* Fixed a race condition during the first lock/trylock of a staticallyalex1998-08-023-12/+63
* Fixed printf format errors.bde1998-08-021-1/+1
* I've put together man pages for the pthread_cleanup, pthread_cond, andphk1998-07-3130-4/+1902
* Print uid/gid as u_long per bde suggestionache1998-07-291-5/+5
* Fixed disordering in previous commit.bde1998-07-292-8/+8
OpenPOWER on IntegriCloud