Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-28 | - cast usages of *printf() to void since we don't check return val | Todd C. Miller | |
- move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags | |||
1997-04-12 | long -> int to fix 64bit issues. This breaks 16bit machines but since we ↵ | Todd C. Miller | |
don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way) | |||
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |