index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
error.c
Age
Commit message (
Expand
)
Author
2008-01-12
better error reporting/job handling error:
Marc Espie
2007-11-03
fix an obnoxious bug: in parallel mode, dieing in the job controller is not
Marc Espie
2007-11-02
Work done at p2k7.
Marc Espie
2007-09-17
kill extra spaces at end of line
Marc Espie
2004-04-07
ISO function declarations, trim a few comments, rename a few variables to
Marc Espie
2002-05-17
oops, worked only because va_end is a noop on most of our arches.
Marc Espie
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2001-09-05
make sure that va_start() has matching va_end()
Theo de Raadt
2001-07-18
Avoid dumping core when reporting open conditionals.
Marc Espie
2001-05-29
Blech! gcc is a stupid program. Compiling with -fno-builtin shows lots
Marc Espie
2001-05-23
Mostly clean-up:
Marc Espie
2001-05-03
Synch with my current work.
Marc Espie
2000-10-13
esetenv: does a setenv and bails out if error.
Marc Espie
2000-06-23
This is the speed-up patch, which doubles make speed (almost).
Marc Espie
2000-01-08
Silence gcc -Wall on alpha in enomem() printf via cast to u_long.
Todd C. Miller
1999-12-09
Split some allocation/error handling functions out of main.c
Marc Espie