mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
in r276564, change path type to char * (pathnames are always char *). And remove bogus casts of malloc(). kern___getcwd() internally doesn't actually use or support u_char * paths, except to copy them to a normal char * path. These changes are not visible to libc as libc/gen/getcwd.c misdeclares __getcwd() as taking a plain char * path. While here remove _SYS_SYSPROTO_H_ for __getcwd() syscall as we always have sysproto.h. Pointed out by: bde MFC after: 1 week |
||
|---|---|---|
| .. | ||
| check_error.d | ||
| check_internal_locks.d | ||
| linux_dtrace.h | ||
| linux_emul.c | ||
| linux_emul.h | ||
| linux_file.c | ||
| linux_file.h | ||
| linux_fork.c | ||
| linux_futex.c | ||
| linux_futex.h | ||
| linux_getcwd.c | ||
| linux_ioctl.c | ||
| linux_ioctl.h | ||
| linux_ipc.c | ||
| linux_ipc.h | ||
| linux_mib.c | ||
| linux_mib.h | ||
| linux_misc.c | ||
| linux_misc.h | ||
| linux_signal.c | ||
| linux_signal.h | ||
| linux_socket.c | ||
| linux_socket.h | ||
| linux_stats.c | ||
| linux_sysctl.c | ||
| linux_sysproto.h | ||
| linux_time.c | ||
| linux_timer.c | ||
| linux_timer.h | ||
| linux_uid16.c | ||
| linux_util.c | ||
| linux_util.h | ||
| linux_videodev2_compat.h | ||
| linux_videodev_compat.h | ||
| stats_timing.d | ||
| trace_futexes.d | ||