Commit Graph

215590 Commits

Author SHA1 Message Date
tteras
b607d37b51 Fix errors from automake 1.13 2013-01-08 12:42:31 +00:00
tteras
252bdda2a4 Don't derefence the directory symlink which we might be recreating. 2013-01-08 12:38:40 +00:00
skrll
18ad95daea Whitespace 2013-01-08 12:15:42 +00:00
skrll
172593ef18 Trailing whitespace 2013-01-08 12:13:58 +00:00
taca
1496b83948 Update root.cache to 2013010300. 2013-01-08 11:16:29 +00:00
taca
43eb4b820e D.ROOT-SERVERS.NET changes IPv4 address. 2013-01-08 11:15:49 +00:00
jmcneill
12fa968b85 add some framebuffer related vc tags 2013-01-08 10:23:50 +00:00
jmcneill
3f943dffbb serialize bcmmbox_request 2013-01-08 09:11:11 +00:00
skrll
f7f22bc647 Provide splsoftserial.
GRRR RUMP
2013-01-08 08:55:28 +00:00
skrll
09a19f2f6b Fix the IPL level of the HC lock in a comment. 2013-01-08 06:50:07 +00:00
skrll
c06b153885 Improve a comment slightly 2013-01-08 06:47:45 +00:00
dsl
9a30aa0bab Only include machine/cpu.h if _KERNEL is defined.
Fixes alpha userspace build (esp. pstat).
NFI why it worked before at all.
2013-01-07 23:40:52 +00:00
macallan
7e8cd02b41 add PCI_PRODUCT_ATI_RADEON_RV370_5B63 - confirmed working by Dieter Roelants 2013-01-07 23:24:28 +00:00
rmind
ef8a266f76 - softint_dispatch: perform pserialize(9) switchpoint when softintr processing
finishes (without blocking).  Problem reported by hannken@, thanks!
- pserialize_read_enter: use splsoftserial(), not splsoftclock().
- pserialize_perform: add xcall(9) barrier as interrupts may be coalesced.
2013-01-07 23:21:31 +00:00
dsl
58b5bd2463 Add support for the xsave related data from cpuid 8.n.
Reorder the output so that the 'brand' string - which actually identifies
  the cpu is output first.
2013-01-07 23:20:42 +00:00
jmcneill
254e994959 Add support for rpi cpu frequency scaling through machdep.cpu.frequency.*
sysctls. The minimum and maximum supported frequencies are based on the
"arm_freq_min" and "arm_freq" values in config.txt.
2013-01-07 22:32:24 +00:00
jmcneill
a00d05234c pass cmdline.txt boot arguments to kernel 2013-01-07 20:42:24 +00:00
jmcneill
abb27e5481 add vcmbox driver 2013-01-07 20:20:22 +00:00
jmcneill
376e8f54a7 add support for rpi temperature sensor 2013-01-07 20:19:33 +00:00
jmcneill
a7ba26882a add some more vcprop definitions -- power, temperature, and voltage related 2013-01-07 20:18:28 +00:00
jmcneill
e27de4fba2 allow for a single board specific device to attach to the mbox driver 2013-01-07 20:15:32 +00:00
chs
d26d978fbd rearrange the LDT entries so that (32-bit) COMPAT_10 binaries work again.
in long mode, call gates use two slots, so the first entry (a call gate)
would overlap the second one (the 32-bit user code descriptor).
2013-01-07 17:03:06 +00:00
chs
d4d0b05e7a switch to __USE_TOPDOWN_VM. 2013-01-07 16:58:08 +00:00
chs
c01b2a5d97 switch to __USE_TOPDOWN_VM.
move the stack to the top of the user address space so that
the available free space is more contiguous.
2013-01-07 16:57:28 +00:00
chs
8f9db9bc46 fix setrlimit(RLIMIT_STACK) for __MACHINE_STACK_GROWS_UP platforms. 2013-01-07 16:54:54 +00:00
christos
b9b5b7dc44 more debug flags. 2013-01-07 15:14:17 +00:00
prlw1
584e4370b5 Allow USB memory allocation by multiple segments in scatter/gather lists
rather than in a single contiguous block which causes problems with
large USB video frames.
Based on a patch by Jeremy Morse in the thread
http://mail-index.netbsd.org/current-users/2011/01/26/msg015532.html
Tested by developing http://code.opencv.org/issues/2360
OK jmcneill@
2013-01-07 15:07:40 +00:00
jmcneill
e892f15350 emmc supports 1k block size, so set SDHC_MAX_BLK_LEN_1024 in host caps 2013-01-07 13:23:46 +00:00
jakllsch
85cce6af47 Find correct slot index in sdhc_cfprint(). 2013-01-07 02:56:24 +00:00
dsl
6d15685a79 Use full model number to index name strings - a lot of 256 element arrays
don't matter in usespace.
Update list of intel family 6 model names (all current cpus) to include
everything upto and including sandy bridge and ivy bridge.
My i7 is no longer reported as a random P II.
2013-01-06 23:17:35 +00:00
dsl
5c34b7d59f Correct the comment about the extended family and model bits.
Add some definitions related to the process extended state enumeration.
2013-01-06 22:37:36 +00:00
riastradh
ac9a343544 Show pass1 SIGINFO output on stderr like other passes, not on stdout. 2013-01-06 22:06:00 +00:00
wiz
67fcfbd462 Fix grammar. New sentence, new line. 2013-01-06 21:27:11 +00:00
wiz
b47ead0fc1 Fix grammar. 2013-01-06 21:26:59 +00:00
wiz
e73ce5c11b Fix typo. New sentence, new line. Fix grammar. 2013-01-06 21:25:54 +00:00
jakllsch
3a82d47fe6 Add man page for cpsw(4). 2013-01-06 18:30:10 +00:00
tron
aa2dcc1a61 Comment out "inet_protocols = ipv4" line which came from up-stream.
We want Postfix to support IPv6 out of the box.

Pointed out by Dieter Roelants on "current-users" mailing list.
2013-01-06 13:58:24 +00:00
kiyohara
eb18e4a249 Remove unused a C-source. 2013-01-06 11:31:39 +00:00
kiyohara
720aa978fb Call main() in locore.S. like other arch. 2013-01-06 11:29:35 +00:00
kiyohara
a5f6963176 Add IA64_VEC_SPECULATION into trap(). From FreeBSD. 2013-01-06 11:25:13 +00:00
tsutsui
fce6f7dfc3 Build and install resurrected luna68k bootloader. 2013-01-06 07:04:48 +00:00
christos
fa04e235ed remove the new command not the old one. 2013-01-06 04:17:27 +00:00
christos
2869772d30 remove show dmesg 2013-01-06 03:35:21 +00:00
christos
cc78507c3a remove previous, dmesg just works. 2013-01-06 03:34:52 +00:00
christos
2f1fdee1b8 add show dmesg 2013-01-06 03:25:01 +00:00
christos
81736cc9cd Add "show dmesg" that prints the contents of the message buffer. 2013-01-06 03:23:55 +00:00
christos
353430cc63 fix messages. 2013-01-06 02:22:50 +00:00
christos
a2757a6074 add the udp test. 2013-01-06 00:36:29 +00:00
christos
436fdc82bd new udp test 2013-01-06 00:35:22 +00:00
wiz
4bdac686eb Sort options in man page SYNOPSIS and sync usage with it.
Bump date.
2013-01-06 00:19:13 +00:00