| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
ok mpi@ kspillner@
|
| |
|
|
|
|
|
|
|
| |
Tweak the handling of ktrace EMUL when changing ktracing: only
generate one per process (not one per thread) and pass the correct
proc pointer down to the VFS layer. Permit generating of NAMI and
CSW records inside ktrace(2) itself.
ok deraadt@ millert@
|
| |
|
|
| |
Reviewed by guenther@.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the IPC_RMID flag.
This is permitted as an extension beyond the standards and this is similar
to what other operating systems like linux do.
Because compat_linux(8) was emulating this already, remove that code
since now this is the default.
input from oga@, guenther@, jmc@, deraadt@
ok deraadt@
|
| | |
|
| |
|
|
| |
Noticed by fgs@, thanks!
|
| | |
|
| |
|
|
|
| |
correctly, usually yielding the right value on 32 bit machines because
sizeof int == sizeof pointer.
|
| |
|
|
|
|
|
|
|
|
|
| |
fold sys_shmat1() back into sys_shmat(), instead add flag for shmget(2)
to specify that later shmat(2) for the shared memory segment should succeed
even if the segment would be marked removed; use this to implement the
Linux-compatible semantics of shmat(2)
this fixes current opera with shm
ok millert
|
| |
|
|
| |
our Linux compat should too. From marius aamodt eriksen
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|