29 Commits (d3af4c4238c7986be6ae9f63b673ab067710fa51)

Author SHA1 Message Date
  avsm 3f2bee58c7 add __bounded__ attributes for userland headers; enabled with -Wbounded 21 years ago
  avsm b75b1238ee backout the __bounded__ attributes for a while; requested by deraadt@ 21 years ago
  avsm 3ab653a0d9 Mark various standard library functions with the __bounded__ attribute. 21 years ago
  millert cc6797b16c Remove the advertising clause in the UCB license which Berkeley 21 years ago
  millert e504a8f014 Back out __EOF stuff and just use -1 in ctype.h. This is OK since 22 years ago
  millert a9949c0ab0 Don't define EOF In ctype.h, some 3rd party code checks whether or 22 years ago
  millert 9a61bb23a6 NULL is now 0L so it is the same size as a pointer. 22 years ago
  millert d0f45c1a97 We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. 22 years ago
  millert 959b08f109 Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 22 years ago
  millert b68c09e067 Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 22 years ago
  espie 2fa03e9b65 attribute(format) no longer implies nonnull... 23 years ago
  fgsch f4fcb18ea3 put changes back, this time ALL the files. 23 years ago
  todd f4d4a36efa Back out fgsch@'s tree breaking commits. 23 years ago
  fgsch 7e1c9e7d4f fix some const warnings 23 years ago
  deraadt fb625bc33f use __x__ formats for __attribute__ arguments; guenther@gac.edu 24 years ago
  millert e079ac6af2 Make P_tmpdir point to /tmp/ not /var/tmp 24 years ago
  millert b98db3f883 Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow 24 years ago
  millert 662058799b Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. 24 years ago
  espie f851e80d96 Be thorough about NULL as __null for C++. 25 years ago
  d 31570910f0 Add thread-safety to libc, so that libc_r will build (on i386 at least). 26 years ago
  millert 667296b173 Add __attribute__ for asprintf. 27 years ago
  millert 309847b387 Implement asprintf(3) and vasprintf(3) functions similar to the 27 years ago
  tholo 0325b878d5 Do not enable putc() macro implementation if _POSIX_SOURCE is defined; 28 years ago
  deraadt e9778e2d47 export non-constipated sys_errlist[] to userland 28 years ago
  downsj 48a74a2466 Partially revert back to the old behaviour of declaring sys_errlist here. 28 years ago
  deraadt 9133d3ab3c typo in __STRICT_ANSI__ 28 years ago
  tholo cd5d45a618 Prefix "long long" with "/* LONGLONG */" to shut up lint(1) 28 years ago
  deraadt ac6c0282ed from netbsd; move sys_nerr/sys_errlist decls to errno.h 29 years ago
  deraadt 47b73ff83c initial import of NetBSD tree 29 years ago