| #
acae6852 |
| 01-Sep-2011 |
plunky <plunky@NetBSD.org> |
reinstate NULL cast by request, where the NULL was being passed as a vararg
|
| #
9f61b804 |
| 31-Aug-2011 |
plunky <plunky@NetBSD.org> |
NULL does not need a cast
|
| #
2c0ecb1a |
| 06-Aug-2011 |
dholland <dholland@NetBSD.org> |
Fix up still more casts; use NULL instead of (char *)0.
|
| #
8e73b3ad |
| 06-Aug-2011 |
dholland <dholland@NetBSD.org> |
Remove more silly casts.
|
| #
434d266e |
| 06-Aug-2011 |
dholland <dholland@NetBSD.org> |
Use the right type for the malloc wrapper function, and don't cast the return value.
(XXX: Except for a pile of allocation macros that produce typed pointer results; there the typechecking of the re
Use the right type for the malloc wrapper function, and don't cast the return value.
(XXX: Except for a pile of allocation macros that produce typed pointer results; there the typechecking of the result assignment is more valuable than the warning if the alloc function isn't declared properly. These macros should go away.)
show more ...
|
| #
842dc544 |
| 06-Aug-2011 |
dholland <dholland@NetBSD.org> |
<sys/wait.h> is standard, so just use it instead of fiddling about with ifdefs for long-dead systems. While here, remove union wait.
|
| #
57c13365 |
| 23-May-2011 |
joerg <joerg@NetBSD.org> |
Correctly print variables as strings, not as format string.
|
| #
98eb8895 |
| 03-Feb-2010 |
roy <roy@NetBSD.org> |
Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
|
| #
9b92b189 |
| 12-Aug-2009 |
dholland <dholland@NetBSD.org> |
sprinkle static
|
| #
1fa8a9a6 |
| 07-Jun-2009 |
dholland <dholland@NetBSD.org> |
ANSIfy function declarations. All object file diffs inspected.
|
| #
8b0f9554 |
| 15-Dec-2007 |
perry <perry@NetBSD.org> |
convert __attribute__s to applicable cdefs.h macros
|
| #
1ce9f432 |
| 24-Apr-2006 |
christos <christos@NetBSD.org> |
Coverity CID 3032: Prevent double free: Next to the call of page_more() there is a comment saying /* does fclose */, but the next line calls fclose(fp);. Go figure.
|
| #
8710461a |
| 02-Apr-2006 |
christos <christos@NetBSD.org> |
Coverity CID 2791: Fix file pointer leak.
|
| #
db7b70f4 |
| 29-Mar-2006 |
jnemeth <jnemeth@NetBSD.org> |
Fix Coverity issue 891 -- FORWARD_NULL. Approved by christos@.
|
| #
1c7f94e5 |
| 02-Apr-2003 |
jsm <jsm@NetBSD.org> |
Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason and CWI <http://www.cwi.nl/~aeb/games/hack/hack.html>. Via OpenBSD. Addresses part of PR bin/5850.
|
| #
ab8b6343 |
| 25-Mar-2001 |
jsm <jsm@NetBSD.org> |
Make mostly gcc -W clean, and other cleanup: Use const. Add __noreturn__ attributes. Add a __format__ attribute. Add __unused__ attributes. Use symbolic constants for open() and lseek(). Declare type
Make mostly gcc -W clean, and other cleanup: Use const. Add __noreturn__ attributes. Add a __format__ attribute. Add __unused__ attributes. Use symbolic constants for open() and lseek(). Declare types of all function parameters; convert some function definitions to ISO C form. Ensure standard file descriptors are open on startup. Check for errors writing output of makedefs. Avoid duplicate definitions of variables.
show more ...
|
| #
3ea4a95c |
| 19-Oct-1997 |
christos <christos@NetBSD.org> |
WARNsify...
|
| #
42fb1b9d |
| 23-Mar-1995 |
cgd <cgd@NetBSD.org> |
merge with Lite, new RCS id conventions, etc.
|
| #
e6371e01 |
| 28-Feb-1995 |
jtc <jtc@NetBSD.org> |
change <sys/signal.h> to <signal.h>
|
| #
210cab45 |
| 02-Aug-1993 |
mycroft <mycroft@NetBSD.org> |
Add RCS identifiers, remove some completely useless RCS logs and patchkit headers, and a few other insignificant changes.
|
| #
61f28255 |
| 21-Mar-1993 |
cgd <cgd@NetBSD.org> |
initial import of 386bsd-0.1 sources
|