History log of /src/sys/compat/linux/arch/i386/linux_commons.c |
Revision | | Date | Author | Comments |
1.18 |
| 12-Oct-2021 |
andvar | fix various typos, mainly in comments.
|
1.17 |
| 03-May-2020 |
thorpej | Always clear FUTEX_PRIVATE_FLAG for Linux processes. NetBSD-native futexes exist in different namespace depending on FUTEX_PRIVATE_FLAG. This appears not to be the case in Linux, and some futex users will mix private and non- private ops on the same futex object. Provide a convenience wrapper that puts this logic in one place witn a comment explaining why.
While here, move the Linux futex wrapper out of its own file and plop it in linux_misc.c, which is where it lives in the linux32 module.
|
1.16 |
| 31-May-2011 |
njoly | Fix path for fadvise64 files.
|
1.15 |
| 30-May-2011 |
alnsn | Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32.
|
1.14 |
| 02-Mar-2010 |
pooka | branches: 1.14.2; 1.14.4; Nuke fs_lfs.h included for unknown reasons (if there was a reason other than "accident", i hereby declare that reason invalid)
|
1.13 |
| 19-Nov-2008 |
ad | branches: 1.13.6; 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.12 |
| 02-Feb-2008 |
dsl | branches: 1.12.6; 1.12.10; 1.12.12; 1.12.16; 1.12.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.11 |
| 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.10 |
| 15-Aug-2007 |
ad | branches: 1.10.2; 1.10.8; 1.10.14; Changes to make ktrace LKM friendly and reduce ifdef KTRACE. Proposed on tech-kern.
|
1.9 |
| 13-Jun-2007 |
christos | branches: 1.9.2; 1.9.6; Add futex.
|
1.8 |
| 09-Feb-2007 |
ad | branches: 1.8.6; 1.8.8; Merge newlock2 to head.
|
1.7 |
| 18-Jan-2003 |
thorpej | branches: 1.7.18; 1.7.48; Merge the nathanw_sa branch.
|
1.6 |
| 15-Nov-2001 |
lukem | don't need <sys/types.h> when including <sys/param.h>
|
1.5 |
| 13-Nov-2001 |
lukem | add RCSIDs (including regeneration of files as appropriate)
|
1.4 |
| 30-May-2001 |
mrg | branches: 1.4.2; use _KERNEL_OPT.
|
1.3 |
| 17-Dec-2000 |
jdolecek | branches: 1.3.2; make LKM safe
|
1.2 |
| 12-Dec-2000 |
jdolecek | add emulation of Linux truncate64(2), ftruncate64(2), *stat64(2)
|
1.1 |
| 03-Jan-1999 |
erh | branches: 1.1.8; Speed up compilation by #include-ing C files from common into one file.
|
1.1.8.2 |
| 05-Jan-2001 |
bouyer | Sync with HEAD
|
1.1.8.1 |
| 13-Dec-2000 |
bouyer | Sync with HEAD (for UBC fixes).
|
1.3.2.4 |
| 29-May-2002 |
nathanw | #include <sys/sa.h> before <sys/syscallargs.h>, to provide sa_upcall_t now that <sys/param.h> doesn't include <sys/sa.h>.
(Behold the Power of Ed)
|
1.3.2.3 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.3.2.2 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.3.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.4.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.7.48.1 |
| 30-Jan-2007 |
ad | Remove support for SA. Ok core@.
|
1.7.18.4 |
| 04-Feb-2008 |
yamt | sync with head.
|
1.7.18.3 |
| 21-Jan-2008 |
yamt | sync with head
|
1.7.18.2 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.7.18.1 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.8.8.1 |
| 11-Jul-2007 |
mjf | Sync with head.
|
1.8.6.2 |
| 20-Aug-2007 |
ad | Sync with HEAD.
|
1.8.6.1 |
| 15-Jul-2007 |
ad | Sync with head.
|
1.9.6.1 |
| 16-Aug-2007 |
jmcneill | Sync with HEAD.
|
1.9.2.1 |
| 03-Sep-2007 |
skrll | Sync with HEAD.
|
1.10.14.1 |
| 19-Jan-2008 |
bouyer | Sync with HEAD
|
1.10.8.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.10.2.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.12.18.1 |
| 19-Jan-2009 |
skrll | Sync with HEAD.
|
1.12.16.1 |
| 13-Dec-2008 |
haad | Update haad-dm branch to haad-dm-base2.
|
1.12.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.12.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.12.10.2 |
| 11-Mar-2010 |
yamt | sync with head
|
1.12.10.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.12.6.1 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.13.6.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.14.4.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.14.2.2 |
| 12-Jun-2011 |
rmind | sync with head
|
1.14.2.1 |
| 31-May-2011 |
rmind | sync with head
|