/
clang
/
musl
ОбзорДокументацияВойти
/
clang
/
musl
Код
Вики
Пакеты
0
Релизы
0
Аналитика
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
musl/
src/misc/
..
a64l.c

fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs

10 лет назад
basename.c

reduce spurious inclusion of libc.h

8 лет назад
dirname.c

fix dirname to handle input of form "foo/" correctly

14 лет назад
ffs.c

optimize legacy ffs function

14 лет назад
ffsl.c

implement ffsl and ffsll functions

12 лет назад
ffsll.c

implement ffsl and ffsll functions

12 лет назад
fmtmsg.c

implement fmtmsg function

12 лет назад
forkpty.c

overhaul forkpty function using new login_tty

12 лет назад
get_current_dir_name.c

optimize get_current_dir_name to reduce stack bloat

13 лет назад
getauxval.c

add namespace-safe version of getauxval for internal use

8 лет назад
getdomainname.c

add setdomainname syscall, fix getdomainname (previously a stub)

14 лет назад
getentropy.c

getentropy: fix UB if len==0

6 лет назад
gethostid.c

add public interface headers to implementation files

8 лет назад
getopt.c

getopt: fix null pointer arithmetic ub

3 года назад
getopt_long.c

declare __getopt_msg in stdio_impl.h

8 лет назад
getpriority.c

global cleanup to use the new syscall interface

15 лет назад
getresgid.c

add getresuid and getresgid syscall wrappers

14 лет назад
getresuid.c

add getresuid and getresgid syscall wrappers

14 лет назад
getrlimit.c

remove LFS64 symbol aliases; replace with dynamic linker remapping

4 года назад
getrusage.c

wait4, getrusage: add time64/x32 variant

7 лет назад
getsubopt.c

getsubopt: don't include leading = in value string

11 лет назад
initgroups.c

initgroups: do not artificially limit number of supplementary groups

2 года назад
ioctl.c

fix struct layout mismatch in sound ioctl time32 fallback conversion

5 лет назад
issetugid.c

fix issues from public functions defined without declaration visible

8 лет назад
lockf.c

remove LFS64 symbol aliases; replace with dynamic linker remapping

4 года назад
login_tty.c

add login_tty function

12 лет назад
mntent.c

hasmntopt: match only whole options not arbitrary substrings

2 года назад
nftw.c

nftw: fix use of uninitialized struct stat

3 года назад
openpty.c

block pthread cancellation in openpty function

12 лет назад
ptsname.c

overhaul internally-public declarations using wrapper headers

8 лет назад
pty.c

fix errno for posix_openpt with no free ptys available

7 лет назад
realpath.c

implement realpath directly instead of using procfs readlink

6 лет назад
setdomainname.c

add setdomainname syscall, fix getdomainname (previously a stub)

14 лет назад
setpriority.c

fix typo in setpriority syscall wrapper

13 лет назад
setrlimit.c

remove LFS64 symbol aliases; replace with dynamic linker remapping

4 года назад
syscall.c

fix issues from public functions defined without declaration visible

8 лет назад
syslog.c

syslog: revert LOG_FAC/LOG_FACMASK changes

2 года назад
uname.c

include cleanups: remove unused headers and add feature test macros

13 лет назад
wordexp.c

fix wordexp not to read past end of string ending with lone backslash

8 лет назад