summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-24junload: Derive progID and contID from filenameJim Rees
2001-08-24KNFTheo de Raadt
2001-08-24Add a missing spacebrian
2001-08-24Make _PATH_DEF an ANSI C compatible preprocessor token.Heikki Korpela
(See the rationale: http://www.lysator.liu.se/c/rat/c8.html#3-8-3-3) Spotted by me, my fix fixed by espie@, ok millert@
2001-08-24switch to the optimised AES reference code fromMarkus Friedl
http://www.esat.kuleuven.ac.be/~rijmen/rijndael/rijndael-fst-3.0.zip the same code is used by ssh, so please make sure to update usr.sbin/ssh/rijndael.c if you change this code. tested on sparc (jason) and with swap encryption (me); ok deraadt@, provos@
2001-08-24Clarify PATCHORIG.Marc Espie
2001-08-24implement $PATCHORIG, a variable with the ability to change from .orig toTodd T. Fries
another suffix for 'update-patches' and 'patch', since there are some distfiles that have foo and foo.orig already; ok espie@
2001-08-24dehughificationAaron Campbell
2001-08-24Compile cleanup, systype is not currently used, so ifdef it.Dale Rahn
2001-08-24From NetBSD:Angelos D. Keromytis
Add an M_READONLY() macro, which evaluates to true if the mbuf's data area is not to be written to. This is the case for mbufs with external storage which is either a non-cluster or a cluster referenced by multiple mbufs. Change M_LEADINGSPACE() and M_TRAILINGSPACE() to use M_READONLY(), rather than their own testing for M_EXT. Previously, M_LEADINGSPACE() treated all M_EXT mbufs as read-only (which causes an extra mbuf to be needlessly allocated when sending large TCP packets), and M_TRAILINGSPACE() previously did not treat any external storage as read-only (could lead to data corruption of external storage buffers!).
2001-08-24make ofprint useable, do carriage return on newline,Dale Rahn
increment pointer to printed buf, instead of printing same character.
2001-08-24Fix the typos in the timeout replacement.Dale Rahn
2001-08-24Send DELETE notifications for all active SAs when we shut down the daemon.Hakan Olsson
This "clean" shutdown happens on SIGTERM ('kill <pid>') or if a 'Q' command is input to the fifo UI. Suggested by <Ghislaine.Labouret@hsc.fr>.
2001-08-24Initial IPCOMP support.Hakan Olsson
2001-08-24It's the Melco LUA-TX, not LU-ATX; takeshim@kyoto.zaq.ne.jpAaron Campbell
2001-08-24Missed in previous commit: add kgdb(7)Hugh Graham
2001-08-24kgdb(7) cross references this file, so it might as well be reciprocated.Hugh Graham
2001-08-24I was only going to remove #include "init.h", but found 8 moreHakan Olsson
#include's we don't need here.
2001-08-24Cross reference kgdb(7) and generally reword so as to clarify thatHugh Graham
a bsd.gdb may be useful for more than debugging coredumps.
2001-08-24A surprising number of people have complained about the absenceHugh Graham
of a kgdb manpage, so add one.
2001-08-24typo in debug msgHakan Olsson
2001-08-24propagate bootpathJason Wright
2001-08-24Theo says that this is probably all that's needed for sigreturn.Artur Grabowski
2001-08-24One can get really creative at 2am.Artur Grabowski
2001-08-23Make the wildcard address use SO_REUSEPORT, so multiple instances ofAngelos D. Keromytis
isakmpd can run on the same machine and reuse the wildcard address. This is intended mostly for debugging and testing purposes, so multiple listener issues are not relevant.
2001-08-23Reinitialize transports on SIGUP.Angelos D. Keromytis
2001-08-23Update (SPD entries are deleted when SPI is removed, and new addressesAngelos D. Keromytis
are identified on a SIGUP or INADDR_ANY packet).
2001-08-23Vacuum cleanup. Half of this is now in <sys/conf.h>, the other half isMiod Vallat
unneeded.
2001-08-23option M88000 is not necessary for mvme88k.Miod Vallat
2001-08-23Sync with contents of arch/foo/conf directory, might be useful one day.Miod Vallat
2001-08-23Fix the syscall wrappers name generation in, so that libc_r gets theMiod Vallat
correct entry points and programs can link to it. I would have commited this later, but fgs@ insisted.
2001-08-23If we fail to lookup a login class, apply the default one.Todd C. Miller
2001-08-23Remove an errant ';' that caused a duplicate free(). Fix from my sudoTodd C. Miller
devel tree after prompting from Angelos who noticed this.
2001-08-23some phrases just belong together - like goats and latexBob Beck
2001-08-23Use ipsec_id_string as the section name for IKE mode config.Niklas Hallqvist
2001-08-23Correct ipsec_id_string buffer and length handling.Niklas Hallqvist
2001-08-23end request with 0, not NULLCamiel Dobbelaar
2001-08-23Compile on old systems, my version.Niklas Hallqvist
2001-08-23RSA-enabling is not necessary anymore.Niklas Hallqvist
2001-08-23minor cleanupKevin Steves
2001-08-23fix usage; ok markus@Kevin Steves
2001-08-23end request with 0, not NULLCamiel Dobbelaar
ok markus@
2001-08-23adapt to how our scheduler works.Artur Grabowski
2001-08-23Add show_scsipi_xs and show_scsipi_cmd. Closes PR#2008Constantine Sapuntzakis
2001-08-23ignore EEXIST for SPDADD on KAME; ok ho@Markus Friedl
2001-08-23sparc64 needs crtbegin and crtendArtur Grabowski
2001-08-23sparc64 is ELF.Artur Grabowski
2001-08-23Kill very odd use of __CONCAT: completely unneeded, obfuscated, andMarc Espie
not even ANSI (concatenation does not produce a valid token). Found out by heko@.
2001-08-23syncConstantine Sapuntzakis
2001-08-23VT82C686A -> VT82C686 (in user-visible description)Constantine Sapuntzakis
closed PR#2019