christos
e3bc441d7b
Don't install xterm setuid anymore:
...
- pty ownership is handled by ptm(4)
- utmp updating is handled by utmp_update(8)
2004-06-09 20:37:41 +00:00
martin
86494c7fd4
Add pseudo-device ptm.
2004-06-09 20:25:54 +00:00
kleink
15764c5ab2
pmap_extract(): consider the MPC601's different battable layout, and its
...
use of I/O segments.
2004-06-09 19:30:57 +00:00
kleink
00fcabcfc9
Print SPR 0x100 as VRSAVE on non-4xx.
2004-06-09 19:19:05 +00:00
he
b22e6a658e
Bump size of ramdisk image from 3148KB to 3200KB so that the contents
...
fits again.
2004-06-09 19:04:38 +00:00
christos
4b05f4b58a
Jump through taller hoops to provide binary compatibility with programs
...
compiled with the older and shorter _res. We now use _nres internally
which is the new and bigger one. We define a _res which is the old
size one if COMPAT__RES is set, and then we consult selected values from
this old _res in res_init(), to emulate the old behavior.
2004-06-09 18:07:03 +00:00
christos
e89baaa3bf
Provide an ifdef so that we can define an old style _res if we need to.
2004-06-09 18:04:05 +00:00
kochi
d639792bc2
The "implicit return" problem is already fixed since when I imported
...
ACPICA_PEDANTIC changes from FreeBSD.
Added one item (processor driver).
2004-06-09 16:48:49 +00:00
abs
c6f7189859
Include David Pilling's BASIC self extracting SparkPlug sparkive extractor.
...
(It is freely distributable in unmodified form)
This should allow NetBSD to be booted on a RiscPC with nothing other than
the built in ROM software and a NetBSD CD. Disk partitioning between RISC OS
and NetBSD may be a task for another day.
While we are here use ${HOST_SH} to invoke mksparkive.sh
2004-06-09 16:10:40 +00:00
chs
5183104959
redo rev. 1.13, handle curlwp being NULL correctly.
2004-06-09 16:06:56 +00:00
abs
1d7a1ebd79
Define and use NOTINCRUNCHED to allow sparkcrc to overide the ../Makefile.inc
...
default of building static and not allowing install. Now we can build it as
a tool.
2004-06-09 16:03:37 +00:00
christos
cf19966782
Undo previous fix, breaks:
...
#!/bin/sh
echo ${1+"$@"}
./sh.new foo.sh a b c
a b c b c
I'll revisit this when I have some more time.
2004-06-09 12:17:36 +00:00
itojun
fd9a3b1704
correct mistake in usage(). Chris Pinnock
2004-06-09 01:59:20 +00:00
heas
f88c21e7a7
trace.8 duplicated in MAN variable, overriding the MLINK instance.
...
Pointed out by Denis Lagno.
2004-06-08 23:30:00 +00:00
gavan
77bece7e91
Don't attempt to use UnixFS, as it no longer works with recent filesystem
...
changes.
2004-06-08 22:56:59 +00:00
rumble
df731a5f0f
Use global static prom vectors within the module instead of
...
creating them on the fly. Simplify arcemu_ip12_putc() since the
printf vector behaves as expected.
2004-06-08 22:51:21 +00:00
gavan
41c82be3dd
Remove Settype and SettScr. Filetypes are now set in the archive, so
...
don't need to be set after the archive is extracted.
2004-06-08 22:29:20 +00:00
gavan
ad3e8247cb
Add boot32.
...
Also, s/RiscBSD/NetBSD/
2004-06-08 22:27:16 +00:00
gavan
022ff820f6
Implement CRC.
2004-06-08 22:12:13 +00:00
gavan
6e7390a475
Ship boot32 in the bootloader application, and use it in preference to
...
BtNetBSD.
2004-06-08 21:57:25 +00:00
abs
a43917f536
Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case.
2004-06-08 21:46:52 +00:00
abs
ef4ecdda5b
Add sparkcrc (used to generate checksums for acorn32 bootloader sparkive)
...
as a host tool.
2004-06-08 21:44:46 +00:00
abs
462934eac0
Import a trivial program to generate 16bit CRCs as used in sparkive archives.
...
For use by mksparkive.sh in generating the acorn32 bootloader sparkive.
2004-06-08 21:43:40 +00:00
gavan
df93781866
bb_netbsd is a BASIC program, not an Obey file.
2004-06-08 21:38:10 +00:00
he
32381a5299
PAGE_SIZE is apparently not a constant on the sparc port, so don't
...
use it in a static initializer. Instead, initialize in signal_init().
2004-06-08 19:35:30 +00:00
gavan
db7f3619e3
Support compression.
2004-06-08 19:31:56 +00:00
kleink
b7ca652249
Add MPC601 support.
2004-06-08 19:29:53 +00:00
cjep
9c1d6b6c10
Put -T in usage output. PR#25875 from Kouichirou Hiratsuka.
2004-06-08 19:25:16 +00:00
kleink
1e669a49c6
Repair a comment misplaced in rev. 1.43.
2004-06-08 19:07:00 +00:00
christos
d1fc28d7e3
don't depend on printf.
2004-06-08 19:03:14 +00:00
wiz
16ae99405d
Drop trailing whitespace.
2004-06-08 15:53:05 +00:00
kochi
d29c4e62c3
Fix typo:
...
ACPI = Advanced *Configuration* and Power Interface
2004-06-08 12:46:11 +00:00
cjep
946cf9f356
Add options for swapon in the Synopsis section. Closes PR#25866 from
...
Kouichirou Hiratsuka.
2004-06-08 08:16:11 +00:00
cjep
7ef0be1b58
Fix usage string (i.e. add information about -z). Fixes PR#25865 from
...
Kouichirou Hiratsuka.
2004-06-08 08:13:16 +00:00
cjep
721eb939af
add -h option in synopsis. Fixes PR#25863 from Kouichirou Hiratsuka.
2004-06-08 08:05:30 +00:00
jmc
6fc88bf937
Revert gzip changes. Changes to sh/kernel/etc made this small enough to fit
2004-06-08 05:59:37 +00:00
christos
fc5d411571
"for i in ${x-a b c}; do echo $i; done" should print "a\nb\nc\n" not "a b c\n"
...
like other shells do. mark the expansion for ifs splitting. XXX: linux has a
very complicated fix for this. I wonder why.
2004-06-08 03:29:51 +00:00
wiz
d1625473fe
though -> through.
2004-06-08 03:28:42 +00:00
snj
54ad3f67bb
Spelling fixes, English tweaks, avoid using < and > directly.
2004-06-07 21:25:51 +00:00
nathanw
23ac7ba060
pxa2x0_bs_unmap(): KVA allocated in pxa2x0_bs_map() needs to be freed.
2004-06-07 19:45:22 +00:00
fredb
6ff51429b0
Make this a shell script (invoking awk), rather than an awk script, to
...
make the option parsing work as expected. Patch submitted by Geoff Wing
in PR pkg/25553, which this closes.
2004-06-07 18:48:29 +00:00
drochner
4e2399e344
analogous to cfefs_elf.h, use __used for link set entries (untested)
2004-06-07 18:42:18 +00:00
drochner
3a3f462dc7
use the __used attribute for link set entries to avoid them being
...
optimized out (by gcc-3.4)
2004-06-07 18:41:38 +00:00
drochner
dd8c99b244
define a __used attribute (empty for gcc<2.7)
2004-06-07 18:36:24 +00:00
bouyer
8381338c9b
Adapt the french translation to the split base/sets directories, and other
...
minor nits.
2004-06-07 18:27:39 +00:00
yamt
656e74e298
do a LAYERFS_REMOVED hack for vop_rename as well.
2004-06-07 17:36:38 +00:00
kochi
7322c3b561
Add code for replacing DSDT. See comments in the file.
...
Ideas from T.Shiozaki.
2004-06-07 17:35:14 +00:00
kochi
96f8bc3637
Add ACPICA_PEDANTIC/ACPI_DISABLE_ON_POWEROFF options; follow the i386
...
changes.
2004-06-07 15:36:22 +00:00
kochi
7e55bddc3a
Add ACPI_DISABLE_ON_POWEROFF option.
2004-06-07 15:33:52 +00:00
kochi
71dc5a9687
Add ACPI_DISABLE_ON_POWEROFF option.
...
Note: the default behavior is changed. Now we don't disable the ACPI
subsystem on power off (halt -p) by default.
'options ACPI_DISABLE_ON_POWEROFF' in a kernel config file makes the kernel
behave the way we used to be.
2004-06-07 15:33:17 +00:00