Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | fix after mickey breakage; reported by grange@. | Federico G. Schwindt | |
2003-08-12 | cleaning: remove sc_flags and FBSDID junk | Jason Wright | |
also: let safe_uniform() check all of the elements | |||
2003-08-12 | regen | Michael Shalayeff | |
2003-08-12 | constify sequencer script; krw@ ok | Michael Shalayeff | |
2003-08-12 | regen | Michael Shalayeff | |
2003-08-12 | altima 101/101L phy from netbsd via freebsd; hugh@ testing | Michael Shalayeff | |
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 | Add signal number sanity checking to usl_sync_init(). This is not | Todd C. Miller | |
strictly required since the signal routines do their own sanity checks, but this way the VT_SETMODE ioctl() gets a nice EINVAL. Potential problem pointed out by Jacques Vidrine; deraadt@ OK | |||
2003-08-11 | constify voicetab | Michael Shalayeff | |
2003-08-11 | free code memory should change permissions fail | Michael Shalayeff | |
2003-08-11 | make sure Debugger() is called only inside _both_ DDB and OSIOP_DEBUG | Michael Shalayeff | |
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-09 | need to include bpfilter.h for bpf to work (noticed by weissmanndude). put ↵ | Michael Shalayeff | |
some non-fatal printfs into ifdef debug | |||
2003-08-08 | remove unused code and a some cleanup; deraadt@ and krw@ ok. | Federico G. Schwindt | |
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-06 | Fix a memleak on error in usb_block_allocmem(); Patrick Latifi | Todd C. Miller | |
deraadt@ OK | |||
2003-08-06 | The cleanup in ohci_init() is wrong; the statements for label bad2 | Todd C. Miller | |
and label bad3 should be swapped. From Patrick Latifi ok deraadt@ and fgs@ | |||
2003-08-05 | print dv_xname instead of the uninitialized variable card; ok ↵ | Markus Friedl | |
miod/henning/deraadt | |||
2003-08-05 | sync with netbsd | joshua stein | |
makes my samsung i500 attach a ucom ok nate@ | |||
2003-08-05 | Add support for Winbond 83627THF, ok grange@ henning@ | Damien Couderc | |
2003-08-04 | sync | Markus Friedl | |
2003-08-04 | soekris tweaks | Markus Friedl | |
2003-08-03 | use bus_dmamap_load_raw() instead of bus_dmamap_load() where appropriate; ↵ | Michael Shalayeff | |
krw@ ok | |||
2003-08-02 | regen. | Federico G. Schwindt | |
2003-08-02 | ADMtek 8211 WLAN id. | Federico G. Schwindt | |
2003-08-02 | 2nd port location was incorrect; bde@freebsd | Theo de Raadt | |
2003-08-01 | The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterly | Miod Vallat | |
ridiculous resolution, we need to plug the "clear the screen and switch font" trick here too. [Thanks to Andrey Smagin for providing a card for testing] | |||
2003-08-01 | sync | Theo de Raadt | |
2003-08-01 | ansi | Theo de Raadt | |
2003-08-01 | new soekris | Theo de Raadt | |
2003-08-01 | Fix ICH5R SATA support | Alexander Yurchenko | |