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
/
m88k
/
sys
Age
Commit message (
Expand
)
Author
2005-08-07
zap rcsid.
Marc Espie
2004-07-28
Update stack frame processing after ABI change.
Miod Vallat
2003-12-25
Use an unsigned comparison against minbrk.
Miod Vallat
2003-12-19
Speed up sbrk() one cycle by removing an unnecessary register shuffling.
Miod Vallat
2003-12-08
OR r13, not r9 to match SYS.h; fixes syscall(2) on mvme88k; OK miod@
Todd C. Miller
2003-10-16
Only a clown like me could put cerror in the data section by mistake...
Miod Vallat
2003-09-01
These files are not necessary anymore.
Miod Vallat
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-03-10
duplicate words and spelling fixes in comments
David Krause
2003-01-16
Waiter! I asked for a working vfork!
Miod Vallat
2003-01-07
Get static rcsid correctly, better style for .S files, trim whitespace.
Miod Vallat
2003-01-02
Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs
Miod Vallat
2003-01-02
Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace
Miod Vallat
2002-02-17
rfork() needs a fork.S-like stub as well; ok art
Theo de Raadt
2000-03-01
$OpenBSD$
Todd T. Fries
1999-06-07
replacement pipe() system call; copies data into place inside kernel, so
Theo de Raadt
1999-02-09
Fixed brk() and sbrk(). Removal of old mvme88k dir.
Steve Murphree
1999-02-01
mi ptrace
David Leonard
1998-12-15
correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.
Steve Murphree