summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-09-05Do not create SAs for transaction exchanges either. By niklas@Hakan Olsson
2002-09-05import openssl-0.9.7-beta1Markus Friedl
2002-09-05import openssl-0.9.7-beta1Markus Friedl
2002-09-05Allow kernels with no display device configured to link. Found by marc@Miod Vallat
2002-09-05this used to be a com(4) bugMichael Shalayeff
2002-09-05Print uvmexp.zeropages.Artur Grabowski
2002-09-05Fix STRIPFLAGS for elf version of strip. Use same flagsMarco S Hyman
as sparc64 (suggested by fgs@)
2002-09-05kill groups too when we revoke privsTheo de Raadt
2002-09-05safe_finger no longer installedTheo de Raadt
2002-09-05syncTheo de Raadt
2002-09-04Write sentences.Thierry Deval
2002-09-04Add support for RBC (simplified direct) devices.Thierry Deval
ok costa@, krw@
2002-09-04don't dereference ecb on default case, it's uninitialized.Federico G. Schwindt
2002-09-04more cruftMarkus Friedl
2002-09-04more cruft.Markus Friedl
2002-09-04sync formatting with 0.9.7Markus Friedl
2002-09-04Ghosts from the past (fixed 1.65, reverted 1.66) rediscovered byDaniel Hartmeier
Henric Jungheim. ok deraadt@
2002-09-04default LoginGraceTime to 2m; 1m may be too short for slow systems.Kevin Steves
ok markus@
2002-09-04no need to set $SHELLMarkus Friedl
2002-09-04execute bourne shell scripts with 'sh' and not with $SHELLMarkus Friedl
2002-09-04Correctly decode the IDE channel/drive number when matching devicesJason Wright
(booting from master or slave on either channel should work now).
2002-09-04toast uprocp format keyword; peterw@ifost.org.auTheo de Raadt
2002-09-04typos fixus; from andrey@smagin.comMichael Shalayeff
2002-09-04Add BCM 5801,5802,5822Jason Wright
2002-09-04Treat 5822 the same as 5820Jason Wright
2002-09-04Clarify the difference between 5801/5802/5805 now that I know what the ↵Jason Wright
differences are.
2002-09-04remove some unnecessary casts and adjust format stringsHenning Brauer
looked over by dhartmei@
2002-09-04spellingTheo de Raadt
2002-09-04allow deprecated bit to be set from userland by ifconfig. NetBSD PR 18163Jun-ichiro itojun Hagino
2002-09-04pass struct proc * down to in6_pcbsetportJun-ichiro itojun Hagino
2002-09-04handle error from copyoutJun-ichiro itojun Hagino
2002-09-04_x11 user and group for the X server when run by xdm. ok deraadt@Matthieu Herrb
The actual X code to use them will be added soon.
2002-09-045801 has no pk or rng supportJason Wright
2002-09-03Old (rev 1) OpenPROM will always report as the "fb" node, the firstMiod Vallat
framebuffer found, even if the PROM environment is set to serial console. Hence, make sure we won't consider this "fb" node as valid until we are really using a graphics console. Will makes drahn@'s IPC happy, and ok jason@
2002-09-03i magically fixed stty and mount, add some more of othersMichael Shalayeff
2002-09-03forgot to set up the sc_frequency (;Michael Shalayeff
2002-09-03sync tests with 0.9.7-beta1Markus Friedl
2002-09-03remove whitespace changes (keep diffs to 0.9.7-beta1 minimal)Markus Friedl
2002-09-03sync these files with openssl-0.9.7-beta1, tooMarkus Friedl
2002-09-03Note 5801/5802Jason Wright
2002-09-03add support for 5801 and 5802 which appear to be 5805's as far as sw is ↵Jason Wright
concerned
2002-09-03sync, bcom 580[12]Jason Wright
2002-09-03bcom 5801/5802Jason Wright
2002-09-03build 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-09-03tyopsJason Wright
2002-09-03sync; bcom 5822Jason Wright
2002-09-03bcom 5822Jason Wright
2002-09-03add strlcpy/cat for BSD/OSMarkus Friedl
2002-09-03CPI_RESERVED_MIN is not defined on KAME+BSD/OS; ok ho@Markus Friedl
2002-09-03use sig_atomic_t; cloderTheo de Raadt