Changeset View
Changeset View
Standalone View
Standalone View
lib/libc/sys/Symbol.map
| Show First 20 Lines • Show All 81 Lines • ▼ Show 20 Lines | FBSD_1.0 { | ||||
| fchdir; | fchdir; | ||||
| fchflags; | fchflags; | ||||
| fchmod; | fchmod; | ||||
| fchown; | fchown; | ||||
| fcntl; | fcntl; | ||||
| fhopen; | fhopen; | ||||
| flock; | flock; | ||||
| fork; | fork; | ||||
| fpathconf; | fpathconf; | ||||
kib: Add context to the diff. Even without the context, I am sure that you put the symbols into the… | |||||
Done Inline ActionsShould I add a FBSD_1.6 section then? jack_gandi.net: Should I add a FBSD_1.6 section then? | |||||
Done Inline Actionsnevermind, I just realized https://wiki.freebsd.org/AddingSyscalls says to put them in the most recent namespace (FBSD_1.5) jack_gandi.net: nevermind, I just realized https://wiki.freebsd.org/AddingSyscalls says to put them in the most… | |||||
| fsync; | fsync; | ||||
| futimes; | futimes; | ||||
| getaudit; | getaudit; | ||||
| getaudit_addr; | getaudit_addr; | ||||
| getauid; | getauid; | ||||
| getcontext; | getcontext; | ||||
| getdtablesize; | getdtablesize; | ||||
| getegid; | getegid; | ||||
| ▲ Show 20 Lines • Show All 285 Lines • ▼ Show 20 Lines | FBSD_1.5 { | ||||
| fdatasync; | fdatasync; | ||||
| fhstat; | fhstat; | ||||
| fhstatfs; | fhstatfs; | ||||
| fstat; | fstat; | ||||
| fstatat; | fstatat; | ||||
| fstatfs; | fstatfs; | ||||
| getdents; | getdents; | ||||
| getdirentries; | getdirentries; | ||||
| getfsstat; | getfsstat; | ||||
Not Done Inline ActionsNo, FBSD_1.5 is wrong again. New 13-CURRENT symbols must go into FBSD_1.6. kib: No, FBSD_1.5 is wrong again. New 13-CURRENT symbols must go into FBSD_1.6. | |||||
| getrandom; | getrandom; | ||||
| kevent; | kevent; | ||||
| lstat; | lstat; | ||||
| mknod; | mknod; | ||||
| mknodat; | mknodat; | ||||
| stat; | stat; | ||||
| statfs; | statfs; | ||||
| cpuset_getdomain; | cpuset_getdomain; | ||||
| cpuset_setdomain; | cpuset_setdomain; | ||||
| }; | }; | ||||
| FBSD_1.6 { | |||||
| fhlink; | |||||
| fhlinkat; | |||||
| fhreadlink; | |||||
| getfhat; | |||||
| }; | |||||
| FBSDprivate_1.0 { | FBSDprivate_1.0 { | ||||
| ___acl_aclcheck_fd; | ___acl_aclcheck_fd; | ||||
| __sys___acl_aclcheck_fd; | __sys___acl_aclcheck_fd; | ||||
| ___acl_aclcheck_file; | ___acl_aclcheck_file; | ||||
| __sys___acl_aclcheck_file; | __sys___acl_aclcheck_file; | ||||
| ___acl_aclcheck_link; | ___acl_aclcheck_link; | ||||
| __sys___acl_aclcheck_link; | __sys___acl_aclcheck_link; | ||||
| ___acl_delete_fd; | ___acl_delete_fd; | ||||
| ▲ Show 20 Lines • Show All 153 Lines • ▼ Show 20 Lines | FBSDprivate_1.0 { | ||||
| __sys_fchown; | __sys_fchown; | ||||
| _fcntl; | _fcntl; | ||||
| __sys_fcntl; | __sys_fcntl; | ||||
| __fcntl_compat; | __fcntl_compat; | ||||
| _fhopen; | _fhopen; | ||||
| __sys_fhopen; | __sys_fhopen; | ||||
| _fhstat; | _fhstat; | ||||
| __sys_fhstat; | __sys_fhstat; | ||||
| _fhstatfs; | _fhstatfs; | ||||
Done Inline ActionsI believe it's unnecessary to add these as there are no potential consumers of these symbols. brooks: I believe it's unnecessary to add these as there are no potential consumers of these symbols. | |||||
| __sys_fhstatfs; | __sys_fhstatfs; | ||||
| _flock; | _flock; | ||||
| __sys_flock; | __sys_flock; | ||||
| _fork; | _fork; | ||||
| __sys_fork; | __sys_fork; | ||||
| _fpathconf; | _fpathconf; | ||||
| __sys_fpathconf; | __sys_fpathconf; | ||||
| _fstat; | _fstat; | ||||
| ▲ Show 20 Lines • Show All 443 Lines • Show Last 20 Lines | |||||
Add context to the diff. Even without the context, I am sure that you put the symbols into the wrong namespace.