Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (copy_text_and_data) [DJGPP >= 2]: Switch off two bits | Karl Heuer | 1996-07-19 | 1 | -0/+10 |
| | | | | | | in `_crt0_startup_flags' so they don't go into the dumped Emacs. Restore the value of `_crt0_startup_flags' after .text and .data were dumped. | ||||
* | [DJGPP v2]: Include fcntl.h. | Richard M. Stallman | 1996-04-10 | 1 | -0/+18 |
| | | | | (copy_text_and_data) [DJGPP v2]: Call __djgpp_exception_toggle. | ||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -2/+2 |
| | |||||
* | (write_segment): Write valid data in units of 1<<13, | Richard M. Stallman | 1995-10-08 | 1 | -5/+18 |
| | | | | but write zeros only a page at a time. | ||||
* | (write_segment): Use pagesize as unit of writing instead of 128. | Richard M. Stallman | 1995-10-03 | 1 | -4/+5 |
| | |||||
* | Comment changes. | Richard M. Stallman | 1994-10-26 | 1 | -5/+4 |
| | |||||
* | (make_hdr): Undo June 16 change. | Richard M. Stallman | 1994-10-06 | 1 | -2/+3 |
| | |||||
* | Don't test CANNOT_UNEXEC. | Richard M. Stallman | 1994-09-24 | 1 | -4/+0 |
| | |||||
* | (copy_text_and_data): Delete some printf's. | Richard M. Stallman | 1994-09-23 | 1 | -3/+0 |
| | |||||
* | (copy_text_and_data): Add RISCiX changes. | Richard M. Stallman | 1994-09-23 | 1 | -0/+86 |
| | |||||
* | (make_hdr): Handle case of no "additional header". | Richard M. Stallman | 1994-06-16 | 1 | -1/+4 |
| | |||||
* | Include <sys/file.h> and [USG5] <fcntl.h> to define O_* macros. | Roland McGrath | 1994-06-16 | 1 | -4/+24 |
| | | | | | | | | | | (O_RDONLY, O_RDWR): Define if undefined. [emacs] (report_error): Use report_file_error so the user can tell what the errno code was. (unexec): Use O_RDONLY instead of explicit 0. (make_hdr): Don't undo A_TEXT_OFFSET adjustment #ifndef NO_REMAP, since it was never adjusted earlier #ifndef NO_REMAP. (adjust_lnnoptrs): Use O_RDWR instead of explicit 2. | ||||
* | [MSDOS]: Don't include files from the dos extender | Richard M. Stallman | 1994-05-22 | 1 | -10/+9 |
| | | | | | | and debugger. Use the <coff.h> that was put in the right place a couple of djgpp versions ago. Consequently, use `unsigned short' for `word16' and `unsigned long' for `word32'. | ||||
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| | |||||
* | [MSDOS]: Don't #include <a.out.h>, but use other headers. | Richard M. Stallman | 1994-01-08 | 1 | -1/+40 |
| | | | | | | | (make_hdr) [MSDOS]: Cast a pointer for bzero. (write_segment) [EFAULT]: Check for before using. (adjust_lnnoptrs) [MSDOS]: Use provided descriptor. (adjust_lnnoptrs): Return 0 if ok. | ||||
* | [! HPUX]: Don't declare sbrk at all, so as not to conflict with headers. | Roland McGrath | 1993-11-11 | 1 | -2/+9 |
| | |||||
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | |||||
* | (make_hdr): Use & in call to bzero. | Richard M. Stallman | 1993-07-28 | 1 | -1/+1 |
| | |||||
* | * unexec.c [HPUX] (sbrk): This returns a void *. | Jim Blandy | 1993-06-16 | 1 | -1/+5 |
| | |||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
| | |||||
* | Some more changes from Michael K. Johnson for Linux. | Jim Blandy | 1993-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * s/template.h: Mention that you should #define HAVE_TERMIO or HAVE_TERMIOS, but not both, and that HAVE_TERMIOS is preferred. * systty.h (EMACS_SET_TTY_PGRP): Don't assign the return value of tcsetpgrp to *pgid; it's just a status value. * config.h.in (HAVE_RANDOM): This shouldn't be defined on Linux systems using XFree386, and perhaps is inappropriate in general. * m/intel386.h: #undefine the integer size macros, since the Linux <values.h> file #defines them itself. * mem-limits.h (get_lim_data): Linux has the ulimit call; if it fails, fall back on ULIMIT_BREAK_VALUE. * process.c: Linux needs the WAITTYPE, etc. definitions. * unexec.c (hdr, ohdr): Linux has the ordinary `struct exec' type; no need to use SYSV names. * s/linux.h: New file. | ||||
* | * unexec.c (copy_text_and_data): Error message tweaked. | Jim Blandy | 1993-03-11 | 1 | -1/+1 |
| | |||||
* | (Fforward_comment): New function. | Richard M. Stallman | 1993-02-23 | 1 | -6/+7 |
| | | | | | (adjust_lnnoptrs): Handle symentry.n_type == 0x2400. (make_hdr) [USG_SHARED_LIBRARIES]: Set bias using bss_start. | ||||
* | entered into RCS | Jim Blandy | 1992-04-24 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-03-14 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-01-13 | 1 | -2/+63 |
| | |||||
* | Initial revision | Richard M. Stallman | 1991-01-29 | 1 | -0/+978 |