Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-01 | Build libfido2 after all other libraries, as it links against one of | Patrick Wildt | |
the other libraries, so we have to build those first. Initial report and diff from uaa@ ok anton@ deraadt@ millert@ | |||
2021-01-02 | Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an | Patrick Wildt | |
upcoming update to those, which will see both codebases heading into the gnu/llvm dumpster. Feedback from jsg@ ok deraadt@ kettenis@ | |||
2020-09-22 | Link up libagentx | Martijn van Duren | |
2020-08-10 | Un-hook and re-hook libcompiler_rt. | Patrick Wildt | |
ok kettenis@ | |||
2020-02-28 | oops some snapshot tests fell in | Theo de Raadt | |
2020-02-28 | sync | Theo de Raadt | |
2019-11-14 | add libcbor and libfido2 | Damien Miller | |
2019-02-04 | enable libelf | Jonathan Gray | |
2018-10-13 | Link libc++.so against libc++abi.so such that linking C binaries against | Mark Kettenis | |
a C++ shared library will work correctly with modern linkers. ok guenther@ | |||
2017-01-21 | Hook up libcompiler_rt, libcxx and libcxxabi to the build. Since their | Patrick Wildt | |
Makefiles are now guarded to not compile on non-clang architectures, we can safely add them. ok deraadt@ | |||
2016-09-23 | Unhook sqlite3. | Stuart Henderson | |
2015-11-14 | libocurses can go to the Attic. last consumer of it was ramdisk more(1) | Theo de Raadt | |
conceptual ok guenther millert nicm | |||
2015-07-23 | Build and install libradius as default. | YASUOKA Masahiko | |
ok deraadt | |||
2014-10-31 | Rename libressl to libtls to avoid confusion and to make it easier to | Joel Sing | |
distinguish between LibreSSL (the project) and libressl (the library). Discussed with many. | |||
2014-07-14 | Hook libressl into the build. | Joel Sing | |
Requested by deraadt@ | |||
2014-04-22 | Remove KERBEROS5 from the Makefiles (except ssh for now, where it is | Reyk Floeter | |
already manually disabled). ok deraadt@ | |||
2014-04-11 | Move build machinery for libcrypto from libssl/crypto to libcrypto, as well | Miod Vallat | |
as configuration files; split manpages and .pc files between libcrypto and libssl. No functional change, only there to make engineering easier, and libcrypto sources are still found in libssl/src/crypto at the moment. ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects. | |||
2014-03-24 | stop building libwrap. ok deraadt | Ted Unangst | |
2014-03-23 | Unhook librt stub. It's causing too much breakeage to the ports tree. | Matthias Kilian | |
Prodded by espie@. | |||
2014-03-17 | enable librt | Mark Kettenis | |
2013-12-04 | express final disapproval of the interfaces in libcompat, such as | Theo de Raadt | |
them ftime(), gtty(), stty(), re_comp(), cuserid() and others. Discussion and ongoing work to fix the ports tree from many, especially naddy. ok naddy [There is a bit more cleanup possible after that, but this is considered the current safe step] | |||
2013-11-01 | enable fuse. | Sylvestre Gallon | |
ok deraadt@ | |||
2013-06-17 | these libraries are either obsolete or got moved to kerberosV/lib | Robert Nagy | |
2012-04-22 | enable sqlite3, as prompted by theo | Marc Espie | |
2012-02-15 | Nothing important, just switching from pthreads to rthreads | Philip Guenthe | |
2010-10-28 | unlink libdes src/ports users have been switched to libcrypto | Jonathan Gray | |
2010-10-17 | unlink libsectok from the build; ok markus@ deraadt@ | Damien Miller | |
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov | |
requested by many, "just go for it" deraadt@ | |||
2008-10-26 | add minimal server capability to aucat(1). When started in server | Alexandre 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-18 | synch expat major number with xenocara, and then some. | Marc Espie | |
activate it in the build. | |||
2005-12-16 | libresolv.a is no longer needed | Theo de Raadt | |
2005-04-18 | remove libcurses++ | Todd C. Miller | |
2003-07-14 | Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, ↵ | Magnus Holmberg | |
David Krause, ... | |||
2003-05-14 | Get rid of libtelnet, it is compiled into the tree programs | Hans 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-14 | Bye-bye libc_r. libc_r and libnpthread go away. libpthread | Marco 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-16 | Enable 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-11 | Sort: put libkvm where it belongs. | Artur Grabowski | |
2002-06-15 | enable libevent | Niels Provos | |
2001-12-30 | Rename libusb to libusbhid, a better name, per NetBSD | Peter Valchev | |
2001-09-03 | build libusb | Peter Valchev | |
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev | |
2001-06-27 | kill libkvm.old | Artur Grabowski | |
2001-06-07 | enable libsectok | Theo de Raadt | |
2001-02-04 | libc_r builds on alpha again | Theo de Raadt | |
2000-11-19 | XXX - Alpha port doesn't currently support weak symbols | Todd C. Miller | |
2000-01-30 | i386 is a new libkvm now | Michael Shalayeff | |
1999-08-28 | For the moment libcurses++ breaks on mips | Niklas Hallqvist | |
1999-05-23 | Add libkeynote in the build list. | Angelos D. Keromytis | |
1999-05-09 | c++ clasess for ncurses | Todd C. Miller | |
1999-04-23 | mac68k uses libkvm now | Jason Downs | |