Commit Graph

240790 Commits

Author SHA1 Message Date
christos
4ef96935f6 Fix SSP build. 2016-02-02 19:15:40 +00:00
christos
869efc6e11 Add the missing CTFMERGE step. 2016-02-02 18:38:10 +00:00
skrll
fc42e17ef4 Fix up bcm283[56] bus_space(4) to really use bus addresses for
peripherals, etc

Simplifies the code in various places and uses the abstraction in
more places. (bcm2835_gpio_subr.c still doesn't)
2016-02-02 13:55:50 +00:00
pooka
b47801c831 Remove leading spaces.
Bet you didn't see that one coming.
2016-02-02 13:07:30 +00:00
pooka
f30877a77a optimize for size a.k.a. operation nuke trailing spaces 2016-02-02 13:02:34 +00:00
ryoon
318922f051 Fix layout for comments. Bump date. 2016-02-02 12:25:24 +00:00
pooka
a8b37cc8bf Add capability to attach external memory to files on rumpfs. This
feature is useful e.g. for tight-memory systems where you don't need
block storage, but still need to provide some data via files.
2016-02-02 12:22:23 +00:00
pooka
4dac192382 regen 2016-02-02 01:15:58 +00:00
pooka
ae1e89ede5 snarf fcntl definitions 2016-02-02 01:15:24 +00:00
pooka
0bb9321be6 periodic regen (because having new rcs ids in comments is most useful) 2016-02-02 01:14:26 +00:00
christos
3dbfd48bf7 bump image size 2016-02-01 21:24:33 +00:00
christos
2c345cb425 PR/50741: David Binderman: Fix assignment in assert. 2016-02-01 17:46:22 +00:00
christos
d3f9dfe250 PR/50740: David Binderman: Provide a copy constructor. 2016-02-01 17:44:19 +00:00
christos
51d0c37238 PR/50739: David Binderman: Check bounds before dereferencing. 2016-02-01 17:41:37 +00:00
christos
c41563914b PR/50738: David Binderman: Check bounds before dereferencing. 2016-02-01 17:40:49 +00:00
christos
0b5365f66d PR/50737: David Binderman: Check bounds before dereferencing. 2016-02-01 17:39:41 +00:00
christos
ff4ea0ba8c PR/50736: David Binderman: Check bounds before dereferencing. 2016-02-01 17:38:31 +00:00
christos
0a67dc8231 PR/50735: David Binderman: Check bounds before dereferencing. 2016-02-01 17:37:39 +00:00
christos
ded9763f6b PR/50734: David Binderman: check bounds before dereferencing. 2016-02-01 17:34:00 +00:00
christos
ae157f388e - split a long line.
- remove extra test.
- move d_namlen setting to msdosfs_vnops.c to avoid the ifdef.
2016-02-01 16:53:23 +00:00
christos
65da133ce8 Handle static routes in IPv4. Routing messages for static routes have a
gateway address of AF_INET, not AF_LINK. Find the interface for that gateway.
XXX: We need to do the same for IPv6...
2016-02-01 16:47:00 +00:00
christos
654889b793 Do less work under the kernel lock, otherwise dhcpcd aborting causes us
to deadlock.
2016-02-01 16:32:28 +00:00
christos
8d0597fca7 Document NOCTF, NOPIE. 2016-02-01 15:00:43 +00:00
nonaka
29853c9ec4 regen 2016-02-01 14:55:09 +00:00
nonaka
f2ef7d4409 Add NTT DOCOMO L-05A. 2016-02-01 14:54:33 +00:00
christos
363ff477c7 silent when we don't have -ldl 2016-02-01 14:18:16 +00:00
christos
ff7061cdde kill error message 2016-02-01 14:17:21 +00:00
christos
ef6d39d2aa Figure out if we need libdl. 2016-02-01 13:48:01 +00:00
christos
9c8e579af7 Add -ldl if it is needed 2016-02-01 13:44:52 +00:00
skrll
d3cd10ccbc Switch hppa to binutils 2.26 2016-02-01 12:56:06 +00:00
martin
456f8519f7 Avoid unsigned/signed comparision warning to fix the build. 2016-02-01 10:37:57 +00:00
msaitoh
ca22ec0521 Add parenthesis for the addr argument of ISMT_DESC_ADDR_RW(addr, is_read).
It was no real bug.
2016-02-01 08:53:36 +00:00
msaitoh
fe39cc6e62 Rename macro (sync with pcidevs rev. 1.1246). No functional change. 2016-02-01 08:28:48 +00:00
msaitoh
e376993f6f Regen. 2016-02-01 08:27:43 +00:00
msaitoh
7c4512ae81 - s/82081/82801/ from OpenBSD.
- 0x2829 is SATA. 0x282a is RAID.
2016-02-01 08:27:17 +00:00
riz
716b7d01f8 Implement the 'io' provider for DTrace. From riastradh@, with
fixes from me.
2016-02-01 05:05:43 +00:00
christos
76530fdb8e We can't depend on dp->d_namlen existing for the parts that are used in
makefs(8).
2016-02-01 02:59:33 +00:00
christos
cffe196c42 For the tools version we determine our own arch, we don't need to figure
it out at runtime in the linux case.
2016-02-01 02:16:48 +00:00
christos
efcb6e5b0c Split the opensolaris types into opentypes.h because linux includes
sysmacros.h from types.h and we can't interpose ourselves to define
the needed types otherwise.
Disable unused macros, get rid of __APPLE__
2016-02-01 02:12:55 +00:00
christos
d3b8f3fc89 prevent re-defines 2016-02-01 02:09:54 +00:00
christos
8397619c32 PR/50695: coypu: ctrl-c in su password input breaks shell (bash, csh)
Always restore the tty settings.
2016-01-31 23:41:38 +00:00
pooka
524147ffc7 Move "shotgun approach to rump syscalls" from rump.h to a separate header,
sort of as a hint that relying on those macros is not necessarily the
way you want to do things in 2016.  Include things from rump.h for compat
for the time being, though.
2016-01-31 23:14:34 +00:00
christos
a97d476aa4 fix broken patch 2016-01-31 23:11:49 +00:00
christos
0636a2fe97 PR/50729: Izumi Tsutsui: Add "SMALLPROG"-like options to disklabel(8) 2016-01-31 18:57:29 +00:00
christos
b6800095e8 PR/50729: Izumi Tsutsui: Add "small" disklabel 2016-01-31 18:56:49 +00:00
christos
cb68fe56e3 flip amd64 and evbarm to the new binutils 2016-01-31 18:47:14 +00:00
christos
0487dcd8aa handle both binutils 2.23 and 2.26 2016-01-31 18:41:35 +00:00
christos
f97ac7c8ea add nouveau lint file 2016-01-31 18:40:23 +00:00
christos
4e036373e1 bump major for new binutils. 2016-01-31 18:37:42 +00:00
christos
fa11e0c528 include bsd.init.mk to get Makefile.inc 2016-01-31 15:32:12 +00:00