Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-03 | match a bunch more bge devices. May not work completely, but they're no | Jason Wright | |
more broken than before; ok deraadt. | |||
2003-09-03 | bunch more bcm57xx devices and correct altima devices (from netbsd); ok deraadt | Jason Wright | |
2003-09-03 | support for bcm5823; based on patch from Jim Lambert, jlamber at futurex dot ↵ | Jason Wright | |
com; ok deraadt. | |||
2003-09-03 | bcm 5823 | Jason Wright | |
2003-08-31 | remove bogus cache test. Suggested by drahn@, ok mickey@, miod@. | Matthieu Herrb | |
2003-08-27 | this bit is defined as prefetchable and not cachable and thus rename and use ↵ | Michael Shalayeff | |
appropriately | |||
2003-08-23 | switch to ether_input_mbuf; krw@ testing and ok. | Federico G. Schwindt | |
2003-08-22 | need to flip the operands wordwise for big endian machines. modexp works | Jason Wright | |
on ppc now. | |||
2003-08-21 | sys/types.h is not really needed w/ sys/param.h | Michael Shalayeff | |
2003-08-21 | remove extra header file <sys/systm.h>. ok mickey@ | Kevin Lo | |
2003-08-20 | How about we NOT stomp all over memory past the end of the result buffer. | Jason Wright | |
(Now modexp runs for non-1k/2k operations) | |||
2003-08-20 | - The safenet chip really likes it's big nums to be written to different | Jason Wright | |
parts of memory... picky picky ;) - zero the bignum memory after copying out the result (one less copy of sensitive material floating around...)... Why don't vendors provide a bit you can toggle that does this? - Oh, and modexp now works. | |||
2003-08-20 | most of the infrastructure to support public key operation. This is just | Jason Wright | |
a snapshot of work in progress (doesn't work correctly yet). | |||
2003-08-20 | regen | Michael Shalayeff | |
2003-08-20 | some more mysons; from form@; deraadt@ ok | Michael Shalayeff | |
2003-08-19 | missing break. | Mike Pechkin | |
jason@ ok | |||
2003-08-19 | cleanup; from form@ | Michael Shalayeff | |
2003-08-19 | cleanup; from form@ | Michael Shalayeff | |
2003-08-19 | prefer memory mappings (to io) | Michael Shalayeff | |
2003-08-19 | use pci_mapreg_map() to map the regs and some cleanups; form@ ok | Michael Shalayeff | |
2003-08-19 | myson mtd803 ether and enable mtdphy no; form netbsd via form@ | Michael Shalayeff | |
2003-08-16 | AN983 needs 64BIT_HASH too, fixes multicast | Henning Brauer | |
From: jared r r spiegel <jrrs@gateway.nodeless.net> | |||
2003-08-15 | - remove ahc dependency, convert smc93cx6 into an attribute. | Federico G. Schwindt | |
- support for 8 and 32 bit registers. from NetBSD. deraadt@ and krw@ testing and ok. | |||
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst | |
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | |||
2003-08-14 | correct length mask | Jason Wright | |
2003-08-14 | add more delays during init | Jason Wright | |
2003-08-14 | remove magic swapping constants in favor of the #defines I added a few | Jason Wright | |
minutes ago (could have sworn I hit ^X^S). | |||
2003-08-14 | - remove some uneeded junk (mainly leftovers from ubsec cut/paste) | Jason Wright | |
- fix interrupt printing - make shared structure entries volatile to ensure ordering - swap the key, iv, and mackey arguments appropriately - treat particle descriptor as two 32 elements (necessary for swabbing) - set the endian control byte correctly and flip off swabbing on the packet data (now works on macppc) | |||
2003-08-14 | kill unneeded caddr_t casts for *_copyback | Jason Wright | |
2003-08-12 | - Don't need the bus_dma callback cruft as we have everything necessary in the | Jason Wright | |
map structure. - pull in some of sam's debugging stuff so that #define SAFE_DEBUG will compile - set the dst <- src when uio && nicealign && uniform | |||
2003-08-12 | cleaning: remove sc_flags and FBSDID junk | Jason Wright | |
also: let safe_uniform() check all of the elements | |||
2003-08-12 | sync | Alexander Yurchenko | |
2003-08-12 | TI cardbus controller found on my new laptop | Alexander Yurchenko | |
ok deraadt@ | |||
2003-08-12 | safenet 1141 driver from freebsd (sam at errno): | Jason Wright | |
this is a completely hacked up version, complaints should be to me not sam =) | |||
2003-08-12 | move verify_cksum() to ahc; krw@ ok. | Federico G. Schwindt | |
2003-08-12 | add/update my copyright | Nathan Binkert | |
2003-08-11 | make dmesg prints closer to the rest of the drivers | Michael Shalayeff | |
2003-08-11 | make sure to not attach the card if the int cannot be established and repair ↵ | Michael Shalayeff | |
the dmesg outputs | |||
2003-08-11 | cleanup dmesg output | Michael Shalayeff | |
2003-08-08 | x is probably just as random as letoh32(x), don't bother byte swapping the ↵ | Jason Wright | |
numbers from the RNG. | |||
2003-08-07 | sync | Theo de Raadt | |
2003-08-07 | remove junk vendors (might have deleted a few by accident, will re-add as ↵ | Theo de Raadt | |
needed) | |||
2003-08-07 | sync | Theo de Raadt | |
2003-08-07 | remove a bunch of junk | Theo de Raadt | |
2003-08-06 | typo | Theo de Raadt | |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-08-04 | sync | Markus Friedl | |
2003-08-04 | soekris tweaks | Markus Friedl | |
2003-08-02 | regen. | Federico G. Schwindt | |
2003-08-02 | ADMtek 8211 WLAN id. | Federico G. Schwindt | |