Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-05 | Do not create SAs for transaction exchanges either. By niklas@ | Hakan Olsson | |
2002-09-05 | import openssl-0.9.7-beta1 | Markus Friedl | |
2002-09-05 | import openssl-0.9.7-beta1 | Markus Friedl | |
2002-09-05 | Allow kernels with no display device configured to link. Found by marc@ | Miod Vallat | |
2002-09-05 | this used to be a com(4) bug | Michael Shalayeff | |
2002-09-05 | Print uvmexp.zeropages. | Artur Grabowski | |
2002-09-05 | Fix STRIPFLAGS for elf version of strip. Use same flags | Marco S Hyman | |
as sparc64 (suggested by fgs@) | |||
2002-09-05 | kill groups too when we revoke privs | Theo de Raadt | |
2002-09-05 | safe_finger no longer installed | Theo de Raadt | |
2002-09-05 | sync | Theo de Raadt | |
2002-09-04 | Write sentences. | Thierry Deval | |
2002-09-04 | Add support for RBC (simplified direct) devices. | Thierry Deval | |
ok costa@, krw@ | |||
2002-09-04 | don't dereference ecb on default case, it's uninitialized. | Federico G. Schwindt | |
2002-09-04 | more cruft | Markus Friedl | |
2002-09-04 | more cruft. | Markus Friedl | |
2002-09-04 | sync formatting with 0.9.7 | Markus Friedl | |
2002-09-04 | Ghosts from the past (fixed 1.65, reverted 1.66) rediscovered by | Daniel Hartmeier | |
Henric Jungheim. ok deraadt@ | |||
2002-09-04 | default LoginGraceTime to 2m; 1m may be too short for slow systems. | Kevin Steves | |
ok markus@ | |||
2002-09-04 | no need to set $SHELL | Markus Friedl | |
2002-09-04 | execute bourne shell scripts with 'sh' and not with $SHELL | Markus Friedl | |
2002-09-04 | Correctly decode the IDE channel/drive number when matching devices | Jason Wright | |
(booting from master or slave on either channel should work now). | |||
2002-09-04 | toast uprocp format keyword; peterw@ifost.org.au | Theo de Raadt | |
2002-09-04 | typos fixus; from andrey@smagin.com | Michael Shalayeff | |
2002-09-04 | Add BCM 5801,5802,5822 | Jason Wright | |
2002-09-04 | Treat 5822 the same as 5820 | Jason Wright | |
2002-09-04 | Clarify the difference between 5801/5802/5805 now that I know what the ↵ | Jason Wright | |
differences are. | |||
2002-09-04 | remove some unnecessary casts and adjust format strings | Henning Brauer | |
looked over by dhartmei@ | |||
2002-09-04 | spelling | Theo de Raadt | |
2002-09-04 | allow deprecated bit to be set from userland by ifconfig. NetBSD PR 18163 | Jun-ichiro itojun Hagino | |
2002-09-04 | pass struct proc * down to in6_pcbsetport | Jun-ichiro itojun Hagino | |
2002-09-04 | handle error from copyout | Jun-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-04 | 5801 has no pk or rng support | Jason Wright | |
2002-09-03 | Old (rev 1) OpenPROM will always report as the "fb" node, the first | Miod 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-03 | i magically fixed stty and mount, add some more of others | Michael Shalayeff | |
2002-09-03 | forgot to set up the sc_frequency (; | Michael Shalayeff | |
2002-09-03 | sync tests with 0.9.7-beta1 | Markus Friedl | |
2002-09-03 | remove whitespace changes (keep diffs to 0.9.7-beta1 minimal) | Markus Friedl | |
2002-09-03 | sync these files with openssl-0.9.7-beta1, too | Markus Friedl | |
2002-09-03 | Note 5801/5802 | Jason Wright | |
2002-09-03 | add support for 5801 and 5802 which appear to be 5805's as far as sw is ↵ | Jason Wright | |
concerned | |||
2002-09-03 | sync, bcom 580[12] | Jason Wright | |
2002-09-03 | bcom 5801/5802 | Jason Wright | |
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-09-03 | tyops | Jason Wright | |
2002-09-03 | sync; bcom 5822 | Jason Wright | |
2002-09-03 | bcom 5822 | Jason Wright | |
2002-09-03 | add strlcpy/cat for BSD/OS | Markus Friedl | |
2002-09-03 | CPI_RESERVED_MIN is not defined on KAME+BSD/OS; ok ho@ | Markus Friedl | |
2002-09-03 | use sig_atomic_t; cloder | Theo de Raadt | |