summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-irix.c
Commit message (Collapse)AuthorAgeFilesLines
* Move log.h include inside ifdefs.Darren Tucker2019-07-081-2/+2
| | | | | Fixes build on some other platforms that don't have va_list immediately available (eg NetBSD).
* Include log.h for debug() and friends.Darren Tucker2019-07-081-0/+2
| | | | Should fix some compiler warnings on IRIX (bz#3032).
* Replace spaces with tabs.Darren Tucker2016-08-021-24/+24
| | | | | Mechanically replace spaces with tabs in compat files not synced with OpenBSD.
* - (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan.Darren Tucker2006-09-021-1/+2
|
* - (djm) [openbsd-compat/basename.c openbsd-compat/bsd-closefrom.c]Damien Miller2006-07-241-0/+3
| | | | | | | | | [openbsd-compat/bsd-cray.c openbsd-compat/bsd-openpty.c] [openbsd-compat/bsd-snprintf.c openbsd-compat/fake-rfc2553.c] [openbsd-compat/port-aix.c openbsd-compat/port-irix.c] [openbsd-compat/rresvport.c] These look to need string.h and/or unistd.h (based on a grep for function names)
* License clarifications.Ben Lindstrom2003-06-011-1/+24
| | | | | | | bsd-nextstep.[ch] - myself bsd-waitpid.[ch] - myself port-irix.[ch] - Denis Parker & Michael Stone (original coders when done in session.c)
* - (djm) Big KNF on openbsd-compat/Damien Miller2003-05-191-9/+11
|
* - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code isBen Lindstrom2002-04-061-20/+7
| | | | incomplete.
* - (bal) Test for IRIX JOBS support at runtime. Patch providedBen Lindstrom2002-03-081-7/+20
| | | | by David Kaelbling <drk@sgi.com>
* - (bal) Migrate IRIX jobs/projects/audit/etc code toBen Lindstrom2002-02-191-0/+61
openbsd-compat/port-irix.[ch] to improve readiblity of do_child()