| Age | Commit message (Expand) | Author |
| 2003-12-10 | Modify the licences of code written by Theo De Raadt from a 4-clause | agc |
| 2003-09-29 | available, not avaliable. From miod@openbsd. | wiz |
| 2003-09-26 | TAB/space cleanup. | tsutsui |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-18 | don't #include <sys/dkstat.h> where it is (appearently) unused | drochner |
| 2003-05-21 | Correct a diagnostic printf format specifier. | kristerw |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-03-30 | #include "opt_kgdb.h" | kristerw |
| 2003-01-28 | Provide locking required by the interrupt handlers running at IPL_SERIAL. | pk |
| 2003-01-20 | bzero the part of the buffer used to pad the packet to | bouyer |
| 2003-01-06 | interrupt with two rs. | wiz |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-12-29 | Do not try to return a value from void functions. | kristerw |
| 2002-11-01 | implement separate read/write disk statistics: | mrg |
| 2002-10-26 | g/c local offsetof(), it's defined in libkern.h | jdolecek |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-10 | Pass a struct cons_channel * to cc_iclose, not a struct kbd_softc *. | martin |
| 2002-10-08 | fix typo - si_vme, not si_vmw | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-03 | correct range check, have overflow check, fix type mismatches, | itojun |
| 2002-07-24 | Fix a bug from last commit: Look for more work AFTER the current buf | hannken |
| 2002-07-23 | Convert to new device buffer queue interface. | hannken |
| 2002-05-30 | Statements must follow labels. | thorpej |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2001-09-19 | machine/fbio.h -> dev/sun/fbio.h | thorpej |
| 2001-09-05 | bcopy() -> memcpy(), bzero() -> memset() | tsutsui |
| 2001-09-05 | - bcopy() -> memcpy(), strcpy() | tsutsui |
| 2001-09-05 | Remove register prefixes. | tsutsui |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-08-05 | use unsigned variable types as appropriate | jdolecek |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-07-08 | Correct various misspellings of 'transfer' and inflected forms. | wiz |
| 2001-06-05 | (locally defined) HZ -> hz | thorpej |
| 2001-05-30 | add missing #include "opt_kgdb.h" | lukem |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-28 | don't abuse cf_unit. | chs |
| 2001-05-27 | don't abuse cf_unit. | chs |
| 2001-05-27 | don't abuse cf_unit. | chs |
| 2001-05-02 | Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point | scw |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-03-29 | use NCR_F_DMASELECT instead of ncr53c9x_dmaselect | petrov |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-11-03 | Switch to MI md_root.c. Tested on RAMDISK3X kernel. | tsutsui |