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
Age
Commit message (
Expand
)
Author
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-11
oops
Theo de Raadt
2003-06-11
ansification; checked by pval
Theo de Raadt
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-09
assembler versions of insque and remque for m68k, also from 4.4BSD
Todd C. Miller
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-06-18
Rewrite to get proper Copyright.
Marc Espie
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
2002-02-17
rfork() needs a fork.S-like stub as well; ok art
Theo de Raadt
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-09-10
Use the LBL isnan() and isinf() on all platforms with ieee floating point.
Todd C. Miller
2001-09-10
Use the LBL frexp() on all platforms with ieee floating point.
Todd C. Miller
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
1999-06-07
replacement pipe() system call; copies data into place inside kernel, so
Theo de Raadt
1999-05-01
It is faster to split this into separate length and copy operations
Todd C. Miller
1999-04-30
don't use a2
Todd C. Miller
1999-04-30
fix register usage (program logic is unchanged)
Todd C. Miller
1999-04-25
missing parts from last commit
Todd C. Miller
1999-04-25
m68k assembler version of strlcpy(3)
Todd C. Miller
1999-02-01
mi ptrace
David Leonard
1999-01-06
_THREAD_SAFE
David Leonard
1998-02-08
Better lint(1) framework. Mostly from cgd@NetBSD
Thorsten Lockert
1997-07-23
tabify
kstailey
1997-04-17
Fix __STDC__ macro handling of #, only hurt for mkdep not cpp due
gvf
1996-12-11
generate reboot.o like other system calls
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-05-01
use strcat.S instead of strcat.c
Theo de Raadt
1996-03-25
Add support for building lint(1) library
Thorsten Lockert
1996-02-24
From NetBSD: Add explicit return type
Niklas Hallqvist
1995-12-30
from netbsd: removed :errfix; const qualifier makes it unnecessary
Theo de Raadt
1995-12-14
update from netbsd
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt