Commit Graph

239311 Commits

Author SHA1 Message Date
pgoyette
febc93b132 Use the DDR4 rows and columns fields when printing DDR4 data 2015-12-05 06:54:22 +00:00
msaitoh
f701dda963 Calculated CRC is for bytes from 0 to 125 on DDR4. Now we can attach spdmem
driver for DDR4.
2015-12-05 06:36:12 +00:00
dholland
e22121c012 Fix lying comment. 2015-12-05 05:23:35 +00:00
pgoyette
5d8b2e34a2 The COMPAT_10 code for SYSVxxx is now part of the sysv_ipc module, so
don't install syscall function pointers from the compat module.
2015-12-05 01:59:51 +00:00
pgoyette
c65a57beb4 When unloading the module, clear the address of the kauth_listener
after removing the listener.  This enables the module to (attempt to)
initialize again without hitting the KASSERT() is sysvipc_init().

XXX This will allow standard kernels to boot successfully.  However,
XXX module initializtion is still broken.
2015-12-05 00:51:42 +00:00
christos
0f40b4d84e Use DIOCGMEDIASIZE instead of DIOCGPART so that we are not limited to 2G.
XXX: All DIOCGPART code needs to be removed...
XXX: pullup-7
2015-12-04 23:54:06 +00:00
christos
af38b629ef type confusion 2015-12-04 21:39:18 +00:00
christos
6c37bffdde Oops + 2015-12-04 20:16:23 +00:00
christos
4ab59d35aa add gpt directory 2015-12-04 19:36:53 +00:00
christos
2d4dd9611a remove extra 2015-12-04 18:53:35 +00:00
christos
11ff782d8f Add gpt tests 2015-12-04 17:19:33 +00:00
christos
20fc3c3567 Add remove partition data file 2015-12-04 17:15:39 +00:00
christos
a50907f634 Add label change tests 2015-12-04 17:15:21 +00:00
christos
1d371e5267 Add resize data files 2015-12-04 16:59:57 +00:00
christos
2663264cc4 Add resize test. 2015-12-04 16:59:39 +00:00
christos
ffec5f5c18 Kill newline 2015-12-04 16:54:28 +00:00
christos
5b47b594ae Fix resizedisk. 2015-12-04 16:46:24 +00:00
macallan
b8ae390746 initial import of Device Tree Compiler and related tools 2015-12-04 12:30:05 +00:00
skrll
0646ffbda9 Update comments to reflect reality 2015-12-04 11:14:14 +00:00
skrll
e53ab2206b Use tabs instead of spaces 2015-12-04 11:09:54 +00:00
skrll
be813c7e4c Shave another whole instruction when KERNEL_BASE_VOFFSET == 0 2015-12-04 11:01:35 +00:00
msaitoh
29c28998b8 Model 0x5e is also 6th gen Core or Xeon E3-1500 v5 like model 0x4e. 2015-12-04 05:34:59 +00:00
knakahara
c705cd3ca5 gif(4): Infinite recursion calls prevention code works again now.
The prevention code haven't worked since gif(4) was changed
to use softint(9). To work this prevention, git_output uses
m_tag(9) like FreeBSD and OpenBSD.

I tested with following code.
====================
# ifconfig gif0 create
# ifconfig gif0 tunnel 10.1.1.1  10.1.1.2
# ifconfig gif0 inet 192.168.100.1 192.168.100.100

# ifconfig gif1 create
# ifconfig gif1 tunnel 192.168.100.1 192.168.100.100
# ifconfig gif1 inet 192.168.101.1 192.168.101.101

# ifconfig gif2 create
# ifconfig gif2 tunnel 192.168.101.1 192.168.101.101
# ifconfig gif2 inet 192.168.102.1 192.168.102.102

# ping -w 1 -c 1 192.168.102.102
# dmesg | tail -n 1
gif0: recursively called too many times(2)
====================
2015-12-04 02:26:11 +00:00
christos
a69d504e75 put back usage from kre 2015-12-04 01:47:48 +00:00
christos
667106442f don't print dkctl message for files
fix typo
2015-12-04 01:46:32 +00:00
christos
c8b27b5883 fix label printing. 2015-12-04 01:46:12 +00:00
christos
4a6623896f fix the open error messages to include the right file and strerror 2015-12-04 01:43:58 +00:00
christos
b109d7f5a9 Make the test work 2015-12-04 01:42:47 +00:00
christos
0a47105b38 checking multiple things does not work! atf-bug! 2015-12-04 01:21:12 +00:00
christos
893a65c28f I wrote that 2015-12-04 01:06:43 +00:00
christos
c68ecf1926 Add some gpt tests 2015-12-04 01:06:17 +00:00
pgoyette
1e89d6cd44 Update dependencies - compat_linux32 requires compat_netbsd32_sysvipc 2015-12-03 23:51:24 +00:00
christos
e3058c5edd CID 1341564: Arg memory leak 2015-12-03 21:51:02 +00:00
christos
8bffbb3c7c more leak 2015-12-03 21:49:51 +00:00
christos
b58e9ed6af CID 1341563: fix leak 2015-12-03 21:48:12 +00:00
christos
e37a2a9523 CID 1341561: Argument memory leak 2015-12-03 21:46:22 +00:00
christos
560e3b65f3 CID 1341560: Free arg. 2015-12-03 21:43:25 +00:00
christos
849ad1de81 CID 1341558: Fix proplib memory leaks 2015-12-03 21:40:32 +00:00
christos
0f11011500 CID 1341556: Don't leak map info 2015-12-03 21:30:54 +00:00
christos
0ba3ac345d CID 1341552: Fix NULL deref 2015-12-03 21:04:59 +00:00
christos
e0b573d1a4 CID 1341552: Fix NULL deref. 2015-12-03 21:04:06 +00:00
christos
48e922c8f8 CID 1341551: Don't bother formatting if ti == NULL 2015-12-03 21:01:50 +00:00
christos
d293a8ecdb CID 1341548: Check error returns 2015-12-03 20:58:08 +00:00
christos
048e0d6b52 simplify. 2015-12-03 20:01:19 +00:00
christos
96135c5b6f PR/50496: Alex Kozlov: teach unzip to extract symlinks
Our libarchive does not handle symliks yet, but later versions do.
Set mode and times for symlinks. Finally handle hardlinks for
completion although they are not handled yet by librarchive.
2015-12-03 20:00:12 +00:00
christos
772b3284c4 It is wrong to -I/usr/include/ssp 2015-12-03 13:11:45 +00:00
pgoyette
d1255f4347 Strange patch(1) behavior got me three copies of the code. One is
sufficient so remove the excess.
2015-12-03 11:31:05 +00:00
pgoyette
aae805d00f If compiling as part of a built-in kernel module, make sure we include
the relevant opt_sysv.h file
2015-12-03 11:28:35 +00:00
pgoyette
dee3871549 Missed these.
Only include the compat_14 sys calls if this being compiled as part of
the compat_netbsd32_sysvipc module.
2015-12-03 11:25:45 +00:00
taca
80949f4e99 root.cache is 2015120100 (December 01, 2015) now. 2015-12-03 10:42:12 +00:00