Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller | |
now call the poll backend. With this change we implement greater poll(2) functionality instead of emulating it via the select backend. Adapted from NetBSD and including some changes from FreeBSD. Tested by many, deraadt@ OK | |||
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-08-23 | Convert the last old-timeout, tested by beck@ | Miod Vallat | |
1997-03-08 | Sync with NetBSD of about 4 March. | briggs | |
1996-05-26 | Missed a few files in the previous updates. | briggs | |