Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller | |
off_t to be visible in stdio.h even in strict ansi mode. This is needed for ftello()/fseeko() and it allows us to remove the horrible fpos_t hack. | |||
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller | |
make time_t int not int32_t. | |||
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller | |
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others). | |||
1997-04-20 | Add new clock related types; from NetBSD | Thorsten Lockert | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1996-04-17 | Cleanups & fixes from latest NetBSD primarily to run doscmd, etc. | Michael Shalayeff | |
GENERIC added to the compile/.cvsignore (it is used for 'make links' for example), thus conf/GENERIC should appear magically ... | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |