matt
e1d9426036
Make to define ${BOARDTYPE}
2003-03-04 07:52:21 +00:00
matt
107803a3a3
Re-arrange things in evbppc & powerpc to support OEA-based eval boards
...
in evbppc. OEA-based board(s) to be added later.
2003-03-04 07:50:57 +00:00
matt
9875f9218d
Add some missing volatiles.
2003-03-04 07:48:09 +00:00
thorpej
d3f54e81dd
Fix the following pathological scanario:
...
* User allocates ZFOD region, but does not actually touch the buffer
to fault in the pages.
* In a loop, user writes this buffer to a network socket, triggering
sosend_loan().
* uvm_loan() calls uvm_loanzero() once for each page in the loaned
region (since the pages have not yet faulted in). This causes a
page to be allocated and zero'd. The result is the kernel spends
a lot of time allocating and zero'ing pages.
This fixes creates a special object which owns a single zero'd page.
This single zero'd page is used to satisfy all loans of non-resident
ZFOD mappings.
Thanks to Allen Briggs for discovering the problem and for providing
an initial patch.
2003-03-04 06:18:54 +00:00
taca
57fdc950ca
BIND 9.2.2 has out.
2003-03-04 03:41:59 +00:00
lukem
cfcaeea176
don't print the command & start time until after the options are parsed...
2003-03-04 02:20:28 +00:00
thorpej
23d2066add
Cast the argument passed to vtophys() to a vaddr_t.
2003-03-04 01:10:50 +00:00
fvdl
a345044000
s/i386_isa_chipset/x86_isa_chipset/
2003-03-04 01:07:36 +00:00
fvdl
f28dd1acef
s/i386_isa_chipset/x86_isa_chipset/, it's defined on multiple ports, but
...
used in shared code.
2003-03-04 01:06:38 +00:00
nathanw
5d3c3b4483
add man pages for wctob() and btowc().
2003-03-04 00:32:55 +00:00
nathanw
fba8aef839
libc bumped to 12.96 by tshiozak.
2003-03-04 00:31:40 +00:00
fvdl
d8464bf767
The intrmasks array is only used in if 0-ed code, so if 0 it as well.
2003-03-03 23:49:18 +00:00
dsl
a124f92ed5
Seems better to display p_sv{u,g}id when asked for it...
2003-03-03 23:13:21 +00:00
pk
f26c7b7e7f
Note a kernel pmap locking problem in pmap_kenter_pa4m().
2003-03-03 22:43:58 +00:00
kanaoka
31bc31ea63
acpica-unix-20030228.tar.gz is out.
2003-03-03 22:31:29 +00:00
fvdl
7b925fa8cf
Use unsigned long long to print msr values.
2003-03-03 22:23:22 +00:00
fvdl
2934facefc
use CVAROFF.
2003-03-03 22:17:15 +00:00
fvdl
60ff7764b1
Use pmap_cpu_has_pg_n()
2003-03-03 22:16:54 +00:00
fvdl
22c3c5973b
The IDT is an array of struct gate_descriptor.
2003-03-03 22:16:20 +00:00
fvdl
5d9be5f0db
The IDT only contains gate descriptors, so define it as such.
2003-03-03 22:14:15 +00:00
fvdl
1b64bc0ae7
define pmap_cpu_has_pg_n and pmap_cpu_has_invlpg to make code sharing
...
easier.
2003-03-03 22:13:16 +00:00
fvdl
3ebdf8bcc3
Make CVAR asm reference macro CVAROFF, taking an offset.
2003-03-03 22:12:22 +00:00
manu
03dfd69a01
Added vm_region and vm_msync traps
2003-03-03 22:07:39 +00:00
mycroft
2198701c01
The DMA support here never worked, so yank it out.
2003-03-03 22:07:21 +00:00
jdolecek
b83db8c688
only pull in/declare veriexec related stuff with VERIFIED_EXEC
2003-03-03 21:25:09 +00:00
atatat
382b4984f3
Apply patch from sendmail.org to handle a new header overflow bug.
2003-03-03 21:20:50 +00:00
jdolecek
fedc587dac
#if 0/notnow stuff which isn't currently used
...
pointed out by Krister Walfridsson
2003-03-03 21:17:05 +00:00
jdolecek
ede214240b
#if 0 or g/c unused stuff
...
pointed out by Krister Walfridsson
2003-03-03 21:16:02 +00:00
mjacob
1ca48f3a5e
Fix egregious bug where we meant to use bit 5 (1<<5) instead of the
...
value of 5.
2003-03-03 20:54:56 +00:00
mjacob
1a127bb90e
spelling
2003-03-03 20:54:28 +00:00
mjacob
15332b558c
Propagate iid && rxid when we're putting back an ATIO for FC.
...
Spelling fixes.
2003-03-03 20:54:12 +00:00
mjacob
9af98d9f8e
Spelling fixes. Leave an example for how to set icbdelay timer for
...
ZIO operations. If we have ISP_FW_CRASH_DUMP defined, don't reinit
the chip on ISP_CONN_FATAL (that's up to the outer layers to do).
2003-03-03 20:53:14 +00:00
fvdl
cf1495e079
Install cpuvar.h
2003-03-03 20:26:18 +00:00
christos
9a2f398451
mention who is responsbile for sendmail.
2003-03-03 20:10:17 +00:00
wiz
e53b7b9be2
sendmail-8.12.8 out.
2003-03-03 19:44:34 +00:00
dsl
0e023253c0
Call setsid so we get our own logname.
...
(approved by christos)
2003-03-03 19:05:09 +00:00
dsl
41880aca75
Call setsid so we don't change inetd's logname (and that of our peers).
...
(approved by christos)
2003-03-03 18:57:53 +00:00
dsl
2bc2d2208d
Call setsid() before (setusercontext() calls) setlogin() so we don't change
...
the username of inetd and everyone else that is logged in.
(approved by christos)
2003-03-03 18:29:55 +00:00
dsl
de1c071819
Call setsid() so that setlogname doesn't affect our parent and siblings.
...
(approved by christos)
2003-03-03 17:14:36 +00:00
tsutsui
f2ff066472
print_insn_shl() in gnu/dist/toolchain/opcodes/sh-dis.c has been merged
...
into print_insn_sh(), and print_insn_sh() now checks info->endian
so set it accordingly.
Based on diff from the Sourceware gdb cvsweb:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sh-tdep.c.diff?r1=1.59&r2=1.60&cvsroot=src
2003-03-03 16:58:17 +00:00
tsutsui
bc724094e3
Put back some lines removed on 2.13.2.1 merge.
...
(NetBSD/sh3 actually needs ENTRY=_start)
2003-03-03 16:46:16 +00:00
dsl
661e3f71df
Describe use of -ve window sizes
2003-03-03 14:21:12 +00:00
pooka
0bb9c1a84e
Explain the current status of file(1) as suggested/requested by Jaromir.
...
Also note that file 3.41 is out.
2003-03-03 14:21:09 +00:00
dsl
9817668a75
Report free space for unpadded floppies
...
(approved by christos)
2003-03-03 14:20:13 +00:00
martti
f925d156c3
Checksum files produced by "etcupdate -a" should not be stored in /etc
...
as / might be a read-only filesystem (PR#20201).
2003-03-03 14:07:11 +00:00
mrg
c8e7bd6d18
back out previous:
...
- didn't need to/mean to update libstdc++ yet
- mknative generated bogus files that ended having libstc++ not install
various required headers.
should fix the "can't find iostream.h" lossage in src/regress.
2003-03-03 13:58:24 +00:00
soren
2a544b838b
The cirrus driver is not being built on macppc.
2003-03-03 13:08:39 +00:00
mjl
290992c360
Merge the rest of the differences between Free/Open web2, except
...
for some stranger entries I could not verify and the FreeBSD version
of "1001 names for your baby".
web2 now includes such ever popular words as "sitzmark" (a depression
left in the snow by a skier falling backward). And no, I didn't make
that one up.
2003-03-03 12:20:09 +00:00
grant
8a22d7d46d
call setprogname()
2003-03-03 11:42:36 +00:00
bjh21
060b1108df
Mention what I did at the weekend.
2003-03-03 11:29:02 +00:00