summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Collapse)AuthorFilesLines
2015-03-31No redefine_extnameIgor Pashev2-13/+7
2015-03-30struct-tm.patch: declare functions in case of redefine_extnameIgor Pashev2-5/+9
2015-03-30XOPEM_SOURCE=600 by defaultIgor Pashev2-0/+10
2015-03-28libc (4.3+14) unstable; urgency=mediumIgor Pashev6-19/+189
* 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 Pashev3-7/+20
* execvp should preserve environment (updated execvpe.patch)
2015-03-27libc (4.3+12) unstable; urgency=mediumIgor Pashev6-4/+141
* Added execvpe (debian/patches/execvpe.patch) * Removed statfs (debian/patches/remove-statfs.patch)
2015-03-26libc (4.3+11) unstable; urgency=mediumIgor Pashev2-0/+28
* Updated debian/patches/struct-tm.patch: wchar_iso.h
2015-03-26libc (4.3+10) unstable; urgency=mediumIgor Pashev5-4/+57
* 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-25libc (4.3+8)Igor Pashev1-2/+2
2015-03-25define _I386_REGS to get register names from /usr/include/sys/regset.hIgor Pashev3-0/+26
2015-03-25struct tm: add tm_gmtoff and tm_zoneIgor Pashev4-11/+70
2015-03-19define char *basename(const char*) in string.hIgor Pashev3-2/+37
2015-03-18string.h to include strings.hIgor Pashev3-0/+20
2015-01-05libc (4.3+7) unstable; urgency=mediumIgor Pashev4-17/+85
* 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 Pashev2-9/+19
libc-malloc_usable_size.patch)
2014-12-30Remove stddef.hIgor Pashev2-2/+7
It is not used, GCC uses /usr/lib/gcc/x86_64-linux-gnu/4.9/include/stddef.h instead. But this file is used when compiling with -isystem/usr/include (LibreOffice) Since this file is incomplete it causes an error: $ g++ -std=gnu++11 -isystem/usr/include -O2 text.cxx In file included from text.cxx:1:0: /usr/include/c++/4.9/cstddef:51:11: error: ‘::max_align_t’ has not been declared using ::max_align_t;
2014-12-25libc (4.3+5) unstable; urgency=mediumIgor Pashev1-0/+7
* Fixed segfault in tdestroy (updated debian/patches/libc-add-tdestroy.patch) * Fixed complication against refactored rpc/rpc.h (debian/patches/rpc_gss.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 Pashev5-2/+55
* 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 Pashev4-0/+479
* Added libelf-no-clobber-warning.patch * Added use-posix-functions.patch
2014-06-20libc (4.3+3) unstable; urgency=mediumIgor Pashev2-7/+25
* Fixed pipe2() to really call pipe2 syscall (updated libc-pipe.patch)
2014-05-27libc (4.3+2) unstable; urgency=mediumIgor Pashev5-0/+48
* Implemented malloc_usable_size (libc-malloc_usable_size.patch)
2014-05-26libc (4.3+1) unstable; urgency=mediumIgor Pashev1-5/+5
* Install 3nsl, 3resolv, 3secdb and 3socket manpages * Install manpages from section 2 * Added htobe16/be16toh and others BSD macros to endian.h * Updated add-libutil-openpty-forkpty.patch: The behavior of the grantpt() function is unspecified if the application has installed a signal handler to catch SIGCHLD signals. * Backported illumos fixes for libnsl: 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-05-26Makefile is not a manpageIgor Pashev1-1/+0
2014-05-26Root is unneeded for cleanIgor Pashev1-1/+0
2014-05-26Backported illumos fixes for libnsl:Igor Pashev5-6/+1388
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-05-25Added htobe16/be16toh and others BSD macros to endian.hIgor Pashev2-0/+42
2014-05-06Install manpages from section 2Igor Pashev2-0/+143
2014-04-17Updated add-libutil-openpty-forkpty.patchIgor Pashev2-32/+53
The behavior of the grantpt() function is unspecified if the application has installed a signal handler to catch SIGCHLD signals. http://pubs.opengroup.org/onlinepubs/9699919799/functions/grantpt.html
2014-04-07Install 3nsl, 3resolv, 3secdb and 3socket manpagesIgor Pashev2-0/+10
2014-04-03libc (4.3) unstable; urgency=mediumIgor Pashev1-7/+5
* New upstream snapshot * Updated patches * Removed patches (applied upstream): illumos-195-librpcsvc.patch illumos-3141-strptime-t.patch illumos-3436-relocatable-objects-also-need-sloppy-relocation.patch illumos-3439-discarded-sections-shouldn-t-end-up-on-output-l.patch illumos-3453-GNU-comdat-redirection-does-exactly-the-wrong-t.patch illumos-3687-fopen-e.patch illumos-3787.patch illumos-4294-fopen-x.patch illumos-72-libnsl-t_error.patch * No build conflicts due to modern dh-illumos (>= 9.5.10) * Fixed macro guards in unistd.h for get/set -domainname (updated define-getdomainname.patch) * New package libc-manpages with libc manpages * Backported 4688 getlogin_r shouldn't clobber memory (illumos-4688-getlogin_r.patch) * Implemented pipe through the real syscall, not pipe2 (libc-pipe.patch) * Implemented accept through the old syscall, accept4 through the new accept4 syscall (libc-accept.patch) * Updated symbols files
2014-04-03Implemented accept through the old syscallIgor Pashev6-1/+99
2014-04-03Implemented pipe through the real syscallIgor Pashev3-0/+235
2014-04-03Backported 4688 getlogin_r shouldn't clobber memoryIgor Pashev3-0/+88
2014-04-03New package libc-manpages with libc manpagesIgor Pashev3-1/+11
2014-04-02Fixed macro guards in unistd.h for get/set -domainnameIgor Pashev2-4/+6
2014-04-02No build conflicts due to modern dh-illumos (>= 9.5.10)Igor Pashev2-4/+3
2014-04-02Speedup cleanupIgor Pashev1-1/+1
2014-03-03Updated symbols filesIgor Pashev3-0/+39
2014-03-03Updated debian/patches/librpcsvc-use-system-x.patchIgor Pashev1-27/+9
2014-03-02libc 4.3: updated patchesIgor Pashev114-1997/+872
2014-02-16libc (2.10+16) unstable; urgency=mediumIgor Pashev1-5/+6
* Added qsort_r() [libc-add-qsort_r.patch] * Added mkostemp() and mkostemps() [libc-add-mkostemp.patch] * Define extern char **environ in unistd.h [unistd-add-environ.patch] * Define getdomainname and setdomainname in unistd.h [unistd-add-environ.patch] * Fixed vhangup: it returns int, not void [libc-vhangup-returns-int.patch] * Implemented prioritynames and facilitynames in syslog.h [syslog-names.patch] * Implemented LOG_PERROR - logging to stderr [syslog-LOG_PERROR.patch]
2014-02-16Implemented LOG_PERROR - logging to stderrIgor Pashev3-0/+50
2014-02-16Implemented prioritynames and facilitynames in syslog.hIgor Pashev3-0/+79
2014-02-15Fixed vhangup: it returns int, not voidIgor Pashev3-0/+24
2014-02-15Define getdomainname and setdomainname in unistd.hIgor Pashev3-0/+20
2014-02-12Define extern char **environ in unistd.hIgor Pashev3-0/+25
2014-02-12Added mkostemp() and mkostemps()Igor Pashev5-0/+154
2014-02-12Added qsort_r() [libc-add-qsort_r.patch]Igor Pashev5-0/+157