libc/__errno_location: Fix indent.
[dragonfly.git] / lib / libc / gen /
2019-10-12 Sascha Wildnerlibc/__errno_location: Fix indent.
2019-10-11 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-10-10 Sascha Wildnerlibc/utmp{,x}: Add some __unused.
2019-10-08 Sascha Wildnerlibc/tls: Remove some code that has been #if 0'd since...
2019-10-06 zrjkernel: Make chflags syscalls argument types consistent...
2019-10-05 zrjlibc: Add __errno_location() for language binding benefits.
2019-09-13 Roy MarplesMerge branch 'vendor/DHCPCD'
2019-09-12 Sascha Wildnerlibc/psignal: Minor sync with FreeBSD to adjust to...
2019-09-12 Sascha Wildnerlibc: Change psignal()'s signum argument from unsigned...
2019-09-10 Sascha WildnerAdd a wtmpcvt(1) utility from FreeBSD to convert wtmp...
2019-09-10 Sascha WildnerRetire the utmp specific ttyslot() function, like FreeB...
2019-09-10 Sascha WildnerRemove the legacy "utmp" API, now that our utils have...
2019-09-10 Sascha Wildnerlibc: Add getutxuser() (adapted from FreeBSD).
2019-09-08 Roy MarplesMerge branch 'vendor/OPENRESOLV' with the following...
2019-09-05 Tomohiro Kusumilib/libc: Whitespace fix
2019-09-04 Roy MarplesMerge dhcpcd-8.0.4 from branch 'vendor/DHCPCD'
2019-08-30 Sascha Wildnersetutxdb(3): Constify the file name argument.
2019-08-30 Sascha Wildnerlibc/utmpx: Some updates from NetBSD.
2019-08-20 Sascha WildnerMerge remote-tracking branch 'remotes/crater/vendor...
2019-08-09 Matthew Dillonrtld - Support static TLS bindings for late-loaded...
2019-08-09 Sascha Wildnerlibc/utmpx: Fix updwtmpx() across newsyslog rotation...
2019-07-14 Sascha WildnerRemove a few unneeded inclusions of <utmp.h>.
2019-06-29 Sascha Wildnershm_open.3: Some miscellaneous cleanup.
2019-06-28 Matthew Dillondocs - Update shm_open(3) manual page
2019-06-16 Matthew Dillonlibkvm - Increase static buffer for devname()
2019-06-12 Sascha Wildnerlibc: Add missing #include "un-namespace.h" in a few...
2019-06-12 Sascha Wildnerlibc/pwcache: Remove some old RCS related stuff.
2019-06-11 Sascha Wildnerlibc: Use quotation marks around {un-,}namespace.h...
2019-06-11 Matthew Dillonworld - Makme shm_open() more compatible with expectations
2019-05-28 Sascha WildnerClean up a few math related manualpages.
2019-05-18 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-05-12 Matthew Dillonrtld-elf - Notify thread state to optimize relocations (2)
2019-05-12 Sascha Wildnerpathconf.2/sysconf.3: Add some related references to...
2019-05-12 Matthew Dillonrtld-elf - Notify thread state to optimize relocations
2019-05-07 Sascha Wildnerdup3.3: Adjust HISTORY section.
2019-05-06 Sascha Wildnerlibc: Add dup3() from FreeBSD.
2019-05-05 Sascha Wildnerlibc: Change a few DIAGNOSTICS sections into RETURN...
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-24 Sascha WildnerMerge branch 'vendor/LIBRESSL'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/OPENSSH'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LDNS'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/XZ'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBARCHIVE'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBRESSL'
2019-04-23 zrjlibc: Move out locking from vsyslog() core.
2019-04-23 zrjlibc: Fix few typos in vsyslog().
2019-04-18 zrjlibc: Implement properly pthread_equal() stub.
2019-04-16 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2019-04-09 Sascha Wildnerlibc: Fix some more -Wmissing-prototype.
2019-04-09 Sascha Wildnerlibc/glob: Fix a -Wstrict-prototypes warning by bringin...
2019-04-08 Sascha Wildnerlibc: Add prototypes for various functions we use in...
2019-04-07 zrjlibc/stdlib: Add __cxa_thread_atexit_impl() hook.
2019-04-07 Sascha Wildnerlibc: Fix some -Wunused-parameter warnings.
2019-03-17 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-03-09 Sascha WildnerFix some section name typos in various manual pages.
2019-02-28 Sascha Wildnerlibc: Remove old MLINKS for fpclassify.3.
2019-02-22 Sascha WildnerRemove <sys/semaphore.h> so that we have <semaphore...
2019-02-19 Matthew Dillonlibc - Use sbrk() system call, remove brk() (2)
2019-02-18 Matthew Dillonlibc - Use sbrk() system call, remove brk()
2019-01-05 Sascha Wildnerkernel: Remove kernel profiling bits.
2018-12-23 Sascha Wildner<utmpx.h>: Change struct utmpx's ut_type from uint16_t...
2018-11-14 Aaron LIMerge branch 'vendor/DHCPCD'
2018-11-02 Sascha Wildnerlibc/vis: Use thread-safe mbrtoc() and wcrtomb().
2018-10-19 Aaron LIMerge branch 'vendor/OPENRESOLV'
2018-09-30 Matthew Dillonsystem - Add wait6(), waitid(), and si_pid/si_uid sigin...
2018-08-09 Sascha WildnerMove fpclassify.3 from libc to libm where it belongs.
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-07-04 Aaron LIvis(3): Add VIS_ALL support
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-05-20 Sascha Wildner{un,}vis.3: Bring back some small fixes we had earlier.
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 Sascha Wildnerlibc/termios: #undef TTYDEFCHARS after including <termi...
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-05 Sascha Wildnerlibc/termios: Sync a bit with FreeBSD.
2018-05-05 Sascha Wildnerlibc/{un,}vis: Remove some useless junk. _DIAGASSERT...
2018-04-22 Matthew Dillonlibc - Remove incorrect sched_yield() stub
2018-04-21 Sascha WildnerRemove IPsec and related code from the system.
2018-04-10 Sascha Wildnervis.3: Use .Er for errno values.
2018-04-10 Sascha Wildnerlibc: Move to a format for specifying MLINKS that's...
2018-04-10 Sascha Wildnerlibc: Sort unvis.3 MLINKS alphabetically, too.
2018-04-10 Sascha Wildnerlibc: Fix up MLINKS for the recent upgrade of vis.3...
2018-04-09 François Tigeotlibc: Replace vis(3) and unvis(3) files with NetBSD...
2018-04-04 Sascha Wildnerlibc/pwcache: Some further work on the pwcache import.
2018-04-04 François TigeotUpdate pwcache(3) support files from NetBSD
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-02-22 Sascha WildnerAdd missing restrict qualifiers to various manual pages.
2018-02-15 Sascha WildnerAdd missing restrict qualifiers in POSIX function defin...
2018-02-13 Sascha WildnerChange __restrict -> restrict in two manual pages.
2017-12-30 zrjlibc: Remove 'table' argument from call to collate_rang...
2017-12-19 Sascha Wildnerlibc/sysconf: Add _SC_LEVEL1_DCACHE_LINESIZE.
2017-12-10 Sascha Wildnerlibc/termios: Add cfmakesane().
2017-11-02 Matthew Dillonlibc - Add rtld stubs for pthreads
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-17 Sascha Wildnershm_open(3): Set the FD_CLOEXEC flag for the new fd...
2017-07-26 Sascha Wildnerlibc/libpthread: Add clock_getcpuclockid() and pthread_...
2017-07-15 Imre Vadászpthread: Add pthread_getthreadid_np() function, bump...
next