aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Can build libc and libc_r on alpha now.John Birrell1998-03-081-17/+13
* Reviewed by: bdePeter Dufault1998-03-081-2/+2
* Fixed a few ancient typos, added a little missing stuff, and updatedStephen McKay1998-03-081-20/+23
* Add sched_yield() witch is the draft 10 equivalent of pthread_yield()John Birrell1998-03-086-66/+66
* Enable csu/i386-elf under the appropriate conditions.John Polstra1998-03-071-0/+2
* Import C startup files for ELF support.John Polstra1998-03-0712-0/+526
* Add support for ELF.John Polstra1998-03-071-34/+106
* Add primary fat-32Andrey A. Chernov1998-03-071-1/+3
* Fix resource allocation problems:Bill Paul1998-03-071-94/+176
* Use the standard method for avoiding concurrent builds of multiple targetsBruce Evans1998-03-061-4/+3
* Fixed building with `make -jN'. Put ss_err.h in SRCS so that recentBruce Evans1998-03-061-6/+7
* We don't need to NUL terminate our sun_path.Brian Somers1998-03-061-4/+3
* Nul terminate sockaddr_un::sun_pathBrian Somers1998-03-061-3/+4
* Make SyslogAddr a sockaddr_un rather than a sockaddr.Brian Somers1998-03-051-10/+12
* Reconized OpenBSD partitions.David E. O'Brien1998-03-051-1/+3
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-0/+107
* Fixed uninitialized pointer in previous commit. mktemp() was broken.Bruce Evans1998-03-031-5/+6
* Replace previous commit with a check disallowing ptr from runningSteve Price1998-03-011-14/+7
* Strings are terminated by NUL, not NULL.James Raynard1998-02-281-3/+3
* Install manpage tooAndrey A. Chernov1998-02-281-1/+2
* foo.gz is created by 'make test' so add it to CLEANFILES.Steve Price1998-02-281-2/+2
* algorithm.doc renamed to algorithm.txt in new distribution.Steve Price1998-02-281-105/+0
* Merge conflicts.Steve Price1998-02-2813-255/+1076
* This commit was generated by cvs2svn to compensate for changes in r33904,Steve Price1998-02-2817-423/+1168
|\
| * Initial import of zlib-1.1.1Steve Price1998-02-2831-715/+2404
* | Remove the config_* routines with permission from Poul-Henning Kamp,Steve Price1998-02-283-265/+3
* | 1) in CleanupAliasData, don't nullify entry in linkTableOutBrian Somers1998-02-271-4/+2
* | Compile under -W -Wall -Werror.Paul Traina1998-02-276-11/+14
* | Don't add non-generated sources to CLEANFILES. There was no problemBruce Evans1998-02-251-2/+2
* | Don't add OBJS to CLEANFILES. bsd.obj.mk does it. Some objects wereBruce Evans1998-02-251-3/+1
* | Change tty-related capability names to match the implementation ("ttys.",Bill Fenner1998-02-211-10/+10
* | Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-3/+3
* | Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-204-11/+11
* | Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
* | The NetBSD getlogin syscall has a different name.John Birrell1998-02-201-0/+4
* | Fix a bogus cast for a bogus pointer check. This only checks if theJohn Birrell1998-02-201-1/+1
* | NetBSD kernels don't have issetugid(), so #ifdef this out whenJohn Birrell1998-02-201-1/+5
* | Add alpha support. m68k crept in too. Oops. 8-)John Birrell1998-02-201-1/+16
* | Avoid an uninitialised variable warning from gcc. I bet some peopleJohn Birrell1998-02-201-1/+1
* | Need to #include <unistd.h> for nice(3).Steve Price1998-02-181-0/+1
* | MF22: add login_auth.3 to man page list.Jordan K. Hubbard1998-02-181-2/+2
* | Submitted by: Jeremy Allison (jallison@whistle.com)Julian Elischer1998-02-182-6/+6
* | correct a typo I just noticed.Jordan K. Hubbard1998-02-171-1/+1
* | Mention when bidirectional features first appeared.Jordan K. Hubbard1998-02-171-0/+4
* | signal() returns SIG_ERR, not just -1. The sys/signal.h header fileJohn Birrell1998-02-151-1/+1
* | Note that '+' and '?' are not special characters in basic REs but theySteve Price1998-02-141-2/+5
* | Correctly document h and m modifiers to the time format.Steve Price1998-02-141-1/+3
* | Describe signal handling. Don't describe the old implementation. Don'tBruce Evans1998-02-131-35/+17
* | Describe signal handling. Don't describe the old implementation. CleanedBruce Evans1998-02-131-30/+23
* | Many security improvements from OpenBSD:Warner Losh1998-02-133-35/+113