Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-22 | Add ch to some dead ports for consistency, of course not tested. | Niklas Hallqvist | |
2000-03-22 | xe does not fit, with new ahc included | Theo de Raadt | |
2000-03-22 | correct references. | Jun-ichiro itojun Hagino | |
2000-03-22 | fix arguments to failure printf's (correct numbers and types) | Jason Wright | |
2000-03-22 | Oops... catch up with variable renaming in header file | Jason Wright | |
2000-03-22 | raytheon/webgear ieee 802.11 FH wireless ethernet, from Christian E. Hopps, ↵ | Michael Shalayeff | |
from netbsd | |||
2000-03-22 | 802.11 stuff beginnings, from netbsd | Michael Shalayeff | |
2000-03-22 | allow opening of the fga char device | Jason Wright | |
2000-03-22 | new ahc driver. Adds support for newer Adaptec controllers. This ↵ | Steve Murphree | |
represents two months of work. | |||
2000-03-22 | convert some spaces to tabs and make variable names the same as the | Jason Wright | |
surrounding comments | |||
2000-03-22 | aintroduce ip6_{next,last}hdr which lets us parse IPv6 header chain correctly. | Jun-ichiro itojun Hagino | |
use it from icmp6 code. | |||
2000-03-22 | comment out ifconfig undo code. they are necessary to avoid memory | Jun-ichiro itojun Hagino | |
leakage, however, was too strict that they disallow multiple address from same prefix to be assigned (when rtinit returns EEXIST). we'll need to improve it. | |||
2000-03-22 | sync | Theo de Raadt | |
2000-03-22 | add new adaptec models | Theo de Raadt | |
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 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 | 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 | 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 | Fix casting so it compiles on alphas (testing by janjaap@stack.nl, | Angelos D. Keromytis | |
closing pr #1150) | |||
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 | 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-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 | 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-19 | faster log2, more stats, lazy random stirring, more stats, less debug, help ↵ | Michael Shalayeff | |
and ok from provos@ | |||
2000-03-19 | split crypto driver front-end from software crypto engine | Theo de Raadt | |
2000-03-18 | Sync. | Ian Darwin | |
2000-03-18 | Implement vfork (ok jasoni). | Ian Darwin | |
2000-03-18 | postpone memory allocation for uvm swap encryption until it is turned on with | Niels Provos | |
sysctl. | |||
2000-03-18 | make uvm swap encrypt compile again, from markus@ | Niels Provos | |
2000-03-18 | cap the maximum sessions at 2048 since that's all that is available in | Jason Wright | |
the result descriptor (the command descriptor has an extra bit, but it gets blown away in transit). | |||
2000-03-17 | ratecheck - function to help implement rate-limited actions (from NetBSD) | Jakob Schlyter | |
ok art@ | |||
2000-03-17 | remove multiple function declarations. | Artur Grabowski | |