Age | Commit message (Expand) | Author |
2004-08-23 | Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz> | Marco Peereboom |
2004-08-23 | The IT87 chip has 3 Fan sensors. Fix the loop invariant and add | Todd C. Miller |
2004-08-23 | pefo is a tree breaker | Theo de Raadt |
2004-08-23 | fix free page commit handling | Per Fogelstrom |
2004-08-23 | clean | Per Fogelstrom |
2004-08-23 | default is big endian | Per Fogelstrom |
2004-08-23 | new disklabel for sgi | Per Fogelstrom |
2004-08-23 | disk boot and tools for sgi | Per Fogelstrom |
2004-08-23 | make sure we do not overwrite checksum field on shared mbuf. | Jun-ichiro itojun Hagino |
2004-08-22 | Crank maxusers to 32; 16 is not enough to workaround the 68040-pmap problem | Miod Vallat |
2004-08-22 | Do check for STATS_OFLOW in interrupt handler. The overflow interrupt is | Can Erkin Acar |
2004-08-21 | Fix typo in comment | Tom Cosgrove |
2004-08-21 | Hook cdbr and cdboot into the build. | Tom Cosgrove |
2004-08-21 | Enter cdboot, a CD-specific second-stage bootrap. Based on the i386 | Tom Cosgrove |
2004-08-21 | Enter cdbr, an El Torito no-emulation CD boot sector that fits | Tom Cosgrove |
2004-08-21 | Be more paranoid about the SPC_DOINGDMA and SPC_HAVEDMA flag usage. | Miod Vallat |
2004-08-21 | Check for disabled parity in the master chip hconf register upon attach, | Miod Vallat |
2004-08-21 | Be sure to reset the master hconf register when resetting the scsi chip. | Miod Vallat |
2004-08-21 | Missing DELAY. | Miod Vallat |
2004-08-21 | in case of failure use the same logic for unmapping as it was used for mappin... | Michael Shalayeff |
2004-08-21 | correct bounds checks. found at/by Coverity. | Ted Unangst |
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 |
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 |
2004-08-19 | Do as much in com_puc_attach2() as done in com_attach_subr(), until they | Miod Vallat |
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 |
2004-08-19 | Don't complain about lack of available jumbo buffers when processing incoming | Ryan Thomas McBride |
2004-08-19 | Don't complain about lack of jumbo storage when processing incoming packets | Ryan Thomas McBride |
2004-08-19 | If a DMA operation takes longer time than usual, do not flood the console | Miod Vallat |
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 |
2004-08-18 | Calculate time_t correctly from (day, month, year): 1/1/70 is 0, not 1, | Tom Cosgrove |
2004-08-18 | fix bad packets passed to bpf from the gre(4) interface. | Can Erkin Acar |
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 |
2004-08-18 | Add 'irq6/clock0' to evcount on luna88k. | Kenji Aoyama |
2004-08-18 | s/tmr2_stat_clk/stat/ s/tmr1_hard_clk/clock/ (better interrupt names) | Dale Rahn |
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 |
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 |
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 |