Commit graph

26 commits

Author SHA1 Message Date
Karl Heuer
6df54671fd Replaced symbol BSD with BSD_SYSTEM. 1996-09-17 03:43:54 +00:00
Karl Heuer
78c33db16e (lim_data): Make this an unsigned long. 1996-07-11 23:41:28 +00:00
Roland McGrath
6d0dbbaf3e [_LIBC]: Use weak_extern instead of weak_symbol for __data_start. 1996-07-08 04:31:52 +00:00
Erik Naggum
3b7ad313e0 Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
Roland McGrath
51e8c46a3a Declare etext. 1995-11-16 01:48:21 +00:00
Roland McGrath
6c6b28ea7f [_LIBC] (start_of_data): Use weak ref to __data_start; use &etext if not
present.
1995-11-16 01:46:10 +00:00
Richard M. Stallman
3999f9611c Comment change. 1995-06-14 14:21:09 +00:00
Roland McGrath
240049aafc [_LIBC] (start_of_data): Define to &__data_start for GNU libc. 1995-06-12 17:21:07 +00:00
Richard M. Stallman
dbecffaa01 [WINDOWSNT]: Don't include vlimit.h.
(get_lim_data): Alternate definition for WINDOWSNT.
1994-11-01 08:23:44 +00:00
Richard M. Stallman
9aae3fc9eb Check for __alpha, in __osf__ conditional.
(EXCEEDS_LISP_PTR): Use EMACS_UINT.
1994-09-17 00:39:50 +00:00
Richard M. Stallman
19b8fb9d76 (get_lim_data): Handle NO_LIM_DATA. 1994-04-21 18:53:38 +00:00
Roland McGrath
f920c4419c Include <sys/types.h> before <sys/resource.h>. 1994-01-09 23:36:21 +00:00
Richard M. Stallman
004164c530 [MSDOS] (get_lim_data): Use go32 call. 1994-01-08 09:17:47 +00:00
Roland McGrath
ab8fb1933c [_LIBC]: Define BSD4_2. 1993-07-23 20:38:15 +00:00
Roland McGrath
b1814de250 [_LIBC]: Just include <sys/resource.h>, and skip hairy #ifdef mess. 1993-07-22 18:55:19 +00:00
Richard M. Stallman
cd1168e194 [__bsdi__]: Define BSD4_2. 1993-05-31 22:25:20 +00:00
Jim Blandy
c027d070eb Changes for OSF/1:
* 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".
1993-05-25 03:05:38 +00:00
Jim Blandy
c6c5df7f76 Updated copyright years. 1993-05-22 21:34:42 +00:00
Jim Blandy
161aa2f8d8 Some more changes from Michael K. Johnson for Linux.
* 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.
1993-05-20 02:14:56 +00:00
Jim Blandy
2705099422 * mem-limits.h [DATA_SEG_BITS] (EXCEEDS_LISP_PTR): Remember to
remove DATA_SEG_BITS from the pointer before testing if the
	pointer fits in VALBITS.
1992-11-16 00:45:34 +00:00
Richard M. Stallman
c52713b17b (get_lim_data): Make it static. 1992-10-20 06:12:19 +00:00
Roland McGrath
aa3e02cec0 (start_of_data): Removed extra defn.
(get_lim_data): Define to return void.
1992-10-12 19:10:02 +00:00
Richard M. Stallman
6fb48933f7 [!emacs]: Don't define POINTER, SIZE or NULL.
(start_of_data): Define as macro, if !emacs.
(EXCEEDS_LISP_PTR): Renamed from EXCEEDS_ELISP_PTR.
1992-10-11 20:40:05 +00:00
Joseph Arceneaux
94d7c01aae entered into RCS 1992-06-30 22:41:21 +00:00
Jim Blandy
5399ec5de2 *** empty log message *** 1992-03-13 16:39:22 +00:00
Jim Blandy
9889c728e0 Initial revision 1992-01-13 22:04:23 +00:00