Age | Commit message (Expand) | Author |
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-09 | need to include bpfilter.h for bpf to work (noticed by weissmanndude). put so... | Michael Shalayeff |
2003-08-08 | remove unused code and a some cleanup; deraadt@ and krw@ ok. | Federico G. Schwindt |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-08-05 | print dv_xname instead of the uninitialized variable card; ok miod/henning/de... | Markus Friedl |
2003-08-05 | Add support for Winbond 83627THF, ok grange@ henning@ | Damien Couderc |
2003-08-03 | use bus_dmamap_load_raw() instead of bus_dmamap_load() where appropriate; krw... | Michael Shalayeff |
2003-07-25 | cast and %lu for size_t variable printf | Jason Wright |
2003-07-23 | Old Promise ATA controllers need some additional operations | Alexander Yurchenko |
2003-07-23 | VT1612A; matthew.gream@pobox.com | Theo de Raadt |
2003-07-15 | Add support for AD1985, deraadt@ ok | Damien Couderc |
2003-07-15 | correct some debugging printfs | Jason Wright |
2003-07-15 | move prototype for com_raisedtr() to comvar.h (just like pccom). | Jason Wright |
2003-07-14 | uptimes in secs and usecs seem to be swapped w/ each other; also confirmed by... | Michael Shalayeff |
2003-07-09 | Eliminate creation/destruction of dmamap's for every xmit by reusing | Kenneth R Westerback |
2003-07-08 | no need for an explicit machine/intr.h; tested on alpha, i386, sparc | Michael Shalayeff |
2003-07-06 | trailing spaces | Alexander Yurchenko |
2003-07-05 | better indent | Alexander Yurchenko |
2003-07-01 | Don't dma map the xs->cmd. Copy it to a safe buffer that is already | Kenneth R Westerback |
2003-06-29 | - cast rfact to int64_t before multiplication to avoid sign overflow | Alexander Yurchenko |
2003-06-29 | remove usage of xl_unit | Jason Wright |
2003-06-28 | supply missing argument to a panic string; ok tedu, deraadt | Anil Madhavapeddy |
2003-06-28 | fix wrong format type; ok deraadt, tedu, mickey | Anil Madhavapeddy |
2003-06-28 | Fix a bug which would promote a target from TARST_PROBING to | Kenneth R Westerback |
2003-06-26 | align acb size to 256 bytes to avoid cache issues; krw@ ok | Michael Shalayeff |
2003-06-25 | constify some readonly data | Michael Shalayeff |
2003-06-25 | AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIG | Michael Shalayeff |
2003-06-25 | Restore the original wdcdebug_mask instead of clearing DEBUG_PROBE when | Henric Jungheim |
2003-06-25 | Extend the sparc bus_space_tag_t to store access endianness in it, and | Miod Vallat |
2003-06-25 | #include <machine/intr.h> is not necessary here. | Miod Vallat |
2003-06-23 | no need for an explicit <machine/intr.h> inclusion | Michael Shalayeff |
2003-06-18 | we already set the rx descriptor length to accept vlan packets... just | Jason Wright |
2003-06-17 | New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445 | Miod Vallat |
2003-06-16 | be more sane w/ byte swapping and leave the le archs at the same behaviour an... | Michael Shalayeff |
2003-06-09 | more 3/4 cleanup for pefo | Theo de Raadt |
2003-06-09 | Fix erroneous handling of i/o's during a reset. | Kenneth R Westerback |
2003-06-07 | print minor version as 02d; from Adam Montague via pr 3284; matches what free... | Michael Shalayeff |
2003-06-05 | 3/4 knockout for peter galbavy | Theo de Raadt |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-03 | fix various 3/4 licenses according to "terms" file | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | kill the caluses three and four on some of my code | Michael Shalayeff |
2003-06-02 | nuke clause 3 & 4 | Jason Wright |
2003-06-02 | do not play w/ interrupts too much and keep 'em enabled at all times, fixes r... | Michael Shalayeff |
2003-05-31 | real register definitions for the brooktree 451/457/458 on the cgsix and | Jason Wright |
2003-05-28 | The statistics are wrong endian. "netstat -i" now gives sane results. | Henric Jungheim |
2003-05-24 | Disable off-screen font loading. We still need to use the pdc console routines | Miod Vallat |
2003-05-20 | AN983 endian issue; from FreeBSD via PR 3263 with minor style fixes by me | Henning Brauer |
2003-05-19 | Put required delays between reading DSTAT and SSTAT0 registers. Add new ones | Kenneth R Westerback |