Age | Commit message (Expand) | Author |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-12-30 | Back out __EOF stuff and just use -1 in ctype.h. This is OK since | Todd C. Miller |
2002-12-29 | Don't define EOF In ctype.h, some 3rd party code checks whether or | Todd C. Miller |
2002-10-25 | NULL is now 0L so it is the same size as a pointer. | Todd C. Miller |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-02 | attribute(format) no longer implies nonnull... | Marc Espie |
2001-09-04 | put changes back, this time ALL the files. | Federico G. Schwindt |
2001-08-30 | Back out fgsch@'s tree breaking commits. | Todd T. Fries |
2001-08-30 | fix some const warnings | Federico G. Schwindt |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
2000-03-04 | Make P_tmpdir point to /tmp/ not /var/tmp | Todd C. Miller |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
2000-02-21 | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. | Todd C. Miller |
1999-09-17 | Be thorough about NULL as __null for C++. | Marc Espie |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1997-11-29 | Add __attribute__ for asprintf. | Todd C. Miller |
1997-11-29 | Implement asprintf(3) and vasprintf(3) functions similar to the | Todd C. Miller |
1996-10-28 | Do not enable putc() macro implementation if _POSIX_SOURCE is defined; | Thorsten Lockert |
1996-07-26 | export non-constipated sys_errlist[] to userland | Theo de Raadt |
1996-07-25 | Partially revert back to the old behaviour of declaring sys_errlist here. | Jason Downs |
1996-05-01 | typo in __STRICT_ANSI__ | Theo de Raadt |
1996-03-24 | Prefix "long long" with "/* LONGLONG */" to shut up lint(1) | Thorsten Lockert |
1996-01-29 | from netbsd; move sys_nerr/sys_errlist decls to errno.h | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |