summaryrefslogtreecommitdiff
path: root/libc/debian/patches
AgeCommit message (Collapse)AuthorFilesLines
2019-12-04Update math.h-exclude-floatingpoint.h.patchHEADmasterIgor Pashev1-0/+24
2019-12-04Put getloadavg to stdlib.hIgor Pashev2-0/+17
2019-11-20Exclude floatingpoint.h from math.hIgor Pashev2-0/+22
2017-11-22libc: backport pthread_attr_get_npIgor Pashev2-0/+558
2017-11-21Add debian/patches/libm-macro.patchIgor Pashev2-0/+19
2017-10-08libc: arpa/nameser.h to include sys/types.hIgor Pashev2-0/+15
2017-10-08libc: math.h to include feature.hIgor Pashev2-0/+16
2017-06-22math.h includes ieeefp.h (add libc-math-include-ieeefp.patch)Igor Pashev2-0/+13
2017-06-20libc: refresh debian/patches/libc-add-gnu-strerror_r.patchIgor Pashev1-14/+14
2017-06-18libc: fix qsort_r() declaration for c++Igor Pashev1-20/+30
2017-06-18libc: add cfsetspeedIgor Pashev2-0/+68
2017-06-18libc: add debian/patches/illumos-6993.patchIgor Pashev2-0/+118
2017-06-18libc: refresh patchesIgor Pashev140-1144/+1144
2017-06-18localedef: build only the progIgor Pashev2-0/+19
2017-06-17libc: try -shared instead of -lc for lddstubIgor Pashev1-18/+17
2017-06-16libc: use system rpc filesIgor Pashev2-0/+16
2017-06-16libc: keep headers generated by rpcgenIgor Pashev2-0/+15
2017-06-14libc: add a bunch of new patchesIgor Pashev6-0/+183
2016-01-15getopt: option.name is const char *Igor Pashev2-0/+14
2015-10-21Adding libmIgor Pashev3-0/+110
2015-10-21Added debian/patches/localeimpl-getenv.patchIgor Pashev2-0/+13
2015-10-21More quirksIgor Pashev1-16/+21
2015-10-21Updated patchesIgor Pashev18-2073/+180
2015-10-18Added debian/patches/libnsl-netname.patchIgor Pashev2-0/+23
2015-10-18Added debian/patches/libc-fp_data-__huge_val.patchIgor Pashev2-0/+20
2015-09-12Removed gets() [libc-no-gets.patch]Igor Pashev2-0/+33
2015-04-18struct-tm.patch: use redefine_extnameIgor Pashev2-31/+77
2015-04-02debian/patches/__time_t.patch: define __time_t == time_t in time.h for nanoIgor Pashev2-0/+17
2015-04-01More ABI fixes related to struct tmIgor Pashev2-92/+96
2015-03-31Include <features.h> instead of <sys/feature_tests.h> in more files ↵Igor Pashev5-0/+612
(debian/patches/features.patch)
2015-03-31More patches for _XOPEN_SOURCE=600Igor Pashev7-1/+93
2015-03-31More patches for _XOPEN_SOURCE=600Igor Pashev3-0/+35
2015-03-31No redefine_extnameIgor Pashev1-11/+6
2015-03-30struct-tm.patch: declare functions in case of redefine_extnameIgor Pashev1-5/+7
2015-03-28libc (4.3+14) unstable; urgency=mediumIgor Pashev3-15/+174
* Preserve ABI. Updated struct-tm.patch. This fixes crashes of older apps using gmtime_r() & Co
2015-03-27libc (4.3+13) unstable; urgency=mediumIgor Pashev2-7/+14
* execvp should preserve environment (updated execvpe.patch)
2015-03-27libc (4.3+12) unstable; urgency=mediumIgor Pashev3-0/+132
* Added execvpe (debian/patches/execvpe.patch) * Removed statfs (debian/patches/remove-statfs.patch)
2015-03-26libc (4.3+11) unstable; urgency=mediumIgor Pashev1-0/+22
* Updated debian/patches/struct-tm.patch: wchar_iso.h
2015-03-26libc (4.3+10) unstable; urgency=mediumIgor Pashev3-4/+19
* Define __EXTENSIONS__ and _BSD_SOURCE by default. Define _GNU_SOURCE is __EXTENSIONS__ is defined. (debian/compat_headers/features.h) * Updated debian/patches/struct-tm.patch * libnsl uses getdomainname from unistd.h (debian/patches/libnsl-getdomainname.patch)
2015-03-25define _I386_REGS to get register names from /usr/include/sys/regset.hIgor Pashev2-0/+24
2015-03-25struct tm: add tm_gmtoff and tm_zoneIgor Pashev2-0/+57
2015-03-19define char *basename(const char*) in string.hIgor Pashev2-0/+33
2015-03-18string.h to include strings.hIgor Pashev2-0/+13
2015-01-05libc (4.3+7) unstable; urgency=mediumIgor Pashev2-0/+74
* Hide all _Unwind* symbols (updated debian/patches/no-unwind.patch) -- Igor Pashev <pashev.igor@gmail.com> Mon, 05 Jan 2015 01:14:45 +0300 libc (4.3+6) unstable; urgency=medium * Do not package /usr/include/stddef.h (not used, but when is causes errors) * Added using std::malloc_usable_size; into malloc.h (updated libc-malloc_usable_size.patch) * Added debian/patches/no-unwind.patch
2015-01-01Added using std::malloc_usable_size; into malloc.h (updated ↵Igor Pashev1-9/+17
libc-malloc_usable_size.patch)
2014-12-25Fixed complication against refactored rpc/rpc.hIgor Pashev2-0/+64
2014-12-25tdestroy: fixed segfaultIgor Pashev1-13/+13
2014-11-13libc (4.3+4) unstable; urgency=mediumIgor Pashev4-0/+50
* Added libelf-no-clobber-warning.patch * Added use-posix-functions.patch * Added zic-enable-leapsecond.patch * Added TZDIR.patch * Added etc-timezone.patch
2014-11-14More patchesIgor Pashev3-0/+472
* Added libelf-no-clobber-warning.patch * Added use-posix-functions.patch
2014-06-20libc (4.3+3) unstable; urgency=mediumIgor Pashev1-7/+19
* Fixed pipe2() to really call pipe2 syscall (updated libc-pipe.patch)