summaryrefslogtreecommitdiff
path: root/src/unexmacosx.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Spelling fixes.Paul Eggert2012-10-041-1/+1
* Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.deChong Yidong2012-09-211-3/+18
|\
| * Fix space in last commit.YAMAMOTO Mitsuharu2012-09-201-1/+1
| * Add new load command for Xcode 4.5.YAMAMOTO Mitsuharu2012-09-201-3/+18
* | Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.comChong Yidong2012-08-111-3/+38
|\ \ | |/
| * * unexmacosx.c (copy_data_segment): Copy initialized data in statically linke...YAMAMOTO Mitsuharu2012-08-081-1/+17
| * Add new load commands for OS X 10.8.YAMAMOTO Mitsuharu2012-08-071-2/+21
* | More xmalloc and related cleanup.Paul Eggert2012-07-051-4/+4
* | unexmacosx.c (copy_data_segment): Added two section names used on MacJohn Wiegley2012-06-261-0/+2
* | Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-3/+1
* | * unexmacosx.c (copy_data_segment): Truncate after 16 charactersAndreas Schwab2012-05-271-9/+10
|/
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* Merge from emacs-23 branchChong Yidong2011-08-091-0/+37
|\
| * Support LC_FUNCTION_STARTS load command on Darwin.YAMAMOTO Mitsuharu2011-07-231-0/+37
* | Change unexec implementations to match prototype.Paul Eggert2011-03-171-3/+1
* | New file unexec.h, the (simple) interface for unexec.Paul Eggert2011-03-161-0/+3
* | Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.eduGlenn Morris2011-03-121-0/+1
|\ \ | |/
| * * src/unexmacosx.c (copy_data_segment): Also copy __got section. (Bug#8223)YAMAMOTO Mitsuharu2011-03-111-0/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | * src/unexmacosx.c: Add comment about include order.Jan Djärv2011-01-201-4/+9
* | * unexmacosx.c: Include config.h before unistd.h.Jan Djärv2011-01-191-4/+4
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused arguments for unexec.Dan Nicolaescu2010-10-031-3/+5
* | * unexmacosx.c (unexec_error): Use const char *.Jan D2010-08-111-1/+1
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-10/+10
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (print_load_command_name) [LC_DYLD_INFO]: Add casesYAMAMOTO Mitsuharu2009-08-281-0/+45
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* make unexec_free handle NULL the same way free doesJim Meyering2008-06-121-0/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* (unrelocate): New argument BASE. Use it instead ofYAMAMOTO Mitsuharu2007-11-271-18/+86
* (copy_data_segment): Also copy __gcc_except_tab and __objc_* sections.YAMAMOTO Mitsuharu2007-11-241-6/+23
* (unexec_regions_recorder, unexec_regions_merge):YAMAMOTO Mitsuharu2007-10-301-8/+30
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (malloc_cookie): Remove unused variable.YAMAMOTO Mitsuharu2006-11-051-57/+76
* 2006-11-02 Nozomu Ando <nand@mac.com>YAMAMOTO Mitsuharu2006-11-021-43/+75
* (unexec): Error if trying unexec from dumped executable.YAMAMOTO Mitsuharu2006-05-011-0/+3
* Include config.h before using HAVE_MALLOC_MALLOC_H.YAMAMOTO Mitsuharu2006-04-121-3/+6
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
* (unexec_write_zero): New function.YAMAMOTO Mitsuharu2005-11-091-9/+59
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 sectionSteven Tamm2005-06-091-0/+1