Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-21 | in case of failure use the same logic for unmapping as it was used for ↵ | Michael Shalayeff | |
mapping; found and testing by Jack Culpepper <jack@cloudconnector.com>; deraadt@ ok | |||
2004-08-21 | correct bounds checks. found at/by Coverity. | Ted Unangst | |
ok deraadt@ | |||
2004-08-20 | take out the -beta now | Theo de Raadt | |
2004-08-20 | Enable com@puc now that it works. OK deraadt@ miod@ henning@. | Todd C. Miller | |
lpt@puc is still disabled until it gets tested. | |||
2004-08-20 | sync | Theo de Raadt | |
2004-08-20 | a belkin ID on a sk card | Theo de Raadt | |
2004-08-19 | Enable puc and com@puc; fixes PR 3823 | Miod Vallat | |
ok deraadt@ | |||
2004-08-19 | Do as much in com_puc_attach2() as done in com_attach_subr(), until they | Miod Vallat | |
really get cleaned up and factorized; fixes puc operation on amd64 and sparc64. tested pval@ millert@ naddy@; ok deraadt@ millert@ | |||
2004-08-19 | #ifdef TI_VERBOSE around "no free jumbo buffers" printf. | Ryan Thomas McBride | |
2004-08-19 | Fix (well, rewrite) the start() logic - not only would it eat characters, | Miod Vallat | |
but it could cause the output to stop completely. While there, fix cnputc() prototype and clean up cngetc(). | |||
2004-08-19 | Don't complain about lack of available jumbo buffers when processing incoming | Ryan Thomas McBride | |
packets unless we're debugging. | |||
2004-08-19 | Don't complain about lack of jumbo storage when processing incoming packets | Ryan Thomas McBride | |
unless we're debugging. | |||
2004-08-19 | If a DMA operation takes longer time than usual, do not flood the console | Miod Vallat | |
too much with warning messages. | |||
2004-08-19 | Remove debug printf that crept in. | Miod Vallat | |
2004-08-19 | there be usb dragons | Michael Shalayeff | |
2004-08-19 | commented out ahd (compiles but does not work) | Michael Shalayeff | |
2004-08-18 | Fix last commit, all 4 com ports use the same frequency. Prompted | Todd C. Miller | |
by a comment from henning@ | |||
2004-08-18 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1, | Tom Cosgrove | |
as recently fixed on i386. requested by, and ok, deraadt@ | |||
2004-08-18 | fix bad packets passed to bpf from the gre(4) interface. | Can Erkin Acar | |
reported by Robert Stone ( robert at arbor net ) via PR 3852 This is a different fix since gre(4) may carry non-ip packets. tested by Robert Stone and markus@ ok markus@ deraadt@ | |||
2004-08-18 | regen for NetMos 4S | Todd C. Miller | |
2004-08-18 | Add NetMos 4S (4 port serial) | Todd C. Miller | |
2004-08-18 | A potpourri of fixes and improvements: | Miod Vallat | |
- sync with recent NetBSD changes, gives better performance for PIO reads; - sprinkle a few DELAY when busy-waiting for the chip to change state, to unload the bus. ok deraadt@, tests millert@ and I. | |||
2004-08-18 | Add 'irq6/clock0' to evcount on luna88k. | Kenji Aoyama | |
ok miod@ | |||
2004-08-18 | s/tmr2_stat_clk/stat/ s/tmr1_hard_clk/clock/ (better interrupt names) | Dale Rahn | |
ok miod@ and deraadt@ | |||
2004-08-18 | skip splx() for skiplookup; report Vafa D. Izadinia; ok henning, canacar | Markus Friedl | |
2004-08-18 | remove: GPL_MATH_EMULATE MSDOSFS rl tx tl wb | Theo de Raadt | |
add: ahd This is a wortwhile exhange! | |||
2004-08-17 | Use device name, not constant string, ok deraadt@ | Dale Rahn | |
2004-08-17 | don't forget to set rv to zero on false match | Michael Shalayeff | |
2004-08-17 | Improved interrupt counters for arm: no spaces in the names, | Dale Rahn | |
return correct value for interrupt routines, fix some string overflows. only count the interrupts we are interested in. ok miod@ | |||
2004-08-17 | printf repair | Theo de Raadt | |
2004-08-17 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1. | Tom Cosgrove | |
ok deraadt@ | |||
2004-08-16 | Uninline splraise to save some time and space. | Artur Grabowski | |
deraadt@ ok, tested by many for a long time. | |||
2004-08-16 | crank wi_cmd_count to 2000 for the time being; should help avoid | Todd C. Miller | |
timeouts on cards with station firmware < 1.8. Better fix coming post-3.6... | |||
2004-08-15 | gracefully handle FP traps | Per Fogelstrom | |
2004-08-15 | cast | Per Fogelstrom | |
2004-08-15 | protect code dealing with the vnode sync list with splbio(). fixes the | Pedro Martelletto | |
'fsync failed' panic on amd64. discussed with and ok'd by art@, tedu@ and deraadt@. tested by many (thanks). | |||
2004-08-15 | undo last commit, skipping over ifaddrs without IFA_ROUTE has unwanted | Henning Brauer | |
sideffects in IPv6 land, noticed by Johan Fredin <griffin@legonet.org> | |||
2004-08-15 | gas 2.14 have different understanding of 32-64 bit constant cvt | Per Fogelstrom | |
2004-08-15 | remove LP32 defs not used | Per Fogelstrom | |
2004-08-15 | Add back the broken swap. This needs to be checked why it has to | Per Fogelstrom | |
(or not) be there. Meanwhile leave it in. | |||
2004-08-15 | cleanup and more protos | Per Fogelstrom | |
2004-08-14 | Add isa vga to amd64 install media kernels. This makes it possible to | Kenneth R Westerback | |
use a normal console to install on systems, such as my Tyan S2885, which find the in-built vga in isa land rather than pci land. Completes earlier work by Tom Cosgrove on GENERIC. ok deraadt@ | |||
2004-08-14 | re-enable ahc on pci since mickey is missing | Theo de Raadt | |
2004-08-14 | bad bad typo + thinko made ktrace broken in smp. ok deraadt@ | Niklas Hallqvist | |
2004-08-13 | Fix issue with auto request sense handling for both ahc and ahd. | Kenneth R Westerback | |
Restore hppa functionality, add sgi functionality for ahc. ok deraadt@, plus marco@, mickey@, pefo@ for various bits. | |||
2004-08-13 | sync | Theo de Raadt | |
2004-08-13 | LK204-24-USB LCD; adulau@foo.be | Theo de Raadt | |
2004-08-13 | add missing copyright | Per Fogelstrom | |
2004-08-12 | Leave the command wait interrupt enabled as long as there is at least one | Jason Wright | |
pending result. This isn't a good solution (we're obviously missing an interrupt or two in some cases), but this will guarantee we get called periodically until all of the queues are drained. Based on idea from "jochen from penguin-breeder decimal org"; ok theo | |||
2004-08-12 | Prevent a panic by validating the super block size as recorded in the | Otto Moerbeek | |
superblock; make the block size check also catch negative values. ok miller@ tedu@ |