he
bf8f08004d
Move kvm library spec to Makefile.inc, so that it gets specified
...
after the ipf library, since the ipf library depends on some functions
from the kvm library.
Fixes a build problem observed when building for sun2 (though I
won't claim understanding why this doesn't show up elsewhere).
2004-04-03 22:16:27 +00:00
christos
58fa7a1588
- Fix bug in the determination of apparently-to and delivered-to.
...
- Add -f flag to look in Sender:, From:, and Return-Path: for the sender.
2004-04-03 20:55:13 +00:00
perry
def0fefbb4
I don't do bootblocks any more
2004-04-03 19:51:14 +00:00
matt
4dfb2be423
When a process is being traced (debugged) and a catchable signal arrives,
...
make sure to save its ksiginfo_t for eventual delivery. This makes debugging
SA_SIGINFO signal handlers work.
2004-04-03 19:46:10 +00:00
matt
dfe066e777
Add the notion of an "empty" ksiginfo_t (one where on signo is filled in).
...
Add an initializer for them: KSI_INIT_EMPTY
Add a predicate for them: KSI_EMPTY_P
Don't bother storing empty ksiginfo_t's since they have no information.
Change uses of KSI_INIT to KSI_INIT_EMPTY where no other information other
than the signo is being filled in.
2004-04-03 19:43:08 +00:00
matt
11d24b6c29
Replace memset's of ksiginfo_t with KSI_INIT (which is the proper way to
...
initialize ksiginfo_t structures).
2004-04-03 19:38:04 +00:00
groo
f2d334068a
Let's try that again... one comes from .CURDIR, another set of files
...
comes from .OBJDIR.
2004-04-03 18:18:21 +00:00
groo
291203c667
Don't cd ${.CURDIR}, it's not where the uudecoded objects are.
2004-04-03 17:45:19 +00:00
chs
ec48121fb7
add some SUN4D stuff.
...
zs and zstty no longer need "needs-count" or "needs-flag",
so get rid of those and wild-card the extra zs devices on SUN4D.
2004-04-03 17:43:50 +00:00
chs
89e7b5360f
don't complain about mid == 0 on SUN4D, it's normal there.
2004-04-03 17:42:27 +00:00
chs
8e5882e190
add a bootbus (SUN4D) attachment. from Stephen Sukovich in PR 24199.
2004-04-03 17:42:07 +00:00
chs
81f3e5aec7
fix find_cpus() for SUN4D. from Stephen Sukovich in PR 24198.
2004-04-03 17:41:54 +00:00
christos
46937c5008
Avoid infinite recursion on:
...
echo "foo foo bar bar bar baz" | sed 's/\([^ ]*\)\( *\1\)*/\1/g'
From OpenBSD.
2004-04-03 17:00:00 +00:00
sato
bcd3f3fcab
enable speaker port 12 for NEC MCCS series.
...
reported by http://www.jp.netbsd.org/ja/JP/ml/port-hpcmips-ja/200207/msg00078.html .
2004-04-03 16:29:06 +00:00
wiz
f857cb68ec
Add a useful description for COMPAT_AOUT.
2004-04-03 16:08:54 +00:00
darcy
009fef1bb9
Flesh out description of COMPAT_AOUT as requested by mrg.
2004-04-03 15:47:16 +00:00
wiz
8782dceb13
Comment out /amd and /dump, since they are not there in the
...
default install.
2004-04-03 15:45:36 +00:00
wiz
0adee5f2d3
Grammar fixes; remove a trailing space.
...
XXX: license missing!
2004-04-03 15:24:42 +00:00
wiz
7df565a342
Article improvements.
2004-04-03 15:19:49 +00:00
pk
70e1de69c4
Max data size -> 512MB; default stack size -> 8MB.
2004-04-03 12:39:51 +00:00
pk
5957cb9b16
On sun4c, clip max data & stack size to avoid the MMU hole.
2004-04-03 12:38:14 +00:00
sekiya
49ecfdf2e4
Hook the IMC bus error handler into the ISR, otherwise bus error conditions
...
won't be properly dealt with.
2004-04-03 11:33:29 +00:00
martti
6f941c9322
Added another SB Live! 5.1 soundcard and joystick version
2004-04-03 10:49:13 +00:00
simonb
bf4a293760
Copy Izumi Tsutsui's total/avail memory message tidy up.
...
sgimips is a little different, that is left as is.
2004-04-03 06:43:59 +00:00
lukem
f9f551db32
Support strsuftoll(3) suffixes for '-l length'.
...
Provide an example of copying raw disks using dd, with a progress bar.
2004-04-03 06:19:22 +00:00
jdolecek
8cde1b0b7a
add me as responsible for awk(1) and sort(1)
2004-04-03 04:57:27 +00:00
bsh
a031021b23
SMDK2800 gets kernel panic with write-back dcache. Use write-through
...
mode until we find a fix for this.
2004-04-03 04:38:48 +00:00
bsh
1a02d3b6e1
pmap_pte_init_arm9() is necessary only when defined(CPU_ARM9) and defined(ARM9_CACHE_WRITE_THROUGH)
2004-04-03 04:35:48 +00:00
bsh
16cf047697
add an option to force ARM9 dcache to write-through mode.
2004-04-03 04:34:40 +00:00
uwe
40f1406199
Descend into man8.hpcsh.
...
Add boot(8) for hpcsh to lists.
2004-04-03 04:20:38 +00:00
uwe
33cd1faa34
boot(8) manual page for NetBSD/hpcsh.
...
PR port-hpcsh/21373.
2004-04-03 04:13:49 +00:00
uwe
9db3644722
kloader(4) now has a man page too.
2004-04-03 03:26:29 +00:00
uwe
c59a2c9ba4
Xref hpcboot(8), it now has a man page.
2004-04-03 03:22:30 +00:00
uwe
ef240435db
Add hpcboot(8).
2004-04-03 03:13:21 +00:00
uwe
8199a8e58f
Skeletal man page for hpcboot.exe - bootloader for hpcarm, hpcmips and
...
hpcsh ports.
2004-04-03 03:08:35 +00:00
uwe
cc64a5cc4f
Add kloader(4).
2004-04-03 02:39:27 +00:00
uwe
2c9f180bab
Man page for the in-kernel bootloader present on some platforms.
2004-04-03 02:33:40 +00:00
mycroft
00284f9931
Add RealTek RT8180.
2004-04-03 00:41:10 +00:00
wiz
a45370a389
The plural of hertz is hertz.
2004-04-03 00:08:04 +00:00
tsutsui
0a15e2ad03
Tidy up messages for total/avail memory.
...
before:
---
NetBSD 2.0B (COLT) #67 : Sat Apr 3 06:29:50 JST 2004
tsutsui@mirage:/usr/src/sys/arch/cobalt/compile/COLT
256 MB memory, 247 MB freemainbus0 (root)
com0 at mainbus0 addr 0x1c800000 level 3: st16650a, working fifo
com0: console
---
after:
---
NetBSD 2.0B (COLT) #68 : Sat Apr 3 07:54:17 JST 2004
tsutsui@mirage:/usr/src/sys/arch/cobalt/compile/COLT
total memory = 256 MB
avail memory = 247 MB
mainbus0 (root)
com0 at mainbus0 addr 0x1c800000 level 3: st16650a, working fifo
com0: console
---
2004-04-02 23:18:09 +00:00
he
d254421a40
Adapt to the replacement of gawk with nawk, source accessible as awk.
2004-04-02 23:04:37 +00:00
matt
386a0ebdec
Rather than use magic values, include <powerpc/fpu.h> and use those
...
definitions to generate the magic bits.
2004-04-02 22:55:19 +00:00
mellon
47427353e5
Cut out some stuff that can't or shouldn't be defined in SMALL builds.
2004-04-02 22:53:15 +00:00
heas
fff8a9120b
Add descriptions for SGI & Sun specific displays that were added to wsconsio.h
...
in revisions 1.59 - 1.61.
2004-04-02 22:16:52 +00:00
lha
e4e583e45c
From Heimdal, cast size_t to unsigned long for LP64 platforms.
2004-04-02 20:58:36 +00:00
christos
a30cb1573a
PR/17595: Peter Postma: SIGSEGV+SIGBUS handler calls functions that are not
...
async-signal-safe. Remove the handlers.
2004-04-02 16:11:17 +00:00
jmmv
95979c944d
Document BEEP_ONHALT{,COUNT,PITCH,PERIOD}.
2004-04-02 15:42:27 +00:00
lha
f87089bd8a
import heimdal 0.6.1
2004-04-02 15:13:59 +00:00
lha
8aa367e8da
more text how to do imports
2004-04-02 15:11:21 +00:00
lha
4d21efe5f7
Merge changes between heimdal-0.6 and heimdal-0.6.1
2004-04-02 14:59:46 +00:00