freebsd-src/sys
Andreas Schulz a7d72265c4 The values for setrlimit in the data size and stack size case are
used as an address value. Then all comparisons should be done unsigned
and not signed. Fix it with a typecast of u_quad_t.
Error can be demonstrated with the current bash in port, do a
ulimit -s unlimited and the machine hangs. bash delivers through
an internal error a large negative value for the stacksize, the
comparison saw this smaller than MAXSSIZ and then tried to expand
the stack to this size.
1994-12-01 20:20:21 +00:00
..
alpha/include Added more SCO compat ioctl's. 1994-10-17 22:12:06 +00:00
amd64 I made a syntax error yesterday. 1994-11-27 01:49:39 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Expand again the SYMTAB_SPACE for LINT. 1994-11-27 14:59:54 +00:00
ddb Print "(null)" instead of crashing for null strings. Null names are 1994-10-30 20:55:44 +00:00
dev Fix bug I introduced that broke BPF support. Caused by a byte order problem 1994-11-30 12:08:23 +00:00
fs Restore mv check, cause panic without it 1994-11-29 23:39:15 +00:00
gnu Merge in latest Linux sequencer code release with my changes. This should 1994-11-29 23:04:23 +00:00
i386 Fix bug I introduced that broke BPF support. Caused by a byte order problem 1994-11-30 12:08:23 +00:00
isa Reverse the meaning of previous change. 1994-11-30 12:04:28 +00:00
isofs/cd9660 Remove the bogus include of <sys/dkbad.h>. 1994-11-14 07:01:58 +00:00
kern The values for setrlimit in the data size and stack size case are 1994-12-01 20:20:21 +00:00
libkern Hide the declaration of ffs() if an inline ffs() is implemented. 1994-11-14 14:56:46 +00:00
miscfs From: Michael Reifenberger <root@rz-wb.fh-sw.de> 1994-11-15 20:30:56 +00:00
modules Again, this is not a filesystem so don't compile it as if it were. 1994-10-27 23:39:19 +00:00
msdosfs Restore mv check, cause panic without it 1994-11-29 23:39:15 +00:00
net Fix previous change: don't attempt to reserve cblocks if the tty is null. 1994-11-27 15:29:57 +00:00
netccitt Made idempotent 1994-08-21 05:44:12 +00:00
netinet Added: ICMP reply,TCP SYN check,logging.. 1994-11-28 12:35:14 +00:00
netiso Comment out an illegal define (E_CLNL_???). 1994-11-27 20:58:30 +00:00
netns Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links. 1994-11-15 14:26:31 +00:00
nfs Forward-declare a few structures to avoid warning messages. 1994-11-02 00:11:00 +00:00
nfsclient Forward-declare a few structures to avoid warning messages. 1994-11-02 00:11:00 +00:00
nfsserver Forward-declare a few structures to avoid warning messages. 1994-11-02 00:11:00 +00:00
pci Fix bug I introduced that broke BPF support. Caused by a byte order problem 1994-11-30 12:08:23 +00:00
powerpc/include Added $Id$ 1994-08-02 07:55:43 +00:00
rpc Use the header files that are compatible with the code just moved over 1994-08-07 18:41:02 +00:00
scsi Include "scbus.h" in scsiconfig.c to get the number NSCBUS from the 1994-11-27 23:30:48 +00:00
sys Changed the TIOCSTAT ioctl to a no argument type so that tcsh and friends 1994-11-30 15:02:43 +00:00
tools Added $Id$ 1994-08-02 07:55:43 +00:00
ufs Submitted by: Kirk McKusick 1994-11-26 19:38:30 +00:00
vm These changes fix a couple of lingering VM problems: 1994-11-25 07:58:29 +00:00
Makefile Added ${MACHINE}/boot to build bootblocks. 1994-08-25 13:54:28 +00:00