dwmalone
37c880369b
The kernel version of Linux statfs64 is actually supposed to take
...
3 arguments, but we had forgotten the second argument. Also make the
Linux statfs64 struct depend on the architecture because it has an
extra 4 bytes padding on amd64 compared to i386.
The three argument fix is from David Taylor, the struct statfs64
stuff is my fault. With this patch I can install i386 Linux matlab
on an amd64 machine.
Submitted by: David Taylor <davidt_at_yadt.co.uk>
Approved by: re (kensmith)
2007-09-18 19:50:33 +00:00
kib
5b26984cf1
Regenerate.
...
Approved by: re (kensmith)
2007-08-28 12:36:23 +00:00
julian
93fc8e768e
Implement the openat() linux syscall
...
Submitted by: Roman Divacky (rdivacky@)
MFC after: 2 weeks
2007-03-29 02:11:46 +00:00
jkim
6fadbd6f66
Regen.
2007-02-15 00:57:04 +00:00
netchild
f87d2b65bb
regen after addition of linux_utimes and linux_rt_sigtimedwait
2006-12-31 13:20:31 +00:00
jkim
6397f13732
Regen (just to fix 'generated from' line from the previous commit).
2006-12-20 20:42:58 +00:00
jkim
da8c5f8136
Add linux_nanosleep() and regen.
2006-12-20 20:21:48 +00:00
trhodes
58cca8458a
Merge posix4/* into normal kernel hierarchy.
...
Reviewed by: glanced at by jhb
Approved by: silence on -arch@ and -standards@
2006-11-11 16:26:58 +00:00
netchild
248a5cec67
regen after linux_io_* backout
2006-10-29 14:12:44 +00:00
netchild
75889b9911
regen (prctl addition)
2006-10-28 11:24:38 +00:00
netchild
f2cc0e8140
regen (linux AIO stuff)
2006-10-15 14:24:10 +00:00
rwatson
582a76db5e
Regenerate.
2006-09-21 16:20:38 +00:00
rwatson
9dfc38a01d
Regenerate.
2006-09-21 16:13:16 +00:00
netchild
ac9f0aa27b
regen
2006-08-27 08:58:00 +00:00
jhb
d900df3c77
Regen to propogate <prefix>_AUE_<mumble> changes as well as the earlier
...
systrace changes.
2006-08-15 17:37:01 +00:00
netchild
e8cb5b5578
regen
2006-08-15 12:51:45 +00:00
jhb
dee1b3da95
Regen for MPSAFE flag removal.
2006-07-28 19:08:37 +00:00
jhb
e96f2e292b
Regen.
2006-07-21 20:41:33 +00:00
jhb
286a0ec5a8
Regen.
2006-07-11 20:55:23 +00:00
jhb
a63b63284f
Regen.
2006-07-06 21:43:14 +00:00
jhb
693417c025
Regen.
2006-06-27 18:32:16 +00:00
jhb
db4d1f72c7
Regen.
2006-06-27 14:47:08 +00:00
jhb
368eefb9bf
Regen.
2006-06-26 18:37:36 +00:00
netchild
64550de991
regen after change to syscalls.master
2006-06-20 20:41:29 +00:00
netchild
de5cf4e1bd
regen after MFP4 (soc2006/rdivacky_linuxolator) of syscalls.master
...
P4-Changes: similar to 98673 and 98675 but regenerated locally
Sponsored by: Google SoC 2006
Submitted by: rdivacky
2006-06-13 18:48:30 +00:00
netchild
021fd75458
regen (linux rt_sigpending)
2006-05-10 18:19:51 +00:00
netchild
39276e2b1e
regen
2006-03-18 20:49:01 +00:00
netchild
8fd6664412
regen after COMPAT_43 removal
2006-03-18 18:24:38 +00:00
rwatson
3a79f09166
Regenerate.
2006-02-06 01:40:48 +00:00
jhb
8ca187d620
Regen.
2005-07-13 20:35:09 +00:00
sobomax
3d445ed2f2
Regen after addition of linux_getpriority wrapper.
...
PR: kern/81951
Submitted by: Andriy Gapon <avg@icyb.net.ua>
MFC after: 1 week
2005-06-08 20:47:30 +00:00
rwatson
5010364761
Rebuild generated system call definition files following the addition of
...
the audit event field to the syscalls.master file format.
Submitted by: wsalamon
Obtained from: TrustedBSD Project
2005-05-30 15:20:21 +00:00
sobomax
44e9d0b353
Regen after addition of linux_nosys handler.
2005-03-07 00:23:58 +00:00
dfr
abfb7537fa
Regen.
2004-09-06 09:33:30 +00:00
jhb
ac08ecfc54
Regenerate after fcntl() wrappers were marked MP safe.
2004-08-24 20:24:34 +00:00
bms
54410035ea
Use the BSD madvise() syscall implementation for Linux binary emulation,
...
instead of treating it as an unimplemented syscall. This appears to make
StarOffice 7.0 Linux binaries work according to submitter; also tested
with nvidia driver by submitter.
Submitted by: Matthias Schuendehuette
2004-03-28 21:43:27 +00:00
jhb
15596982a5
Regenerate.
2004-03-15 22:44:35 +00:00
jhb
27c73ac133
Regen.
2004-02-04 22:00:44 +00:00
peter
66b968e3cb
Regen (should be a NOP except for rcsid changes)
2003-12-23 03:55:06 +00:00
sobomax
a621621dc9
Pull latest changes from OpenBSD:
...
- improve sysinfo(2) syscall;
- add dummy fadvise64(2) syscall;
- add dummy *xattr(2) family of syscalls;
- add protos for the syscalls 222-225, 238-249 and 253-267;
- add exit_group(2) syscall, which is currently just wired to exit(2).
Obtained from: OpenBSD
MFC after: 2 weeks
2003-11-16 15:07:10 +00:00
jhb
2be76da54f
Regen.
2003-11-07 21:36:35 +00:00
tjr
af3925ea88
Regen from syscalls.master 1.50.
2003-02-20 13:34:15 +00:00
tjr
9888fe786e
Regen from syscalls.master 1.49.
2003-02-16 02:28:35 +00:00
mini
7a31c08874
Back out last commit. Linux uses the old 4.3BSD sockaddr format.
2002-09-24 07:03:01 +00:00
mini
e206834961
Don't use compatability syscall wrappers in emulation code.
...
This is needed for the COMPAT_FREEBSD3 option split.
Reviewed by: alfred, jake
2002-09-23 06:17:54 +00:00
marcel
2cf568059c
Regen (linux_ptrace)
...
PR: 33299
2002-05-19 01:23:33 +00:00
alfred
728484a745
Remove __P.
2002-03-20 07:51:46 +00:00
marcel
ff7999f46e
Implement linux_chown and linux_lchown. The fchown syscall maps
...
directly to the native syscall, because no filename handling
needs to be done.
Tested by: Martin Blapp <mb@imp.ch>
2001-10-16 06:15:36 +00:00
marcel
f92ab33d5b
Regen: Stop using linux_getpgid(). Use the native getpgid()
...
instead.
PR: kern/21402
2001-09-28 01:32:27 +00:00
julian
5596676e6c
KSE Milestone 2
...
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.
Sorry john! (your next MFC will be a doosie!)
Reviewed by: peter@freebsd.org , dillon@freebsd.org
X-MFC after: ha ha ha ha
2001-09-12 08:38:13 +00:00