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
lha
a08e247c98
Import heimdal-0.6.1
...
Changes in release 0.6.1
* Fixed ARCFOUR suppport
* Cross realm vulnerability
* kdc: fix denial of service attack
* kdc: stop clients from renewing kerberos 4 tickets into the future
* bug fixes
2004-04-02 14:47:00 +00:00
pooka
75ba803b3f
add AVP
...
misc/23094
2004-04-02 14:41:59 +00:00
aymeric
5f3a5a8279
fix the way the ext2fs-specific size and mode variables are fetched:
...
they are indirectly gotten from kernel memory and as such should be read
with KVM_READ.
This fixes fstat core dumps when some process holds a reference in a Linux
ext2fs filesystem.
Thanks to Aleksy Schubert (alx.at.mimuw.dot.edu.dot.pl) for debugging this
with me.
2004-04-02 14:22:05 +00:00
scw
07d1f9c942
After re-checking the docs in response to a port-mvme68k question,
...
don't claim to support D8 local-bus->VMEbus transfers.
2004-04-02 14:14:18 +00:00
mrg
f87752ad3b
enable "INSECURE" kernel option so that GENERIC kernels are capable of
...
running XF4 servers. while this isn't the best solution, it is the only
one we have for the forseeable future, and there is long-standing precedent
in the i386 port.
2004-04-02 14:06:23 +00:00
mrg
4f693be191
re-enable ppc-gdb "target sim" support.
2004-04-02 13:36:32 +00:00
mrg
df1f7747e1
#endif /* MUST NOT HAVE TOKENS AFTER IT */
2004-04-02 13:36:24 +00:00
mrg
dd567aa2f5
- (required) const poison
...
- fix some function argument type issues (struct _bfd vs bfd)
2004-04-02 13:34:50 +00:00
mrg
80a13c7a72
labels must have statements:;
2004-04-02 13:33:04 +00:00
wiz
1913c0ff53
Simplify sentence.
2004-04-02 13:23:07 +00:00
jmmv
3c8a1444d9
Introduce and use the rcvar_manpage variable, which contains the manual page
...
name where the user should look at for documentation about rcvar. It defaults
to 'rc.subr(5)', as rc.subr is mainly used by rc.d scripts.
This variable is useful to let the daily, weekly, monthly and security scripts
tune the warning message shown when any of the variables they handle is not
properly set.
Closes PR misc/23908.
2004-04-02 13:13:47 +00:00
mrg
37135b824f
make this build again.
2004-04-02 13:12:35 +00:00
mrg
e32ba6cc2a
delete these unused sources
2004-04-02 13:11:37 +00:00
mrg
b52423ebbe
copy the files from gnu/usr.bin/sim over here.
2004-04-02 13:06:01 +00:00
keihan
27b3f59c96
Revert last, revision 1.46.
2004-04-02 12:53:05 +00:00
wiz
3955de94f7
Bump date for previous.
2004-04-02 11:47:55 +00:00
lukem
3a06421e87
After populating the file system, update superblock->fs_old_cstotal from
...
superblock->fs_cstotal. Fixes inconsistencies found by FreeBSD's fsck.
Problem noted by Luigi Rizzo <luigi@FreeBSD.org> via Colin Percival.
2004-04-02 11:27:56 +00:00
keihan
6898598891
".../newdir" --> "../newdir"
2004-04-02 11:14:24 +00:00
mrg
c2dbce328f
oops; exit on failure with the previous.
2004-04-02 11:12:29 +00:00