summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2002-08-30put sentinel back in. Thx miod@Marc Espie
2002-08-30Put sentinel back in.Marc Espie
2002-08-06restore link_map ABI compatibility between gdb and ld.so. this comes fromPeter Valchev
what powerpc and sparc64 had as machine/link.h in 3.1 used by gdb, and will be needed by other ELF architectures to provide gdb solib support; ok drahn
2002-08-02Change value of LOGIN_DEFSTYLE from "krb4-or-pwd" to just "passwd".Todd C. Miller
If there is no login.conf or it is corrupt we don't want to make any assumptions about kerberos. By request of deraadt@
2002-06-29Replace strtou?q() with the more standard strtou?ll(), using weakTodd C. Miller
aliases to fake up strtou?q(). espie@ OK.
2002-06-28define RPP_STDIN; missed in previous commitTodd C. Miller
2002-06-19Updates from lite2 via NetBSD; fixes license.Todd C. Miller
2002-06-16install headers from libevent; ok miod@Christian Weisgerber
2002-06-10back-out header change for now.Marc Espie
2002-06-10put back in the assert changes for ISO C 99 (put __func__ in it)Marc Espie
2002-06-09backout previousJun-ichiro itojun Hagino
2002-06-09pax -s <regex> is botched, don't use it.Jun-ichiro itojun Hagino
2002-06-08Add a flag - KVM_NO_FILES which tells kvm_openfiles to notArtur Grabowski
open any files, just return an kvm handle that we can use to some of the functions.
2002-06-07Switch powerpc to using new split (aout/elf) link.hDale Rahn
2002-06-07Backout previous change. Since it requires people to upgrade gcc, we wantMiod Vallat
to give them a larger timeslot to do that. Requested by deraadt@ and various people on icb or vocally.
2002-06-07split link.h into three parts. The MI parts are left in link.hArtur 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-05Don't use MI dlfcn.h that are identical to the MD one.Artur Grabowski
2002-06-05Use attribute((sentinel)) on functions where it makes sense.Marc Espie
(this will warn if they are used without a terminating NULL pointer. Note *pointer*, very useful for arches where 0 != (void *)0, in size) okay millert@
2002-06-03compatiblity -> compatibilityTheo de Raadt
decriptor -> descriptor authentciated -> authenticated transmition -> transmission
2002-06-02withough -> withoutTheo de Raadt
2002-06-02no argh. we should doc these targets betterTheo de Raadt
2002-06-02put libssl in PRDIRS instead; andre@ae-35.comTheo de Raadt
2002-06-01we do not need this to be Makefile.bsd-wrapperTheo de Raadt
2002-05-31do not declare int32_t and such locally. pull sys/types.h.Jun-ichiro itojun Hagino
2002-05-16Change S/Key stuff from using a flat file (/etc/skeykeys) to a directoryTodd C. Miller
where each user gets their own file, which is owned by that user. An old S/Key database may be converted by running "skeyinit -C" as root. Programs that need to access the S/Key database no longer need to be setuid root. They must now be setgid auth instead.
2002-05-08includes 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@
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
type characteristics. internal_types.h will contain only settings invisible from standard C, e.g., in the __* or _[A-Z]* namespace, and be reused by files like limits.h. This allows us to shorten machine/limits.h greatly, as all the common defines are now in sys/limits.h, plus a small stub in internal_types.h. Tested on all arches as far as I know. Approved after discussion with art, millert, deraadt, and others.
2002-04-22Fix 2 things that should be gid_t. One from Oleg Safiullin, one from me...Todd C. Miller
2002-04-19avoid cranking libc minors for another few weeksTheo de Raadt
2002-04-17Use __func__ in assert.Marc Espie
ok millert@
2002-04-08install link.h and dlfcn.h from sys/arch/sparc64/include.Federico G. Schwindt
2002-03-12Make the function prototypes line up better and add stub structTodd C. Miller
definitions to allow bsd_auth.h to be included before login_cap.h or pwd.h.
2002-03-04DES_LONG as non-int is just RIDICULOUSTheo de Raadt
2002-02-20Revert local changes that snuck in to the last commit.Todd C. Miller
2002-02-20Some user header files may define an abs macro which will cause aTodd C. Miller
syntax error if the #define happens before stdlib.h is included. If abs is #defined, #undef and issue a warning. This is similar to what Tru64 UNIX does and is effectively the same as what happens on Solaris (though on Solaris the real abs() is a macro).
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-18netiso/xebec no moreMichael Shalayeff
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-30libusb -> libusbhidPeter Valchev
2001-11-06no more vm in LDIRSTheo de Raadt
2001-11-04Ghostscript port refused to build with 'printf' in theKenneth R Westerback
__attribute__ statement. Using '__printf__' makes it happy. ok millert@ miod@
2001-11-02attribute(format) no longer implies nonnull...Marc Espie
ok millert@ miod@
2001-11-01Mention printf-like attributes for setproctitle().Miod Vallat
millert@ espie@ ok
2001-10-11C++ has all those as built-ins. Problem found with gcc 3.0.1 testsuite.Marc Espie
okay theo.
2001-10-01new rmd160 implementation. based onMarkus Friedl
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@
2001-09-15prototype cleanupTheo de Raadt
2001-09-04put changes back, this time ALL the files.Federico G. Schwindt
2001-09-03how did ../lib/libusb not get added? Bad developersTheo de Raadt
2001-08-30Back out fgsch@'s tree breaking commits.Todd T. Fries
Test next time, ok?