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
/
lib
/
libc
/
arch
/
m68k
/
SYS.h
Age
Commit message (
Expand
)
Author
2002-11-18
Oops, unbrek libc_p
Miod Vallat
2002-11-06
Move the weak definition from before the syscall's entry point to
Todd C. Miller
2002-11-05
thread safe libc -- 2nd try. OK miod@, millert@
Marco S Hyman
2002-11-05
Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace
Miod Vallat
2002-11-03
back out previous patch.. there are still some vax/m68k issues
Marco S Hyman
2002-11-03
libc changes for thread safety. Tested on:
Marco S Hyman
2002-02-19
We need to keep K&R compat macros for some ports where the assemnbler is
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2001-09-21
Fix incorrect number of args to __SYSCALL. Somehow this managed to
Todd C. Miller
2001-09-20
Add PSEUDO_NOERROR similar to that used by NetBSD.
Todd C. Miller
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
1999-01-06
_THREAD_SAFE
David Leonard
1997-04-17
Fix __STDC__ macro handling of #, only hurt for mkdep not cpp due
gvf
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt