| Age | Commit message (Expand) | Author |
| 2008-01-09 | Remove support for NetBSD/pc532. | simonb |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-10-01 | More from Matt Fleming: | elad |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks! | elad |
| 2006-09-07 | Switch pc532 to timecounters and generic TODR. | simonb |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-12 | KNF, ANSIfy, white space clean up. | simonb |
| 2006-03-29 | No need to check if dv_cfdata is NULL here. | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-11 | Trim use of "volatile" a little. | simonb |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-02 | make this compile again after stricter warnings and compat changes. | chs |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-02-22 | require that the register address and irq be specified in the config file | chs |
| 2004-12-13 | for drivers that support only one instance, use a global variable to ensure | chs |
| 2004-01-23 | Fix trailing white space and trailing blank line nits. | simonb |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-24 | * Defflag CPU30MHZ. | thorpej |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2002-11-22 | Switch to using evcnt(9) to track interrupt counts. | simonb |
| 2002-11-21 | Put back extern declaration of scn_cd so this builds again. | simonb |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-05-25 | Add an empty statement after a goto label to keep gcc-current happy. | simonb |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-01-21 | Switch to MI dev/md_root.c for archs which don't have any special | jdolecek |
| 2001-11-21 | "than" instead of "then". | wiz |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-05-30 | add missing #include "opt_kgdb.h" | lukem |
| 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-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-03-22 | Fix type in pliptransmit declaration (C version). Noticed by | matthias |
| 2000-12-19 | Make it work again after the linediscipline changes. | matthias |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-11-02 | Adapt to new line discipline scheme. | eeh |
| 2000-07-14 | Take care of prototype changes for console probe and console getc. | matthias |
| 2000-05-26 | Fix typo: 68681, not 68881. (I'm a UART, Jim, not an FPU!!!) | cgd |