Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-25 | - (bal) redo how we handle 'mysignal()'. Move it to | Ben Lindstrom | |
openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to be our 'mysignal' by default. OK djm@ | |||
2003-08-22 | - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal | Damien Miller | |
-lbroken; ok dtucker | |||
2003-08-13 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] | Darren Tucker | |
Add a tcsendbreak function for platforms that don't have one, based on the one from OpenBSD. Any more of these and I'll split them out into bsd-termio.[ch]. | |||
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 | |
Add a tcgetpgrp function. | |||
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 | |
add nanosleep(). testing/corrections by Darren Tucker <dtucker@zip.com.au> | |||
2003-01-10 | - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More | Damien Miller | |
systems may be added later. | |||
2002-07-08 | - (bal) Correction to utimes() again. | Ben Lindstrom | |
2002-07-03 | - (bal) minor correction to utimes() replacement. Patch by | Ben Lindstrom | |
onoe@sm.sony.co.jp | |||
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 | |
platforms without the setgroups() requirement, you MUST define SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com | |||
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 | |
openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. Logic: * All OpenBSD functions should have the same filename as in the OpenBSD tree * All 'home brew' functions have bsd-* infront of them. * All 'not really implemented' functions have fake-* infront of them. |