aboutsummaryrefslogtreecommitdiffstats
path: root/src/mem-limits.h
Commit message (Collapse)AuthorAgeFilesLines
* (get_lim_data): Use reserved_heap_size instead ofAndrew Innes1999-01-171-2/+2
| | | | data_region_size.
* Replaced symbol BSD with BSD_SYSTEM.Karl Heuer1996-09-171-1/+1
|
* (lim_data): Make this an unsigned long.Karl Heuer1996-07-111-1/+1
|
* [_LIBC]: Use weak_extern instead of weak_symbol for __data_start.Roland McGrath1996-07-081-2/+2
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* Declare etext.Roland McGrath1995-11-161-1/+1
|
* [_LIBC] (start_of_data): Use weak ref to __data_start; use &etext if notRoland McGrath1995-11-161-3/+4
| | | | present.
* Comment change.Richard M. Stallman1995-06-141-4/+4
|
* [_LIBC] (start_of_data): Define to &__data_start for GNU libc.Roland McGrath1995-06-121-4/+6
|
* [WINDOWSNT]: Don't include vlimit.h.Richard M. Stallman1994-11-011-0/+13
| | | | (get_lim_data): Alternate definition for WINDOWSNT.
* Check for __alpha, in __osf__ conditional.Richard M. Stallman1994-09-171-3/+3
| | | | (EXCEEDS_LISP_PTR): Use EMACS_UINT.
* (get_lim_data): Handle NO_LIM_DATA.Richard M. Stallman1994-04-211-0/+9
|
* Include <sys/types.h> before <sys/resource.h>.Roland McGrath1994-01-091-1/+4
|
* [MSDOS] (get_lim_data): Use go32 call.Richard M. Stallman1994-01-081-2/+19
|
* [_LIBC]: Define BSD4_2.Roland McGrath1993-07-231-0/+1
|
* [_LIBC]: Just include <sys/resource.h>, and skip hairy #ifdef mess.Roland McGrath1993-07-221-0/+8
|
* [__bsdi__]: Define BSD4_2.Richard M. Stallman1993-05-311-1/+5
|
* Changes for OSF/1:Jim Blandy1993-05-251-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 Blandy1993-05-221-1/+1
|
* Some more changes from Michael K. Johnson for Linux.Jim Blandy1993-05-201-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 toJim Blandy1992-11-161-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. Stallman1992-10-201-3/+3
|
* (start_of_data): Removed extra defn.Roland McGrath1992-10-121-4/+3
| | | | (get_lim_data): Define to return void.
* [!emacs]: Don't define POINTER, SIZE or NULL.Richard M. Stallman1992-10-111-3/+5
| | | | | (start_of_data): Define as macro, if !emacs. (EXCEEDS_LISP_PTR): Renamed from EXCEEDS_ELISP_PTR.
* entered into RCSJoseph Arceneaux1992-06-301-0/+3
|
* *** empty log message ***Jim Blandy1992-03-131-1/+4
|
* Initial revisionJim Blandy1992-01-131-0/+102