ross
cd2292889d
Harmonize pathnames.
1999-06-30 18:14:26 +00:00
drochner
6d864c0914
add driver for the Bit3 PCI-VME adapter, without the DMA parts for now
1999-06-30 17:45:38 +00:00
fair
3a845702d7
A reference to http://members.hyperlink.net.au/~chart/pci.htm in comments;
...
this new effort at collecting PCI data outside the PCI SIG replaces the
one that was referenced in here before.
No regeneration required.
1999-06-30 16:52:52 +00:00
tsubai
654e155756
Display verbose messages about L2 cache.
1999-06-30 16:34:19 +00:00
drochner
33104934d9
update for new VME framework
1999-06-30 15:18:58 +00:00
drochner
83eb712e3c
update for new VME framework
1999-06-30 15:07:45 +00:00
drochner
44418fdf70
new, more mi, VME framework
1999-06-30 15:06:05 +00:00
tsubai
09a05c8950
Add newsmips.
1999-06-30 13:53:49 +00:00
itojun
38347f727c
s/getaddrinfo/get_addrinfo/, to avoid function name conflict with
...
library function getaddrinfo()
(is defined in RFC2553, will be somewhere in POSIX)
1999-06-30 12:27:34 +00:00
is
b4d9cefaed
Don't ask for permission to unlink a file if the access error is ETXTBSY.
...
This needs vfs_syscalls.c 1.138 to really work.
Fixes pr 4134 by Johan Danielsson.
1999-06-30 10:18:59 +00:00
is
b4b3d042fd
Only check for ETXTBSY if the access would otherwise be allowed.
...
Needed to fix pr4134.
1999-06-30 10:00:06 +00:00
augustss
9d466c7892
usbd is dead. And gone!
1999-06-30 06:56:11 +00:00
augustss
aed7c5dbd9
usbd is dead.
1999-06-30 06:48:05 +00:00
augustss
b177c7a397
Totally redo the way device detach is done. It now uses a kernel event
...
thread and the config detach method.
Squish a number of space leaks on detach.
1999-06-30 06:44:22 +00:00
augustss
895c141c35
Improve messages in case of error.
1999-06-30 06:23:28 +00:00
augustss
dd048d428b
Make it possible to detach wsmouse and wskbd.
...
XXX wskbd probably needs some more work.
1999-06-30 06:21:21 +00:00
nisimura
b57c6ad0bc
- _insque()/_remque() used by CODA.
1999-06-30 03:52:04 +00:00
chopps
dc3a7247ce
add multicast address like everyone else, using if_ioctl
1999-06-30 03:32:40 +00:00
wrstuden
1d74ac18fa
Give fhopen, fhstat, and fhstatfs a man page.
1999-06-30 01:32:14 +00:00
fvdl
811a6162c3
Allow execution of shared objects. This is silly, but is allowed in,
...
for example, Solaris and Linux, and at least one Linux ldd implementation
even depends on it.
1999-06-29 23:39:06 +00:00
wrstuden
a131b893fb
Reflect libc version bump.
1999-06-29 22:31:32 +00:00
wrstuden
db40a6d795
Bump version #.
1999-06-29 22:30:19 +00:00
wrstuden
e401af6e26
Add fhopen, fhstat, and fhstatfs syscall stubs.
1999-06-29 22:22:06 +00:00
wrstuden
6e06666498
Add fhopen, fhstat, fhstatfs syscalls. Also move getfh in from the nfs
...
syscall code.
1999-06-29 22:18:47 +00:00
wrstuden
a9e728797e
regen.
1999-06-29 22:17:39 +00:00
wrstuden
d55b282c54
Add fhopen, fhstat, fhstatfs.
1999-06-29 22:15:31 +00:00
ad
aa5b341705
Kill duplicate RCS ID line at top of file.
1999-06-29 21:00:27 +00:00
is
0865691db0
Fix loop termination bug.
...
Won't try any longer to disklabel /dev/rdonec when exiting the
"look at disk label" loop (in md_prep_disklabel).
1999-06-29 20:32:54 +00:00
is
a183cb63ae
Fix horizontal timings for console mode (this helps, at least,
...
Lars Hecking).
1999-06-29 19:51:28 +00:00
mjl
d278ba3869
Enlarge disk names in labels from 3 to 7 to cater for things like raid0.
1999-06-29 18:14:15 +00:00
ross
ced3118f58
* sprintf -> snprintf
...
* add a few alpha_mb() ops as called for by folklore and rumour
1999-06-29 17:10:57 +00:00
augustss
2c01d202a6
Add another USB memory type to ease tracking of leaks.
1999-06-29 16:45:14 +00:00
is
760ccce0b1
Warn user not to use partition c for file systems
1999-06-29 16:08:10 +00:00
is
cf9cc23046
Warn users to use 512-byte-sector disks for installation.
1999-06-29 15:44:34 +00:00
lukem
d8df707b58
s/xfer/transfer/
1999-06-29 12:41:22 +00:00
lukem
e25749a582
[fear this; more ftp hacking from lukem :-]
...
features:
---------
* transfer rate throttling with the new `rate' command. syntax:
rate direction [max [incr]]
where direction is `all', `get' or `put'.
if max is not supplied, the current settings are displayed.
if max is supplied, then transfers in the given direction will
be throttled to this value.
if incr is supplied, the increment for the `on-the-fly' scaling
will be set to that, otherwise `1024' is used.
currently implemented for binary get, binary put, and url fetches.
not yet supported for ascii get or put, or local file copies.
* on-the-fly scaling of the throttle based on signals:
- SIGUSR1 raises the throttle rate by the increment for that direction
- SIGUSR2 lowers the throttle rate by the increment for that direction
* -T dir,max[,incr] option to set rate from the command line
* `k', `m', `g' suffix support for bytecounts in the `hash', `rate',
`rcvbuf' and `sndbuf' commands)
bug fixes and code mods:
------------------------
* fix up ftp_login() so that ruserpass() is always called, even for
command-line url fetches.
* implement strsuftoi(), which parses a given number into a int with
suffix support. replaces getsockbufsize()
* implement parserate(), which does the argv parsing for -T and rate
* save and restore errno in signal handlers (may not be necessary, but
it doesn't hurt)
notes:
------
the rate command has had reasonable testing, but I'd like feedback
if it doesn't do the right thing, especially from people on slower
(i.e, modem) links.
I haven't tested the rate throttle against a http server which does
`transfer-encoding: chunked' because I couldn't find a server to
test against.
1999-06-29 10:43:16 +00:00
christos
516292d398
apply solaris fixes
1999-06-29 07:44:21 +00:00
ross
cf1ca54803
Minor Tsunami-related changes.
1999-06-29 07:22:25 +00:00
ross
6068f64d34
* If the cpu_model string contains some form of MHz , don't print
...
the rpb field also.
* Add dot_conv(), hex format conversion for long hex digit strings.
1999-06-29 07:21:30 +00:00
ross
10f1f2d81f
Prototype dot_conv(), new routine in machdep.c that formats an alpha
...
long like this: e081.8000.8000.0004
1999-06-29 07:18:23 +00:00
ross
724273c3c0
System support for ev6 (21264) systems.
1999-06-29 07:08:53 +00:00
ross
b0947ec27d
Turn on EV6 bits: Tsunami and system type 6600.
1999-06-29 07:04:15 +00:00
ross
3714f3754f
Turn on dec_6600_init, "DEC_6600".
1999-06-29 06:50:41 +00:00
ross
0f707bdb06
Identify the various ev6 pass numbers.
...
Also print the raw pass number rpb value as, say, `21264-4', like SRM does.
1999-06-29 06:49:36 +00:00
ross
7a27e79bff
Support for EV6 Tsunami core logic and system type 6600.
...
This covers most or all of the presently-available 21264 systems.
1999-06-29 06:46:46 +00:00
briggs
819a054df2
Poll for serial interrupts. Return to 3000us delay instead of 4000us in init.
1999-06-29 04:45:59 +00:00
minoura
dd3893c6df
FPU is not required now.
1999-06-29 03:07:01 +00:00
abs
1f4ae29c8e
Fixes and updates (most from Noriyuki Soda <soda@sra.co.jp>)
1999-06-29 02:06:40 +00:00
pk
3c6560a597
More ugly code to force early configuration of the sun4 on-board timer.
1999-06-28 22:40:15 +00:00
tron
9fecbd5273
Avoid duplicate free() while reading system information.
...
Fixes PR bin/7873 by Mason Loring Bliss.
1999-06-28 22:13:04 +00:00