summaryrefslogtreecommitdiff
path: root/lib/libc/Makefile
AgeCommit message (Collapse)Author
2002-07-15suppress ctags warnings; millert@ okMichael Shalayeff
2001-06-18compile libc with -Werror since any warnings gcc produces without extra ↵Todd C. Miller
-Wfoo directives is something we care about
2000-10-04teach tags about SYSENTRYDavid Leonard
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1998-08-08add russian messages supportOleg Safiullin
1997-06-18catalogs from netbsdTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-09-30Added subdir "hash"Todd C. Miller
1996-09-15Add a couple of syscalls; bring more prototypes into scopeThorsten Lockert
1996-09-05bsd.own.mk before YP testTheo de Raadt
1996-09-04permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.netTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-06-03Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$Niklas Hallqvist
1996-03-25Add support for building lint(1) libraryThorsten Lockert
1995-12-15look for additional sources in crypt/Theo de Raadt
1995-12-14from netbsd:Theo de Raadt
Added spanish language message catalog from Jesus M. Gonzalez <jgb@ordago.uc3m.es>
1995-10-18initial import of NetBSD treeTheo de Raadt