mjacob
eb5546b1cb
add cdev_ses_init alias to cdev__oci_init
2000-01-21 17:52:29 +00:00
mycroft
482d37a470
Do the pthread errno hack. That is, *always* do:
...
#define errno (*__errno())
This is necessary to make non-threaded libraries (e.g. libX11) continue to
work correctly when linked with -lpthread. glibc also does this.
2000-01-21 17:11:20 +00:00
mycroft
f5d7100e26
Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get
...
the correct definition from errno.h.
2000-01-21 17:08:33 +00:00
mycroft
94753c3793
Sync.
2000-01-21 16:49:30 +00:00
mycroft
55f474fc12
Fix raidN device creation.
2000-01-21 16:46:04 +00:00
jdolecek
d409b19eb6
Add SIGPWR entry (from Pooka)
2000-01-21 16:18:05 +00:00
tsutsui
331b00d2d8
Add "dumps on none" to config.
2000-01-21 13:38:47 +00:00
pk
df99dfd934
Simplify toggling the FTP bit on sun4m machines.
2000-01-21 13:25:12 +00:00
pk
252d47729f
Update FDC offsets used by fdintr.s
2000-01-21 13:24:06 +00:00
pk
6b2ebb44a7
Move several PIL_* definitions into the scope of LOCORE stuff.
2000-01-21 13:22:55 +00:00
pk
f8ac5484fa
Medium sized code overhaul:
...
* Improve communication between the `hard' and `soft' interrupt handlers
to better distinguish various interrupt sources.
* Eliminate several race conditions where we would set a time out handler
only after starting the command on the hardware.
* Handle most timeouts by resetting the controller; there isn't much chance
of recovery in any other way. Currently, the exception is a timeout
on I/O, in which case we first try to pulse the controller's TC line
in order to abort the pseudo-dma sequence. Apparently, "normal"
conditions can induce such a timeout when there's no disk in the drive.
* Reduce the formatting gap parameter to 0x54.
* On the obio bus, interpret the `status' attribute.
* Minimize console diagnostic output if the errors we get appear to be
caused by the absence of a disk.
2000-01-21 13:22:01 +00:00
tsutsui
1bf52b391d
rename (revert) memory disk filename /dev/mdX -> /dev/mdXa
2000-01-21 12:32:54 +00:00
tsutsui
cac7cebd3e
- rename (revert) normal memory disk device name /dev/mdX -> /dev/mdXa
...
- now raw partitions are used for memory disk ioctls
2000-01-21 12:28:22 +00:00
tsutsui
a914ad6061
- use the raw partition for ioctl; `control device' is gone.
...
- remove `sc_flags' member from md_softc
- add check code whether the md device is configured in mdread/mdwrite
2000-01-21 12:14:53 +00:00
shin
7d6a332830
change miniroot size.
2000-01-21 11:29:53 +00:00
shin
b6e56aa759
oops, forgot to commit this file.
2000-01-21 11:27:52 +00:00
shin
f81f1e9333
first cut of sysinst for hpcmips.
...
based on i386 version.
2000-01-21 11:25:58 +00:00
shin
823e065f6f
fix format string in message. ('%' -> '%d')
2000-01-21 11:23:01 +00:00
abs
918a3dbacc
small grammar fix
2000-01-21 11:10:51 +00:00
jdolecek
de5a194e8c
Improve rpc error translation (from Linux catalogs)
2000-01-21 11:04:05 +00:00
jdolecek
1c089347e1
Add entry for SIGPWR
...
Extensive changes (mostly taken from Linux czech catalogs), to improve
gramatics and semantic corectness
2000-01-21 10:46:47 +00:00
jdolecek
320ccac4d9
add SIGPWR entry
2000-01-21 10:01:49 +00:00
jsm
233f519d3d
Clean up error reporting in tetris.
2000-01-21 02:10:56 +00:00
jsm
7e681e294b
Fix high score table formatting bug.
...
Bug report and fix from Malcolm Parsons <malcolm@bits.bris.ac.uk>.
2000-01-21 00:54:53 +00:00
jsm
d8d956c46c
Improve snscore error handling.
2000-01-21 00:27:03 +00:00
wrstuden
01dd896ae9
Fix tyop pointed out by Simon Burge. Also expand description
...
a little, and change words to suggest overlay is a starting point for
layers which need to overlay the over-mounted fs.
2000-01-20 23:59:46 +00:00
christos
0dded5f65c
Add support for automatic and magic margins (from tcsh)
...
This makes the rightmost column usable on all programs
that use editline.
2000-01-20 22:56:21 +00:00
sommerfeld
aa195e816f
Fix PR9240: comment above cpu_fork() out of synch with reality on most ports.
...
(comment change only, but was wrong for more than just i386).
2000-01-20 22:18:54 +00:00
perseant
ad4e686817
Rename lfs_ifind so that it does not conflict with new kernel prototype.
...
Addresses PR #9253 .
2000-01-20 21:32:31 +00:00
thorpej
0835b779d1
Simplify sbdsp_pause().
2000-01-20 19:27:03 +00:00
wrstuden
4d9bcc23d6
Add overlay.h, mount_overlay, and mount_overlay.[08] to lists.
2000-01-20 19:26:43 +00:00
wrstuden
9f1512654d
Add mount_overlay.
2000-01-20 19:22:08 +00:00
wrstuden
87e1b0f9b7
Add overlay to kernel configs.
2000-01-20 19:12:28 +00:00
wrstuden
fab192f2d2
Add overlay, a layered file system which overlays itself on
...
the underlying fs, rather than exporting it to another part of the
directory name space.
2000-01-20 19:06:13 +00:00
kleink
02867b49c9
Nuke the assembly version, which has been unused for > 2 years and is actually
...
identical to GCC's output from processing abs.c.
2000-01-20 18:28:33 +00:00
mjacob
e1598bac13
fix misspelling
2000-01-20 17:16:25 +00:00
mjacob
c6459da685
add SES device
2000-01-20 17:13:27 +00:00
mjacob
015af0db9d
add a (currently unused) option reference to isp_target mode
2000-01-20 17:12:34 +00:00
mjacob
56196ffa4e
Nobody said no to adding a pointer to original scsi inquiry data
...
to the scsibus attach args. Make sure it's nulled for ATAPI. Also,
for scsiconf.c, modify SENA's quirk entry.
2000-01-20 17:10:18 +00:00
mjacob
3bcc285367
add SES driver
2000-01-20 17:07:41 +00:00
christos
c6b70bdfe2
Use .PATH.c not .PATH otherwise builds without objdirs fail from biosboot_com0.
...
Reported by Tron.
2000-01-20 16:51:01 +00:00
mjacob
a8f0034523
add SES device
2000-01-20 16:07:43 +00:00
drochner
8395a5e928
like com.c, raise DTR/RTS in console initialisation
2000-01-20 15:22:57 +00:00
jsm
be7d4de5f0
Report scores as auto-bot or not correctly.
...
Bug report and fix from Malcolm Parsons <malcolm@bits.bris.ac.uk>.
2000-01-20 13:24:11 +00:00
lukem
b5a4e862d8
complete_ambiguous(): be consistent about completing unambiguous matches; if
...
the word is already complete then return CC_REFRESH so that the higher layer
may append a suffix if necessary. Fix from Launey Thomas <ljt@alum.mit.edu>.
2000-01-20 13:19:46 +00:00
enami
b7868a436d
Don't overwrite cfe->flags.
2000-01-20 08:47:59 +00:00
enami
747ef6745c
If server name field is overloaded for other purpose, or it just contains
...
NULL string, don't use it as server name.
2000-01-20 08:34:52 +00:00
itojun
57f7502caf
inet_pton() error must be checked with 1. see inet_pton(3).
...
will notify the original author.
2000-01-20 04:55:52 +00:00
enami
3ff6bc9f03
Default value for -s option is ARG_MAX - 4096, not - 2048.
2000-01-20 04:22:05 +00:00
itojun
7f4bafc7bd
add "-n" to netstat -i to avoid reverse query and better audit.
...
print IPv6 interface stat by netstat -inv separately.
comments from: hubertf and others
2000-01-20 04:13:54 +00:00