Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-21 | -Wall | Markus Friedl | |
2000-03-21 | sync | Theo de Raadt | |
2000-03-21 | 3com 3cr990 crypto ethernet card | Theo de Raadt | |
2000-03-21 | shorten 2nd ID message | Theo de Raadt | |
2000-03-21 | add missing break; found by Matt Patton <mep@netsec.net>. | Jason Wright | |
2000-03-21 | only chdir() if needed. This affected having who reading different file | Eric Jackson | |
2000-03-21 | Fix casting so it compiles on alphas (testing by janjaap@stack.nl, | Angelos D. Keromytis | |
closing pr #1150) | |||
2000-03-21 | more random stats | Michael Shalayeff | |
2000-03-21 | only free in swap_off if allocated. | Niels Provos | |
2000-03-21 | double ncallout, until art fixes this further | Theo de Raadt | |
2000-03-21 | Add HISTORY sections; from FreeBSD. Information originally obtained from | Aaron Campbell | |
"A Quarter Centry of UNIX, Peter H. Salus, Page 41". | |||
2000-03-21 | The BUGS section comes after HISTORY, usually. | Aaron Campbell | |
2000-03-21 | Use proper KNF in code example; d@ | Aaron Campbell | |
2000-03-21 | Sometimes it is confusing when a sentence begins with lowercase; d@ | Aaron Campbell | |
2000-03-21 | Fix function to comply with prototype. Kind of moot, as tcp signatures | Angelos D. Keromytis | |
don't work yet anyhow, so there's no point compiling them in. | |||
2000-03-21 | force shell execution; TDeval@PrimeOBJ.COM | Theo de Raadt | |
2000-03-20 | sync | Theo de Raadt | |
2000-03-20 | oh, and we need this | Theo de Raadt | |
2000-03-20 | move software crypto engine out of main crypto.c | Theo de Raadt | |
2000-03-20 | Make float.h and limits.h agree for DBL_MIN and DBL_MAX. | Dale S. Rahn | |
2000-03-20 | bring proto into scope | Theo de Raadt | |
2000-03-20 | x509_att.c that was left out. | Hakan Olsson | |
2000-03-20 | Update after realpha on the source. | Dale S. Rahn | |
2000-03-20 | Apple Bandit was in here twice, once properly alpha, one not | Dale S. Rahn | |
I deleted the wrong one. Now reordered properly. | |||
2000-03-20 | Update | Dale S. Rahn | |
2000-03-20 | Add Apple and Motorola PCI devices. | Dale S. Rahn | |
2000-03-20 | Register definitions for openpic interrupt controller driver. | Dale S. Rahn | |
2000-03-20 | Interrupt code changed from called routines, to initialized driver. | Dale S. Rahn | |
Added openpic support with this new driver scheme. added support for keylargo-ata, G4 ide configures properly. interrupt configuration changed to be more full featured, like isa had been. | |||
2000-03-20 | early support for busdma added, allows USBMAC config to attach ohci USB, | Dale S. Rahn | |
however, it claims "legacy support: unsupported" which then causes the imac to not config USB further. Changes to *MAC to support openpic interrupt controller, G4 (uninorth) is almost supported, but hangs during root mount. | |||
2000-03-20 | Changes to support uninorth bridge (probably a bit of a hack for now). | Dale S. Rahn | |
cleaned up the previous support for the macobio that was there previously. Now registers real interupt handler devices instead of the pseudo configed ones before. The G4 systems are not yet working, the onboard ide configures properly and interrupts seem to work, but the system hangs before mounting the root drive (even ramdisks). Maybe someone will point out something bogus in the code, so it is being checked in. | |||
2000-03-20 | add first version of bus_dma for powerpc. | Dale S. Rahn | |
changes to trap handler to print out better information for jump to 0 bugs. changes to pmap.c and machdep.c to debug a duplicate memory region bug occasionally observed on imac with compressed kernels. | |||
2000-03-20 | Print statistics about crypto failures in IPsec processing. | Angelos D. Keromytis | |
2000-03-19 | Change how obj_dat.pl is run, it has changed to take args insted of io redirect | Bob Beck | |
2000-03-19 | No, I'm a luser and a moron. this is *not* supposed to be here. | Bob Beck | |
2000-03-19 | this appears to be needed again. | Bob Beck | |
2000-03-19 | Various cleanups. | Aaron Campbell | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-19 | faster log2, more stats, lazy random stirring, more stats, less debug, help ↵ | Michael Shalayeff | |
and ok from provos@ | |||
2000-03-19 | Add some diagnostics to prove that incoming IP fragments are | brian | |
being dealt with correctly. | |||
2000-03-19 | cleanup | Bob Beck | |
2000-03-19 | apache 1.3.12 + mod_ssl 2.6.2 merge | Bob Beck | |
2000-03-19 | new minty 0.9.5 openssl | Bob Beck | |
2000-03-19 | OpenSSL 0.9.5 merge | Bob Beck | |
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs | |||
2000-03-19 | import openssl-0.9.7-beta1 | Bob Beck | |
2000-03-19 | Allow environment variables on command/config lines; markk@knigma.org | brian | |
Add the ``resolv'' command so that when ``enable dns'' is used, it's possible to restore the file. | |||
2000-03-19 | split crypto driver front-end from software crypto engine | Theo de Raadt | |
2000-03-19 | sync | Theo de Raadt | |
2000-03-19 | populateusrlocal: create the right hierarchy under /usr/local | Marc Espie | |
right before unmounting the new system. Beats having mtree files around every package... | |||
2000-03-19 | Bring the format closer to ifconfig(8). | Aaron Campbell | |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell | |