summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-misc.h
Commit message (Expand)AuthorAgeFilesLines
* Constify utimes in compat library to match specs.Darren Tucker2022-02-251-1/+1
* Split EGD/PRNGD interface into its own file.Darren Tucker2021-06-181-0/+1
* Add pselect implementation for platforms without.Darren Tucker2021-06-041-0/+5
* Improve search for 'struct timespec'.Darren Tucker2020-01-141-0/+2
* Add missing bracket in realpath macro.Darren Tucker2019-11-011-1/+1
* Use sftp_realpath if no native realpath.Darren Tucker2019-11-011-0/+4
* Add implementation of localtime_r.Darren Tucker2019-10-291-0/+4
* Fix ifdefs to not mask needed bits.Darren Tucker2019-10-281-2/+1
* Move utimensat definition into timespec section.Darren Tucker2019-10-281-10/+12
* Add minimal fchownat and fchmodat implementations.Darren Tucker2019-01-181-0/+12
* Add a minimal implementation of utimensat().Darren Tucker2019-01-181-0/+8
* Check for and work around buggy fflush(NULL).Darren Tucker2018-03-051-0/+4
* Check if HAVE_DECL_BZERO correctly.Darren Tucker2018-02-271-1/+1
* Hook up flock() compat code.Darren Tucker2018-02-261-0/+8
* Add no-op getsid implmentation.Darren Tucker2018-02-261-0/+4
* Check for raise and supply if needed.Darren Tucker2018-02-261-0/+4
* Check for bzero and supply if needed.Darren Tucker2018-02-261-0/+4
* Move signal compat code into bsd-signal.{c,h}Darren Tucker2018-02-111-10/+0
* Add minimal strsignal for platforms without it.Darren Tucker2017-09-251-0/+4
* Add llabs() implementation.V_7_5_P1Darren Tucker2017-03-201-0/+4
* Remove obsolete CVS $Id from source files.Darren Tucker2016-08-171-2/+0
* Strip trailing whitespace.Darren Tucker2016-08-021-1/+1
* Move err.h replacements into compat lib.Darren Tucker2016-07-131-0/+11
* Add a null implementation of pledge.Darren Tucker2015-11-301-0/+4
* Use do{}while(0) for no-op functions.Darren Tucker2015-04-071-2/+2
* - (dtucker) [auth-krb5.c configure.ac openbsd-compat/bsd-misc.h] Add supportDarren Tucker2013-08-041-1/+9
* - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] bz#2087: Add a nullDarren Tucker2013-05-301-1/+5
* - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Damien Miller2013-03-151-1/+5
* - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Darren Tucker2013-02-151-1/+5
* - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf forDarren Tucker2012-07-041-1/+4
* - (tim) [openbsd-compat/bsd-misc.h sshd.c] Fix conflicting return type forTim Rice2012-02-141-2/+2
* - (tim) [configure.ac openbsd-compat/bsd-misc.h openbsd-compat/bsd-misc.c] AddTim Rice2010-11-081-1/+5
* - (dtucker) [acconfig.h configure.ac openbsd-compat/bsd-misc.{c,h}]Darren Tucker2005-02-261-5/+1
* - (djm) [acconfig.h configure.ac openbsd-compat/Makefile.inDamien Miller2004-08-151-5/+1
* - (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h]Darren Tucker2004-06-251-1/+5
* - (dtucker) [configure.ac sshd.c openbsd-compat/bsd-misc.hDarren Tucker2004-03-081-1/+5
* - (djm) Simplify the license on code I have written. No code changes.Damien Miller2004-02-171-20/+12
* - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on ourBen Lindstrom2003-08-291-3/+3
* - (bal) redo how we handle 'mysignal()'. Move it toBen Lindstrom2003-08-251-1/+7
* - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with HeimdalDamien Miller2003-08-221-2/+2
* - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Darren Tucker2003-08-131-2/+6
* - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Darren Tucker2003-08-021-1/+5
* - (djm) Big KNF on openbsd-compat/Damien Miller2003-05-191-14/+13
* [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Tim Rice2003-03-181-1/+10
* - (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.comBen Lindstrom2002-06-131-2/+2
* - (bal) Build noop setgroups() for cygwin to clean up code (For otherBen Lindstrom2002-06-121-1/+6
* Add truncate() emulation to address Bug 208Tim Rice2002-05-071-1/+4
* - (stevesk) use setresgid() for setegid() if neededKevin Steves2001-04-091-1/+5
* - (djm) Add CVS Id's to files that we have missedDamien Miller2001-02-091-0/+2
* - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom2001-01-311-0/+70