freebsd-dev/sys
Jaakko Heinonen 720c50b339 - Change the type of size_max to u_quad_t because its value is converted
with vfs_scanopt(9) using the "%qu" format string.
- Limit the maximum value of size_max to (SIZE_MAX - PAGE_SIZE) to
  prevent overflow in howmany() macro.

PR:		kern/141194
Approved by:	trasz (mentor)
MFC after:	2 weeks
2010-01-08 07:57:43 +00:00
..
amd64 Revert 200594. This file isn't intended for these sorts of things. 2010-01-04 21:30:04 +00:00
arm Revert 200594. This file isn't intended for these sorts of things. 2010-01-04 21:30:04 +00:00
boot Space cleanup for revision 201689 committed separately for easier review. 2010-01-06 23:11:56 +00:00
bsm
cam Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
cddl Re-apply onnv-gate revisions 7994 and 8986 (corresponds to FreeBSD 2010-01-07 20:10:22 +00:00
compat Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
conf Add support for Cavium Econa CNS11XX ARM boards. These boards were 2010-01-04 03:35:45 +00:00
contrib Delete old firmware. 2009-12-29 20:15:52 +00:00
crypto
ddb Among signal generation syscalls, only sigqueue(2) is allowed by POSIX 2009-11-17 11:39:15 +00:00
dev Make sure to store dma address of RX buffer in little endian form. 2010-01-08 02:43:20 +00:00
fs - Change the type of size_max to u_quad_t because its value is converted 2010-01-08 07:57:43 +00:00
gdb
geom Change the way in which zero stripesize is handled. Instead of reporting 2010-01-06 13:14:37 +00:00
gnu Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
i386 Make pmap_set_pg() static. 2010-01-07 17:34:45 +00:00
ia64 Revert 200594. This file isn't intended for these sorts of things. 2010-01-04 21:30:04 +00:00
isa Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
kern Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
kgssapi
libkern Move inet_aton() (specular to inet_ntoa(), already present in libkern) 2009-11-12 00:46:28 +00:00
mips Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
modules After adding an SDT provider for opencrypto in r199884 we should also 2010-01-07 12:58:03 +00:00
net Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
net80211 Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
netatalk
netgraph ip_var.h now needs to be before ip_fw_private.h 2010-01-07 14:23:19 +00:00
netinet Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
netinet6 Correct a typo. 2010-01-06 23:05:00 +00:00
netipsec Enable IPcomp by default. 2009-11-29 20:47:43 +00:00
netipx
netnatm
netncp
netsmb
nfs
nfsclient Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
nfsserver Properly return an error reply if an NFS remove or link operation fails. 2009-12-03 20:59:28 +00:00
nlm
opencrypto In case the compression result is the same size as the orignal version, 2009-11-29 17:53:57 +00:00
pc98 Revert 200594. This file isn't intended for these sorts of things. 2010-01-04 21:30:04 +00:00
pci Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
powerpc Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
rpc Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
security Make mac_lomac(4) able to interpret NFSv4 access bits. 2010-01-03 17:19:14 +00:00
sparc64 Enable ste(4). ste(4) should work on all architectures. 2010-01-08 02:46:34 +00:00
sun4v Revert 200594. This file isn't intended for these sorts of things. 2010-01-04 21:30:04 +00:00
sys Use umtx to implement process sharable semaphore, to make this work, 2010-01-05 02:37:59 +00:00
teken Place home and end before insert and delete. 2009-11-11 09:43:26 +00:00
tools
ufs Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
vm Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. 2009-12-29 21:51:28 +00:00
xdr
xen Remove extraneous semicolons, no functional changes. 2010-01-07 21:01:37 +00:00
Makefile