History log of /src/lib/libc/compat/sys/Makefile.inc |
Revision | | Date | Author | Comments |
1.12 |
| 19-May-2024 |
christos | version dup3
|
1.11 |
| 01-Nov-2021 |
thorpej | Version the sigaction(2) libc wrapper. The new version uses the "siginfo" trampoline exclusively, thus relegating "sigcontext"-style handlers (which have not been documented for many years now) to the dustbin of the compat library.
|
1.10 |
| 22-Sep-2019 |
christos | Add a new member to struct vfsstat and grow the unused members The new member is caled f_mntfromlabel and it is the dkw_wname of the corresponding wedge. This is now used by df -W to display the mountpoint name as NAME=
|
1.9 |
| 29-Mar-2013 |
christos | branches: 1.9.28; Compat glue for lwp park, but does not use the new syscall yet.
|
1.8 |
| 11-Jan-2009 |
christos | branches: 1.8.8; 1.8.14; merge christos-time_t
|
1.7 |
| 14-Jul-2007 |
dsl | branches: 1.7.20; Change libc system callstub from 'mount' to '__mount50', add compat call.
|
1.6 |
| 31-Jul-2006 |
martin | Make filehandles opaque to userland
|
1.5 |
| 13-Jul-2006 |
martin | Fix alignement problems for fhandle_t, exposed by gcc4.1.
While touching all vptofh/fhtovp functions, get rid of VFS_MAXFIDSIZ, version the getfh(2) syscall and explicitly pass the size available in the filehandle from userland.
Discussed on tech-kern, with lots of help from yamt (thanks!).
|
1.4 |
| 26-Jun-2006 |
mrg | version the socket(2) syscall. for compat30 socket, we use EPROTONOSUPPORT instead of EAFNOSUPPORT.
from pavel@ with a little bit of clean up from myself.
XXX: netbsd32 (and perhaps other emulations) should be able XXX: to call the standard socket calls for this i think, but XXX: revisit this at another time.
|
1.3 |
| 29-May-2006 |
drochner | support the new ntp_gettime() syscall and add compatibility for the old one
|
1.2 |
| 11-Mar-2006 |
christos | Add glue to build the compat library as a separate "libcold" turned off by default. Clean up the libc Makefile and remove obsolete stuff such as copy to libkern.
|
1.1 |
| 13-Sep-2005 |
christos | compat core reorg.
|
1.7.20.7 |
| 05-Jan-2009 |
christos | add compat for sched_rr_get_interval.
|
1.7.20.6 |
| 10-Nov-2008 |
christos | this completes the symbol implementation for now. New we need to debug...
|
1.7.20.5 |
| 09-Nov-2008 |
christos | add mqueue stuff, fix _sys aliases.
|
1.7.20.4 |
| 09-Nov-2008 |
christos | version some more stuff and add sys_foo aliases.
|
1.7.20.3 |
| 09-Nov-2008 |
christos | fix fhstat.
|
1.7.20.2 |
| 08-Nov-2008 |
christos | add more stuff.
|
1.7.20.1 |
| 08-Nov-2008 |
christos | time_t changes
|
1.8.14.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.8.8.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")
|
1.9.28.1 |
| 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|