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
/
svr4
/
svr4_misc.c
Age
Commit message (
Expand
)
Author
2002-08-23
Cleanup change. Since almost all callers (except one) of getvnode did a FREF
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-12
test before commit
Theo de Raadt
2002-02-12
More FREF/FRELE protection. This time all users of getvnode.
Artur Grabowski
2001-11-28
Sync in more uvm changes from NetBSD.
Artur Grabowski
2001-11-07
Add an alignment argument to uvm_map that specifies an alignment hint
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-28
don't reference seminfo if SYSVSEM isn't defined
Jason Wright
2001-08-26
remove duplicate syscallargs() macros
Theo de Raadt
2001-08-22
Consolidate svr4_waitsys with our wait4. Fixes gdt_get_slot panic, due to a ...
Niklas Hallqvist
2001-06-27
Remove old vm.
Artur Grabowski
2001-06-21
Do not FREE() stuff allocated in a pool
Niklas Hallqvist
2001-05-05
Remove the (vaddr_t) casts inside the round_page and trunc_page macros.
Artur Grabowski
2001-01-23
SunOS, IBCS2, Linux, and SVR4 all require translations of directory entries
Constantine Sapuntzakis
2000-11-10
Change the ktrace interface functions from taking the trace vnode to taking the
Artur Grabowski
2000-06-28
add creat64 and mmap64.
Federico G. Schwindt
2000-06-24
Implement getdents64, lstat64 and stat64, basically the same functions of
Federico G. Schwindt
1999-10-07
- fix typo in previous commit
Brad Smith
1999-10-07
- Fix stat and mknod syscalls to properly disassemble and reassemble
Brad Smith
1999-09-11
s/vm_offset_t/vaddr_t/g
Michael Shalayeff
1999-02-26
cnt is called uvmexp in uvm and the names of the members have changed.
Artur Grabowski
1999-02-10
Correct directory entry reads, big directories lost entries as it were.
Niklas Hallqvist
1998-03-06
Make NCR rdebug behaviour dependent on p_os field
Niklas Hallqvist
1997-12-12
fix non-i386 case
Theo de Raadt
1997-12-02
If i386, and COMPAT_LINUX is enabled, if setegid() is called with an out
Theo de Raadt
1997-11-14
void * change to mmap()
Theo de Raadt
1997-11-13
fake auditsys()
Theo de Raadt
1997-11-13
make svr4_sys_ulimit() return EINVAL for bad commands
Theo de Raadt
1997-11-06
Updates for VFS Lite 2 + soft update.
Constantine Sapuntzakis
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1997-09-11
sync with netbsd; missing SCARG() macros
Theo de Raadt
1997-06-17
careful with stackgap handling in execve()
Theo de Raadt
1997-03-28
added 34 - nice
kstailey
1997-02-13
Merge of NetBSD 970211
Niklas Hallqvist
1997-01-27
do not conflict against generic siginfo!
Theo de Raadt
1996-08-03
sys/dirent.h not sys/dir.h; netbsd pr#2599; jonathan@DSG.Stanford.EDU
Theo de Raadt
1996-08-01
Merge of NetBSD 0722
Niklas Hallqvist
1996-04-17
Good fixes and changes from latest Net.
Michael Shalayeff
1996-02-26
From NetBSD: update to 960217 sources
Niklas Hallqvist
1995-12-14
update from netbsd
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt