index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openbsd-compat
/
bsd-misc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add clang sanitizer tests.
Darren Tucker
2022-07-03
1
-0
/
+12
*
Provide killpg implementation.
Darren Tucker
2022-03-08
1
-0
/
+8
*
Constify utimes in compat library to match specs.
Darren Tucker
2022-02-25
1
-1
/
+1
*
Prevent unused variable warning.
Darren Tucker
2020-02-17
1
-0
/
+2
*
Add implementation of localtime_r.
Darren Tucker
2019-10-29
1
-0
/
+10
*
Fix pasto in fallback code.
Darren Tucker
2019-08-24
1
-2
/
+2
*
Only use O_NOFOLLOW in fchownat and fchmodat if defined
Tim Rice
2019-04-01
1
-0
/
+4
*
Only use O_NOFOLLOW in utimensat if defined.
Darren Tucker
2019-03-27
1
-0
/
+2
*
Add minimal fchownat and fchmodat implementations.
Darren Tucker
2019-01-18
1
-0
/
+58
*
Add a minimal implementation of utimensat().
Darren Tucker
2019-01-18
1
-0
/
+37
*
Remove unused variable in _ssh_compat_fflush.
Darren Tucker
2018-09-22
1
-4
/
+4
*
Adapt portable to legacy buffer API removal
Damien Miller
2018-07-10
1
-0
/
+1
*
Check for and work around buggy fflush(NULL).
Darren Tucker
2018-03-05
1
-0
/
+16
*
Invert sense of getpgrp test.
Darren Tucker
2018-02-25
1
-1
/
+1
*
Add no-op getsid implmentation.
Darren Tucker
2018-02-25
1
-0
/
+10
*
Check for raise and supply if needed.
Darren Tucker
2018-02-25
1
-0
/
+8
*
Check for bzero and supply if needed.
Darren Tucker
2018-02-25
1
-0
/
+8
*
Move signal compat code into bsd-signal.{c,h}
Darren Tucker
2018-02-11
1
-37
/
+0
*
Add minimal strsignal for platforms without it.
Darren Tucker
2017-09-25
1
-0
/
+10
*
Add llabs() implementation.
V_7_5_P1
Darren Tucker
2017-03-20
1
-0
/
+8
*
Replace spaces with tabs.
Darren Tucker
2016-08-02
1
-1
/
+1
*
Strip trailing whitespace.
Darren Tucker
2016-08-02
1
-6
/
+6
*
Add compat code for missing wcwidth.
Darren Tucker
2016-07-14
1
-0
/
+17
*
Add a null implementation of pledge.
Darren Tucker
2015-11-29
1
-0
/
+8
*
Remove dependency on xmalloc.
Darren Tucker
2015-02-25
1
-7
/
+7
*
- (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep.
Darren Tucker
2013-11-03
1
-0
/
+1
*
- (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Damien Miller
2013-03-15
1
-0
/
+11
*
- (dtucker) [openbsd-compat/bsd-misc.c] Handle the case where setpgrp() takes
Darren Tucker
2013-02-15
1
-1
/
+4
*
spacing
Darren Tucker
2013-02-15
1
-1
/
+2
*
- (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Darren Tucker
2013-02-15
1
-0
/
+13
*
- (tim) [configure.ac openbsd-compat/bsd-misc.h openbsd-compat/bsd-misc.c] Add
Tim Rice
2010-11-08
1
-0
/
+7
*
- (dtucker) [openbsd-compat/bsd-misc.c] According to the spec the "remainder"
Darren Tucker
2007-06-11
1
-1
/
+2
*
- (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h
Darren Tucker
2007-04-29
1
-0
/
+2
*
- (dtucker) [openbsd-compat/bsd-misc.c] Include <sys/select.h> for select(2)
Darren Tucker
2006-08-24
1
-0
/
+3
*
- (dtucker) [openbsd-compat/bsd-misc.c] Add includes needed for select(2) on
Darren Tucker
2006-08-24
1
-0
/
+5
*
- (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c]
Damien Miller
2006-07-24
1
-0
/
+1
*
- deraadt@cvs.openbsd.org 2006/03/19 18:51:18
Damien Miller
2006-03-25
1
-2
/
+0
*
- (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]
Damien Miller
2006-03-15
1
-1
/
+4
*
- (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
Darren Tucker
2005-11-01
1
-6
/
+3
*
- (dtucker) [acconfig.h configure.ac defines.h includes.h sshpty.c
Darren Tucker
2005-05-27
1
-1
/
+19
*
- (dtucker) [acconfig.h configure.ac openbsd-compat/bsd-misc.{c,h}]
Darren Tucker
2005-02-26
1
-12
/
+1
*
- (djm) [acconfig.h configure.ac openbsd-compat/Makefile.in
Damien Miller
2004-08-15
1
-17
/
+2
*
- (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at
Darren Tucker
2004-08-13
1
-2
/
+2
*
- (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c
Darren Tucker
2004-07-17
1
-1
/
+5
*
- (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h]
Darren Tucker
2004-06-25
1
-1
/
+17
*
- (djm) Simplify the license on code I have written. No code changes.
Damien Miller
2004-02-17
1
-20
/
+12
*
- (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are
Ben Lindstrom
2003-12-18
1
-2
/
+2
*
- (bal) redo how we handle 'mysignal()'. Move it to
Ben Lindstrom
2003-08-25
1
-1
/
+27
*
- (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
Damien Miller
2003-08-22
1
-2
/
+2
*
- (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Darren Tucker
2003-08-13
1
-1
/
+21
[next]