index
:
openssh.git
master
sid
ssh_8.3
v7.9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openbsd-compat
/
bsd-misc.c
Age
Commit message (
Expand
)
Author
2017-03-20
Add llabs() implementation.
Darren Tucker
2016-08-02
Replace spaces with tabs.
Darren Tucker
2016-08-02
Strip trailing whitespace.
Darren Tucker
2016-07-14
Add compat code for missing wcwidth.
Darren Tucker
2015-11-30
Add a null implementation of pledge.
Darren Tucker
2015-02-26
Remove dependency on xmalloc.
Darren Tucker
2013-11-03
- (dtucker) [openbsd-compat/bsd-misc.c] Include time.h for nanosleep.
Darren Tucker
2013-03-15
- (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Damien Miller
2013-02-15
- (dtucker) [openbsd-compat/bsd-misc.c] Handle the case where setpgrp() takes
Darren Tucker
2013-02-15
spacing
Darren Tucker
2013-02-15
- (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Darren Tucker
2010-11-08
- (tim) [configure.ac openbsd-compat/bsd-misc.h openbsd-compat/bsd-misc.c] Add
Tim Rice
2007-06-11
- (dtucker) [openbsd-compat/bsd-misc.c] According to the spec the "remainder"
Darren Tucker
2007-04-29
- (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.h
Darren Tucker
2006-08-24
- (dtucker) [openbsd-compat/bsd-misc.c] Include <sys/select.h> for select(2)
Darren Tucker
2006-08-24
- (dtucker) [openbsd-compat/bsd-misc.c] Add includes needed for select(2) on
Darren Tucker
2006-07-24
- (djm) [acss.c auth-krb5.c auth-options.c auth-pam.c auth-shadow.c]
Damien Miller
2006-03-26
- deraadt@cvs.openbsd.org 2006/03/19 18:51:18
Damien Miller
2006-03-15
- (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]
Damien Miller
2005-11-02
- (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup().
Darren Tucker
2005-05-27
- (dtucker) [acconfig.h configure.ac defines.h includes.h sshpty.c
Darren Tucker
2005-02-26
- (dtucker) [acconfig.h configure.ac openbsd-compat/bsd-misc.{c,h}]
Darren Tucker
2004-08-15
- (djm) [acconfig.h configure.ac openbsd-compat/Makefile.in
Damien Miller
2004-08-13
- (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at
Darren Tucker
2004-07-17
- (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c
Darren Tucker
2004-06-25
- (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h]
Darren Tucker
2004-02-17
- (djm) Simplify the license on code I have written. No code changes.
Damien Miller
2003-12-18
- (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are
Ben Lindstrom
2003-08-25
- (bal) redo how we handle 'mysignal()'. Move it to
Ben Lindstrom
2003-08-22
- (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal
Damien Miller
2003-08-13
- (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Darren Tucker
2003-08-03
- (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.
Darren Tucker
2003-08-02
Remove unused variable.
Darren Tucker
2003-08-02
- (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Darren Tucker
2003-05-19
- (djm) Big KNF on openbsd-compat/
Damien Miller
2003-03-18
[configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Tim Rice
2003-01-10
- (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More
Damien Miller
2002-07-08
- (bal) Correction to utimes() again.
Ben Lindstrom
2002-07-03
- (bal) minor correction to utimes() replacement. Patch by
Ben Lindstrom
2002-06-13
- (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com
Ben Lindstrom
2002-06-12
- (bal) Build noop setgroups() for cygwin to clean up code (For other
Ben Lindstrom
2002-05-07
Add truncate() emulation to address Bug 208
Tim Rice
2001-10-10
- (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
Ben Lindstrom
2001-04-09
- (stevesk) use setresgid() for setegid() if needed
Kevin Steves
2001-03-13
- Fix strerror() in bsd-misc.c
Ben Lindstrom
2001-02-09
- (djm) Add CVS Id's to files that we have missed
Damien Miller
2001-01-31
- (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to
Ben Lindstrom