summaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Collapse)Author
2010-10-28unlink libdes src/ports users have been switched to libcryptoJonathan Gray
2010-10-17unlink libsectok from the build; ok markus@ deraadt@Damien Miller
2008-10-27rename libsa to libsndioAlexandre Ratchov
requested by many, "just go for it" deraadt@
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre Ratchov
mode, it listens on an unix socket and mixes/demultiplexes any number of full-duplex streams, doing necessary format conversions and resampling on the fly. programs can use the new libsa(3) library to play and record audio. The library provides a very simple API to connect to the audio server; if aucat(1) isn't running, it uses the audio(4) driver transparently instead.
2007-10-18synch expat major number with xenocara, and then some.Marc Espie
activate it in the build.
2005-12-16libresolv.a is no longer neededTheo de Raadt
2005-04-18remove libcurses++Todd C. Miller
2003-07-14Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, ↵Magnus Holmberg
David Krause, ...
2003-05-14Get rid of libtelnet, it is compiled into the tree programsHans Insulander
(telnetd, telnet and tn3270) that use them instead. This gets rid of a really hairy dependency between telnet and libtelnet. ok millert@
2003-01-14Bye-bye libc_r. libc_r and libnpthread go away. libpthreadMarco S Hyman
takes their place. The -pthread option to gcc uses libpthread. ppc portion of patch from drahn@ (thanks). gcc portions of patch OK espie@. Ports testing (no bad effects!) by naddy@ best build sequence is: build gcc, build system, build ports remove /usr/lib/lib{c_r,npthread}.*. Note, once libc_r and libnpthread is removed threaded ports will stop working until they have been re-built using the libpthread and the updated gcc. That's why the above build sequence is recommended.
2002-11-16Enable libpthread, kind of....Marco S Hyman
The library is installed as libnpthread, not libpthread. This gets around broken autoconf ports that attempt to link using both -lpthread and -pthread. The next step will be to change the gcc -pthread flag to use this lib instead of libc_r.
2002-08-11Sort: put libkvm where it belongs.Artur Grabowski
2002-06-15enable libeventNiels Provos
2001-12-30Rename libusb to libusbhid, a better name, per NetBSDPeter Valchev
2001-09-03build libusbPeter Valchev
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-06-27kill libkvm.oldArtur Grabowski
2001-06-07enable libsectokTheo de Raadt
2001-02-04libc_r builds on alpha againTheo de Raadt
2000-11-19XXX - Alpha port doesn't currently support weak symbolsTodd C. Miller
2000-01-30i386 is a new libkvm nowMichael Shalayeff
1999-08-28For the moment libcurses++ breaks on mipsNiklas Hallqvist
1999-05-23Add libkeynote in the build list.Angelos D. Keromytis
1999-05-09c++ clasess for ncursesTodd C. Miller
1999-04-23mac68k uses libkvm nowJason Downs
1999-01-19enable libc_rDavid Leonard
1998-10-07build libsslTheo de Raadt
1998-09-25mac68k still uses libkvm.old; I don't know how to fix this.ryker
1998-09-17pmax needs libkvm.old tooTodd C. Miller
1998-09-11i386 is now the only port using libkvm.oldTodd C. Miller
1998-07-23no more libterm or libtermlibTodd C. Miller
1998-07-07kill libss as it has only been used by mk_cmdsArtur Grabowski
1998-05-04build libossaudioNiels Provos
1998-04-25hp300 uses libkvm now.Jason Downs
1997-10-20for obj; make both libkvm thingiesTheo de Raadt
1997-06-29add libdesNiels Provos
1997-06-11import some cleanup for libkvm/kvm.c from netbsd, udpate libkvm so that ↵grr
sparc can use libkvm vs. libkvm.old and update sparc pmap.c and machdep.c to make dumps compatible with the new libkvm's notions.
1997-03-25Ok here is the mvme88k userland, minus a few important pieces.Dale S. Rahn
as, ld change need to be merged. It is known that shared libraries and C++ do not work. If anyone wants to step forward and take over the mvme88k port please do. It was dumped on me when the original developer, Nivas, left his previous job and started a new one. I am trying to get the port in a shape that someone could take over.
1997-02-26Switch alpha from libkvm.old to libkvm with code from NetBSD.Niklas Hallqvist
%x -> %lx format fixes from me.
1997-02-26Initial integration of a much cleaned up libwrap.Jason Downs
1997-01-20back out my last change to avoid the __warn_references on the mips - it'sThomas Graichen
now done for the pmax like for the arc in machine/cdefs.h
1997-01-19define NO_WARN_REFERENCES for mips - because the mips linker can't handleThomas Graichen
them
1997-01-02Powerpc port also uses new libkvm.Dale S. Rahn
1996-12-24bye byeTheo de Raadt
1996-11-15Move libss to the main tree.Jason Downs
1996-11-11Move libcom_err out of Kerberos, change include location.Jason Downs
1996-10-25libm and libm_i387 are the same now.Jason Downs
1996-08-09Add libm_i387.Jason Downs
1996-07-27Integrate zlib v1.0.3Thorsten Lockert
1996-06-18update idTheo de Raadt