Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-24 | junload: Derive progID and contID from filename | Jim Rees | |
2001-08-24 | KNF | Theo de Raadt | |
2001-08-24 | Add a missing space | brian | |
2001-08-24 | Make _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-24 | switch to the optimised AES reference code from | Markus 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-24 | Clarify PATCHORIG. | Marc Espie | |
2001-08-24 | implement $PATCHORIG, a variable with the ability to change from .orig to | Todd 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-24 | dehughification | Aaron Campbell | |
2001-08-24 | Compile cleanup, systype is not currently used, so ifdef it. | Dale Rahn | |
2001-08-24 | From 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-24 | make ofprint useable, do carriage return on newline, | Dale Rahn | |
increment pointer to printed buf, instead of printing same character. | |||
2001-08-24 | Fix the typos in the timeout replacement. | Dale Rahn | |
2001-08-24 | Send 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-24 | Initial IPCOMP support. | Hakan Olsson | |
2001-08-24 | It's the Melco LUA-TX, not LU-ATX; takeshim@kyoto.zaq.ne.jp | Aaron Campbell | |
2001-08-24 | Missed in previous commit: add kgdb(7) | Hugh Graham | |
2001-08-24 | kgdb(7) cross references this file, so it might as well be reciprocated. | Hugh Graham | |
2001-08-24 | I was only going to remove #include "init.h", but found 8 more | Hakan Olsson | |
#include's we don't need here. | |||
2001-08-24 | Cross reference kgdb(7) and generally reword so as to clarify that | Hugh Graham | |
a bsd.gdb may be useful for more than debugging coredumps. | |||
2001-08-24 | A surprising number of people have complained about the absence | Hugh Graham | |
of a kgdb manpage, so add one. | |||
2001-08-24 | typo in debug msg | Hakan Olsson | |
2001-08-24 | propagate bootpath | Jason Wright | |
2001-08-24 | Theo says that this is probably all that's needed for sigreturn. | Artur Grabowski | |
2001-08-24 | One can get really creative at 2am. | Artur Grabowski | |
2001-08-23 | Make the wildcard address use SO_REUSEPORT, so multiple instances of | Angelos 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-23 | Reinitialize transports on SIGUP. | Angelos D. Keromytis | |
2001-08-23 | Update (SPD entries are deleted when SPI is removed, and new addresses | Angelos D. Keromytis | |
are identified on a SIGUP or INADDR_ANY packet). | |||
2001-08-23 | Vacuum cleanup. Half of this is now in <sys/conf.h>, the other half is | Miod Vallat | |
unneeded. | |||
2001-08-23 | option M88000 is not necessary for mvme88k. | Miod Vallat | |
2001-08-23 | Sync with contents of arch/foo/conf directory, might be useful one day. | Miod Vallat | |
2001-08-23 | Fix the syscall wrappers name generation in, so that libc_r gets the | Miod Vallat | |
correct entry points and programs can link to it. I would have commited this later, but fgs@ insisted. | |||
2001-08-23 | If we fail to lookup a login class, apply the default one. | Todd C. Miller | |
2001-08-23 | Remove an errant ';' that caused a duplicate free(). Fix from my sudo | Todd C. Miller | |
devel tree after prompting from Angelos who noticed this. | |||
2001-08-23 | some phrases just belong together - like goats and latex | Bob Beck | |
2001-08-23 | Use ipsec_id_string as the section name for IKE mode config. | Niklas Hallqvist | |
2001-08-23 | Correct ipsec_id_string buffer and length handling. | Niklas Hallqvist | |
2001-08-23 | end request with 0, not NULL | Camiel Dobbelaar | |
2001-08-23 | Compile on old systems, my version. | Niklas Hallqvist | |
2001-08-23 | RSA-enabling is not necessary anymore. | Niklas Hallqvist | |
2001-08-23 | minor cleanup | Kevin Steves | |
2001-08-23 | fix usage; ok markus@ | Kevin Steves | |
2001-08-23 | end request with 0, not NULL | Camiel Dobbelaar | |
ok markus@ | |||
2001-08-23 | adapt to how our scheduler works. | Artur Grabowski | |
2001-08-23 | Add show_scsipi_xs and show_scsipi_cmd. Closes PR#2008 | Constantine Sapuntzakis | |
2001-08-23 | ignore EEXIST for SPDADD on KAME; ok ho@ | Markus Friedl | |
2001-08-23 | sparc64 needs crtbegin and crtend | Artur Grabowski | |
2001-08-23 | sparc64 is ELF. | Artur Grabowski | |
2001-08-23 | Kill very odd use of __CONCAT: completely unneeded, obfuscated, and | Marc Espie | |
not even ANSI (concatenation does not produce a valid token). Found out by heko@. | |||
2001-08-23 | sync | Constantine Sapuntzakis | |
2001-08-23 | VT82C686A -> VT82C686 (in user-visible description) | Constantine Sapuntzakis | |
closed PR#2019 |