Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (get_lim_data): Use reserved_heap_size instead of | Andrew Innes | 1999-01-17 | 1 | -2/+2 |
| | | | | data_region_size. | ||||
* | Replaced symbol BSD with BSD_SYSTEM. | Karl Heuer | 1996-09-17 | 1 | -1/+1 |
| | |||||
* | (lim_data): Make this an unsigned long. | Karl Heuer | 1996-07-11 | 1 | -1/+1 |
| | |||||
* | [_LIBC]: Use weak_extern instead of weak_symbol for __data_start. | Roland McGrath | 1996-07-08 | 1 | -2/+2 |
| | |||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | Declare etext. | Roland McGrath | 1995-11-16 | 1 | -1/+1 |
| | |||||
* | [_LIBC] (start_of_data): Use weak ref to __data_start; use &etext if not | Roland McGrath | 1995-11-16 | 1 | -3/+4 |
| | | | | present. | ||||
* | Comment change. | Richard M. Stallman | 1995-06-14 | 1 | -4/+4 |
| | |||||
* | [_LIBC] (start_of_data): Define to &__data_start for GNU libc. | Roland McGrath | 1995-06-12 | 1 | -4/+6 |
| | |||||
* | [WINDOWSNT]: Don't include vlimit.h. | Richard M. Stallman | 1994-11-01 | 1 | -0/+13 |
| | | | | (get_lim_data): Alternate definition for WINDOWSNT. | ||||
* | Check for __alpha, in __osf__ conditional. | Richard M. Stallman | 1994-09-17 | 1 | -3/+3 |
| | | | | (EXCEEDS_LISP_PTR): Use EMACS_UINT. | ||||
* | (get_lim_data): Handle NO_LIM_DATA. | Richard M. Stallman | 1994-04-21 | 1 | -0/+9 |
| | |||||
* | Include <sys/types.h> before <sys/resource.h>. | Roland McGrath | 1994-01-09 | 1 | -1/+4 |
| | |||||
* | [MSDOS] (get_lim_data): Use go32 call. | Richard M. Stallman | 1994-01-08 | 1 | -2/+19 |
| | |||||
* | [_LIBC]: Define BSD4_2. | Roland McGrath | 1993-07-23 | 1 | -0/+1 |
| | |||||
* | [_LIBC]: Just include <sys/resource.h>, and skip hairy #ifdef mess. | Roland McGrath | 1993-07-22 | 1 | -0/+8 |
| | |||||
* | [__bsdi__]: Define BSD4_2. | Richard M. Stallman | 1993-05-31 | 1 | -1/+5 |
| | |||||
* | Changes for OSF/1: | Jim Blandy | 1993-05-25 | 1 | -1/+6 |
| | | | | | | | * mem-limits.h [__osf__ && (__mips || mips)]: #include <sys/time.h> and <sys/resource.h>. (get_lim_data): OSF wants a definition like BSD4_2's. * s/osf1.h: #include "bsd4-3.h", not "s-bsd4-3.h". | ||||
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
| | |||||
* | Some more changes from Michael K. Johnson for Linux. | Jim Blandy | 1993-05-20 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | | * 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. | ||||
* | * mem-limits.h [DATA_SEG_BITS] (EXCEEDS_LISP_PTR): Remember to | Jim Blandy | 1992-11-16 | 1 | -0/+5 |
| | | | | | remove DATA_SEG_BITS from the pointer before testing if the pointer fits in VALBITS. | ||||
* | (get_lim_data): Make it static. | Richard M. Stallman | 1992-10-20 | 1 | -3/+3 |
| | |||||
* | (start_of_data): Removed extra defn. | Roland McGrath | 1992-10-12 | 1 | -4/+3 |
| | | | | (get_lim_data): Define to return void. | ||||
* | [!emacs]: Don't define POINTER, SIZE or NULL. | Richard M. Stallman | 1992-10-11 | 1 | -3/+5 |
| | | | | | (start_of_data): Define as macro, if !emacs. (EXCEEDS_LISP_PTR): Renamed from EXCEEDS_ELISP_PTR. | ||||
* | entered into RCS | Joseph Arceneaux | 1992-06-30 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-03-13 | 1 | -1/+4 |
| | |||||
* | Initial revision | Jim Blandy | 1992-01-13 | 1 | -0/+102 |