dholland
2e4ca381fa
+LTO
2015-08-22 19:18:10 +00:00
jmcneill
6ed4524e7a
Add kernel config for Tegra K1 "Nyan Big" board, as found in the Acer
...
Chromebook 13 (CB5-311).
2015-08-22 15:10:04 +00:00
uebayasi
9c743328e7
Linker script TODO items.
2015-08-22 14:47:05 +00:00
christos
586ab73157
fix include filename.
2015-08-22 14:11:19 +00:00
wiz
89df855eb5
Update for v1.10: use '(*)' instead of '#' as dagger replacement.
...
dholland finds the '#' unintuitive and hard to read.
2015-08-22 14:04:54 +00:00
christos
f95d5940cc
report the signal that wait was interrupted by, which is not always SIGINT
...
anymore.
2015-08-22 12:12:47 +00:00
christos
c0195771da
Process pending signals while waiting for a job:
...
$ cat << EOF > hup.sh
#!/bin/sh
trap 'echo SIGHUP; exit 1' 1
sleep 10000 &
wait
EOF
$ chmod +x ./hup.sh
$ ./hup.sh &
$ kill -HUP %1
2015-08-22 09:55:23 +00:00
mlelstv
1e8c46e3c4
No longer access the disk driver directly.
...
If there is an open wedge, temporarily reference its vnode.
Otherwise try to open the block device.
2015-08-22 07:48:14 +00:00
mlelstv
862a433dd4
revert the previous
2015-08-22 07:42:46 +00:00
christos
34bf41c699
fix bogus gcc unitialized warning
2015-08-22 05:45:57 +00:00
uebayasi
38e0d764a5
Don't need to specify OUTPUT_FORMAT/OUTPUT_ARCH in linker scripts.
2015-08-22 02:23:58 +00:00
matt
d7cbd0891f
Assert we aren't trying to sync a read-only mbuf as PREREAD.
2015-08-21 20:52:47 +00:00
jmcneill
4a5c3abbcc
No need to BUS_DMASYNC_PREREAD the transmit data buffer. Fixes "NFS writes
...
being corrupted?" issue on ODROID-C1 as seen on port-arm.
2015-08-21 20:12:29 +00:00
jmcneill
719aab5470
Cubieboard2 kernel is named netbsd-CUBIEBOARD.ub not netbsd-CUBIEBOARD2.ub
2015-08-21 17:08:11 +00:00
jmcneill
b372933f7b
add some more RTL8211F bits
2015-08-21 16:29:48 +00:00
christos
cb8ff824c3
fix bogus %m
...
use EXIT_FAILURE
2015-08-21 15:41:38 +00:00
christos
f432ba3f0a
fix build (dholland)
2015-08-21 15:33:04 +00:00
pooka
aba2ad8151
Make it possible to explicitly disable MSI/MSIX with NO_PCI_MSI_MSIX.
...
Some platforms, e.g. linux uio-pci-generic, do not support MSI at all.
XXX: does MSI being defined intentionally depend on _KERNEL_OPT on amd64
but not i386?
2015-08-21 14:22:14 +00:00
christos
fddcbf3df7
don't abuse %m in printf
...
fix error messages
2015-08-21 14:19:10 +00:00
roy
33ca8eec34
Remove unused variable.
2015-08-21 13:24:47 +00:00
pooka
8affc54712
kill now-unnecessary empty opt files (_KERNEL_OPT'ed probably eons ago)
2015-08-21 12:45:10 +00:00
pooka
5837845c12
Move constant cpp macros from Makefile.rump into opt_rumpkernel.h
...
(makes cc invocation lines a bit shorter)
2015-08-21 12:39:07 +00:00
jmcneill
319ee95162
enable NFSSERVER
2015-08-21 12:26:54 +00:00
jmcneill
b7cf07b90b
Disable link down power save mode and energy efficient ethernet on RTL8211F.
2015-08-21 12:22:22 +00:00
jnemeth
5923cd0eff
PR/50158 - Simon Burge -- postinstall does not know about blacklistd
2015-08-21 12:02:07 +00:00
christos
f9f1ccd009
- move prototypes to common header file
...
- rename function to avoid confusion with pseudo-device attach
2015-08-21 10:48:06 +00:00
roy
0a7b50d2d4
Note import of dhcpcd-6.9.2
2015-08-21 10:47:53 +00:00
roy
cbf135c5b2
10-mtu is no longer used
2015-08-21 10:44:43 +00:00
roy
d5314d23aa
Sync
2015-08-21 10:39:00 +00:00
pgoyette
13da755153
Add a (clean) definition of WTF
2015-08-21 09:46:43 +00:00
christos
0306f29940
don't allow STRATEGY if we are not inited.
2015-08-21 09:33:53 +00:00
christos
f554cabab4
comment out disabling ksyms
2015-08-21 09:18:17 +00:00
christos
2b0c60b5bd
consistency with: src/sys/external/bsd/drm2/i915drm/files.i915drmkms
...
so that we can build again
2015-08-21 09:10:48 +00:00
christos
a190e87f6e
new OpenSSH
2015-08-21 08:22:16 +00:00
christos
b1c8f1c6ff
merge conflicts
2015-08-21 08:20:59 +00:00
tron
93fded9a74
Fix build with "USE_SSP=yes".
2015-08-21 08:19:28 +00:00
hannken
ff601864ae
lfs_writevnodes: replace mnt_vnodelist traversal with vfs_vnode_iterator.
2015-08-21 07:35:56 +00:00
uebayasi
3117ff9dff
Define CHILD_MAX/OPEN_MAX as parameters.
2015-08-21 07:19:39 +00:00
christos
372af8af4b
This is not needed anymore.
2015-08-21 06:56:35 +00:00
christos
8ae7da9704
Remove KERN.ioconf, ksyms does not really need it.
2015-08-21 06:56:12 +00:00
christos
a220b03041
we don't need ioconf.h if we don't have the ksyms pseudo-device
2015-08-21 06:55:25 +00:00
christos
758039df2d
If we don't have a pseudo-device, we don't need the attach function.
2015-08-21 06:50:56 +00:00
uebayasi
09d9979042
Redo previous; explicitly adjust .data load addr to get the identical ELF.
2015-08-21 06:37:09 +00:00
uebayasi
be3036a5a8
Simplify this by deciding load address at one place.
2015-08-21 04:27:54 +00:00
uebayasi
db473b3438
Simplify this by deciding load address at one place.
2015-08-21 04:13:23 +00:00
uebayasi
13a8e6977d
Simplify this by deciding load address at one place.
2015-08-21 04:00:48 +00:00
uebayasi
8e8896ca6f
Simplify this by deciding load address at one place.
2015-08-21 03:36:32 +00:00
uebayasi
220951d1d4
I bet setting search-directory for ld.so is useless in any kernel.
2015-08-21 02:35:52 +00:00
jnemeth
b4ea321c71
- sort
...
- add a bunch of missing release
2015-08-21 02:32:24 +00:00
uebayasi
520a795665
Move dev/ definitions out of files.kern.
2015-08-21 02:18:18 +00:00