Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-22 | new ahc driver. Adds support for newer Adaptec controllers. This ↵ | Steve Murphree | |
represents two months of work. | |||
2000-03-22 | new ahc driver. Adds support for newer Adaptec controllers. This ↵ | Steve Murphree | |
represents two months of work. | |||
2000-03-22 | new ahc driver. Adds suport for newer Adaptec controllers. This represents ↵ | Steve Murphree | |
two months of work. | |||
2000-03-22 | Note that ``chfn'' and ``chsh'' are synonyms for ``chpass'', and reflect this | Aaron Campbell | |
in the NAME section as well; d@, deraadt@ ok | |||
2000-03-22 | MACHINE_STACK_GROWS_UP | David Leonard | |
2000-03-22 | queuing -> queueing; chuck@home.snew.com | Todd C. Miller | |
2000-03-22 | fix k6 mtrr; cokane@pohl.ececs.uc.edu | Theo de Raadt | |
2000-03-21 | add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ ok | Michael Shalayeff | |
2000-03-21 | small knits in .c, more media definitions from netbsd in .h | Michael Shalayeff | |
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 | |