Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-24 | Install ntfs includes and add libkvm (fstat) support. ntfs bits | Todd C. Miller | |
adapted from NetBSD fstat. OK deraadt@ | |||
2009-06-20 | Install msdosfs includes; ok krw@ | Todd C. Miller | |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ↵ | Janne Johansson | |
arches. ok todd@ beck@ | |||
2009-04-21 | move src/lib/libsndio/sndio.h into src/include where other include | Alexandre Ratchov | |
files leave. requested by deraadt@, ok miod@ | |||
2008-10-27 | rename libsa to libsndio | Alexandre Ratchov | |
requested by many, "just go for it" deraadt@ | |||
2008-10-26 | no cookie for ratchov, committed things without running make build. | Marc Espie | |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus | |
- provide proper dtoa locks - use the real strtof implementation - add strtold, __hdtoa, __hldtoa - add %a/%A support - don't lose precision in printf, don't round to double anymore - implement extended-precision versions of libc functions: fpclassify, isnan, isinf, signbit, isnormal, isfinite, now that the ieee.h is fixed - separate vax versions of strtof, and __hdtoa - add complex math support. added functions: cacos, casin, catan, ccos, csin, ctan, cacosh, casinh, catanh, ccosh, csinh, ctanh, cexp, clog, cabs, cpow, csqrt, carg, cimag, conj, cproj, creal, cacosf, casinf, catanf, ccosf, csinf, ctanf, cacoshf, casinhf, catanhf, ccoshf, csinhf, ctanhf, cexpf, clogf, cabsf, cpowf, csqrtf, cargf, cimagf, conjf, cprojf, crealf - add fdim, fmax, fmin - add log2. (adapted implementation e_log.c. could be more acruate & faster, but it's good enough for now) - remove wrappers & cruft in libm, supposed to work-around mistakes in SVID, etc.; use ieee versions. fixes issues in python 2.6 for djm@ - make _digittoint static - proper definitions for i386, and amd64 in ieee.h - sh, powerpc don't really have extended-precision - add missing definitions for mips64 (quad), m{6,8}k (96-bit) float.h for LDBL_* - merge lead to frac for m{6,8}k, for gdtoa to work properly - add FRAC*BITS & EXT_TO_ARRAY32 definitions in ieee.h, for hdtoa&ldtoa to use - add EXT_IMPLICIT_NBIT definition, which indicates implicit normalization bit - add regression tests for libc: fpclassify and printf - arith.h & gd_qnan.h definitions - update ieee.h: hppa doesn't have quad-precision, hppa64 does - add missing prototypes to gdtoaimp - on 64-bit platforms make sure gdtoa doesn't use a long when it really wants an int - etc., what i may have forgotten... - bump libm major, due to removed&changed symbols - no libc bump, since this is riding on djm's libc major crank from a day ago discussed with / requested by / testing theo, sthen@, djm@, jsg@, merdely@, jsing@, tedu@, brad@, jakemsr@, and others. looks good to millert@ parts of the diff ok kettenis@ this commit does not include: - man page changes | |||
2008-08-22 | Don't install libbfd and libopcodes and the associated headers. | Mark Kettenis | |
They really are just a way to share common code between gdb and binutils (which in the GNU world are seperate packages). The developers (and I'm one of them) make absolutely no effert to maintain a stable API/ABI. If ports people really need libbfd or libopcodes, they should just package a suitable version. ok weingart@, deraadt@ | |||
2008-06-04 | olf support starts to die (easy stuff first); ok miod | Theo de Raadt | |
2008-04-23 | Import MPLS (Multi Protocol Label Switching) | Esben Norby | |
MPLS support partly based on the (abandoned?) AYAME project. Basic LSR (Label Switch Router) functionality is present, but not fully functional yet. It is currently possible to insert entries in the LIB (Label Information Base) with route(8), but setting the operation type is not supported yet. Imported to allow more people to work on this in the coming weeks. ok claudio@ laurent@ dlg@ | |||
2008-03-22 | Get rid of 3 extra leading spaces. ok deraadt@ | Matthieu Herrb | |
2007-10-19 | install includes from libexpat | Theo de Raadt | |
2007-06-06 | no longer make include/netipx dir | Theo de Raadt | |
2007-02-13 | remove prereq, by using a pre-generated include file (this one should now | Marc Espie | |
be MI since we removed stuff that was arch-dependent). The Configure script still rebuilds a copy of that file, and we check it for diffs. okay millert@ | |||
2006-01-06 | Add real C99 stdint.h and inttypes.h based on an initial version I did in | Todd C. Miller | |
1997 (yes, really). | |||
2005-12-28 | Split off the non-kernel visible portion of sys/errno.h into a | Todd C. Miller | |
separate errno.h. sys/errno.h now only contains errno values (which is included byerrno.h). OK deraadt@ | |||
2005-09-27 | use xargs -r0 for our build process | Theo de Raadt | |
2005-07-10 | Install netbt/ includes. | Alexander Yurchenko | |
ok henning@ | |||
2005-06-17 | don't install netns includes any longer, ports bulk build test by pval | Henning Brauer | |
2005-06-07 | -netccitt/ | Henning Brauer | |
2005-04-28 | also use new libobjc on old architectures, since it builds fine with | Marc Espie | |
gcc 2.95. tests and okay miod@, marc@. | |||
2005-04-18 | rm libcurses++ | Todd C. Miller | |
2005-04-14 | introduce some wchar functions (from citrus and an itojun@ diff) | Marc Espie | |
okay deraadt@, cloder@, pvalchev@ thanks to everyone who commented on that. | |||
2004-10-20 | install net80211 headers; millert and deraadt ok. | Federico G. Schwindt | |
2004-07-15 | do not install netiso header files, millert deraadt ok | Henning Brauer | |
2004-06-29 | make includes in gnu/usr.sbin/sendmail/libmilter | Todd C. Miller | |
2004-05-17 | Enable binutils for arm now that we have binutils 2.14. | Dale Rahn | |
2004-03-08 | Do not build binutils on arm. ARM needs at least binutils 2.14. | Dale Rahn | |
Allows others to build OpenBSD/cats, use binutils from devel/binutils/stable Requested by deraadt@ | |||
2004-03-01 | Enable gnu/lib/libf2c for 'make includes' with GCC3, for [fg]2c.h ok deraadt@ | Dale Rahn | |
2004-01-23 | USE_GCC3 switch, now that propolice is in. | Marc Espie | |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie | |
to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@. | |||
2003-07-21 | Need ftw.h for ftw(3) and nftw(3) | Todd C. Miller | |
2003-07-15 | do not enter libcom_err | Theo de Raadt | |
2003-07-14 | Enable build of unified libkrb5. ok deraadt, todd. Testing by hin, jakob, ↵ | Magnus Holmberg | |
David Krause, ... | |||
2003-06-02 | swap /usr/include/openssl and /usr/include/ssl, clean up the Makefiles | Markus Friedl | |
get rid old include files; with itojun@ and tdeval@; ok itojun@, deraadt@ | |||
2003-05-14 | Remove krb4 support. | Magnus Holmberg | |
2003-05-09 | Install sha2.h | Todd C. Miller | |
2003-01-20 | install includes from libpthread, not libc_r | Marco S Hyman | |
2002-12-03 | Intall getopt.h in /usr/include as well. | Miod Vallat | |
2002-09-03 | build OpenSSL without symlink trees: | Markus Friedl | |
* manpage related things moved to src/libssl/man/Makefile * there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead of one single src/libssl/obj * instead of running Configure (with generates lots of symlinks, and opensslconf.h) this patch stores pre-computed opensslconf.h files in src/libssl/crypto/arch * requires a make includes before the library can be built * libssl and libcrypto can be build separately (e.g. cd src/libssl/ssl && make obj && make) * make depend is now supported * no more symlink trees tested by miod@ and fries@ | |||
2002-06-16 | install headers from libevent; ok miod@ | Christian Weisgerber | |
2002-06-09 | backout previous | Jun-ichiro itojun Hagino | |
2002-06-09 | pax -s <regex> is botched, don't use it. | Jun-ichiro itojun Hagino | |
2002-06-07 | Switch powerpc to using new split (aout/elf) link.h | Dale Rahn | |
2002-06-07 | split link.h into three parts. The MI parts are left in link.h | Artur Grabowski | |
a.out stuff in link_aout.h and ELF stuff in link_elf.h. Switch sparc64 back to MI link.h. drahn@ ok (powerpc will switch soon). | |||
2002-06-05 | Don't use MI dlfcn.h that are identical to the MD one. | Artur Grabowski | |
2002-06-02 | no argh. we should doc these targets better | Theo de Raadt | |
2002-06-02 | put libssl in PRDIRS instead; andre@ae-35.com | Theo de Raadt | |
2002-06-01 | we do not need this to be Makefile.bsd-wrapper | Theo de Raadt | |
2002-05-08 | includes should be installed during `make include', not later. | Marc Espie | |
Fixes this for lex and binutils' bfd. Also, do not install ansidecl.h, we don't really need it, bfd.h uses it, and we installed it so that bfd worked, so let bfd.h include it directly. prompted by mickey@ |