skrll
b663b253b6
Provide LWP_PC
2011-01-24 07:44:16 +00:00
wiz
b259bc7d81
Use Fx.
2011-01-24 07:22:57 +00:00
yamt
220d843f04
document what -a is for
2011-01-24 02:44:22 +00:00
jakllsch
b253d185f9
Note pcf8563rtc(4).
2011-01-24 01:22:48 +00:00
jakllsch
49b9ec3bf3
Add pcf8563rtc(4) manual page. Derived from rs5c372rtc(4).
2011-01-24 01:14:59 +00:00
lukem
5cc6fc1ef0
fix typo in "-traditional-cpp"
2011-01-23 23:40:37 +00:00
skrll
299a7684c7
Detect and spin up non-boot CPUs.
...
Mostly from OpenBSD.
2011-01-23 21:53:39 +00:00
he
e9075e068f
DEBUG does not imply DIAGNOSTIC; make sure we have a non-null
...
KASSERTMSG implementation (DIAGNOSTIC) so that the variable inside
the DEBUG section gets used.
2011-01-23 21:29:52 +00:00
jakllsch
597f6fa369
Explicitly initialize sometimes-unused variable.
2011-01-23 18:13:42 +00:00
matt
88bcc3327b
Add support for __read_mostly and __cacheline_aligned (using 32 bytes as
...
the cacheline as its the most prevalent sized used even though IBM970 has
a 128 byte cacheline).
2011-01-23 17:38:37 +00:00
matt
106d9b45da
Clear ownership bit after saving contents to PCB.
2011-01-23 17:36:09 +00:00
hauke
2a758472b6
The previous commit removed a { } block, and unintendedly introduced a
...
C99ism (inlined variable declaration), which hurts when pdksh is used
for bootstrapping pkgsrc. Move the two declarations to the beginning
of the block.
2011-01-23 17:15:15 +00:00
hauke
69c247a5bf
The Solaris 7 "/usr/{,xpg4/}bin/sort"s expect whitespace between the "-k"
...
option and its argument.
2011-01-23 17:11:55 +00:00
matt
46c4aea077
Some ports use %r0 as tmp2 to INIT_CPUINFO which has adverse effects so
...
never use tmp2 to hold an address.
2011-01-23 15:51:07 +00:00
joerg
86b3b196ed
Correctly define inta using a helper macro for the #
2011-01-23 14:08:53 +00:00
joerg
ca234b7316
Define NOMAN earlier
2011-01-23 13:18:57 +00:00
joerg
98c78ad558
Define NOMAN earlier.
2011-01-23 13:18:02 +00:00
joerg
0a2c0c7571
Defer bsd.own.mk include after NOMAN.
2011-01-23 13:17:02 +00:00
nakayama
467daf4b3b
Redo previous.
...
bsd.own.mk must be included after NOMAN=.
2011-01-23 11:29:46 +00:00
mbalmer
34218c6ae7
Cast arguments to vaddr_t when using PRIxVADDR in the printf format string.
2011-01-23 11:01:08 +00:00
skrll
16d5fda989
Make some more information (psw/fpu_state) per cpu.
2011-01-23 09:44:58 +00:00
skrll
74117200a1
Whitespace.
2011-01-23 09:18:29 +00:00
skrll
4382fa35fb
Correct/add some comments about eiem.
2011-01-23 08:52:02 +00:00
nisimura
785ee28dab
switch to use newvers_stand.sh as suggested by joerg@
2011-01-23 07:41:38 +00:00
matt
f8b3fec406
Change ^T/SIGINFO to print the PC/CPU# or PC instead of "running"/"runable"
...
if a port provide LWP_PC.
2011-01-23 07:30:07 +00:00
matt
86a4a3ea17
Add arc64 alias
2011-01-23 06:50:53 +00:00
matt
3c6f3faa1a
Add a new O(log(2) implementation. On mips32/mips64, use clz/dclz.
2011-01-23 06:47:14 +00:00
matt
529766656e
mips64 gcc now defaults to soft-float
2011-01-23 06:31:39 +00:00
matt
b2fee41732
Default mips64 to softfloat.
2011-01-23 06:29:52 +00:00
matt
6ab334853b
Teach libkvm how kernel virtual memory is laided on 64-bit MIPS kernels.
2011-01-23 06:28:52 +00:00
matt
5ae5f9ae2e
Instead of testing for all mips variants, just use MACHINE_CPU.
2011-01-23 06:27:32 +00:00
matt
b09982f7da
Use uintptr_t instead of u_long.
...
When fetching argc use off the stack, use *(long *) instead of *(int *)
because on mips64 BE system, that int deference will only fetch 0.
2011-01-23 06:25:57 +00:00
tsutsui
3a5ccb056f
Pull the following fix from OpenBSD:
...
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_nfe.c#rev1.97
>> Some nfe(4)/rlphy(4) combos don't work, because the PHY responds to all
>> addresses on the mii bus. As a countereasure, only attach the first PHY we
>> encounter. It is very unlikely we're going to ever see nfe(4) with multiple
>> PHYs. The same is probably true for any modern NIC.
Should suppress bogus ukphy30 noted in PR kern/42950.
No bad side effect on my nfe(4) which didn't get ghosts:
---
nfe0 at pci0 dev 5 function 0: NVIDIA nForce3 Ethernet #4 (rev. 0xa2)
:
rlphy0 at nfe0 phy 1: RTL8201L 10/100 media interface, rev. 1
rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
2011-01-23 03:15:06 +00:00
nisimura
54f1d6dfb4
fix a failure in the sign extension consideration.
2011-01-23 02:08:24 +00:00
nisimura
8c432abc24
- add "ll" modifier to printf.
...
- be more conscious about int type propagation.
- add missing version and newvers.sh
2011-01-23 01:32:08 +00:00
nisimura
b75de01970
change bootloader name to "altboot". bump version and add README.
2011-01-23 01:05:29 +00:00
matt
8e5809d382
Add the ability to mount NFS filesystems in COMPAT_NETBSD32
...
If in the kernel and NFS_ARGS_ONLY, just export struct nfs_args and its flags.
2011-01-22 22:26:10 +00:00
christos
da9c1e1b4d
fix previous.
2011-01-22 21:09:51 +00:00
christos
055b26bb55
Make printing of lwp flags similar to the process one, identifying (O)nproc
...
(K)ernel threads and scheduler (a)ctivations.
2011-01-22 20:55:58 +00:00
christos
ea936748e5
Use the L_ flags instead of the P_ flags for lwps.
2011-01-22 20:54:43 +00:00
matt
fc2c6c78f2
Fix c&p error.
2011-01-22 20:51:21 +00:00
skrll
2fd642d363
A couple more registers and their common usage.
2011-01-22 20:24:48 +00:00
kefren
716840ec3a
avoid advertising 0/8 transport address (conforming RFC1122
...
Section 3.2.1.3)
2011-01-22 19:46:46 +00:00
skrll
5a4e5babba
Save CR24 and CR27 and report in ddb.
2011-01-22 19:35:47 +00:00
kefren
0c3c6bf2b7
use SLIST_FOREACH_SAFE when deleting a peer in loop
2011-01-22 19:35:00 +00:00
skrll
a3e123d017
Make __SIMPLELOCK_RAW_UNLOCKED available.
2011-01-22 19:27:43 +00:00
skrll
800ee8c445
Have the register number and usage available.
2011-01-22 19:25:01 +00:00
skrll
823dd936c8
Whitespace.
2011-01-22 19:21:40 +00:00
joerg
3c550524b5
Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
...
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_rev in ().
Change all platforms accordingly. -D is added if MKREPRO is not yes and
wasn't present before. Platforms that didn't use -D don't depend on
MKREPRO now either.
2011-01-22 19:19:14 +00:00
christos
87c238c4a3
undo previous. Read the diff wrong.
2011-01-22 19:12:58 +00:00