soren
af892f930e
Have tar require a specific action as documented.
2002-10-16 23:22:59 +00:00
soren
f9d5774005
Sync cpio_usage() with cpio.1 as with pax and tar.
2002-10-16 22:38:36 +00:00
christos
4dbb5fa93c
grr, I put these in the wrong spot.
2002-10-16 21:49:08 +00:00
christos
24dd1a7d61
Document the long options.
2002-10-16 21:47:13 +00:00
christos
169f625866
we need to have -force-local on pax.
2002-10-16 21:45:31 +00:00
jdolecek
3a80cf174b
initSH3(): prefix the extern edata[], end[] with '_', so that the kernel links
...
XXX this is probably wrong, other sh3 platforms don't need/have this
2002-10-16 21:26:32 +00:00
thorpej
da89748df7
Add a comment clarifying the last change.
2002-10-16 21:13:43 +00:00
thorpej
9a20a71e9b
Add a test for "/usr///lib" being collapsed to "/usr" -- this is what
...
Solaris 8's dirname(3) does.
2002-10-16 21:12:01 +00:00
jdolecek
4f2f1a6fd4
match the joystick device on Creative SBLive! card; note this only works
...
when emuxki(4) driver is compiled into the kernel, it has to enable
the joystick port
2002-10-16 21:09:31 +00:00
jdolecek
cafbd6033f
for AUDIO_SETINFO, silently enforce same mode as the currently used one;
...
this value is supposed to be read-only for this ioctl
2002-10-16 21:07:08 +00:00
jdolecek
e7bc7ac4bd
tsc_microtime(): use splclock() for !MULTIPROCESSOR (cosmetic, this is used
...
for MULTIPROCESSOR only currently)
2002-10-16 21:01:22 +00:00
wennmach
aa526afab2
typo (be -> by)
2002-10-16 20:05:20 +00:00
jdolecek
067fc7cdda
KNOTE() check if the list is nonempty now
2002-10-16 19:51:14 +00:00
jdc
3fd663afdd
New sentence, new line.
2002-10-16 19:48:33 +00:00
jdc
2c542c6b67
Add the sun-specific SUN_MS_BPS option.
2002-10-16 19:33:45 +00:00
thorpej
a0769300c6
Add regression tests for basename(3) and dirname(3).
2002-10-16 19:12:41 +00:00
christos
f830cb1865
turn gnu tar off by pax and cpio front ends.
2002-10-16 18:53:40 +00:00
mycroft
64f9a5eccd
Fix a sign extension bug that caused pmap_growkernel() to fail with >2GB KVA.
...
Symptom observed and verified fixed by tls.
2002-10-16 18:48:05 +00:00
petrov
d7612810f1
Add wscons devices, sync with sparc.
2002-10-16 17:52:09 +00:00
kent
56d5eaf4f4
Add all vendor/codec IDs which OpenBSD has and NetBSD doesn't have.
2002-10-16 16:38:25 +00:00
martin
f47b939a22
Since we now use pmap_kenter_pa, which ignores PMAP_LITTLE, don't bother
...
to pass that as flags. We've already changed the ASIs used to access the
mapped pages acordingly.
2002-10-16 16:11:41 +00:00
christos
710b1c3675
mention pax as tar/cpio
2002-10-16 15:33:57 +00:00
christos
2a7fb4d2a5
tar and cpio have been paxified.
2002-10-16 15:32:26 +00:00
itojun
0427f35ddc
sync with pax flip
2002-10-16 15:31:26 +00:00
kent
565a6b3384
Support for 4ch/6ch audio playback with VT8233/VT8235.
2002-10-16 15:27:28 +00:00
christos
706c1ce906
Flip the pax switch
2002-10-16 15:23:59 +00:00
itojun
2fffb9beb4
correct log_refused check (TH_SYN, !TH_RST and !TH_ACK). PR 18669
2002-10-16 15:15:28 +00:00
leo
8ad35e6ebd
Regen.
2002-10-16 15:00:50 +00:00
itojun
553d79070e
\n before new sentence.
2002-10-16 14:58:33 +00:00
itojun
e8745f23b6
sync better w/ openbsd tree (cosmetic)
2002-10-16 14:56:11 +00:00
leo
6a4a98f7a2
Add Fritz!PCI v2.0 ISDN Interface
2002-10-16 14:55:26 +00:00
onoe
5a5f1fbe93
Do not start active scan for WI_RID_SCAN_APS request on HostAP, just return
...
the list of current association clients for WI_RID_READ_APS.
Reset active channel list after active scan.
2002-10-16 11:29:30 +00:00
martin
9b3cdc3ab5
Make 32bit sparc64 kernels with DEBUG and DIAGNOSTIC compile.
2002-10-16 11:05:10 +00:00
yamt
729dff3dfb
fix coredump when "command" is omitted.
2002-10-16 10:40:17 +00:00
itojun
bfe85e26f6
remove sh1.iijlab.net's old address (what is the best way to maintain
...
the list of publically-usable DNS server addresses?)
2002-10-16 08:04:26 +00:00
christos
650f61c526
Warn if we are trying to read a gnu tar archive, if --strict is specified.
2002-10-16 04:40:55 +00:00
lukem
87ce234096
refer to 1.2MB diskettes
2002-10-16 04:10:43 +00:00
lukem
e3c4d0c577
no rescue-small on i386 any more
2002-10-16 04:09:11 +00:00
lukem
1ede8b245b
As both boot-small and rescue-small have expanded onto a second 1.2MB
...
floppy (and there's not the same RAM contraints that *-tiny has),
fold rescue-small into boot-small and deprecate the former.
The "all in one" boot-small is only 100KB larger on the second floppy.
2002-10-16 04:00:53 +00:00
christos
f70dfaaf73
Support gnu long filename extensions by default for tar on create, list, and
...
extract. We now generate GNU tar archives by default ("ustar ^@" instead of
"ustar^@00"). GNU extensions can be disabled with --strict.
XXX: long symlinks untested.
2002-10-16 03:46:07 +00:00
lukem
2da742de79
tweak the comments describing the memory disk size
2002-10-16 02:46:03 +00:00
lukem
29ba686238
crank the memory disk from 1440k to 1600k; things have Grown a bit.
2002-10-16 02:44:27 +00:00
lukem
407233e842
Set
...
ALL_KERNELS ?= ${KERNEL_SETS} ${EXTRA_KERNELS} ${BUILD_KERNELS}
and use ALL_KERNELS instead of the latter three in the loop to configure
& build kernels. This allows ALL_KERNELS to be overridden in make(1)'s
environment or on make(1)'s command line... (I got sick of waiting for
all eleven i386 kernels to rebuild when I was only testing one)
2002-10-16 02:30:48 +00:00
lukem
859e7d7867
netbsd.INSTALL_SMALL and netbsd.RESCUE_SMALL have grown past the size
...
of a single 1.2MB floppy; cranky FLOPPYMAX to use two floppies.
the kernel and the contents of the ramdiskbin have both grown...
(We should just merge the install & rescue functionality of the -small
floppies into one two x 1.2MB floppy set, since -small is for older
machines with 1.2MB floppy drives, versus those with extremely small
RAM constraints)
2002-10-16 01:03:07 +00:00
lukem
f535541326
Default FLOPPYMAX to 1 for i386 floppies, so the build will fail if an
...
image accidentally grows past 1 floppy and we didn't know about it.
2002-10-16 00:59:24 +00:00
bsh
475d72b0be
fix a bug sneaked into cpu_reset() in "- . - 8 purge"
...
(s/mov pc,lr/mov lr,pc/)
2002-10-15 23:10:32 +00:00
jdolecek
446deeb58f
ld.elf_so is now in /libexec, so update the list here
...
XXX not tested
2002-10-15 21:58:20 +00:00
jdolecek
bebf9e4b2e
remove duplicate options USERCONF - we get it from WALNUT config
2002-10-15 21:54:24 +00:00
bjh21
441e8907fe
Switch to using the MI C versions of setrunqueue() and remrunqueue().
...
GCC produces almost exactly the same instructions as the hand-assembled
versions, albeit in a different order. It even found one place where it
could shave one off. Its insistence on creating a stack frame might slow
things down marginally, but not, I think, enough to matter.
2002-10-15 20:53:38 +00:00
tshiozak
47cefca831
fix a simple, but wicked bug in EcSpaceHandler().
...
this bug causes EcWrite via EcSpaceHandler to always write 0 as the data byte.
2002-10-15 20:53:37 +00:00