Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-11 | KNF. | Artur Grabowski | |
From Lurene Angela Grenier <lurene@daemonkitty.net> | |||
2002-07-11 | Please be more portable in usb land | Nathan Binkert | |
2002-07-10 | It is supposed to be printf, not db_printf. This change costed me | Artur Grabowski | |
several days of debugging my laptop because underneath the X it was sitting on the console waiting for me to press some key on the '--db_more--' prompt. | |||
2002-07-10 | proper cdev_decl(crypto) and no private protos | Michael Shalayeff | |
2002-07-10 | let IPv6 fragment go through based on normal rulesets. | Jun-ichiro itojun Hagino | |
TODO: sort-of normalization against fragments for inspection ok dhartmei@ | |||
2002-07-10 | proper cdev_decl(ksyms), fix ksyms's broken functions | Michael Shalayeff | |
2002-07-10 | proper cdev_decl(gpr) | Michael Shalayeff | |
2002-07-10 | no provate cdev_decl()s, they are in sys/conf.h now | Michael Shalayeff | |
2002-07-10 | 'sez' is not an english word; ok deraadt@ | Jason Peel | |
2002-07-10 | use ifp->if_sadl whether possible. | Federico G. Schwindt | |
2002-07-10 | Use the correct COR offset for pcmcia card; noted by Warner Losh | Todd C. Miller | |
2002-07-10 | shorten address printout | Theo de Raadt | |
2002-07-10 | sync | Theo de Raadt | |
2002-07-10 | shorten name | Theo de Raadt | |
2002-07-10 | use right sizeof in memcpy; markus ok | Theo de Raadt | |
2002-07-10 | sync whitespace | Nathan Binkert | |
2002-07-10 | Handle resetting port better. | Nathan Binkert | |
From NetBSD | |||
2002-07-10 | ICH4 support; ok gluk@ | Markus Friedl | |
2002-07-10 | do not use p++ in tolower(). NetBSD PR 17540. sync w/kame | Jun-ichiro itojun Hagino | |
2002-07-10 | Formatting and spacing sync with NetBSD | Nathan Binkert | |
2002-07-10 | Try to be more portable | Nathan Binkert | |
2002-07-10 | New device support | Nathan Binkert | |
use table lookup use usb_proc_ptr From NetBSD | |||
2002-07-10 | Support for USB->Serial adapters based on FT8U232AM | Nathan Binkert | |
various updates From NetBSD | |||
2002-07-10 | Sync with current status | Nathan Binkert | |
2002-07-09 | try to disable vsync timing if sparc_vsyncblank is set | Jason Wright | |
2002-07-09 | Add udsbr and comment it out until it is tested | Nathan Binkert | |
2002-07-09 | driver for D-Link DSB-R100 FM Radio | Nathan Binkert | |
From NetBSD | |||
2002-07-09 | kill trailing whitespace | Nathan Binkert | |
2002-07-09 | typo in panic message. | Artur Grabowski | |
2002-07-09 | When building ptes manually for pmap_zero_page4m and pmap_copy_page4m | Artur Grabowski | |
use explicit PPROT_N_RX and PPROT_N_RWX, don't treat the pte permissions as bitmasks (they aren't). | |||
2002-07-09 | sync with NetBSD | Nathan Binkert | |
2002-07-09 | make the timeout a function parameter | Nathan Binkert | |
From NetBSD | |||
2002-07-09 | Dont use stuff that isn't committed yet | Nathan Binkert | |
2002-07-09 | New device From NetBSD | Nathan Binkert | |
2002-07-09 | Sync Id string with NetBSD | Nathan Binkert | |
2002-07-09 | scanner updates from NetBSD | Nathan Binkert | |
2002-07-09 | allow getting and setting of the ADC, DAC, and PIO ports on the daadio (this ↵ | Jason Wright | |
has been sitting in my tree for awhile) | |||
2002-07-09 | fixes from NetBSD | Nathan Binkert | |
2002-07-09 | add new device | Nathan Binkert | |
from NetBSD | |||
2002-07-09 | sync | Nathan Binkert | |
2002-07-09 | New aue(4) device | Nathan Binkert | |
2002-07-09 | Use BWX on cia as much as possible. | Artur Grabowski | |
It doesn't seem to cause problems anymore and it should simplify some things for X. | |||
2002-07-09 | move common declarations to if_wivar.h; mickey@ and millert@ ok. | Federico G. Schwindt | |
2002-07-09 | Don't write 32 bits to a 16-bit register. | Aaron Campbell | |
2002-07-09 | no offset | Michael Shalayeff | |
2002-07-09 | changing kernel load address does not work that well w/ elf, load it where ↵ | Michael Shalayeff | |
it was linked | |||
2002-07-08 | bzero the correct size (I swear this worked at one time...) | Jason Wright | |
2002-07-08 | Correctly convert to new timeouts (this hasn't compiled for awhile) | Jason Wright | |
2002-07-08 | in addition to check cd_ndevs, also check that cd_devs[N] != NULL | Jason Wright | |
2002-07-08 | Another missing bit (appears to make the 582x series work like the 580x series | Jason Wright | |
as far as key setups go). |