aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Keep build-tools objects separate from `all' objects so that myBruce Evans1998-09-021-6/+12
* Fixed the elf case of the creation of the libcrypt.so -> libscrypt->soBruce Evans1998-09-021-2/+2
* csu must be built before all shared libaries for ELF, since ELF sharedBruce Evans1998-09-021-3/+4
* Implement the weak aliases for private entry points in the inet_*John Polstra1998-09-0220-90/+167
* Sort cross references.Wolfram Schneider1998-08-3129-80/+80
* Remove OpenBSD build support - let the Makefile vary perBrian Somers1998-08-311-10/+5
* Add OpenBSD build supportBrian Somers1998-08-301-3/+9
* While I am no longer making a shared library, it is a good plan to nukeMark Murray1998-08-301-0/+11
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-302-5/+5
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-304-10/+8
* Stop making a shared library for libtelnet. This should have happenedMark Murray1998-08-291-3/+1
* Typo fix.Joseph Koshy1998-08-281-1/+1
* Add support for reading directories as files.Robert Nordier1998-08-271-26/+59
* Don't automatically restart syscalls for the signals that the threadJohn Birrell1998-08-264-4/+4
* Back out most of the last commit. It created problems with sigpause.John Birrell1998-08-263-78/+3
* Test program for sigwait.John Birrell1998-08-252-0/+205
* Add support for building test programs.John Birrell1998-08-253-0/+24
* Fix for sigwait problem.John Birrell1998-08-259-51/+297
* The length argument to sysctl is now size_t.Doug Rabson1998-08-252-3/+6
* Fixed syntax errors (__dead should have gone away years ago, andBruce Evans1998-08-241-2/+2
* Describe what constitues an exceptional condition.Steve Price1998-08-241-0/+2
* Nuke unsupported architecture filesGary Palmer1998-08-222-493/+0
* Building `compat' on alpha is meaningless (they are i386 libraries)Gary Palmer1998-08-221-2/+3
* Remove the bootstrap hack that prevented the use of the rtld.John Birrell1998-08-202-24/+3
* Add libstand.Mike Smith1998-08-201-2/+2
* Install libstand header <stand.h> and manpage (libstand.3)Mike Smith1998-08-201-1/+6
* This is libstand; a support library for standalone executables (eg. bootstrapMike Smith1998-08-2060-0/+11408
* do not include private copy of bpf.h - it leads to dangerous mismatchAndrey A. Chernov1998-08-181-2/+2
* Made this actually work when there's an object directory:Bruce Evans1998-08-171-4/+11
* Cross my fingers and enable libfetch.Dag-Erling Smørgrav1998-08-171-2/+2
* Commit a bunch of patches that have been accumulating:Dag-Erling Smørgrav1998-08-176-48/+62
* Update to use the new elf headers.Doug Rabson1998-08-171-15/+28
* Remove support for NetBSD syscalls.John Birrell1998-08-179-378/+3
* Remove the comment about how to get NetBSD syscalls since there areJohn Birrell1998-08-171-8/+1
* Add missing #include of <sys.types.h>Poul-Henning Kamp1998-08-151-0/+1
* I have added the support for BIG5 encoding into libc/libxpg4/mklocale.Poul-Henning Kamp1998-08-154-6/+128
* Build libkvm on alpha too.John Birrell1998-08-151-3/+2
* Add an alpha machdep for kvm. The vatop functions are stubbed out forDoug Rabson1998-08-151-0/+197
* Make the locally built and executed build tools in this directoryJohn Birrell1998-08-151-6/+6
* Add missing initialization of the length variable passed toJohn Polstra1998-08-121-2/+3
* Add extra initialisation code that is required for processes thatJohn Birrell1998-08-103-3/+87
* If using FreeBSD syscalls, handle the syscalls that don't requireJohn Birrell1998-08-081-1/+11
* Include FreeBSD's syscall.h if not using NetBSD syscalls.John Birrell1998-08-081-2/+5
* Allow for the fact that NetBSD syscalls are no longer the default. CallJohn Birrell1998-08-081-0/+4
* Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined.John Birrell1998-08-081-1/+3
* References to NetBSD syscalls changed to just a comment about what toJohn Birrell1998-08-081-6/+7
* Correct the description of skeyaccess(). It determines whether UnixJohn Polstra1998-08-051-5/+7
* Fixed bitrot in prototypes in synopsis.Bruce Evans1998-08-031-5/+5
* Changed prototype in synopsis to match prototype in <pthread.h>.Bruce Evans1998-08-036-6/+6
* Fixed missing header in synopsis.Bruce Evans1998-08-031-1/+2