History log of /src/sys/compat/linux32/arch/amd64/linux32_missing.c |
Revision | | Date | Author | Comments |
1.7 |
| 18-Nov-2013 |
chs | implement the *at() syscalls. bring the unimplemented syscall list up to date.
|
1.6 |
| 19-Nov-2008 |
ad | branches: 1.6.16; 1.6.26; 1.6.30; Make the emulations, exec formats, coredump, NFS, and the NFS server into modules. By and large this commit:
- shuffles header files and ifdefs - splits code out where necessary to be modular - adds module glue for each of the components - adds/replaces hooks for things that can be installed at runtime
|
1.5 |
| 02-Feb-2008 |
dsl | branches: 1.5.6; 1.5.10; 1.5.12; 1.5.16; 1.5.18; Extract the fcntl64() suppoort from linux_file64.c into linux_fcntl64.c Unravel some of the knots that caused linux_file64.c to be compiled twice for an amd64 kernel (once for linux and once for linux32) with different parts being skipped each time.
|
1.4 |
| 15-Jan-2008 |
njoly | compat linux (and linux32) uid16 functions cleanup and fixes.
- Move uid16 functions to their own file linux_uid16.c, included by needed archs (arm, i386 and m68k). - Add new MI types linux_{u,g}id16_t. - Add macros to handle linux_uid16_t and uid_t conversions. - Add linux_sys_getres{uid,gid}16 syscalls, to fix an overflow with bad sizes given to copyout when linux_sys_getres{uid,gid} are used. - Update arm syscall table to use more uid16 functions.
|
1.3 |
| 19-Jul-2007 |
dsl | branches: 1.3.6; 1.3.12; 1.3.18; 1.3.22; include sys/cdefs.h
|
1.2 |
| 09-Feb-2007 |
ad | branches: 1.2.6; 1.2.14; Merge newlock2 to head.
|
1.1 |
| 09-Feb-2006 |
manu | branches: 1.1.2; 1.1.10; 1.1.16; 1.1.20; 1.1.22; Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so that the i386 license manager part of amd64 version of Fluent works.
While I'm here, add SysV IPC to COMPAT_LINUX/amd64
|
1.1.22.2 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.1.22.1 |
| 09-Feb-2006 |
rpaulo | file linux32_missing.c was added on branch rpaulo-netinet-merge-pcb on 2006-09-09 02:45:52 +0000
|
1.1.20.1 |
| 30-Jan-2007 |
ad | Remove support for SA. Ok core@.
|
1.1.16.6 |
| 04-Feb-2008 |
yamt | sync with head.
|
1.1.16.5 |
| 21-Jan-2008 |
yamt | sync with head
|
1.1.16.4 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.1.16.3 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.1.16.2 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.1.16.1 |
| 09-Feb-2006 |
yamt | file linux32_missing.c was added on branch yamt-lazymbuf on 2006-06-21 14:59:27 +0000
|
1.1.10.2 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.1.10.1 |
| 09-Feb-2006 |
simonb | file linux32_missing.c was added on branch simonb-timecounters on 2006-04-22 11:38:14 +0000
|
1.1.2.2 |
| 18-Feb-2006 |
yamt | sync with head.
|
1.1.2.1 |
| 09-Feb-2006 |
yamt | file linux32_missing.c was added on branch yamt-uio_vmspace on 2006-02-18 15:38:59 +0000
|
1.2.14.1 |
| 15-Aug-2007 |
skrll | Sync with HEAD.
|
1.2.6.1 |
| 20-Aug-2007 |
ad | Sync with HEAD.
|
1.3.22.2 |
| 19-Jul-2007 |
dsl | include sys/cdefs.h
|
1.3.22.1 |
| 19-Jul-2007 |
dsl | file linux32_missing.c was added on branch matt-mips64 on 2007-07-19 22:17:24 +0000
|
1.3.18.1 |
| 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.3.12.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.3.6.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.5.18.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.5.16.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.5.12.2 |
| 14-May-2008 |
wrstuden | Per discussion with ad, remove most of the #include <sys/sa.h> lines as they were including sa.h just for the type(s) needed for syscallargs.h.
Instead, create a new file, sys/satypes.h, which contains just the types needed for syscallargs.h. Yes, there's only one now, but that may change and it's probably more likely to change if it'd be difficult to handle. :-)
Per discussion with matt at n dot o, add an include of satypes.h to sigtypes.h. Upcall handlers are kinda signal handlers, and signalling is the header file that's already included for syscallargs.h that closest matches SA.
This shaves about 3000 lines off of the diff of the branch relative to the base. That also represents about 18% of the total before this checkin.
I think this reduction is very good thing.
|
1.5.12.1 |
| 10-May-2008 |
wrstuden | Initial checkin of re-adding SA. Everything except kern_sa.c compiles in GENERIC for i386. This is still a work-in-progress, but this checkin covers most of the mechanical work (changing signalling to be able to accomidate SA's process-wide signalling and re-adding includes of sys/sa.h and savar.h). Subsequent changes will be much more interesting.
Also, kern_sa.c has received partial cleanup. There's still more to do, though.
|
1.5.10.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.5.6.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.6.30.1 |
| 18-May-2014 |
rmind | sync with head
|
1.6.26.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.6.16.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|