lukem
4309cfaab3
enhancments from Marc Horowitz <marc@mit.edu> to improve connection timeouts:
...
* implement xsignal_restart(), which only sets the SA_RESTART flag if
specifically requested
* xsignal() is now a wrapper to xsignal_restart(). INFO, USR1, USR2 and WINCH
are restartable, ALRM, INT, PIPE and QUIT are not.
* improve getreply()'s timeout code to take advantage of the above.
other changes:
* improve wording of how globbing works for `classic' URLs (host:path).
suggested by John Refling <johnr@imageworks.com> in relation to PRs
[bin/8519] and [bin/8520]
* always compile in the `edit' command even if NO_EDITCOMPLETE defined.
it's just a no-op in the latter case, which is more consistent to
the users.
* always compile in about: support (i.e, remove NO_ABOUT).
i'm entitled to some vanity in this program...
* clean up some whitespace
1999-10-05 00:54:07 +00:00
thorpej
120e8cac48
Fix a botch when updating for the SCSIPI changes.
1999-10-05 00:29:41 +00:00
thorpej
da257060f5
Avoid silly namespace collision w/ some Alpha signal-related variables.
1999-10-04 23:57:32 +00:00
lukem
88d3d7c59e
update after change to return value of tputs() third argument
1999-10-04 23:26:59 +00:00
lukem
332ab876a2
update post change to return value of tputs() third argument
1999-10-04 23:24:04 +00:00
lukem
65c98beb1a
remove some lint
1999-10-04 23:23:21 +00:00
lukem
8376788fe0
update post change to return value of tputs() third argument
1999-10-04 23:21:18 +00:00
ad
221c1729ad
- Make 'pmax' an alias for 'rcons'
...
- Make 'pmax-color' an alias for 'rcons-color'
1999-10-04 23:18:40 +00:00
lukem
26df59590e
Change third arg of tputs() from `void (*)(int)' to `int (*)(int)'.
...
This is in line with the Single UNIX Spec, Solaris, Linux, FreeBSD, ...
1999-10-04 23:16:50 +00:00
tsubai
eb1c1bdb92
Make media-bay CD detachable.
1999-10-04 22:58:10 +00:00
ad
adff5c3f3c
Use proper mask when RI_FORCEMONO is set and XORing cursor.
1999-10-04 22:52:13 +00:00
ross
b18cdd3e4e
Add transition-flag -S, to regenerate alpha/sparc harmonized checksums.
1999-10-04 21:22:15 +00:00
is
21d10126ed
Make this compile with -DDEBUG again.
1999-10-04 20:28:01 +00:00
augustss
d81ed72642
Implement program change. From Martin Cernohorsky <cerno@ics.muni.cz>.
1999-10-04 19:31:39 +00:00
ross
f67733aa38
s/_ARM32_DISKLABEL_H_/_MACHINE_DISKLABEL_H_/
...
This aligns arm32 with all the other ports and fixes a cross-compile problem.
1999-10-04 19:31:05 +00:00
pk
8800f180c3
Call find_cpus() much earlier so we can use the result while bootstrapping
...
all that pmap stuff.
1999-10-04 19:27:04 +00:00
pk
de22be977a
Since a context table is now pointing at the correct per-CPU region table
...
at all times, we can dispense with the hackery that patches the magic entry
at context-switch time.
1999-10-04 19:23:49 +00:00
ross
9648d2fcd6
Merge from my i386 source tree: make this build on i386 (and others)
1999-10-04 19:23:19 +00:00
ross
9f602dd011
Finish edits for new -s option.
1999-10-04 19:20:33 +00:00
ross
722e1970eb
Completely replace the logic used for sparc/alpha checksum harmonization.
1999-10-04 19:19:11 +00:00
pk
b19b1fc269
Each process (i.e. each `pmap') needs a region table for each CPU.
...
Implement this by making the fields `pm_reg_ptp' and `pm_reg_ptp_pa'
pointers to an array of `ncpu' region table pointers and corresponding
physical addresses.
This is a somewhat unfortunate side effect of having the per-CPU data
addressable by the same virtual address on each CPU.
1999-10-04 19:18:33 +00:00
pk
fa65ea182c
Implement sysctl `machdep.booted_kernel'.
1999-10-04 19:11:42 +00:00
augustss
ef0ba32b7d
Regen.
1999-10-04 19:05:42 +00:00
augustss
7a8b326ba9
Add Activewire IO boards.
1999-10-04 19:05:13 +00:00
hubertf
1972c67981
Document what qec, be and qe is.
...
Thanks to Jason Thorpe for explaining!
1999-10-04 19:02:55 +00:00
kristerw
6a61754bb2
Some time ago, bfd_target_vector was changed from beeing an array, to be
...
a pointer to an array. Unfortunately, the sizeof(bfd_target_vector) was
not changed. That made ar(1) allocate 4 bytes for an 48 bytes array...
This solves PR bin/8200 from Matthias Buelow.
1999-10-04 18:47:33 +00:00
phil
f3919f30c3
Improve the accuracy of raise, cosine, and bessel functions.
1999-10-04 18:26:35 +00:00
tron
5551faab76
Don't abuse alloca() for allocating memory for string sections which can
...
easily have a size of several megabytes exceeding the hard stack limit
of some ports. Patch supplied by Richard Earnshaw in PR bin/8547.
1999-10-04 17:54:15 +00:00
fvdl
6c6e28d62b
Handle the newer, larger sigset_t Linux now uses.
1999-10-04 17:46:37 +00:00
tron
e93ada44ca
Don't use undefined C expression. Patch supplied by David A. Holland
...
in PR bin/8534.
1999-10-04 17:36:52 +00:00
fvdl
5c04333d5d
It's legal to mmap pages in the lower part of the stack (< limit), and
...
use them, so allow this by relaxing the check for it.
1999-10-04 17:36:37 +00:00
proff
e09818f9fd
Apply Force (-f) recursively
1999-10-04 17:16:59 +00:00
mycroft
713ea8dcde
Use lseek(2) on character devices, damn it.
1999-10-04 17:11:53 +00:00
mycroft
f6624fbbee
Make `reassign' actually work.
1999-10-04 17:10:56 +00:00
garbled
24473bdec7
Update with new 623 and 480 area codes for Arizona. Not positive about
...
how Phoenix divides on those lines, but the whole thing is rediculously
confusing anyhow.
1999-10-04 17:07:17 +00:00
tron
684ef7f4c2
Add emulation for scheduler related syscalls. Although they are dummies
...
even under Linux the posix thread library for "glibc2" requires them.
1999-10-04 16:58:15 +00:00
tron
c81bdfafa8
Regen from "syscalls.master".
1999-10-04 16:57:10 +00:00
tron
9b451861b9
Add emulation for scheduler related syscalls. Although they are dummies
...
even under Linux the posix thread library for "glibc2" requires them.
1999-10-04 16:55:54 +00:00
soren
bcc362ca92
Account for widening of the v_usecount member in struct vnode.
1999-10-01 23:11:24 +00:00
ad
71639bf8a7
At shutdown, switch to screen 0 on console display so that we see some
...
notification from the kernel.
1999-10-01 22:29:12 +00:00
soren
ebf35f8d46
Account for widened v_usecount in struct vnode.
1999-10-01 22:25:59 +00:00
mycroft
02781a3483
Fix printf() formats.
1999-10-01 22:07:42 +00:00
mycroft
fde519b5e2
Widen usecount and writecount to prevent overflow.
1999-10-01 22:03:17 +00:00
mycroft
c572ae61ed
Widen v_usecount and v_writecount to long to prevent overflow.
1999-10-01 21:59:05 +00:00
mycroft
5e7ae44739
Correct spelling in an #ifdef.
1999-10-01 21:57:42 +00:00
jdolecek
3631d421fe
make compilable with NTFS_DEBUG defined
...
Noted by Patrick Welche
1999-10-01 20:01:20 +00:00
thorpej
a3ef0b7a6d
Fix compilation of ISA bha front-end. PR #8528 , Takahiro Kambe.
1999-10-01 18:17:12 +00:00
jsm
f09b966ba3
Fix error in last namespace change (only relevant #ifdef DEBUG).
1999-10-01 17:06:01 +00:00
jsm
04e5e8fff9
Add more files to FILES section of cribbage.6.
1999-10-01 17:04:42 +00:00
ad
e8d7fe2144
- Save SCSI status in the request.
...
- In dpt_intr(), if no interrupt is signalled but the HBA has indicated
that more data will be available soon (HA_ST_MORE), save a context switch
and wait for the data.
1999-10-01 12:20:12 +00:00