Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-27 | Jumbo commit to fix all compilation warnings on mvme68k (add prototypes, | Miod Vallat | |
add casts, fix a few errors and typos in the process, etc) | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski | |
int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets. | |||
2001-01-04 | Y2K fix for TODC - Submitted by Bob Harbour. Thanks Bob! | Steve Murphree | |
2000-04-11 | Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.org | Paul Janzen | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1996-06-11 | use void * for pa/va instead of caddr_t | Theo de Raadt | |
1996-04-28 | cfattach/cfdriver split | Theo de Raadt | |
1995-11-07 | $Id$ throughout | Theo de Raadt | |
update many copyrights | |||
1995-10-18 | mvme68k port by me. some parts by dale rahn. | Theo de Raadt | |