martti
f5c6a0c8fd
Note that the physical interfaces must not have any (IPv4 or IPv6) address
...
before attaching them to agr.
2010-02-23 07:02:23 +00:00
cegger
71e3b44a06
dtrace kernel hooks
...
ok darran@
2010-02-23 06:27:40 +00:00
mrg
fb94e19ed4
change print_dtlb() and print_itlb() to take (tlb_size, tlb_selectbits).
...
for cheetah, print the 3 dtlb's and 2 itlb's.
now "mach dtlb" and "mach itlb" work for cheetah.
2010-02-23 05:32:08 +00:00
mrg
9b94dc89ff
add some bits to set to access all the cheetah dtlb/itlb's.
2010-02-23 05:24:50 +00:00
agc
156f140565
fix a bug in verifying memory.
...
add two examples to the netpgp(1) manual page outlining how to sign
and encrypt via a pipeline, and how to decrypt and verify/cat using a
pipeline.
2010-02-23 01:24:44 +00:00
cegger
6db342e072
include opt_xen.h
2010-02-23 00:23:36 +00:00
pgoyette
3bb3920ad0
Correct calculation and display of SDR DRAM speed. From OpenBSD.
...
Fixes PR kern/42736
2010-02-23 00:13:06 +00:00
joerg
839c0958b5
PR 36988: ISO C99 mandates that HUGE_VAL, HUGE_VALF, HUGE_VALL and
...
INFINITY are constant expressions.
Use the GCC builtins if possible to implement them.
2010-02-23 00:03:09 +00:00
jym
7017a033c7
Remove a duplicate entry for PTE_BASE.
...
While here, introduce PDP_SIZE and PDE_SIZE. They will be used by asm code
to make it more generic (PAE related).
2010-02-22 23:52:17 +00:00
roy
fde317d2b1
libterminfo can now compile a single terminfo description which allows
...
$TERMINFO to be a terminfo description as well as a file reference.
This enables the user to modify the terminfo description on read-only
media.
2010-02-22 23:05:39 +00:00
mrg
24e08ad36b
move {dump,print}_[id]tlb() into a separate file.
2010-02-22 22:28:57 +00:00
skrll
9882ad0204
Deal with PA2.0 cache move-in rules by purging the TLB as well as
...
flushing/purging the cache.
2010-02-22 21:32:55 +00:00
wiz
1672306ed2
Punctuation nit.
2010-02-22 20:13:01 +00:00
wiz
959f293b16
Use standard section headers and mark up author with An.
2010-02-22 20:12:23 +00:00
haad
a7a3d3b216
Revert lib_nvpair hack now when it is not needed when njoly@ commited his fix to
...
bsd.lib.mk.
2010-02-22 20:05:03 +00:00
drochner
ec0c8f12ca
Run binaries with ELF_TYPE==DYN at virtual address PAGE_SIZE rather
...
than 0. This is still not the intent of PIE, but it allows them to
run with VA 0 disabled.
(The PAX_ASLR stuff which should deal with this needs work.)
CV: ----------------------------------------------------------------------
2010-02-22 19:46:18 +00:00
joerg
87faf7cb4f
\\ -> \e
2010-02-22 19:20:33 +00:00
pgoyette
4950ef9e4e
Forgot to add smscmon here...
2010-02-22 17:27:04 +00:00
pooka
da9a2c25a9
* get UDESC_CONFIG for proper config index
...
* support UR_SET_CONFIG for root hub
* set port change bits for root hub interrupts
+ cosmetics
2010-02-22 14:47:40 +00:00
pgoyette
ad945e1f49
Correct spelling of smscmon and add (commented out) to GENERICs
2010-02-22 13:42:04 +00:00
njoly
d4da917501
Note shared objects extension change, and stalled files.
2010-02-22 12:35:32 +00:00
njoly
e9915f3b1e
Change shared object file extension from .so to .pico, to avoid
...
conflicts with shared libaries names libXX.so; as recently seen with
MKUPDATE=yes builds for libelf and libnvpair.
All now stalled regular .so files need to be manually removed from
object directories.
2010-02-22 12:33:22 +00:00
tron
c76e590d3d
Disable stack protection warnings for "dtrace.c" which uses alloca(3).
2010-02-22 12:21:27 +00:00
darran
e171441276
Prep for building as part of the toolchain.
2010-02-22 11:01:29 +00:00
darran
9583b24e87
Get rid of extra include files added while debugging the toolchain build
...
problem.
2010-02-22 10:59:08 +00:00
darran
97d3245ff3
Get libelf building in the toolchain again.
2010-02-22 10:48:32 +00:00
tsutsui
5897daadc4
- note about support for the large_file option of ext2fs rev 1
...
- 32 bit UID and GID support on ext2fs has been added since 5.0
so remove description about the limitations from BUGS section.
2010-02-22 09:51:11 +00:00
tsutsui
62936fc84a
32 bit UID and GID support on ext2fs has been added since 5.0
...
so remove description about the limitations from BUGS section.
2010-02-22 09:45:02 +00:00
wiz
08ca7edf14
Comment out crash(8) reference, per PR 10708, until a MI one exists.
2010-02-22 08:41:10 +00:00
dsl
02b1580f48
Fix check for old trap frame layout.
2010-02-22 08:19:38 +00:00
jnemeth
b7e618d6f3
smcsmon.4 -> smscmon.4
2010-02-22 07:55:32 +00:00
jnemeth
b127a52e41
remove accidentally committed et.4/etphy.4
2010-02-22 07:52:52 +00:00
jnemeth
dca0e547d3
fix build breakage -- add new smscmon.4 man page
2010-02-22 07:48:43 +00:00
darran
ec6b20a273
DTrace: missed the opt_dtrace.h include for these.
2010-02-22 06:42:14 +00:00
ahoka
f77631e1d8
Describe SPLASHSCREEN and SPLASHSCREEN_PROGRESS.
2010-02-22 06:10:30 +00:00
ahoka
4c65a125fc
Add SPLASH example, like in i386.
2010-02-22 05:59:04 +00:00
ahoka
c14889048f
Mention splash need genfb or radeonfb
2010-02-22 05:57:10 +00:00
ahoka
0f279dbbae
Restore splashscreen support with genfb.
...
genfb patch from Pierre Pronchery, other small changes to make it
compile by me.
Closes PR kern/42605.
XXX doesnt work in 8bit, probably a cmap issue
2010-02-22 05:55:10 +00:00
pgoyette
f34bafd81b
Specify the correct default address for smscmon
2010-02-22 04:57:43 +00:00
pgoyette
4f7ceb6b4d
Add man page for smscmon(4)
2010-02-22 03:54:24 +00:00
pgoyette
0977e451a3
Add smscmon(4)
2010-02-22 03:52:06 +00:00
pgoyette
b5f89aa493
Import smcsmon(4) driver for SMSC LPC47M192 hardware monitor
...
From Takahiro HAYASHI in PR kern/40420
2010-02-22 03:50:56 +00:00
mrg
9181dd2c07
- store the maximum [id]cache size / line size for each cpu
...
- remove patch_kernel() since it isn't necessary and has been patching
the wrong thing in general.
- implement USIII versions of blast_icache(), dcache_flush_page() and
cache_flush_phys(). use the newly recorded cache size/line sizes.
- in winfixsave, flush the D$ with the right size index and ops. this
kills one of the wrong tag->inval patches.
- for blast_dcache(), use the newly recorded dcache_size/line_size.
- for blast_icache(), use the newly recorded cache size/line sizes.
for the USIII verison, disable the I$ while writing to ASI_ICACHE_TAG.
these changes removed several hard coded cache sizes values, some very
wrong kernel patching, and seem to make the current failure modes for
USIII less common, but not gone.
2010-02-22 00:16:31 +00:00
wiz
59afab0ca6
Add more FreeBSD versions.
2010-02-21 21:16:09 +00:00
wiz
00e9c46967
Add FreeBSD-8.0.
2010-02-21 21:08:27 +00:00
tsutsui
106d393c5c
Remove unnecessary LIBS (-ledit, -lbz2, -lcrypt) for SMALL binaries
...
with libhack.
2010-02-21 20:18:08 +00:00
tsutsui
b61b63add5
Fix indent.
2010-02-21 20:10:51 +00:00
tsutsui
a61bdefffd
Use tiny limited distrib/utils/x_gzip. (no bzip2 and compress support)
2010-02-21 20:09:50 +00:00
tsutsui
93ca9b1e4f
- explicitly specify -Os via DBG for libhack build
...
- set WARNS=1 for sanity
2010-02-21 20:06:19 +00:00
tsutsui
9c220d174d
Add dd(1) to install ramdisk binaries to wipe out existing disklabel etc.
...
Per request from David Ross on port-atari.
2010-02-21 20:04:59 +00:00