| Age | Commit message (Expand) | Author |
| 2003-11-16 | Fix address calculation for split segment address when the buffer is | tsutsui |
| 2003-11-09 | Nuke bcopy/bzero. | martin |
| 2003-10-31 | Attach zs to sbus only, current driver cannot attach to mainbus. | petrov |
| 2003-10-26 | Fix uninitialized variable warning. | christos |
| 2003-10-26 | Actually initialize the size that is printed in case of an error, so garbage | christos |
| 2003-10-21 | don't initialize an int with NULL. | petrov |
| 2003-10-21 | don't use NULL for u_long initialization. | petrov |
| 2003-10-11 | When establishing interrupt set CPU_UPAID in mapping register | petrov |
| 2003-09-15 | Make a panic format 32bit safe. | martin |
| 2003-09-08 | Support multisegment dmamap sync, adopted from OpenBSD. | petrov |
| 2003-08-27 | change PROM_getprop() from taking a "void **" for the storage, to a | mrg |
| 2003-08-25 | Use dev/sun/fbvar.h instead of machine/fbvar.h (which is just an out | uwe |
| 2003-08-25 | Undo previous as it broke things. | uwe |
| 2003-08-24 | #include "opt_rcons.h" | uwe |
| 2003-08-22 | Don't set and check absent interrupts on sabre. | petrov |
| 2003-08-22 | Cosmetic: move DEBUG defines. | petrov |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-30 | It's 2003 now, print newline in attach. | petrov |
| 2003-07-24 | ansify. | petrov |
| 2003-07-17 | Driver for CP1500/1400 watchdog timer. | petrov |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Passing struct lwp * instead of struct proc * to device functions. | martin |
| 2003-06-29 | Passing struct lwp * instead of struct proc * to device functions, | martin |
| 2003-06-16 | Define option BLINK in option file opt_auxio.h and include it in auxio.c. | heas |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-06-14 | Also pass a type argument to comcnattach() and com_kgdb_attach(). | thorpej |
| 2003-06-13 | Pick up from OpenBSD: | petrov |
| 2003-06-11 | Use cdevsw_lookup_major. | petrov |
| 2003-06-11 | Comment out debug output. | petrov |
| 2003-05-23 | Port of OpenBSD ffb driver written by Jason L. Wright. | petrov |
| 2003-05-17 | Avoid comparison is always false warnings in gcc 3.3 w/ 32-bit kernels. | nakayama |
| 2003-05-17 | Avoid integer constant is too large warnings in gcc 3.3. | nakayama |
| 2003-05-17 | Avoid strict-alias warnings in gcc 3.3. | nakayama |
| 2003-05-05 | When overwriting the cache line size configuration, do not use the magic | martin |
| 2003-05-04 | Move the bus speed query code into it's own function and make it default | martin |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-21 | Connect the front panel power button on psycho based machines to sysmon's | martin |
| 2003-04-17 | Comment fixes from OpenBSD. | nakayama |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-22 | PCI-CardBus bridge support for sparc64: | nakayama |
| 2003-02-05 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-01-28 | Provide locking required by the interrupt handlers running at IPL_SERIAL. | pk |
| 2003-01-16 | Don't do anything if there are no streaming buffer cache. | petrov |
| 2003-01-06 | writable, not writeable. | wiz |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-12-10 | Remove the `flags' argument from bus_intr_establish(). | pk |
| 2002-12-10 | bus_intr_establish() signature change. | pk |
| 2002-10-24 | Remove duplicate code in iommu_dvmamap_sync. | petrov |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |