OpenBSD CVS

CVS log for src/include/stdio.h


[BACK] Up to [local] / src / include

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.55 / (download) - annotate - [select for diffs], Wed Jan 5 20:57:27 2022 UTC (2 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

funopen(): change seekfn argument to use off_t, not fpos_t
On BSD, fpos_t is typedef'd to off_t but some systems use a struct.
This means fpos_t is not a portable function argument or return value.
Both FreeBSD and the Linux libbsd funopen() have switched to off_t
for this--we should too.  From Joe Nelson.  OK deraadt@

Revision 1.54 / (download) - annotate - [select for diffs], Fri Sep 11 17:56:41 2020 UTC (3 years, 8 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.53: +7 -3 lines
Diff to previous 1.53 (colored)

add format string checking annotations for dprintf(3) and vdprintf(3)
ok millert@ deraadt@

Revision 1.53 / (download) - annotate - [select for diffs], Fri Sep 9 18:12:37 2016 UTC (7 years, 8 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.52: +2 -11 lines
Diff to previous 1.52 (colored)

Move the 10 (!) defintions of NULL to their own mini header file and
update the NULL definition for C++11.  OK deraadt@ guenther@ kettenis@

Revision 1.52 / (download) - annotate - [select for diffs], Wed Mar 16 04:56:08 2016 UTC (8 years, 2 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.51: +1 -15 lines
Diff to previous 1.51 (colored)

remove cpp version of __sputc, since the inline version is all we have
ever used.
ok jsg

Revision 1.51 / (download) - annotate - [select for diffs], Mon Mar 14 20:43:03 2016 UTC (8 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.50: +9 -6 lines
Diff to previous 1.50 (colored)

Expose snprintf() and vsnprintf() for XPG 5.  It predates C99 but
still specified snprintf() and vsnprintf() based on earlier drafts.
Allows snprintf() and vsnprintf() to be used when _XOPEN_SOURCE is
defined as 500.  OK guenther@

Revision 1.50 / (download) - annotate - [select for diffs], Tue Jan 20 22:09:50 2015 UTC (9 years, 3 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

increase TMP_MAX to the equivalent of INT_MAX. it's actually more,
but safer not to wraparound by accident.
ok deraadt millert miod

Revision 1.49 / (download) - annotate - [select for diffs], Thu Mar 27 15:28:16 2014 UTC (10 years, 1 month ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.48: +1 -2 lines
Diff to previous 1.48 (colored)

safe to remove gets, now that's gone from cstdio too

Revision 1.48 / (download) - annotate - [select for diffs], Tue Mar 25 15:55:15 2014 UTC (10 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47 (colored)

try to put the pin back in.
removing gets means removing it from libstdc++ and guenther tells me
that will require changing version numbers.

Revision 1.47 / (download) - annotate - [select for diffs], Tue Mar 25 15:24:12 2014 UTC (10 years, 1 month ago) by tedu
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

no gets

Revision 1.46 / (download) - annotate - [select for diffs], Sun Mar 16 18:38:30 2014 UTC (10 years, 2 months ago) by guenther
Branch: MAIN
Changes since 1.45: +1 -3 lines
Diff to previous 1.45 (colored)

lint is dead (long live the lint!), so stop using it as a cpp conditional
(namespace pollution!) or talking about its opinion on code.

ok krw@

Revision 1.45 / (download) - annotate - [select for diffs], Wed Dec 4 22:58:24 2013 UTC (10 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.44: +1 -3 lines
Diff to previous 1.44 (colored)

express final disapproval of the interfaces in libcompat, such as
them ftime(), gtty(), stty(), re_comp(), cuserid() and others.
Discussion and ongoing work to fix the ports tree from many, especially
naddy.
ok naddy
[There is a bit more cleanup possible after that, but this is considered
the current safe step]

Revision 1.44 / (download) - annotate - [select for diffs], Thu Mar 28 16:37:14 2013 UTC (11 years, 1 month ago) by eric
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.43: +6 -1 lines
Diff to previous 1.43 (colored)

Enable fmemopen(3) and open_{w,}memstream(3)

commiting on behalf of mpi@

Revision 1.43 / (download) - annotate - [select for diffs], Wed Jan 30 00:08:13 2013 UTC (11 years, 3 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.42: +7 -1 lines
Diff to previous 1.42 (colored)

Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).

Feedback from millert@ guenther@
OK guenther@ man page bits OK jmc@

Revision 1.42 / (download) - annotate - [select for diffs], Wed Mar 21 23:44:35 2012 UTC (12 years, 1 month ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2
Changes since 1.41: +7 -1 lines
Diff to previous 1.41 (colored)

Implement getdelim(3) and getline(3).
Prompted in a mail to tech@ by Jan Klemkow (j-dot-klemkow-at-wemelug-dot-de)
but this is based on NetBSD's implementation instead with some tweaks by me.
Further improvements would happen in tree.

ok millert@; discussed with many others
ports cleanup by naddy@, sthen@. Antti Harri, Gonzalo L. R. and myself.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Jul 18 17:29:49 2011 UTC (12 years, 10 months ago) by matthew
Branch: MAIN
CVS Tags: OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0
Changes since 1.40: +4 -1 lines
Diff to previous 1.40 (colored)

Expose a bunch of new functionality from POSIX 2008: openat(2),
fchmodat(2), fstatat(2), mkdirat(2), mkfifoat(2), mknodat(2),
faccessat(2), fchownat(2), linkat(2), readlinkat(2), renameat(2),
symlinkat(2), unlinkat(2), utimensat(2), futimens(2), and
fdopendir(3).

"Minor" libc bump.

Tested in a bulk build by naddy@
Much help from guenther@, thib@, tedu@, oga@, and others.
ok deraadt@, naddy@

Revision 1.40 / (download) - annotate - [select for diffs], Sun Jul 3 18:51:01 2011 UTC (12 years, 10 months ago) by jsg
Branch: MAIN
Changes since 1.39: +3 -1 lines
Diff to previous 1.39 (colored)

As pointed out by Richard Guenther our definition
of NULL was incorrect for c++ compilers that aren't
gcc (or pretend to be gcc like clang).

ok miod@

Revision 1.39 / (download) - annotate - [select for diffs], Wed Apr 6 11:39:42 2011 UTC (13 years, 1 month ago) by miod
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Define NULL as a void * instead of a long integer, as required by Single Unix.
Kernel and bootblocks still use the old 0L value until all the NULL abuses
in the code are fixed.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Nov 9 00:18:27 2009 UTC (14 years, 6 months ago) by kurt
Branch: MAIN
CVS Tags: OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.37: +19 -19 lines
Diff to previous 1.37 (colored)

Fix the handle locking in stdio to use flockfile/funlockfile
internally when and where required.  Macros in <stdio.h> are updated
to automatically call the underlying functions when the process is
threaded to obtain the necessary locking.  A private mutex is added
to protect __sglue, the internal list of FILE handles, and another
to protect the one-time initialization.  Some routines in libc that
use getc() change to use getc_unlocked() as they're either protected
by their own lock or aren't thread-safe routines anyway.

committing on behalf of and okay guenther@ now that we have install
media space available.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Oct 22 01:23:16 2009 UTC (14 years, 6 months ago) by guenther
Branch: MAIN
Changes since 1.36: +19 -19 lines
Diff to previous 1.36 (colored)

Back out previous commit, as it caused too much growth for the install
media to fit

Revision 1.36 / (download) - annotate - [select for diffs], Wed Oct 21 16:04:23 2009 UTC (14 years, 6 months ago) by guenther
Branch: MAIN
Changes since 1.35: +19 -19 lines
Diff to previous 1.35 (colored)

Fix the handle locking in stdio to use flockfile/funlockfile
internally when and where required.  Macros in <stdio.h> are updated
to automatically call the underlying functions when the process is
threaded to obtain the necessary locking.  A private mutex is added
to protect __sglue, the internal list of FILE handles, and another
to protect the one-time initialization.  Some routines in libc that
use getc() change to use getc_unlocked() as they're either protected
by their own lock or aren't thread-safe routines anyway.

ok kurt@, earlier version tested by sthen@ and jj@

Revision 1.35 / (download) - annotate - [select for diffs], Fri Jan 13 18:10:09 2006 UTC (18 years, 4 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.34: +1 -2 lines
Diff to previous 1.34 (colored)

Remove neither documented nor found in any spec ctermid_r() function - ctermid()
is reentrant in its current implementation anyway.
Surfing on the recent major version bump, ok millert@ deraadt@

Revision 1.34 / (download) - annotate - [select for diffs], Fri Jan 6 18:53:04 2006 UTC (18 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.33: +17 -18 lines
Diff to previous 1.33 (colored)

Adapt things to use __type_t instead of _BSD_TYPE_T_
Add new sys/_types.h header
Include machine/_types.h or sys/_types.h where applicable

Revision 1.33 / (download) - annotate - [select for diffs], Tue Dec 13 00:35:22 2005 UTC (18 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.32: +53 -34 lines
Diff to previous 1.32 (colored)

First step in include files overhaul.  Use __FOO_VISIBLE (as defined
in sys/cdefs.h) instead of _FOO_SOURCE.  Also fix several namespace
pollution issues, including the byte order defines.  OK deraadt@

Revision 1.32 / (download) - annotate - [select for diffs], Wed May 11 18:39:19 2005 UTC (19 years ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.31: +3 -8 lines
Diff to previous 1.31 (colored)

let vfscanf be a real function. Use a weak_alias on systems where this
is feasible.

Okay millert@

There's a major libc bump coming that is going to cover this as well...

Revision 1.31 / (download) - annotate - [select for diffs], Sat Apr 30 09:25:17 2005 UTC (19 years ago) by espie
Branch: MAIN
Changes since 1.30: +4 -3 lines
Diff to previous 1.30 (colored)

Change internals of FILE: reuse the unget buffer field to access an
extended attribute data structure (pimpl idiom). Idea taken from citrus.
Much discussion with deraadt@, otto@, millert@...

This is the least disruptive way to extend FILE, since its size can't really
change without this being a flag day. So the size doesn't change.

Actual additions to the structure will come in separate steps, since this
change is nasty enough on its own.

Tests by otto@ and others, careful reading of code by otto@ and millert@.

This is definitely a major bump, and has been checked to not impact a
full ports build.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Jun 7 21:11:23 2004 UTC (19 years, 11 months ago) by marc
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.29: +1 -6 lines
Diff to previous 1.29 (colored)


major bump to libc and libpthread to break the dependency of a
particular implementation of libpthread for libc.  libc no longer
needs pthread.h to compile.
OK millert@, brad@, tedu@

Revision 1.29 / (download) - annotate - [select for diffs], Fri Aug 1 17:38:33 2003 UTC (20 years, 9 months ago) by avsm
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.28: +11 -6 lines
Diff to previous 1.28 (colored)

add __bounded__ attributes for userland headers; enabled with -Wbounded
ok deraadt@

Revision 1.28 / (download) - annotate - [select for diffs], Thu Jun 26 19:34:17 2003 UTC (20 years, 10 months ago) by avsm
Branch: MAIN
Changes since 1.27: +5 -10 lines
Diff to previous 1.27 (colored)

backout the __bounded__ attributes for a while; requested by deraadt@

Revision 1.27 / (download) - annotate - [select for diffs], Thu Jun 26 18:35:13 2003 UTC (20 years, 10 months ago) by avsm
Branch: MAIN
Changes since 1.26: +11 -6 lines
Diff to previous 1.26 (colored)

Mark various standard library functions with the __bounded__ attribute.
You must have an up-to-date gcc for this!
deraadt@ ok

Revision 1.26 / (download) - annotate - [select for diffs], Mon Jun 2 19:34:12 2003 UTC (20 years, 11 months ago) by millert
Branch: MAIN
Changes since 1.25: +2 -6 lines
Diff to previous 1.25 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Dec 30 21:36:06 2002 UTC (21 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.24: +2 -5 lines
Diff to previous 1.24 (colored)

Back out __EOF stuff and just use -1 in ctype.h.  This is OK since
we don't want any user defines to change how the inlined ctype
functions behave.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Dec 29 03:02:34 2002 UTC (21 years, 4 months ago) by millert
Branch: MAIN
Changes since 1.23: +6 -2 lines
Diff to previous 1.23 (colored)

Don't define EOF In ctype.h, some 3rd party code checks whether or
not EOF is defined to determine if stdio.h has been included.
Instead, use __EOF which should be OK wrt namespace safety.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Oct 25 21:55:28 2002 UTC (21 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

NULL is now 0L so it is the same size as a pointer.
OK mickey@ and discussed with deraadt@

Revision 1.22 / (download) - annotate - [select for diffs], Tue Feb 19 19:39:36 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

We live in an ANSI C world.  Remove lots of gratuitous #ifdef __STDC__ cruft.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Feb 17 19:42:21 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)

Revision 1.20 / (download) - annotate - [select for diffs], Sat Feb 16 21:27:17 2002 UTC (22 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.19: +79 -79 lines
Diff to previous 1.19 (colored)

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.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Nov 2 00:19:10 2001 UTC (22 years, 6 months ago) by espie
Branch: MAIN
Changes since 1.18: +13 -7 lines
Diff to previous 1.18 (colored)

attribute(format) no longer implies nonnull...
ok millert@ miod@

Revision 1.18 / (download) - annotate - [select for diffs], Tue Sep 4 22:17:44 2001 UTC (22 years, 8 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

put changes back, this time ALL the files.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Aug 30 17:47:57 2001 UTC (22 years, 8 months ago) by todd
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Back out fgsch@'s tree breaking commits.
Test next time, ok?

Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 30 07:38:27 2001 UTC (22 years, 8 months ago) by fgsch
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

fix some const warnings

Revision 1.15 / (download) - annotate - [select for diffs], Wed Dec 6 17:18:42 2000 UTC (23 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.14: +7 -7 lines
Diff to previous 1.14 (colored)

use __x__ formats for __attribute__ arguments; guenther@gac.edu

Revision 1.14 / (download) - annotate - [select for diffs], Sat Mar 4 17:16:02 2000 UTC (24 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Make P_tmpdir point to /tmp/ not /var/tmp
Really, there should be a way to make configurable by the admin
at runtime (say, a gettmpdir() function).

Revision 1.13 / (download) - annotate - [select for diffs], Tue Feb 22 17:29:12 2000 UTC (24 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.12: +9 -16 lines
Diff to previous 1.12 (colored)

Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow
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.

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 21 22:11:20 2000 UTC (24 years, 3 months ago) by millert
Branch: MAIN
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.
Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively
since fpos_t is actually a 64bit type.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Sep 17 13:13:46 1999 UTC (24 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.10: +5 -1 lines
Diff to previous 1.10 (colored)

Be thorough about NULL as __null for C++.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 20 11:18:26 1998 UTC (25 years, 6 months ago) by d
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.9: +36 -3 lines
Diff to previous 1.9 (colored)

Add thread-safety to libc, so that libc_r will build (on i386 at least).
All POSIX libc api now there (to P1003.1c/D10)
  (more md stuff is needed for other libc/arch/*)
  (setlogin is no longer a special syscall)
Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS).
Doc some re-entrant routines
Add libc_r to intro(3)
dig() uses some libc srcs and an extra -I was needed there.
Add more md stuff to libc_r.
Update includes for the pthreads api
Update libc_r TODO

Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 29 20:01:03 1997 UTC (26 years, 5 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored)

Add __attribute__ for asprintf.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Nov 29 19:54:51 1997 UTC (26 years, 5 months ago) by millert
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7 (colored)

Implement asprintf(3) and vasprintf(3) functions similar to the
ones in the glibc.  Some man pages changes from FreeBSD
(asprintf.c/vasprintf.c are not based on GNU or FreeBSD code).

Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 28 06:51:05 1996 UTC (27 years, 6 months ago) by tholo
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.6: +7 -1 lines
Diff to previous 1.6 (colored)

Do not enable putc() macro implementation if _POSIX_SOURCE is defined;
it is not fully compliant

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jul 26 10:34:25 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

export non-constipated sys_errlist[] to userland

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 25 05:47:59 1996 UTC (27 years, 9 months ago) by downsj
Branch: MAIN
Changes since 1.4: +7 -0 lines
Diff to previous 1.4 (colored)

Partially revert back to the old behaviour of declaring sys_errlist here.

sys/errno.h can declare it as well.

Revision 1.4 / (download) - annotate - [select for diffs], Wed May 1 13:07:31 1996 UTC (28 years ago) by deraadt
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

typo in __STRICT_ANSI__

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 24 17:07:33 1996 UTC (28 years, 2 months ago) by tholo
Branch: MAIN
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

Prefix "long long" with "/* LONGLONG */" to shut up lint(1)

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 29 01:05:35 1996 UTC (28 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +1 -5 lines
Diff to previous 1.1 (colored)

from netbsd; move sys_nerr/sys_errlist decls to errno.h

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:41:13 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:41:13 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.