Commit Graph

233939 Commits

Author SHA1 Message Date
christos
0c35262e73 regen 2015-03-12 15:06:28 +00:00
joerg
a23fab26e8 MDOC_MAX is a valid token if the type is text. Adjust. 2015-03-12 14:57:18 +00:00
joerg
c7a234e433 Drop redundant modifier to allow build with LLVM IAS. 2015-03-12 12:46:41 +00:00
joerg
2c2958ab5e Use unified ARM syntax. 2015-03-12 12:46:15 +00:00
christos
cefb10afe1 The latest refactoring changes broke sed -i:
cd /tmp; echo foo > test; sed -i.orig s,fo,ba, test
Back them out until they are fixed.
2015-03-12 12:40:41 +00:00
joerg
f449d0c454 Boot partition as FAT32 doesn't really make sense, so don't force
the MBR to lie and allow FAT16 too.
2015-03-12 11:32:16 +00:00
snj
b0b43828ad bring back rpath fixup that was lost in revision 1.11 2015-03-12 08:01:45 +00:00
snj
f88c5c4c4b update for freetype 2.5.5 2015-03-12 07:58:04 +00:00
snj
186287030e unbreak amd64 install images by passing ipty to MAKEDEV. revision 1.21
of etc/etc.amd64/MAKEDEV.conf removed them from 'all'.  (hi christos!)
2015-03-12 04:41:23 +00:00
jnemeth
71db0be446 note birth and death of Douglas Adams 2015-03-11 17:35:16 +00:00
christos
a961aba856 add coverity annotations (variable is volatile so it might have side effects) 2015-03-11 16:00:54 +00:00
christos
e3f5a174fd CID 1018907: Freeifaddrs 2015-03-11 15:57:12 +00:00
macallan
fab5e93dad add an event counter for clock interrupts 2015-03-11 12:40:36 +00:00
wiz
0e3145a0d2 Use existing month for Dd. 2015-03-11 09:57:35 +00:00
skrll
3db0d75c78 Add a note about recent arm openssl update. 2015-03-11 08:50:32 +00:00
macallan
4394993043 enable the full 1GB of RAM
TODO: actually probe for it
2015-03-10 22:39:38 +00:00
macallan
ae85f91f5b add dme at apbus ( onboard ethernet ) 2015-03-10 18:20:20 +00:00
macallan
8aae23d3a3 config goop for dme 2015-03-10 18:16:20 +00:00
macallan
68b2e2bad9 support CI20's onboard Ethernet controller 2015-03-10 18:15:47 +00:00
macallan
4dd5ab1bbe flash the LED to show we're doing something
( and as a side effect make sure the USB PHY is powered up )
2015-03-10 18:03:17 +00:00
macallan
f9cd814175 add gpio registers 2015-03-10 18:02:16 +00:00
macallan
04b70b5d7a support 8bit mode, needed for ci20 2015-03-10 18:01:04 +00:00
martin
e6ba3d7169 Update the ARM asm support code from version 1.0.2 with some local
modifications to make it compile and work on armv4.
2015-03-10 13:28:47 +00:00
martin
f7c3fbfac0 Update arm runtime detection from version 1.0.2, so we can use the newer
asm support code.
2015-03-10 13:28:08 +00:00
christos
f7b1663b18 Behave in an OpenBSD compatible way for 0. 2015-03-10 13:05:13 +00:00
christos
49345864e2 PR/49640: Kamil Rytarowski: Improve error printing 2015-03-10 13:00:58 +00:00
maxv
18abcb4757 ffs_superblock_validate(): check the number of inodes per block. Otherwise
a malformed value could panic the system.
2015-03-10 12:59:32 +00:00
christos
f41fc32af9 The OpenBSD strtonum() only accepts base 10 keywords. (Kamil Rytarowski) 2015-03-10 12:57:56 +00:00
christos
71da105a96 fix reversed test. 2015-03-10 12:17:50 +00:00
msaitoh
1a393226ee Modify to make Intel Intel 10G Ethernet (ixg(4)) virtual function ixv(4)
compilable. Not completed yet. It's required to use MSI-X.
2015-03-10 09:26:49 +00:00
msaitoh
b1c8453a3f Add missing parenthesis in IXGBE_CORE_LOCK_ASSERT() macro. No binary change. 2015-03-10 08:54:17 +00:00
taca
f6ec1eebbf ISC DHCP 4.3.2 was released. 2015-03-10 06:01:03 +00:00
sevan
7c1a019ea3 From OpenBSD r1.49
Fix comment grammar
2015-03-09 23:38:08 +00:00
skrll
0793be9372 Note RPI2 2015-03-09 22:05:06 +00:00
christos
329b9f29cd match amd64, we ran out of space. 2015-03-09 18:12:47 +00:00
joerg
0ef4f8b517 Don't use __gcc_personality_sj0 on ARM. 2015-03-09 17:28:11 +00:00
pooka
915977c5b0 The use of root_device is not limited to vfs, so don't supply it in
vfs_mount.c, use subr_device.c instead.

Fixes rump kernels built with DEBUG by again not making the base depend
on the vfs faction, as reported by Patrick Welche.
2015-03-09 15:35:11 +00:00
macallan
2b384ef413 moar devices 2015-03-09 13:24:21 +00:00
macallan
7cae5ebb28 magic number reduction 2015-03-09 13:23:57 +00:00
macallan
c614c4022d moar registers 2015-03-09 13:22:37 +00:00
riastradh
a0ae44054c Add missing entries for dtrace modules to set lists. 2015-03-09 12:32:11 +00:00
joerg
4d7f10fd5b Provide size_t. 2015-03-09 11:03:19 +00:00
riastradh
bf803657e5 Rewrite dtrace provider prototype from scratch. 2015-03-09 03:43:02 +00:00
riastradh
897e55ae59 Note replacement arc4random(3) implementation. 2015-03-09 02:03:19 +00:00
riastradh
d16d908099 Suggest membar_datadep_consumer now that we have it. 2015-03-09 01:55:09 +00:00
christos
1d864697b0 mention dtrace_lockstat... 2015-03-09 01:43:30 +00:00
christos
4d0ad52103 keep track of the number of enabled probes and set the lockstat_dtrace_enabled
flag appropriately.
2015-03-09 01:42:26 +00:00
christos
aa44322b8b Introduce a new flag LB_DTRACE for dtrace lockstat events.
Split lockstat_enabled into two parts, one controlled by dtrace called
"lockstat_dtrace_enabled" and one by the lockstat device called
"lockstat_dev_enabled". Create a macro that needs to be called when either
of them changes LOCKSTAT_ENABLED_UPDATE().
2015-03-09 01:41:41 +00:00
riastradh
2df0a617c4 Apply access control to gem mmap. 2015-03-09 01:29:40 +00:00
riastradh
07b5668221 Remove debug prints, simplify fini logic. 2015-03-09 01:07:27 +00:00