summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/exit.c
AgeCommit message (Collapse)Author
2007-11-24style, indent, and ANSI-fy.isaki
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2002-06-01use exit(int), not exit(void), consistently - even if the arg has no meaning.itojun
1999-02-12We can't prototype exit() publically because it might take an argument ordrochner
not, depending on the port-specific environment. Separate panic() and exit() so that the mi/default panic() can be used without conflicting with a local exit() definition, move exit(void) prototype to the default exit() implementation. Closes PR bin/6990 by Wolfgang Helbig <helbig@Informatik.BA-Stuttgart.DE>.
1997-06-26Avoid user space headers for standalone programs.drochner
Don't use sys/lib/libkern or sys/lib/libz if not standalone (ie, user space test programs).
1996-12-01kvprintf => vprintf (PR#2989, Juergen Hannken-Illjes).pk
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-02-09use vprintf where appropriategwr
1995-09-18Another round of clean up, including fixes presented by Matthias Drochnerpk
(PR#1404). Things to be noted: - all IP addresses are now `struct in_addr's. - the function rarp_getipaddress() no longer return `myip'; in stead it returns -1 on failure (errno set), 0 on success. `myip' is set as a size-effect.
1995-09-17Revert fs_ops read/write declarations; these return error numbers.pk
Get rid of some more compiler warnings. Set errno where appropriate.
1995-04-22note properly whether or not functions return, etc.cgd
1994-10-26new RCS ID format.cgd
1994-08-22Cleanup to make more ANSI compliant; checkpointbrezak
1994-05-08Standalone networking for network boot loaders.brezak
1994-01-26CMU/4.4 stand-alone librarybrezak