History log of /openbsd-current/lib/libc/termios/tcgetsid.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.4 28-Jun-2019 deraadt

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.3 17-Dec-2013 millert

The termios.h bits were missing from the initial commit.


# 1.2 17-Dec-2013 naddy

fix build; from deraadt@


# 1.1 17-Dec-2013 millert

Add tcgetsid() now that it is in POSIX base. Man page adapted from
NetBSD (thorpej). OK kettenis@


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.3 17-Dec-2013 millert

The termios.h bits were missing from the initial commit.


# 1.2 17-Dec-2013 naddy

fix build; from deraadt@


# 1.1 17-Dec-2013 millert

Add tcgetsid() now that it is in POSIX base. Man page adapted from
NetBSD (thorpej). OK kettenis@