Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-09-03 | add aic@isapnp, commented out, except for _cd | Michael Shalayeff | |
2002-09-03 | uncomment the aic at isapnp | Michael Shalayeff | |
2002-09-03 | regen | Michael Shalayeff | |
2002-09-03 | aic at isapnp, from anders@Arnholm.nu w/ fixes from me | Michael Shalayeff | |
2002-09-03 | sync | Theo de Raadt | |
2002-09-03 | suffix the tests to see what is happenning indeed | Michael Shalayeff | |
2002-09-03 | those targets are all phony | Michael Shalayeff | |
2002-09-03 | evp_test.o should not be included in libcrypto (it defines _main !!) | Markus Friedl | |
no version change for the shared libs; ok deraadt@ | |||
2002-09-03 | Sync with tcpdump.org | Hakan Olsson | |
2002-09-03 | trim some whitespace in the mail subject | Anil Madhavapeddy | |
2002-09-03 | not part of OpenSSL 0.9.7 | Markus Friedl | |
2002-09-03 | unused files, perl subdir not part of OpenSSL 0.9.7 | Markus Friedl | |
2002-09-03 | unused files, not part of OpenSSL 0.9.7 | Markus Friedl | |
2002-09-02 | comment out the mailing suggestions, since the address doesnt exist yet | Anil Madhavapeddy | |
2002-09-02 | Rename a bunch of the old bsd.regress.mk variables into the new ones. | Anil Madhavapeddy | |
ok art@ | |||
2002-09-02 | the regress target should be run-regress-atexit_test to avoid | Anil Madhavapeddy | |
aborting a regress run if it fails | |||
2002-09-02 | - Precede internal bsd.regress.mk variables with a _ | Anil Madhavapeddy | |
- Rename old variables to be easier to read, and deprecate old variables. The old variables will still work, but emit warnings. - REGRESS_SKIP_SLOW only needs to be non-empty now, not explicitly set to 'yes' - REGRESS_LOG can contain more than one file to append results to - ERRORS variable can be set in Makefile to emit warnings or indicate fatal errors. - Add REGRESS_MAIL variable which can be set to an email address to send results to. Currently this only works for a full regression run, since art doesnt want partial run results - sync bsd.regress.mk(5) with these changes ok art@ , also looked over by miod@ | |||
2002-09-02 | Fix parsing of port ranges in translation rules (port a:b -> port c:d). | Daniel Hartmeier | |
ok henning@ | |||
2002-09-02 | Make sure the interface specified with route-to/dup-to/fastroute exists | Daniel Hartmeier | |
and null-terminate the interface name. Found by Michael Wallis. ok henning@ | |||
2002-09-02 | Make the cgfourteen work in 32bit when possible, also display the size of | Miod Vallat | |
the VSIMM in the dmesg. | |||
2002-09-02 | - no .Pp before .Sh. | Wilbern Cobb | |
- hte -> the. - remove spaces in -width strings. - begin sentence on a new line. - sort xrefs. from mpech@ | |||
2002-09-02 | xrefs to pmap(9); ok art@ | Wilbern Cobb | |