aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Enable static initialisation of mutexes and condition variables.John Birrell1998-04-046-24/+96
* Change in name of the static initializer define.John Birrell1998-04-043-7/+7
* Rename static initializer defines for opaque structures so that theJohn Birrell1998-04-043-6/+6
* Move the magic field initialisation to a place when it is more magic.John Birrell1998-04-043-18/+21
* Add a magic field to the pthread structure to help recognize validJohn Birrell1998-04-0312-6/+75
* This function compiles with the standard, so say so.John Birrell1998-04-032-6/+6
* This function compiles with the standard, so say so.John Birrell1998-04-032-8/+12
* Temporary fix for problems that occur if CFLAGS=-g is added toJohn Birrell1998-04-011-1/+2
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-289-66/+598
* Split the padding out into a separate function.Poul-Henning Kamp1998-03-276-22/+62
* For 1.3, NetBSD replaced the swapon() syscall with swapctl() and movedJohn Birrell1998-03-232-2/+46
* Fixed function types in synopsis.Bruce Evans1998-03-231-10/+10
* Fixed bitrot in synopsis.Bruce Evans1998-03-231-1/+1
* Regenerate (install tclAppInit.c in the installhdrs step).Bruce Evans1998-03-231-4/+4
* Fixed a function arg type in the synopsis.Bruce Evans1998-03-232-2/+2
* (Ab)use .Vt instead of .Fd for a variable declaration.Bruce Evans1998-03-231-2/+2
* Fixed bitrot in synopsis. Didn't fix bitrot elsewhere.Bruce Evans1998-03-231-6/+7
* FixedSpellingErrorInAFunctionname.Bruce Evans1998-03-231-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
* For 1.3, NetBSD walloped the msync syscall and replaced it withJohn Birrell1998-03-232-2/+59
* Add Compaq & SCO partition types.Jordan K. Hubbard1998-03-221-1/+3
* Fix a problem of indirection unblocking signals that would have causedJohn Birrell1998-03-223-3/+3
* Build both libscrypt and libdescrypt. There is no point in lettingMark Murray1998-03-211-7/+4
* MF22: teach about LS-120 devices.Jordan K. Hubbard1998-03-202-3/+5
* Renamed the generated include file keys.tries to keys.tries.h soBruce Evans1998-03-203-22/+14
* Build the libraries in a correct order. Reorganized the ifdefs soBruce Evans1998-03-191-29/+42
* Don't use the beforedepend target. It was a no-op here except forBruce Evans1998-03-191-3/+1
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-1919-60/+72
* <sys/errno.h> -> <errno.h>Eivind Eklund1998-03-161-1/+1
* Add more AIX/DOS/Win95 partition typesAndrey A. Chernov1998-03-141-4/+12
* Changed speed_t from long to unsigned long. POSIX.1 requires anBruce Evans1998-03-121-2/+2
* Fixed disordering and inconsistent style in previous commit.Bruce Evans1998-03-121-3/+2
* Separated header creation from header installation in libss. CreateBruce Evans1998-03-121-6/+4
* Don't share sources with i386-elf. That was too difficult. 8-(John Birrell1998-03-111-4/+7
* Sharing the crt sources with i386-elf wasn't too successful. The crtiJohn Birrell1998-03-113-18/+165
* Trash startup sources from NetBSD in favour of jdp's FreeBSD sourceJohn Birrell1998-03-104-415/+19
* Import a sanitized version of jdp's crt1.c from i386-elf. I have removedJohn Birrell1998-03-101-0/+63
* Nearly missed this one.John Birrell1998-03-092-2/+40
* Add #include <unistd.h> to get the prototype for __syscall().John Birrell1998-03-091-1/+2
* Yikes, this is the worst of the lot. Bruce suggested doing this (!).John Birrell1998-03-091-51/+40
* Function to return a pointer to the non-threaded errno. This is declaredJohn Birrell1998-03-091-0/+47
* Compatibility functions for use when __NETBSD_SYSCALLS is defined.John Birrell1998-03-092-0/+222
* Oops, we don't need NetBSD's malloc 'cause we can turn off utraceJohn Birrell1998-03-092-438/+2
* NetBSD doesn't have a utrace syscall, so don't define that ifJohn Birrell1998-03-091-2/+4
* When forking a process, only the running thread gets to live. AllJohn Birrell1998-03-093-0/+117
* Added #include <string.h> to get prototypes.John Birrell1998-03-092-1/+3
* Change MACHINE to MACHINE_ARCH.John Birrell1998-03-091-12/+4
* Stub functions for thread locking with weak symbols so that they areJohn Birrell1998-03-091-0/+60
* Import sources from NetBSD, tweaked for building in FreeBSD.John Birrell1998-03-0952-0/+3391
* MACHINE -> MACHINE_ARCHJohn Birrell1998-03-091-2/+2