summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add lib/libc/include as an directory to search for header files.jb1998-03-093-9/+48
* | | Add a private (to libc, libc_r and libpthread) header file containingjb1998-03-091-0/+52
* | | Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread.jb1998-03-096-21/+69
* | | These files are very specific to FreeBSD kernels, so silently compilejb1998-03-092-1/+6
* | | NetBSD implements semctl using a __semctl syscall instead of thejb1998-03-091-0/+4
* | | getvfsbyname() doesn't existing NetBSD, so return ENOSYS if compiledjb1998-03-091-1/+5
* | | Change a variable to type size_t to suit the sysctl prototype.jb1998-03-091-2/+4
* | | Cast pointer to a long instead of an int to keep a 64-bit compilerjb1998-03-091-1/+1
* | | Can build libc and libc_r on alpha now.jb1998-03-081-17/+13
* | | Reviewed by: bdedufault1998-03-081-2/+2
* | | Fixed a few ancient typos, added a little missing stuff, and updatedmckay1998-03-081-20/+23
* | | Add sched_yield() witch is the draft 10 equivalent of pthread_yield()jb1998-03-086-66/+66
* | | Enable csu/i386-elf under the appropriate conditions.jdp1998-03-071-0/+2
* | | This commit was generated by cvs2svn to compensate for changes in r34198,jdp1998-03-076-0/+263
|\ \ \
| * | | Import C startup files for ELF support.jdp1998-03-076-0/+263
| / /
* | | Import C startup files for ELF support.jdp1998-03-076-0/+263
* | | Add support for ELF.jdp1998-03-071-34/+106
* | | Add primary fat-32ache1998-03-071-1/+3
* | | Fix resource allocation problems:wpaul1998-03-071-94/+176
* | | Use the standard method for avoiding concurrent builds of multiple targetsbde1998-03-061-4/+3
* | | Fixed building with `make -jN'. Put ss_err.h in SRCS so that recentbde1998-03-061-6/+7
* | | We don't need to NUL terminate our sun_path.brian1998-03-061-4/+3
* | | Nul terminate sockaddr_un::sun_pathbrian1998-03-061-3/+4
* | | Make SyslogAddr a sockaddr_un rather than a sockaddr.brian1998-03-051-10/+12
* | | Reconized OpenBSD partitions.obrien1998-03-051-1/+3
* | | Reviewed by: msmith, bde long agodufault1998-03-041-0/+107
* | | Fixed uninitialized pointer in previous commit. mktemp() was broken.bde1998-03-031-5/+6
* | | Replace previous commit with a check disallowing ptr from runningsteve1998-03-011-14/+7
* | | Strings are terminated by NUL, not NULL.jraynard1998-02-281-3/+3
* | | Install manpage tooache1998-02-281-1/+2
* | | foo.gz is created by 'make test' so add it to CLEANFILES.steve1998-02-281-2/+2
* | | algorithm.doc renamed to algorithm.txt in new distribution.steve1998-02-281-105/+0
* | | Merge conflicts.steve1998-02-2813-255/+1076
* | | This commit was generated by cvs2svn to compensate for changes in r33904,steve1998-02-2817-423/+1168
|\ \ \
| * | | Initial import of zlib-1.1.1steve1998-02-2831-715/+2404
* | | | Remove the config_* routines with permission from Poul-Henning Kamp,steve1998-02-283-265/+3
* | | | 1) in CleanupAliasData, don't nullify entry in linkTableOutbrian1998-02-271-4/+2
* | | | Compile under -W -Wall -Werror.pst1998-02-276-11/+14
* | | | Don't add non-generated sources to CLEANFILES. There was no problembde1998-02-251-2/+2
* | | | Don't add OBJS to CLEANFILES. bsd.obj.mk does it. Some objects werebde1998-02-251-3/+1
* | | | Change tty-related capability names to match the implementation ("ttys.",fenner1998-02-211-10/+10
* | | | Change MACHINE references to MACHINE_ARCH.jb1998-02-201-3/+3
* | | | Change MACHINE references to MACHINE_ARCH.jb1998-02-204-11/+11
* | | | Add #include <string.h> to get prototypes.jb1998-02-201-1/+2
* | | | The NetBSD getlogin syscall has a different name.jb1998-02-201-0/+4
* | | | Fix a bogus cast for a bogus pointer check. This only checks if thejb1998-02-201-1/+1
* | | | NetBSD kernels don't have issetugid(), so #ifdef this out whenjb1998-02-201-1/+5
* | | | Add alpha support. m68k crept in too. Oops. 8-)jb1998-02-201-1/+16
* | | | Avoid an uninitialised variable warning from gcc. I bet some peoplejb1998-02-201-1/+1
* | | | Need to #include <unistd.h> for nice(3).steve1998-02-181-0/+1
OpenPOWER on IntegriCloud