Commit Graph

235541 Commits

Author SHA1 Message Date
christos
fd05aad26e add overlapping pointer checks 2015-05-09 15:42:21 +00:00
christos
adfc40c594 add a macro to check overlapping pointers 2015-05-09 15:41:47 +00:00
christos
bcec7bd07a CID 1294266: Cast to void. 2015-05-09 15:36:15 +00:00
christos
e617b5c6d2 CID 1292512: Help coverity with offset NULL calculations 2015-05-09 15:34:13 +00:00
christos
0286f1d2e9 CID 1292510: Check allocation 2015-05-09 15:31:36 +00:00
christos
f29f1289ff CID 1268629: Don't deref NULL (can't happen unless count is incorrect;
code safety).
2015-05-09 15:28:25 +00:00
christos
e8c33bf290 CID 1256503: Handle memory leak 2015-05-09 15:24:56 +00:00
rtr
d53103fc75 change sosend() to accept sockaddr * instead of mbuf * for nam.
bump to 7.99.16
2015-05-09 15:22:47 +00:00
christos
6f91147d24 CID 1256502: missing lint fallthrough comment 2015-05-09 15:14:45 +00:00
christos
bb21fbff87 CID 1225082: Check getrlimit() return 2015-05-09 15:12:12 +00:00
matt
9ef253dfc0 Add compat_netbsd32.kmod if arch64 2015-05-09 14:22:34 +00:00
matt
d03fef21ba Update set lists for compat_netbsd32.kmod 2015-05-09 14:21:07 +00:00
matt
b3d190b5c2 Build compat_netbsd32.kmod for arm and mips64 2015-05-09 14:19:13 +00:00
ragge
36f91343b4 PR port-vax/49884
Fixes bug introduced in earlier cleanup.
2015-05-09 13:43:45 +00:00
christos
5afcdacc80 CID 1225079: check getrlimit return 2015-05-09 13:32:30 +00:00
christos
9c27fd2a44 CID 1225078: check getrlimit return 2015-05-09 13:28:55 +00:00
christos
f49d3ada41 CID 1225088: check return of getrlimit 2015-05-09 13:26:06 +00:00
christos
4b6d6c838f CID 1225077: check getrlimit return 2015-05-09 13:22:37 +00:00
christos
94e199271d CID 710492: dev_priv was dereferenced in via_release_futex, no point in
checking again.
2015-05-09 13:19:22 +00:00
christos
9a0dcc7c97 CID 976986: NULL deref. 2015-05-09 13:16:42 +00:00
christos
7a74e96fe5 CID 1009289: Check getrlimit 2015-05-09 13:10:50 +00:00
christos
900f611a8e remove unreachable code. 2015-05-09 13:08:26 +00:00
christos
f95fdeb71c CID 1297229: use strlcpy 2015-05-09 13:07:20 +00:00
christos
a711b8a7ae CID 1297228: Use strlcpy 2015-05-09 13:05:51 +00:00
martin
b2609efb8f When exiting from the "ftpsource" menu, explicitly set yesno to -1 (again),
to avoid a retry loop because a submenu action has changed this global.
Fixes PR 49440.
2015-05-09 12:55:06 +00:00
jmcneill
036acc4d2c for Jetson TK1, GPIO N5 controls vbus vdd for USB2 2015-05-09 12:08:30 +00:00
jmcneill
7ba619cb80 if vbus gpio pin is provided, use it to enable vdd 2015-05-09 12:07:52 +00:00
jmcneill
9271af34be tegra_gpio_acquire: if a pin is required and not in GPIO mode, switch configuration instead of bailing out 2015-05-09 12:07:11 +00:00
martin
f33ca424b5 Add a new utility function "update_wedges()", which triggers a scan
for wedges on the given disk. Call this after writing a disklabel.
This makes all auto-discovered wedges go away after we changed the
partitioning (and are not using GPT) and fixes PR 49665.
2015-05-09 12:06:31 +00:00
pooka
48121ce977 remove files which are autogenerated in every build 2015-05-09 12:03:34 +00:00
pooka
8c13dec0ff Make the cool syscall autogeneration feature work with the
newfangled r/o src feature.
2015-05-09 12:03:10 +00:00
mlelstv
9803ba0320 CID 1297229: Memory - illegal accesses (BUFFER_SIZE_WARNING) 2015-05-09 11:53:34 +00:00
jmcneill
2d86ca1420 add tegra_car_pllu_rate 2015-05-09 11:17:59 +00:00
pooka
3e29c19da0 fix to work for syscalls.conf without sysautoload
reported by Justin('s buildbot)
2015-05-09 10:57:04 +00:00
snj
4697c995b8 first pass de-suckification for 2015. modernize content a bit, fix dirty
rotten lies, improve wording, sync legalese with reality, yada yada yada.
2015-05-09 08:13:34 +00:00
pgoyette
9fc9038db1 Provide additional info on why ENOEXEC gets returned. 2015-05-09 08:10:01 +00:00
mrg
8990a7e1ad initialise sc_mtx slightly earlier, before it is used on systems with rng.
fixes problem reported by msaitoh@.
2015-05-09 08:08:50 +00:00
martin
746360b112 Make gcc generate better debug info when building with DEBUG set. 2015-05-09 06:15:42 +00:00
pgoyette
e7d73c5ce1 Regen again, this time without the extra word in the "generated from" line. 2015-05-09 06:06:14 +00:00
pgoyette
6d24076578 Remove extraneous word 'compat' on header line 2015-05-09 06:04:13 +00:00
pgoyette
bd1072bc60 Another regenerated file 2015-05-09 05:58:53 +00:00
pgoyette
718c347b7c Add new configuration variable to point at the list of auto-loadable
syscalls
2015-05-09 05:57:18 +00:00
pgoyette
6318a1352e Use the generated list of auto-loadable syscalls rather than our own
hard-coded list.
2015-05-09 05:56:36 +00:00
pgoyette
060ac9689e Regen from syscalls.master 2015-05-09 05:55:43 +00:00
pgoyette
98e18f463f Teach makesyscalls.sh how to auto-generate the list of syscalls that
can be resolved by module auto-load.

Update syscalls.master to identify the specific module that contains
the auto-loadable code for each syscall.
2015-05-09 05:51:26 +00:00
matt
e350bbfa42 add INSTALL_ERLITE kernel 2015-05-09 02:12:29 +00:00
mrg
c41192ce74 revert previous. 2015-05-09 01:20:07 +00:00
riastradh
c6f6be16c2 Fix ytpo: INSTALLBOOTOPTIONS, not INSTALLBOOTOPTOINS.
From qjsgkem on Freenode.
2015-05-08 17:46:03 +00:00
jmcneill
f3abbbb7a4 update PM field in set_config 2015-05-08 17:00:51 +00:00
skrll
47d8d0b280 Define bfd_elf64_bfd_is_local_label_name so that local symbols really
get stripped, etc.
2015-05-08 15:13:53 +00:00