summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-09-03add aic@isapnp, commented out, except for _cdMichael Shalayeff
2002-09-03uncomment the aic at isapnpMichael Shalayeff
2002-09-03regenMichael Shalayeff
2002-09-03aic at isapnp, from anders@Arnholm.nu w/ fixes from meMichael Shalayeff
2002-09-03syncTheo de Raadt
2002-09-03suffix the tests to see what is happenning indeedMichael Shalayeff
2002-09-03those targets are all phonyMichael Shalayeff
2002-09-03evp_test.o should not be included in libcrypto (it defines _main !!)Markus Friedl
no version change for the shared libs; ok deraadt@
2002-09-03Sync with tcpdump.orgHakan Olsson
2002-09-03trim some whitespace in the mail subjectAnil Madhavapeddy
2002-09-03not part of OpenSSL 0.9.7Markus Friedl
2002-09-03unused files, perl subdir not part of OpenSSL 0.9.7Markus Friedl
2002-09-03unused files, not part of OpenSSL 0.9.7Markus Friedl
2002-09-02comment out the mailing suggestions, since the address doesnt exist yetAnil Madhavapeddy
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
ok art@
2002-09-02the regress target should be run-regress-atexit_test to avoidAnil 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-02Fix parsing of port ranges in translation rules (port a:b -> port c:d).Daniel Hartmeier
ok henning@
2002-09-02Make sure the interface specified with route-to/dup-to/fastroute existsDaniel Hartmeier
and null-terminate the interface name. Found by Michael Wallis. ok henning@
2002-09-02Make the cgfourteen work in 32bit when possible, also display the size ofMiod 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-02xrefs to pmap(9); ok art@Wilbern Cobb