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
/
sys
/
compat
/
hpux
/
hpux_file.c
Age
Commit message (
Expand
)
Author
2008-09-19
Fix a bunch of problems and races with posix file locking.
Artur Grabowski
2007-03-15
Since p_flag is often manipulated in interrupts and without biglock
Artur Grabowski
2006-09-25
Use S_IS* macros insted of masking with S_IF* flags. The latter may
Otto Moerbeek
2005-02-15
Fix HPUX fcntl() F_GETLK compatibility. Broken since r1.10 by FREF/FRELE
Aaron Campbell
2004-07-09
split off the m68k-specific parts
Michael Shalayeff
2003-12-19
Make sure hpux fcntl() operates on the proper file.
Miod Vallat
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-16
Make this compile.
Miod Vallat
2002-02-14
More FREF/FRELE fixes
Peter Valchev
2001-11-05
More fallout from the fd_getfile changes.
Artur Grabowski
2001-10-26
- every new fd created by falloc() is marked as larval and should not be used
Artur Grabowski
2000-09-07
common/compat_util.c
Eric Jackson
1997-07-06
sync with NetBSD, 970705.
Jason Downs
1997-04-16
Changes up to NetBSD 970415.
Jason Downs
1997-01-27
Use lchown(2) instead.
Jason Downs
1996-08-02
Added Makefiles to build stuff from syscalls.master in some emulations.
Niklas Hallqvist
1996-01-07
from netbsd:
Theo de Raadt
1995-12-14
update from netbsd
Theo de Raadt