sommerfeld
bdc8251646
Change printing of cpu number in the prompt in the MULTIPROCESSOR case
2000-05-28 19:03:55 +00:00
jhawk
b4c87e6d41
Add proc0 to pidhashtbl so pfind(0) works.
...
Now trace/t 0 works in ddb, etc.
2000-05-28 18:52:32 +00:00
jhawk
0866399258
brain-oh in last. test logsoftc.sc_pgid, not p.
2000-05-28 18:31:13 +00:00
matt
166475069f
fix it so it compiles.
2000-05-28 18:17:59 +00:00
jhawk
8a49d6bd31
Ensure that all callers of pfind() can deal with pfind(0) returning
...
a real procp* rather than NULL.
2000-05-28 18:17:07 +00:00
thorpej
adbdfe4a4e
Fix this so that release notes are build properly upon `make release'.
2000-05-28 17:31:27 +00:00
ragge
16f02724d6
Some updates to the DEUNA driver:
...
- Change the transmit logic to send from a pre-allocated buffer instead
of doing DMA out of the mbufs directly. Timing shows that it takes
4 times longer to map in the mbufs via the sgmap routines instead of
just copying the data! This must be fixed sometine in the future.
- A bunch of other minor fixes.
2000-05-28 17:23:44 +00:00
he
e1e867b2a6
Well, the removelist and renamelist functions were not unused;
...
they are still used by catman. Add them back.
2000-05-28 16:23:55 +00:00
sommerfeld
a56cb94b43
Deal with NULL file pointer for KTROP_CLEAR
2000-05-28 15:27:51 +00:00
takemura
5b3cb6b1a1
Add async I/O support.
...
FIOASYNC ioctrl command had been forwarded from wsmux to each mouse devices
and the devices had set their own event queue async mode. But no one had took
care of the event queue's mode of wsmux itself. Wsmux should make it's own
event queue async mode when it receive FIOASYNC command.
2000-05-28 10:33:14 +00:00
blymn
717e8dad36
Use new termcap interface.
2000-05-28 10:27:13 +00:00
drochner
c461529353
regen
2000-05-28 10:25:25 +00:00
drochner
f8091908b5
-correct description for 3c905b-FX (100 Mb only)
...
-add Neomagic 256ZX
2000-05-28 10:24:57 +00:00
drochner
f8a6b48d66
Don't silently truncate the voff_t offset to vaddr_t when passing it to
...
udv_attach. Pass the whole voff_t instead and do an explicite overflow
check before it is passed to the device's mmap handler (as "int", sadly).
2000-05-28 10:21:55 +00:00
blymn
ef06522539
Bump minor lib version of libtermcap & libtermlib
2000-05-28 09:59:48 +00:00
blymn
04a0fa29b3
* Fixed Makefile to proper set includes path
...
* Added new function t_setinfo to allow setting the termcap info when
termcap entry found.
2000-05-28 09:58:15 +00:00
jdolecek
07506ce5eb
update to match current common implementation on NetBSD - [f]truncate()
...
normally lengtens the file if it's shorter than specified length
also change wording slighly, to match wording in SUS
XXX someone should check how much of SUS truncate(2) specification is true
XXX on NetBSD and update this manpage accordingly
2000-05-28 09:41:52 +00:00
mycroft
dad58e313b
Pull in indirect block unwind code from FFS.
2000-05-28 08:44:32 +00:00
mycroft
1ea529f6df
DTRT when unwinding multiple levels.
2000-05-28 08:31:41 +00:00
mycroft
4fc7b946c2
When unwinding a failed allocation, make sure to nuke the unwound block from
...
the vnode's block list. This fixes `itrunc3' panics (at least in some cases;
further testing is needed) and prevents further lossage later on.
2000-05-28 08:15:40 +00:00
lukem
bd22f3362b
Change `ls' to use the `LIST' and not `NLST' FTP protocol command.
...
Now that after many years on not caring we find certain popular
ftp servers are starting to obey RFC959 to the letter of the law
and will only return a list of filenames (not directories or
other filetypes) in the output of `NLST', then `LIST' is more useful
in this case. (Note that the aforementioned pedanticness means that
filename completion isn't as useful as it could be...)
Fixes [bin/8937] by David A. Gatwood <dgatwood@deepspace.mklinux.org>
2000-05-28 07:53:30 +00:00
gmcgarry
6fe0de17c6
Fixup copyright.
2000-05-28 07:18:58 +00:00
gmcgarry
4ba1e04ba2
Handle ADEV_CDROM in quirks table.
...
Quirk entry for another Toshiba cdrom.
2000-05-28 07:03:59 +00:00
gmcgarry
8d994b82fa
Allow nfs root over token ring. Closes PR6629.
2000-05-28 07:01:09 +00:00
gmcgarry
69c227f1a2
Nuke IOASIC_INTR_ISDN which is for sample interrupts.
2000-05-28 06:16:00 +00:00
gmcgarry
57e5e86ed1
Merge pmax and alpha ISDN register definitions.
2000-05-28 06:13:40 +00:00
gmcgarry
6eb4356ecf
IOASIC_INTR_ISDN is used for interrupts on every sample. We use DMA so
...
need IOASIC_INTR_ISDN_TXLOAD|IOASIC_INTR_ISDN_RXLOAD.
2000-05-28 06:07:31 +00:00
gmcgarry
dcec163ee3
Substitute bba for isdn placeholder.
2000-05-28 06:02:12 +00:00
mhitch
91dd4d9eb5
Remove local declaration of physmem_boardmax. The external physmem_boardmax
...
was not getting modified for 4MB SIMMS, and when fully populated with 8
SIMMS the memory size was configured at 128MB instead of 32MB.
2000-05-28 05:56:36 +00:00
thorpej
e03e9e8086
Rather than starting init and creating kthreads by forking and then
...
doing a cpu_set_kpc(), just pass the entry point and argument all
the way down the fork path starting with fork1(). In order to
avoid special-casing the normal fork in every cpu_fork(), MI code
passes down child_return() and the child process pointer explicitly.
This fixes a race condition on multiprocessor systems; a CPU could
grab the newly created processes (which has been placed on a run queue)
before cpu_set_kpc() would be performed.
2000-05-28 05:48:59 +00:00
oster
f329fb84ad
We need to be slightly more clever during auto-configuration, to make
...
sure that we a) don't ignore components with correct mod-counters, and
b) do ignore components with bogus mod-counters.
2000-05-28 05:23:41 +00:00
matt
141dcca251
Add VAX660/670/680 support.
2000-05-28 05:17:25 +00:00
mycroft
4656dfd24f
Add a new function to remove extra buffers when truncating a file. This is
...
more generic than the vinvalbuf(V_SAVEMETA) case, avoiding synchronous
operations when truncating to a non-zero length.
2000-05-28 04:13:56 +00:00
oster
1ddfaaf8fa
Umm.. Complete is not equal to 'left to do'. Fix the math.
2000-05-28 03:42:23 +00:00
oster
e38b4355e2
Abort any parity re-writes before unconfiguring a RAID set.
...
Partially addresses PR#10182.
2000-05-28 03:00:31 +00:00
matt
5108d90ce5
Fix bpf output on fddi to actually work. Make it compatible with ULTRIX
...
and Tru64.
2000-05-28 02:49:35 +00:00
tv
ab415393d3
`ep' has `plug-and-play' support on all buses, including non-PnP ISA.
...
Attach ep* at isa instead of ep0, so we will autoconfigure all 3c5x9s.
2000-05-28 02:42:16 +00:00
matt
d7e8330189
Remove RELOC_SYMBOLICS_THROUGH_JMPSLOT as it's always the case
2000-05-28 01:53:05 +00:00
matt
9816935f22
Remove RELOC_SYMBOLICS_THROUGH_JMPSLOT since it isn't required for VAX (and
...
that's why I added it).
2000-05-28 01:33:58 +00:00
matt
2864a7186a
reclaim transmitted packets on receive interrupts.
2000-05-28 01:28:52 +00:00
matt
a3ab2a3d02
Add/fix FDDI support for NetBSD (& Tru64). [Tru64 has at least one bug left]
2000-05-28 01:27:52 +00:00
matt
a8adcb322c
Don't let an llc be dumped twice.
2000-05-28 01:25:20 +00:00
oster
228570e110
When setting auto-config/rootable bits, only try to update the
...
component label if the component is actually alive.
2000-05-28 01:03:22 +00:00
oster
64ad6c882c
Have raidctl use the fine-grained progress info. ETA calculation stuff
...
needs to be cleaned up.
2000-05-28 00:49:35 +00:00
oster
1aaf6772f1
- Add a mechanism for obtaining finer-grained 'progress' information
...
regarding reconstructs, copybacks, etc.
- RAID 0 doesn't do copybacks, but don't make raidctl sweat about it.
2000-05-28 00:48:30 +00:00
fvdl
3713246e34
Don't bother searching the qinfifo for SCBs to requeue in the BUSY
...
and QUEUE FULL cases; this is already done for all BAD_STATUS cases.
Make sure to requeue the SCB in the above cases internally in the driver,
the SCSI layer doesn't know how to deal with it properly.
2000-05-28 00:19:59 +00:00
fvdl
cb5289547f
At least try to do something useful in the XS_BUSY case; don't cause
...
a panic by sleeping in an interrupt context.
2000-05-27 23:59:58 +00:00
mycroft
6a082e4797
Clear %ebp in the forked child, so we don't try to unwind past it.
2000-05-27 23:01:44 +00:00
mycroft
8c8608818f
Mention section 9.
2000-05-27 22:49:45 +00:00
scw
a5a054f2c9
Nuke HP_SEG_SIZE. Use NBSEG instead (as used by m68k_trunc_seg() et al),
...
which takes into account the mmu type.
2000-05-27 22:37:47 +00:00