.. |
arpa/inet
|
Fix inet_pton(3) parsing 1:: and ::1.2.3.4 cases.
|
2020-08-01 14:23:44 +02:00 |
assert
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
blf
|
Convert libc to C.
|
2016-03-03 23:02:23 +01:00 |
c++
|
Compile libc with -ffreestanding.
|
2016-05-15 22:43:29 +02:00 |
ctype
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
dirent
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
dlfcn
|
Implement dladdr(3).
|
2024-06-25 15:27:13 +02:00 |
err
|
Add errc(3) family.
|
2016-11-06 15:31:52 -06:00 |
errno
|
Clean up errno.
|
2016-05-15 22:43:29 +02:00 |
error
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
fcntl
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
fnmatch
|
Add FNM_CASEFOLD.
|
2024-06-29 00:24:36 +02:00 |
fsmarshall
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
fstab
|
Fix getline(3) and getdelim(3) usage.
|
2016-05-15 19:32:04 +02:00 |
getopt
|
Fix getopt_long(3) handling of required argument at the end of argv.
|
2023-05-16 02:17:22 +03:00 |
glob
|
Fix bugs in glob(3).
|
2024-05-22 13:26:56 +02:00 |
grp
|
Add include and comment support to passwd(5) and group(5).
|
2023-03-19 21:53:21 +01:00 |
ifaddrs
|
Fix IFF_UP being undefined.
|
2024-08-26 23:14:05 +02:00 |
include
|
Add FNM_CASEFOLD.
|
2024-06-29 00:24:36 +02:00 |
init
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
inttypes
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
ioleast
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
langinfo
|
Add nl_langinfo(3) ALTMON_* and ABALTMON_*.
|
2024-06-25 15:29:21 +02:00 |
libgen
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
locale
|
Add getlocalename_l(3).
|
2024-06-25 15:27:13 +02:00 |
malloc
|
Fix double declaration of __heap_mutex.
|
2016-10-17 18:38:04 +02:00 |
memusage
|
Add memusage(2).
|
2023-03-09 20:27:17 +01:00 |
msr
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
net/if
|
Fix compilation errors on modern gcc.
|
2024-08-26 23:14:05 +02:00 |
netdb
|
Add AI_ADDRCONFIG to getaddrinfo(3).
|
2023-03-19 21:56:54 +01:00 |
netinet
|
Add networking stack.
|
2022-12-11 13:40:34 +01:00 |
poll
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
psctl
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
pthread
|
Fix warnings on gcc 14.2.0.
|
2024-08-30 22:03:15 +02:00 |
pty
|
Add openpty(3).
|
2016-11-23 22:31:05 +01:00 |
pwd
|
Add include and comment support to passwd(5) and group(5).
|
2023-03-19 21:53:21 +01:00 |
regex
|
Add REG_STARTEND.
|
2016-10-30 18:08:59 +01:00 |
sched
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
scram
|
Document scram(2).
|
2017-02-12 13:59:07 +01:00 |
semaphore
|
Add thread wait functions with clock support.
|
2024-06-25 15:27:14 +02:00 |
sha2
|
Add <sha2.h>.
|
2020-04-13 22:15:04 +02:00 |
signal
|
Fix sig2str(3).
|
2024-09-03 14:37:57 +02:00 |
ssp
|
Add __stack_chk_fail_local needed by some architectures.
|
2021-12-12 22:13:05 +01:00 |
stdio
|
Fix warnings on gcc 14.2.0.
|
2024-08-30 22:03:15 +02:00 |
stdio_ext
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
stdlib
|
Add secure_getenv(3).
|
2024-06-25 15:30:02 +02:00 |
string
|
Fix warnings on gcc 14.2.0.
|
2024-08-30 22:03:15 +02:00 |
sys
|
Add dhclient(8).
|
2023-02-21 23:24:06 +01:00 |
syslog
|
Implement RFC5424 syslog version 1.
|
2022-01-05 22:00:53 +01:00 |
termios
|
Add tcsetwinsize(2).
|
2024-06-28 10:52:20 +02:00 |
time
|
Fix strftime(3) %s.
|
2024-08-26 23:14:05 +02:00 |
timespec
|
Fix handling of overflow and non-canonical values in timespec APIs.
|
2021-06-22 21:48:27 +02:00 |
ubsan
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
unistd
|
Add _Fork(2).
|
2024-06-25 15:27:13 +02:00 |
utime
|
Fix utime(3) not handling times being NULL.
|
2022-09-18 23:21:04 +02:00 |
wchar
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
wctype
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
x64
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
x86
|
Relicense Sortix to the ISC license.
|
2016-03-05 22:21:50 +01:00 |
.gitignore
|
Add <sha2.h>.
|
2020-04-13 22:15:04 +02:00 |
Makefile
|
Add tcsetwinsize(2).
|
2024-06-28 10:52:20 +02:00 |