summaryrefslogtreecommitdiff
path: root/libc/debian/patches/series
AgeCommit message (Collapse)AuthorFilesLines
2019-12-04Put getloadavg to stdlib.hIgor Pashev1-0/+1
2019-11-20Exclude floatingpoint.h from math.hIgor Pashev1-0/+1
2017-11-22libc: backport pthread_attr_get_npIgor Pashev1-0/+1
2017-11-21Add debian/patches/libm-macro.patchIgor Pashev1-0/+1
2017-10-08libc: arpa/nameser.h to include sys/types.hIgor Pashev1-0/+1
2017-10-08libc: math.h to include feature.hIgor Pashev1-0/+1
2017-06-22math.h includes ieeefp.h (add libc-math-include-ieeefp.patch)Igor Pashev1-0/+1
2017-06-18libc: add cfsetspeedIgor Pashev1-0/+1
2017-06-18libc: add debian/patches/illumos-6993.patchIgor Pashev1-0/+1
2017-06-18localedef: build only the progIgor Pashev1-0/+1
2017-06-16libc: use system rpc filesIgor Pashev1-0/+1
2017-06-16libc: keep headers generated by rpcgenIgor Pashev1-0/+1
2017-06-14libc: add a bunch of new patchesIgor Pashev1-0/+5
2016-01-15getopt: option.name is const char *Igor Pashev1-0/+1
2015-10-21Adding libmIgor Pashev1-0/+2
2015-10-21Added debian/patches/localeimpl-getenv.patchIgor Pashev1-0/+1
2015-10-21Updated patchesIgor Pashev1-8/+1
2015-10-18Added debian/patches/libnsl-netname.patchIgor Pashev1-0/+1
2015-10-18Added debian/patches/libc-fp_data-__huge_val.patchIgor Pashev1-0/+1
2015-09-12Removed gets() [libc-no-gets.patch]Igor Pashev1-0/+1
2015-04-18struct-tm.patch: use redefine_extnameIgor Pashev1-1/+1
2015-04-02debian/patches/__time_t.patch: define __time_t == time_t in time.h for nanoIgor Pashev1-0/+1
2015-03-31Include <features.h> instead of <sys/feature_tests.h> in more files ↵Igor Pashev1-0/+3
(debian/patches/features.patch)
2015-03-31More patches for _XOPEN_SOURCE=600Igor Pashev1-0/+5
2015-03-31More patches for _XOPEN_SOURCE=600Igor Pashev1-0/+2
2015-03-27libc (4.3+13) unstable; urgency=mediumIgor Pashev1-1/+1
* execvp should preserve environment (updated execvpe.patch)
2015-03-27libc (4.3+12) unstable; urgency=mediumIgor Pashev1-0/+2
* Added execvpe (debian/patches/execvpe.patch) * Removed statfs (debian/patches/remove-statfs.patch)
2015-03-26libc (4.3+10) unstable; urgency=mediumIgor Pashev1-0/+1
* 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 Pashev1-0/+1
2015-03-25struct tm: add tm_gmtoff and tm_zoneIgor Pashev1-0/+1
2015-03-19define char *basename(const char*) in string.hIgor Pashev1-0/+1
2015-03-18string.h to include strings.hIgor Pashev1-0/+1
2015-01-05libc (4.3+7) unstable; urgency=mediumIgor Pashev1-0/+1
* 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
2014-12-25Fixed complication against refactored rpc/rpc.hIgor Pashev1-0/+1
2014-11-13libc (4.3+4) unstable; urgency=mediumIgor Pashev1-0/+3
* 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 Pashev1-0/+2
* Added libelf-no-clobber-warning.patch * Added use-posix-functions.patch
2014-05-27libc (4.3+2) unstable; urgency=mediumIgor Pashev1-0/+1
* Implemented malloc_usable_size (libc-malloc_usable_size.patch)
2014-05-26Backported illumos fixes for libnsl:Igor Pashev1-0/+1
4867 Uninitialized variables in libnsl 4812 libnsl: Some nisplus leftovers 4808 libnsl: SI_SRPC_DOMAIN is always defined 4803 libnsl: recursive mutex lock in return_xprt_copy() 4724 Possible memory leak in _clnt_vc_create_timed() 4462 clnt_vc_control()/clnt_dg_control() could return RPC_FAILED instead of FALSE
2014-04-03Implemented accept through the old syscallIgor Pashev1-0/+1
2014-04-03Implemented pipe through the real syscallIgor Pashev1-0/+1
2014-04-03Backported 4688 getlogin_r shouldn't clobber memoryIgor Pashev1-0/+1
2014-03-02libc 4.3: updated patchesIgor Pashev1-9/+0
2014-02-16Implemented LOG_PERROR - logging to stderrIgor Pashev1-0/+1
2014-02-16Implemented prioritynames and facilitynames in syslog.hIgor Pashev1-0/+1
2014-02-15Fixed vhangup: it returns int, not voidIgor Pashev1-0/+1
2014-02-15Define getdomainname and setdomainname in unistd.hIgor Pashev1-0/+1
2014-02-12Define extern char **environ in unistd.hIgor Pashev1-0/+1
2014-02-12Added mkostemp() and mkostemps()Igor Pashev1-0/+1
2014-02-12Added qsort_r() [libc-add-qsort_r.patch]Igor Pashev1-0/+1
2014-02-11libc (2.10+15) unstable; urgency=mediumIgor Pashev1-0/+1
* Added libc-printf-q-length-modifier.patch: makes printf("%qx"...) working (for hexdump from bsdmainutils)