thorpej
2ad35b74df
After some discussion with Mycroft, change splstatclock() to splclock().
...
The rule is that you don't get to call scheduler-related functions (e.g.
wakeup()) above the clock interrupt. Going to statclock unnecessarily
hoses e.g. serial interrupts on the SPARC.
2000-01-22 16:53:50 +00:00
drochner
05261ccb43
include "rnd.h" explicitely since the size of sd_softc depends on it
...
(sd_scsi.c and sd_atapi.c missed it, leading to random memory corruption)
2000-01-22 16:35:25 +00:00
thorpej
2ab34248eb
Back out rev 1.36... what was I thinking? Also, update the comment that
...
led me astray to reflect reality.
2000-01-22 16:32:02 +00:00
wiz
e2511f4301
fix typo
2000-01-22 15:10:35 +00:00
drochner
dadc2bc21d
pass raw keyboard data unsigned to avoid sign extension
2000-01-22 15:09:00 +00:00
wiz
78798f9991
it's -> its
2000-01-22 14:48:43 +00:00
hubertf
12b34d4ffe
Only skip some bytes if the associated object is not a dir.
...
Needed for some tar files.
Fixes PR 9274 by Giles Lean <giles@nemeton.com.au>
2000-01-22 14:04:15 +00:00
pk
d76bf6c906
Try both the BOOTPARAMS and BOOTP protocol (in that order). This also
...
takes care of PR#8738.
2000-01-22 12:34:57 +00:00
takemura
56c6e7faaf
Add a menu item for MC-R430.
...
Change frame buffer type of MC-R530, which had been inversed B/W.
2000-01-22 11:03:16 +00:00
takemura
251cab4f98
Add platform ID of MC-R430.
2000-01-22 10:51:29 +00:00
mjl
c47ddf604a
Login.conf-ify rshd. Heavily inspired by FreeBSD.
2000-01-22 10:22:55 +00:00
tron
932885638e
Remove bogus declaration of "errno".
2000-01-22 10:18:07 +00:00
tron
ed4d897b2e
Remove bogus declarations of "errno".
2000-01-22 10:16:23 +00:00
tron
1bc6630de6
Remove bogus declaration of "errno".
2000-01-22 10:05:13 +00:00
tron
c6a14eb15d
Remove bogus declarations of "errno", "optind" and "optarg".
2000-01-22 10:01:41 +00:00
mjl
8e380b472c
Removed some fallback cases since that is now done in libutil.
2000-01-22 09:48:52 +00:00
mjl
1b0dcc825d
Minor formatting nits.
2000-01-22 09:31:35 +00:00
takemura
5b9cd9b86f
Fix a problem which is reported in PR port-hpcmips/9207.
...
Vrkiu_cngetc() had returned WSCONS_EVENT_ALL_KEYS_UP if there are no event to
report. Modification keys like shift-key had been canceled by that event.
2000-01-22 09:12:35 +00:00
takemura
51ccd3e8ea
Add a description about key sequences for hpcmips.
2000-01-22 05:28:00 +00:00
tsutsui
b236cf48c3
check whether tv_usec >= 1000000
2000-01-22 05:21:24 +00:00
mjacob
91c88eb52f
PR/9271 (from srp@zgi.com)- recognize (indirectly) HP4000s via density
...
code and do the right QIC type dance (1 FM @EOT, fixed block size).
2000-01-22 04:29:58 +00:00
shin
391a6bca4e
add some '#ifdef's to clarify the difference between i386 and hpcmips.
2000-01-22 02:59:59 +00:00
kleink
ee1ff1654b
Another old-style chown(8) bites the dust.
2000-01-22 01:34:55 +00:00
jdolecek
95e5ddf0c5
Add SIGPWR description (from Johan Danielsson)
2000-01-22 00:34:30 +00:00
thorpej
6bf314dccf
NetBSD 1.4Q -- buffer queue changes.
2000-01-21 23:48:07 +00:00
thorpej
0b0aecffd6
Update for sys/buf.h/disksort_*() changes.
2000-01-21 23:43:10 +00:00
thorpej
f7c9b87381
Update for sys/buf.h/disksort_*() changes, plus make it compilable on
...
more systems.
2000-01-21 23:41:45 +00:00
thorpej
dc59bc1db3
Update for sys/buf.h/disksort_*() changes.
2000-01-21 23:39:55 +00:00
thorpej
52242fdf9f
Update for sys/buf.h/disksort_*() changes.
2000-01-21 23:28:59 +00:00
thorpej
0ef111e8ee
- Implement bowrite() -- perform an asynchronous, ordered write.
2000-01-21 23:22:24 +00:00
thorpej
e3d3905ac7
Preserve B_ORDERED.
2000-01-21 23:21:46 +00:00
thorpej
05c6b5a9a0
- Add a B_ORDERED flag to communicate to drivers that an I/O request should
...
be issued/completed in order; that is, provide a barrier for I/O queues.
- Change the buffer driver queue links to a TAILQ, rather than using
a home-grown equivalent. Provide BUFQ_*() macros to manipulate buffer
queues; these deal with the barrier provided by B_ORDERED.
- Update disksort() accordingly, and provide 3 versions:
- disksort_cylinder(): historical disksort(), which keys on
b_cylinder (and b_blkno for the case when b_cylinder matches).
- disksort_blkno(): sorts only on b_blkno. Essentially the
same as disksort_cylinder(), but with fewer comparisons.
- disksort_tail(): requests are simply inserted into the queue
at the tail. This is provided as an option so that drivers
can simply have a pointer to the appropriate sort function.
Note that disksort() now pays attention to B_ORDERED.
2000-01-21 23:20:51 +00:00
wrstuden
9c658d828e
Need to include "reentrant.h" for FLOCKFILE macros.
2000-01-21 23:12:33 +00:00
fvdl
da026ad067
Add SIGPWR description. Clean up some messages.
2000-01-21 22:57:54 +00:00
jdolecek
0c02a34772
Add SIGPWR entry (from Aymeric Vincent <Aymeric.Vincent@crans.ens-cachan.fr>)
2000-01-21 22:53:22 +00:00
jdolecek
b4f09231f2
Add entry for SIGPWR (translation by Ignatios Souvatzis)
2000-01-21 22:24:12 +00:00
mjacob
04b750733c
slight change for platform independence
2000-01-21 21:19:57 +00:00
mjacob
7faf9d32ea
cleanup SAF-TE attachment code
2000-01-21 21:10:41 +00:00
mycroft
e70f76146b
Do file locking.
2000-01-21 19:56:07 +00:00
mycroft
b714bb5102
Just call fflush() from _cleanup(), since it does the right locking.
2000-01-21 19:55:02 +00:00
mycroft
f9b319ca18
Call __sclearerr(), nor clearerr(), so we don\`t try to double lock.
2000-01-21 19:54:13 +00:00
mycroft
0b24b6555f
Do the lock *after* checking that the fp is valid.
2000-01-21 19:53:02 +00:00
mycroft
442e96d230
Initialize f._file for locking primitives.
2000-01-21 19:51:36 +00:00
tsubai
2d0426d8d2
Recognize MPC7400.
2000-01-21 18:49:52 +00:00
tsubai
16ea7fbbbb
Match "keylargo-ata".
2000-01-21 18:45:14 +00:00
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