Kazutaka YOKOTA
d1bb8e0e13
Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletion
...
and insertion should affect the line the cursor is on only.
1999-06-24 09:21:27 +00:00
Kazutaka YOKOTA
ffc1d9bd45
Declare the correct size of softc and fix sc_get_softc().
1999-06-24 09:06:48 +00:00
Greg Lehey
9faf05037c
set_drive_state:
...
If the drive goes down, queue a close to the daemon. In many cases
this function gets called in process context, so it could do it
directly, but it's more trouble finding out where we came from than
getting the daemon to do it.
1999-06-24 08:57:16 +00:00
Greg Lehey
e7066f7303
build_request_buffer:
...
Don't bzero the buffer structure, it's been done already by
allocrqg.
sdio:
Build up a correct buffer header, don't steal linkages from system
buffer headers.
Noticed-by: mckusick
1999-06-24 08:56:03 +00:00
Greg Lehey
49fc4f3ffa
Split close_drive into two parts to ensure correct locking against the
...
daemon before closing a drive.
1999-06-24 08:55:02 +00:00
Greg Lehey
f9b05a3154
Implement daemonrq_closedrive function to close a drive.
1999-06-24 08:54:09 +00:00
Greg Lehey
de4a0cb61d
free_drive:
...
Use new function close_locked_drive to close the drive.
1999-06-24 08:53:14 +00:00
Greg Lehey
8cbc0348f6
Clarify some comments.
...
struct request:
Add a daemon function to close drives when they go down.
1999-06-24 08:52:27 +00:00
KATO Takenori
22001fd033
Sync with sys/i386/isa/clock.c revision 1.137.
1999-06-24 08:32:52 +00:00
KATO Takenori
ae67c36030
Sync with sys/i386/conf/options.i386 revision 1.118.
1999-06-24 08:31:08 +00:00
David E. O'Brien
d7f6c914c9
Add new file that needs compiling.
1999-06-24 08:13:21 +00:00
Warner Losh
01f6620685
Per Ken's request, back out my last change to this file. iostat's man
...
page documents '?' as a valid option, as does the usage message. None
of the other programs' man pages documented '?' as a valid option.
1999-06-24 07:39:25 +00:00
Warner Losh
b1bd32ef4a
Don't add '?' to getopt's options.
1999-06-24 06:45:32 +00:00
Warner Losh
35994ac2c0
Two getopts related nits:
...
o getopt returns -1 rather than EOF on errors
o getopt returns '?' for characters it doesn't know about, so
don't include them in the getopt options string.
1999-06-24 06:43:21 +00:00
Warner Losh
02db1769f3
'?' shouldn't be in the usage string. Unknown characters are already
...
converted to '?'.
1999-06-24 06:33:24 +00:00
Mike Pritchard
a684cccdd6
Some man page cleanup. Make the NAME and SYNOPSIS sections agree so
...
that whatis(1) will produce the expected results.
Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc
1999-06-24 06:22:24 +00:00
Greg Lehey
9e0450400d
Reenable Vinum build
1999-06-24 05:21:19 +00:00
Mike Pritchard
aee054de4a
Add the 'reset' command to the NAME section.
...
Pointed-out-by: Jesus Monroy <jesus.monroy@usa.net> in freebsd-doc
1999-06-24 04:48:41 +00:00
David E. O'Brien
40c963099f
Clean up conflicts.
1999-06-24 04:38:03 +00:00
Warner Losh
ed478e7c82
Compaq smart raid
1999-06-24 04:20:37 +00:00
Jonathan Lemon
2d2ae58ae5
Allow the Ross host to PCI bridge to appear as a PCI bus. This permits
...
my Compaq 3000 to recognize the secondary bus.
1999-06-24 04:06:26 +00:00
Jonathan Lemon
13066c5f3b
Add ida/id lines
1999-06-24 03:54:54 +00:00
Brian Feldman
9840e7cb5a
This commit gives support for the Rise mP6 CPU. It has two changes:
...
1. Rise is recognized in identdcpu.c.
2. The TSC is not written to. A workaround for the CPU bug is being
applied to clock.c (the bug being that the mP6 has TSC enabled
in its CPUID-capabilities, but it only supports reading it. If we
try to write to it (MSR 16), a GPF occurs.) The new behavior is that
FreeBSD will _not_ zero the TSC. Instead, we do a bit of 64-bit
arithmetic.
Reviewed by: msmith
Obtained from: unfurl & msmith
1999-06-24 03:48:25 +00:00
Jonathan Lemon
7ab6ba975d
Fix more disordering I missed last time.
1999-06-24 03:44:10 +00:00
Jonathan Lemon
8c3f811289
fix disordering
1999-06-24 03:42:14 +00:00
Jonathan Lemon
79eab21dc3
Add IDA files
1999-06-24 03:40:17 +00:00
Jonathan Lemon
db57feb70b
Compaq Smart RAID driver for -current. Based on the original ida.c
...
driver by Mark Dawson. This probably needs some work, but is stable
enough to boot a RAID-only configuration, and survive `make world'.
1999-06-24 03:33:30 +00:00
Mike Smith
0f17f360a5
From the submitter:
...
wfd driver code tries to give wd driver first crack at ioctl's,
but incorrectly interprets internal error and never gets to send
eject to ATAPI device.
(this is fixed in the atapi-fd driver)
PR: kern/12218
Submitted by: Simon Walton <simonw@cinesite.com>
1999-06-24 03:09:11 +00:00
Mike Pritchard
878c59a1f6
Fix one error in my previous commit. The .Rv macro is not valid
...
for section 9 man pages.
1999-06-24 00:59:40 +00:00
Mike Pritchard
2c5eecfa59
Update mdoc.samples(7) to reflect that section 9 is a valid man page
...
section. Update some descriptions of the various sections to
reflect that they are valid for section 9 man pages. Add a table
of section numbers and what they are used for.
1999-06-24 00:18:46 +00:00
David E. O'Brien
b66c409eb7
Update for latest vendor import.
1999-06-23 23:43:31 +00:00
David E. O'Brien
0adedf04be
This commit was generated by cvs2svn to compensate for changes in r48146,
...
which included commits to RCS files with non-trunk default branches.
1999-06-23 23:40:02 +00:00
David E. O'Brien
f1b2a73d60
Virgin import of ISC-DHCP v2.0
1999-06-23 23:40:02 +00:00
Mike Smith
d42c1ee5c3
Changes in the way that the APs are started appears to have removed the
...
problem with having more CPUs than NCPU.
PR: kern/4255
Submitted by: peter
1999-06-23 23:02:38 +00:00
Luoqi Chen
541e018708
Do not setup 4M pdir until all APs are up.
1999-06-23 21:47:24 +00:00
Bill Fumerola
69f8389253
If we are going to have a case for '?' then we should define it in Options.
...
Submitted by: Ben Olson <bseth@chc-chimes.com>
1999-06-23 16:54:38 +00:00
Brian Somers
1f9e5fe5fa
Support `igmp' filters.
...
Mostly submitted by: Timo Geusch <freebsd@sleepycat.ukpeople.net>
1999-06-23 16:48:24 +00:00
Sheldon Hearn
8a56be1af7
Add a messy example of how to get debug-mode error messages written to
...
a file in the user's home directory.
Requested by: hoek
1999-06-23 15:44:40 +00:00
Dmitrij Tejblum
2467b7977b
Fix few warnings on the alpha.
1999-06-23 15:01:22 +00:00
Sheldon Hearn
450f806ba3
Ignore NIS accounts when checking for passwordless accounts.
...
PR: 9639
Reported by: Bob Willcox <bob@pmr.com>
Submitted by: des
1999-06-23 14:23:54 +00:00
Ruslan Ermilov
d41ebb5068
-mdoc fix.
1999-06-23 09:06:18 +00:00
Brian Somers
dead5c07cc
The ports tree is now 83MB. Change `about 50MB'' to
`about 90MB''.
...
Suggested by: Mark Knight <markk@shrewd.demon.co.uk
1999-06-23 08:40:56 +00:00
Nick Hibma
b8bd815c31
Forgotten in the previous commit:
...
Submitted by: Christopher Masto <chris@netmonger.net>
1999-06-23 08:30:23 +00:00
Kazutaka YOKOTA
69af2750e5
Add Central European, Czech and Slovak keymaps.
...
PR: misc/11443, misc/11446, misc/11447
Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
1999-06-23 08:14:41 +00:00
Ruslan Ermilov
d44b4fd298
Clarify some details.
1999-06-23 07:00:30 +00:00
Warner Losh
6ae429ca7e
Ooops. Forgot about kernel config requirement.
1999-06-23 06:39:07 +00:00
Warner Losh
075eeff2b4
Add latest syscons cleanup.
1999-06-23 05:51:37 +00:00
Julian Elischer
3d84d191cc
Matt's NFS fixes.
...
Submitted by: Matt Dillon
Reviewed by: David Cross, Julian Elischer, Mike Smith, Drew Gallatin
3.2 version to follow when tested
1999-06-23 04:44:14 +00:00
David E. O'Brien
64560c6afb
Create score files root:games rather than bin:{games,bin}.
...
related-to-PR: bin/8440
Submitted by: Stephen J. Roznowski sjr@home.net
1999-06-23 04:26:37 +00:00
Jordan K. Hubbard
8f9a49fb0f
Eliminate dead ntp servers.
...
Submitted by: mharo
1999-06-23 03:52:10 +00:00