martin
013531ce6b
Make filehandles on UFS based filesystems use proper 64bit inodes.
...
32bit restriction noticed by Taylor R Campbell.
2014-05-14 13:46:19 +00:00
reinoud
4bbeac14dd
Revisit gpio and revisit register file mapping. The additional register files
...
are now mapped behind the origional register file.
The gpio channel GPZ is mapped over I2S0 in the separate audio register file
and were both abusively mapped over I2C0 in the main register file!
While here, delay the gpio bootstrap till on attachment. We could hasten it in
the odroid_machdep.c if needed. Also make the gpio code more resilliant and
allow booting correctly without any GPIO bits defined/available.
2014-05-14 09:03:09 +00:00
kardel
05e3c28794
calculate extended precision as per DS1920/DS1820 data sheets
2014-05-14 08:14:56 +00:00
uebayasi
b178885539
Whitespace.
2014-05-14 06:38:09 +00:00
riastradh
d2e4193eff
Fix error branch in drm_limit_dma_space.
2014-05-14 04:38:49 +00:00
christos
21314e18fb
When running as root and wanting to write a file and not having CAPNG, don't
...
drop privs, because we cannot open the file if we drop privs.
2014-05-13 20:29:59 +00:00
christos
02160989ff
Don't die if we resize to smaller than Y_LINES. The display could do better,
...
but it recovers if we grow.
2014-05-13 20:06:41 +00:00
christos
cb41b7f339
re-use a macro.
2014-05-13 19:58:23 +00:00
palle
7823a7ce5f
Use proper SYSCTL_DESCR() macro
2014-05-13 19:39:40 +00:00
bouyer
3910868948
Make sure *(if_output)() is called with KERNEL_LOCK held.
...
Add some KASSERT for this.
See http://mail-index.netbsd.org/tech-net/2014/04/09/msg004511.html
for details.
2014-05-13 19:36:16 +00:00
palle
dca736d7bc
get_vis() now handles sun4v (VIS 1 and VIS 2)
2014-05-13 19:14:05 +00:00
macallan
e7356e0122
mention workaround for PR48696
2014-05-13 18:55:07 +00:00
macallan
c999b0e1d9
on mips64* use generic C functions instead of assembly routines when building
...
n32 binaries. Should work around PR48696
ok mrg@
2014-05-13 18:46:48 +00:00
msaitoh
6d52f90365
Print 32bit I/O region flag and 64bit memory region flag.
2014-05-13 18:07:24 +00:00
martin
3638eee882
PR kern/48799: make filehandles properly use 64bit inodes on CD9660 file
...
systems. Patch from Thomas Schmitt, with slight modifications.
2014-05-13 17:05:26 +00:00
christos
ae23b6332b
mention tzcode
2014-05-13 16:35:02 +00:00
christos
5991cb6901
update tzcode.
2014-05-13 16:34:36 +00:00
christos
4df4d972d3
Welcome to 2014c
...
Changes affecting code
zic now generates transitions for minimum time values, eliminating
guesswork when handling low-valued time stamps. (Thanks to Arthur
David Olson.)
Port to Cygwin sans glibc. (Thanks to Arthur David Olson.)
Changes affecting commentary and documentation
Remove now-confusing comment about Jordan. (Thanks to Oleksii
Nochovnyi.)
2014-05-13 16:33:56 +00:00
martin
02288fa1cd
Do not attach if the STIP register is way too small (this happens in qemu
...
due to buggy emulation and causes crashes).
2014-05-13 05:30:38 +00:00
christos
700b31d53a
new register.
2014-05-13 02:53:54 +00:00
christos
113d90b27b
Add some code from FreeBSD to make the E1147* work. Still does not autoneg
...
to GiGE for some reason but it autonegs to 100BaseTX full-duplex.
2014-05-13 02:11:26 +00:00
christos
1bfd0a8b73
regen
2014-05-13 02:10:05 +00:00
christos
77504fb5b3
sync marvel with freebsd.
2014-05-13 02:08:59 +00:00
msaitoh
9cf6f0064c
Print the range of I/O, non-prefechable memory and prefechable memory.
2014-05-12 23:01:40 +00:00
uebayasi
5c6158b275
Comments.
2014-05-12 22:50:03 +00:00
christos
990290ead6
kill extra )
2014-05-12 18:46:27 +00:00
jakllsch
b10becb14f
revert previous; the 128 bytes is for the AMD64 redzone
2014-05-12 17:27:23 +00:00
christos
9fa500ed16
restore defaulting to the 'a' partition for booting with root on raid as
...
it was before, and explain why we do things this way.
2014-05-12 15:53:01 +00:00
christos
e1a6c348ed
CID 1011266: Unchecked returns
2014-05-12 15:34:23 +00:00
christos
639c8a82b3
CID 978337: Fix resource leak
2014-05-12 15:33:12 +00:00
christos
03a5ccb524
CID 975238: Unchecked returns
2014-05-12 15:31:07 +00:00
christos
1e811e3015
CID 745411: Fix memory leak
2014-05-12 15:27:36 +00:00
christos
53c5be254e
CID 745439: Fix memory leak
2014-05-12 15:25:49 +00:00
christos
c3e31f67e9
CID 745319: Checking the wrong variable for NULL.
2014-05-12 15:21:46 +00:00
christos
23e7e0b50d
CID 745290: check return of fcntl
2014-05-12 15:20:41 +00:00
uebayasi
c260945c48
Don't reserve space (128) on signal stack for unknown reasons; the actual
...
space for struct sigframe_siginfo (+ alignment) is allocated just below.
Confirmed by the following tests:
tests/lib/libc/gen/t_siginfo
tests/lib/libc/sys/t_sigtimedwait
tests/lib/libc/sys/t_sigaction
tests/lib/libc/sys/t_sigqueue
2014-05-12 13:49:24 +00:00
joerg
cf336e5404
Match lapic conditionals from the primary CPU.
2014-05-12 11:56:02 +00:00
joerg
619e1e14cb
buf is only used in the ioapic case.
2014-05-12 11:55:39 +00:00
msaitoh
4360fe3dc7
Use macro.
2014-05-12 11:51:35 +00:00
joerg
6837797dba
acpi_md_findoverride is only used when NIOAPIC > 0, so don't provide it
...
otherwise.
2014-05-12 11:51:34 +00:00
msaitoh
569ea4de99
Fix newline problem which was added in previous commit.
2014-05-12 11:27:31 +00:00
uebayasi
9e475fde06
stmt;; -> stmt;
2014-05-12 09:01:34 +00:00
martin
256a2596c6
Belatedly adapt to changes in the code.
2014-05-12 08:47:49 +00:00
christos
b01c54e6f1
kill unused array split
2014-05-12 02:26:19 +00:00
wiz
8c54f70a11
Add An to authors. Wording.
2014-05-11 09:01:42 +00:00
skrll
21e6642529
Deal with incompatible cache aliases. Specifically,
...
- always flush an ephemeral page on unmap
- track unmanaged mappings (mappings entered via pmap_kenter_pa) for
aliases where required and handle appropriately (via pmap_enter_pv)
Hopefully this (finally) addresses the instability reported in the
following PRs:
PR/44900 - R5000/Rm5200 mips ports are broken
PR/46890 - upcoming NetBSD 6.0 release is very unstable / unusable on cobalt qube 2
PR/48628 - cobalt and hpcmips ports are dead
2014-05-11 07:53:28 +00:00
joerg
2f1b7695c4
Support DWARFish unwind for ARM.
2014-05-11 02:07:35 +00:00
joerg
c8a1f8aef9
Provide a non-EHABI version of the mcount glue.
2014-05-11 02:02:14 +00:00
christos
58ced3d761
Add a history function that takes a FILE pointer; needed for Capsicum.
...
From Eitan Adler
2014-05-11 01:05:17 +00:00
reinoud
7e3e102eb9
Get the Odroid-U3 USB hub working! It now attaches and /lists all its children
...
like mouse etc.
2014-05-10 22:24:32 +00:00