]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoFix a file descriptor leak in cam_open_btl(). The xpt device was opened,
ken [Sun, 12 Sep 1999 19:40:20 +0000 (19:40 +0000)]
Fix a file descriptor leak in cam_open_btl().  The xpt device was opened,
but never closed.

Submitted by: amobbs@allstor-sw.co.uk

24 years agoISDISK -> ISSEEK
green [Sun, 12 Sep 1999 18:56:12 +0000 (18:56 +0000)]
ISDISK -> ISSEEK

Allow a device type of D_DISK or D_MEM to be ISSEEK.

24 years agoCorrection: mem.c devices are "D_MEM" (and D_MEM is added.)
green [Sun, 12 Sep 1999 18:48:07 +0000 (18:48 +0000)]
Correction: mem.c devices are "D_MEM" (and D_MEM is added.)

Taken issue with by: phk

24 years agoThis fix adds checking for the existance of the /var/msgs
roberto [Sun, 12 Sep 1999 18:13:11 +0000 (18:13 +0000)]
This fix adds checking for the existance of the /var/msgs
directory before attempting to create the bounds file.

PR: bin/13184
Submitted by: "Stephen J. Roznowski" <sjr@home.net>

24 years agoAdd the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl
des [Sun, 12 Sep 1999 17:22:08 +0000 (17:22 +0000)]
Add the net.inet.tcp.restrict_rst and net.inet.tcp.drop_synfin sysctl
variables, conditional on the TCP_RESTRICT_RST and TCP_DROP_SYNFIN kernel
options, respectively. See the comments in LINT for details.

24 years agoEven more cleanups to dd(1). This is probably the culmination of the
green [Sun, 12 Sep 1999 16:51:53 +0000 (16:51 +0000)]
Even more cleanups to dd(1). This is probably the culmination of the
BDEification process of dd(1). Most of the changes are from BDE's archive.
Support for negative offsets is gone again, but the case where you
lseek() onto byte -1 of something from a negative offset using seek/skip
is fixed; if you end up on -1, you won't get a false positive lseek failure.
  The biggest changes are to data types (more size_t, for instance) and
argument parsing. skip/seek on /dev/{,k}mem now occurs (instead of "read
until you reach the offset") due to mem devices now being D_DISK. Some
const things are now correctly declared as such, and the "case table"
building is better. The only thing that seems to be left to make dd(1)
everything TOG wants it to be is l10n.

24 years agoMainly stylistic fixes:
green [Sun, 12 Sep 1999 16:44:07 +0000 (16:44 +0000)]
Mainly stylistic fixes:
1. return( -> return (
2. inappropriate ENODEV -> ENOTTY
3. some unreachable cases removed

24 years agoMake the d_flags of mem devices D_DISK to signify that they are disk-like
green [Sun, 12 Sep 1999 16:38:43 +0000 (16:38 +0000)]
Make the d_flags of mem devices D_DISK to signify that they are disk-like
random-seekable devices. This lets dd(1) know it can seek on them. It
also affects spec_vnopen() (IIRC), but only makes the path of execution smaller,
and does not change its behavior. This is when securelevel >= 2.

24 years agoAdd new manpage device_set_flags.9 and add links for
dfr [Sun, 12 Sep 1999 16:01:11 +0000 (16:01 +0000)]
Add new manpage device_set_flags.9 and add links for
device_set_desc_copy.9 and device_get_flags.9.

24 years agoFixed missing changes from sys/isa/sio.c.
nyan [Sun, 12 Sep 1999 13:44:54 +0000 (13:44 +0000)]
Fixed missing changes from sys/isa/sio.c.

24 years agouse %OB for months names
ache [Sun, 12 Sep 1999 13:33:33 +0000 (13:33 +0000)]
use %OB for months names

24 years agoMerge missing changes from sys/i386/conf/files.i386.
nyan [Sun, 12 Sep 1999 12:32:49 +0000 (12:32 +0000)]
Merge missing changes from sys/i386/conf/files.i386.

24 years agoRedefine KEY_HOME as BOL like in pico, joe and lot of others and line edition
ache [Sun, 12 Sep 1999 10:08:18 +0000 (10:08 +0000)]
Redefine KEY_HOME as BOL like in pico, joe and lot of others and line edition
Add KEY_END as EOL

24 years agoUse a different tactic when creating the devsw so that disk_create()
phk [Sun, 12 Sep 1999 09:16:00 +0000 (09:16 +0000)]
Use a different tactic when creating the devsw so that disk_create()
doesn't need to malloc.

24 years agoRemove replace phygetvpbuf() with direct call to getpbuf();
phk [Sun, 12 Sep 1999 08:27:41 +0000 (08:27 +0000)]
Remove replace phygetvpbuf() with direct call to getpbuf();

24 years agoRemove unneeded disk-related includes.
phk [Sun, 12 Sep 1999 08:23:21 +0000 (08:23 +0000)]
Remove unneeded disk-related includes.

24 years agoChange scheduling to use on the fly determination rather than presorting.
phk [Sun, 12 Sep 1999 08:13:26 +0000 (08:13 +0000)]
Change scheduling to use on the fly determination rather than presorting.

24 years agoMove the #include directive up one line and out of the function body.
marcel [Sun, 12 Sep 1999 07:01:23 +0000 (07:01 +0000)]
Move the #include directive up one line and out of the function body.

24 years agoSome PnP BIOSsen return garbage in the high byte of the number-of-devices
msmith [Sun, 12 Sep 1999 06:58:33 +0000 (06:58 +0000)]
Some PnP BIOSsen return garbage in the high byte of the number-of-devices
field (or don't set the high byte at all).  Clear it to avoid reporting
a silly number of devices.

Reported by: phk

24 years agoWhen a STAT command is sent to ftpd as an out-of-band transmission during
mharo [Sun, 12 Sep 1999 01:27:46 +0000 (01:27 +0000)]
When a STAT command is sent to ftpd as an out-of-band transmission during
a file transfer, the command was mishandled on every other receipt of the
command.

PR: 13261
Submitted by: Ian Lepore <ian@plutotech.com>

24 years agoRemove all \n from __COPYRIGHT(...) string - assembler can't parse them
ache [Sun, 12 Sep 1999 00:23:44 +0000 (00:23 +0000)]
Remove all \n from __COPYRIGHT(...) string - assembler can't parse them
in .ident and produce warning

24 years agoAdd "alternative" forms of full month names.
dt [Sat, 11 Sep 1999 22:14:18 +0000 (22:14 +0000)]
Add "alternative" forms of full month names.

24 years agoImplement new format specifier for strftime: %OB, alternative national
dt [Sat, 11 Sep 1999 21:35:21 +0000 (21:35 +0000)]
Implement new format specifier for strftime: %OB, alternative national
representation of the full month name. In the Russian locale, this alternative
will be "nominative case", useful when the date designate month as a whole.
E.g. month heading in a calendar. I hope it can be useful for some other
locales too.

Discussed with: wollman, ache

24 years agoAdd FreeBSD history in 'HISTORY'
alfred [Sat, 11 Sep 1999 21:07:14 +0000 (21:07 +0000)]
Add FreeBSD history in 'HISTORY'

Pointed out by: obrien

24 years agovnode -> mountpoint
alfred [Sat, 11 Sep 1999 21:00:03 +0000 (21:00 +0000)]
vnode -> mountpoint
reference vfs_check_export
change license to my own, (ok'd by dfr) and remove advert clause.
remove extra Id tags and emacs cruft, this should be a fresh file.

24 years agoMake pmap_mapdev() deal with non-page-aligned requests.
peter [Sat, 11 Sep 1999 20:31:32 +0000 (20:31 +0000)]
Make pmap_mapdev() deal with non-page-aligned requests.
Add a corresponding pmap_unmapdev() to release the KVM back to kernel_map.

24 years agopick up locales from locale subdir
ache [Sat, 11 Sep 1999 20:01:41 +0000 (20:01 +0000)]
pick up locales from locale subdir

Submitted by:  "Alexey Zelkin" <phantom@crimea.edu>

24 years agoinstall localized files
ache [Sat, 11 Sep 1999 19:56:05 +0000 (19:56 +0000)]
install localized files

24 years agokoi8-r mandoc tweaks
ache [Sat, 11 Sep 1999 19:49:21 +0000 (19:49 +0000)]
koi8-r mandoc tweaks

Submitted by: "Alexey Zelkin" <phantom@crimea.edu>

24 years agoFix debut version to 3.3, not 4.0.
iwasaki [Sat, 11 Sep 1999 19:32:30 +0000 (19:32 +0000)]
Fix debut version to 3.3, not 4.0.

24 years agosource hyphen.us-ru from locale subdir
ache [Sat, 11 Sep 1999 19:32:14 +0000 (19:32 +0000)]
source hyphen.us-ru from locale subdir

24 years agoinstall hyphen.us-ru under locale subdir
ache [Sat, 11 Sep 1999 19:27:35 +0000 (19:27 +0000)]
install hyphen.us-ru under locale subdir

24 years agoadd tmac/locale for man l10n tweaks
ache [Sat, 11 Sep 1999 19:11:03 +0000 (19:11 +0000)]
add tmac/locale for man l10n tweaks

24 years agoDescribe man_locales
ache [Sat, 11 Sep 1999 19:03:45 +0000 (19:03 +0000)]
Describe man_locales

Submitted by: "Alexey Zelkin" <phantom@crimea.edu>

24 years agoAdd man_locales knob to specify localized man subdirs for makewhatis and
ache [Sat, 11 Sep 1999 19:00:41 +0000 (19:00 +0000)]
Add man_locales knob to specify localized man subdirs for makewhatis and
catman

24 years agolocalize it
ache [Sat, 11 Sep 1999 18:55:02 +0000 (18:55 +0000)]
localize it

Submitted by: "Alexey Zelkin" <phantom@crimea.edu>

24 years agoFix kernel compile with BRIDGE, but without DUMMYNET
nsayer [Sat, 11 Sep 1999 18:54:41 +0000 (18:54 +0000)]
Fix kernel compile with BRIDGE, but without DUMMYNET

24 years agolocalize it
ache [Sat, 11 Sep 1999 18:30:23 +0000 (18:30 +0000)]
localize it

Submitted by: Alexey Zelkin <phantom@crimea.edu>

24 years agolocalize it
ache [Sat, 11 Sep 1999 18:21:16 +0000 (18:21 +0000)]
localize it

Submitted by: Alexey Zelkin <phantom@crimea.edu>

24 years agoChange toupper/tolower so that they don't give a bogus answer if the
dfr [Sat, 11 Sep 1999 17:54:37 +0000 (17:54 +0000)]
Change toupper/tolower so that they don't give a bogus answer if the
argument is already upper/lower.

24 years agoFixed some style bugs (mainly disorderd prototypes).
bde [Sat, 11 Sep 1999 17:11:21 +0000 (17:11 +0000)]
Fixed some style bugs (mainly disorderd prototypes).

24 years agoGet rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE(). Just handle the 3
bde [Sat, 11 Sep 1999 16:41:39 +0000 (16:41 +0000)]
Get rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE().  Just handle the 3
malloc types declared in <sys/malloc.h> like other global malloc types.

24 years agoAdd the AMD driver.
gibbs [Sat, 11 Sep 1999 16:05:48 +0000 (16:05 +0000)]
Add the AMD driver.

24 years agoFix a compile warning.
gibbs [Sat, 11 Sep 1999 16:03:57 +0000 (16:03 +0000)]
Fix a compile warning.

24 years agoHandle CAPABILITIESCHANGE event.
iwasaki [Sat, 11 Sep 1999 16:00:28 +0000 (16:00 +0000)]
Handle CAPABILITIESCHANGE event.
Document USERSTANDBYREQ and CAPABILITIESCHANGE events to apmd manpage.

24 years agoAdd a link for uiomove.9 to uio.9
chris [Sat, 11 Sep 1999 15:39:31 +0000 (15:39 +0000)]
Add a link for uiomove.9 to uio.9

24 years agoHandle UserStandbyRequests as well as the other 3 members of the
nsayer [Sat, 11 Sep 1999 15:12:31 +0000 (15:12 +0000)]
Handle UserStandbyRequests as well as the other 3 members of the
{,USER}{STANDBY,SUSPEND}REQ matrix.

24 years agos/with historical makefils//. Also, relocate and change the description
hoek [Sat, 11 Sep 1999 15:11:56 +0000 (15:11 +0000)]
s/with historical makefils//.  Also, relocate and change the description
of VPATH to be a little sexier.  I'd say it looks a bit like Claudia
Schiffer now, which I consider a definate improvement.  We're also a little
more subtle about saying that VPATH is for backward(s) compatibility.

Submitted-by: chris, bde, and myself
                [although none of their descriptions were as sexy
                 M(|is|r)s Schiffer, of course].

24 years agoFixed disordering in previous commit.
bde [Sat, 11 Sep 1999 14:20:18 +0000 (14:20 +0000)]
Fixed disordering in previous commit.

24 years agoDocument -R.
obrien [Sat, 11 Sep 1999 13:33:18 +0000 (13:33 +0000)]
Document -R.

24 years agoRemove the #include of sys/param.h. It was meant to improve portability
hoek [Sat, 11 Sep 1999 13:17:35 +0000 (13:17 +0000)]
Remove the #include of sys/param.h.  It was meant to improve portability
for BSD less than 4.4 where sys/cdefs.h DNE but can be simulated with
param.h.  Unfortunately, the additional include did little to actually
improve portability since we've lost portability in several other chunks
of make code (err(), sysctlbyname(), probable more).

Partly submitted by: bde

24 years agoUnduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)
hoek [Sat, 11 Sep 1999 13:08:02 +0000 (13:08 +0000)]
Unduplicate IDs from comments, do $Id -> $FreeBSD$  (submitted-by: bde)

24 years agoAdd verbose processing flag.
obrien [Sat, 11 Sep 1999 10:06:56 +0000 (10:06 +0000)]
Add verbose processing flag.

24 years agoPreserve permissions through tar pipelines.
jkh [Sat, 11 Sep 1999 06:11:52 +0000 (06:11 +0000)]
Preserve permissions through tar pipelines.

24 years agoFixed breakage of intro.1 -> introduction.1 link and minor disordering in
bde [Sat, 11 Sep 1999 04:59:47 +0000 (04:59 +0000)]
Fixed breakage of intro.1 -> introduction.1 link and minor disordering in
previous commit.

24 years agoDocument the fact that pkg_add/delete passes INSTALL/DEINSTALL
max [Sat, 11 Sep 1999 03:52:24 +0000 (03:52 +0000)]
Document the fact that pkg_add/delete passes INSTALL/DEINSTALL
respectively to rscript.

24 years agoregenerate to include proper "gererated from" taglines.
alfred [Sat, 11 Sep 1999 01:06:03 +0000 (01:06 +0000)]
regenerate to include proper "gererated from" taglines.

24 years agoDocument VFS changes:
alfred [Sat, 11 Sep 1999 00:57:20 +0000 (00:57 +0000)]
Document VFS changes:

VFS_CHECKEXP.9, now used to check export credentials
VFS_FHTOVP.9, only used for filehandle to vnode, no access checks are done.
VFS.9, inform people of the vfs_std* functions available to avoid
       ugly casts to eopnotsup and making of dummy functions to return 0.

24 years agoDocument fhopen, fhstat, and fhstatfs syscalls.
alfred [Sat, 11 Sep 1999 00:49:10 +0000 (00:49 +0000)]
Document fhopen, fhstat, and fhstatfs syscalls.

Obtained from: NetBSD

24 years agoSeperate the export check in VFS_FHTOVP, exports are now checked via
alfred [Sat, 11 Sep 1999 00:46:08 +0000 (00:46 +0000)]
Seperate the export check in VFS_FHTOVP, exports are now checked via
VFS_CHECKEXP.

Add fh(open|stat|stafs) syscalls to allow userland to query filesystems
based on (network) filehandle.

Obtained from: NetBSD

24 years agoMake a bit more headway with dd's argument parsing, etc. get_bsz() is
green [Sat, 11 Sep 1999 00:02:42 +0000 (00:02 +0000)]
Make a bit more headway with dd's argument parsing, etc. get_bsz() is
renamed get_num() since it's not just about block sizes. skip and
seek can be any offset, including negative, now. Some style bogons are fixed.

24 years agoRemove assertion of Shigio Yamaguchi's copyright, by request in bin/13607.
hoek [Fri, 10 Sep 1999 23:40:39 +0000 (23:40 +0000)]
Remove assertion of Shigio Yamaguchi's copyright, by request in bin/13607.

24 years agoAdd $FreeBSD$ tags to generated files otherwise the checker won't let them
peter [Fri, 10 Sep 1999 23:34:30 +0000 (23:34 +0000)]
Add $FreeBSD$ tags to generated files otherwise the checker won't let them
be committed.

24 years agoCreate and use a dedicated malloc type for bus related stuff.
phk [Fri, 10 Sep 1999 21:11:23 +0000 (21:11 +0000)]
Create and use a dedicated malloc type for bus related stuff.

Reviewed by: dfr

24 years agoAllow 'make' to check out elements within archive libraries.
julian [Fri, 10 Sep 1999 20:51:59 +0000 (20:51 +0000)]
Allow 'make' to check out elements within archive libraries.

"Make no longer properly parses archive files, so using archive members
      as make targets, as described in PSD:12 section 4.2, does not work."

Really should be merged into 3.3 before we ship if we can..
it's a trivial fix.

PR: bin/13039, bin/10274
Submitted by: Mikko Tyolajarvi mikko@dynas.se

24 years agoSystem clock don't update, because C6's TSC stop count up when run
phk [Fri, 10 Sep 1999 20:45:50 +0000 (20:45 +0000)]
System clock don't update, because C6's TSC stop count up when run
HALT instruction.

PR: 13683
Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
Reviewed by: phk

24 years agoAdd the CR4 values for P3 SIMD enabling support. FXSR tells the cpu that
peter [Fri, 10 Sep 1999 15:51:44 +0000 (15:51 +0000)]
Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu that
the OS does FXSAVE/FXRESTOR instructions (fast FPU save/restore) during
context switching and also enables SIMD since this enables saving the
extra CPU context that isn't saved with normal FPU regs.  The other
enables the SIMD instructions to use exception 16 (FPU) error reporting.
Note, this doesn't turn on SIMD, just defines the bits.

24 years agoAdd text for the PN (Processor serial number) and XMM (extended SIMD/MMX2/
peter [Fri, 10 Sep 1999 15:47:54 +0000 (15:47 +0000)]
Add text for the PN (Processor serial number) and XMM (extended SIMD/MMX2/
support), as well as a bunch of comments for what the various bits mean
(those that I remember anyway).

24 years ago- Optimization to the previous (rev 1.15) commit.
ru [Fri, 10 Sep 1999 15:27:34 +0000 (15:27 +0000)]
- Optimization to the previous (rev 1.15) commit.

Requested by: eivind
Discussed with: eivind
Reviewed by: brian, eivind

24 years agoUpdate to driver 1.73
roger [Fri, 10 Sep 1999 12:08:36 +0000 (12:08 +0000)]
Update to driver 1.73
Add new hauppauge Tuner Type 6
Add Aims Labs Video Highway Xtreme card type

24 years agosync with src/sys/sys/mount.h
alfred [Fri, 10 Sep 1999 09:12:24 +0000 (09:12 +0000)]
sync with src/sys/sys/mount.h

24 years agoLook for the right ACPI signature.
msmith [Fri, 10 Sep 1999 08:49:19 +0000 (08:49 +0000)]
Look for the right ACPI signature.

Submitted by: dfr

24 years agoMake sure that opti931's and guspnp's use the right offset from their ports.
dfr [Fri, 10 Sep 1999 08:20:23 +0000 (08:20 +0000)]
Make sure that opti931's and guspnp's use the right offset from their ports.

24 years agoUnbroke `make -s' case.
ru [Fri, 10 Sep 1999 07:39:25 +0000 (07:39 +0000)]
Unbroke `make -s' case.

PR: 13676
Submitted by: wollman

24 years agoInvoke smp_rendezvous_action() using the a.out compatible asnames.h
msmith [Fri, 10 Sep 1999 01:17:01 +0000 (01:17 +0000)]
Invoke smp_rendezvous_action() using the a.out compatible asnames.h
technique (bleagh).

24 years agoRemove duplicated bits from boot floppy (where they're already available) in
jkh [Thu, 9 Sep 1999 21:20:55 +0000 (21:20 +0000)]
Remove duplicated bits from boot floppy (where they're already available) in
an effort to get this back down to size.

24 years agoChanges to centralise the default blocksize behaviour.
julian [Thu, 9 Sep 1999 19:08:44 +0000 (19:08 +0000)]
Changes to centralise the default blocksize behaviour.
More likely to follow.

Submitted by: phk@freebsd.org

24 years agoAdd aio_{cancel,error,return,suspend,write} into the mix.
billf [Thu, 9 Sep 1999 19:06:57 +0000 (19:06 +0000)]
Add aio_{cancel,error,return,suspend,write} into the mix.

Submitted by: Dan Nelson <dnelson@emsphone.com>
Forgotten by: mpp

24 years agoSeperate the miibus pci ethernet drivers from the non-miibus drivers so
peter [Thu, 9 Sep 1999 18:30:58 +0000 (18:30 +0000)]
Seperate the miibus pci ethernet drivers from the non-miibus drivers so
it's a little clearer which is which from just looking at GENERIC.

24 years agoHandle TCP reset sequence properly.
ru [Thu, 9 Sep 1999 13:42:51 +0000 (13:42 +0000)]
Handle TCP reset sequence properly.

In the words of originator:
:If an incoming connection is initiated through natd and deny_incoming is
:not set, then a new alias_link structure is created to handle the link.
:If there is nothing listening for the incoming connection, then the kernel
:responds with a RST for the connection. However, this is not processed
:correctly in libalias/alias.c:TcpMonitor{In,Out} and
:libalias/alias_db.c:SetState{In,Out} as it thinks a connection
:has been established and therefore applies a timeout of 86400 seconds
:to the link.
:
:If many of these half-connections are initiated (during, for example, a
:port scan of the host), then many thousands of unnecessary links are
:created and the resident size of natd balloons to 20MB or more.

PR: 13639
Reviewed by: brian

24 years agoMerge from sys/i386/i386/machdep.c revision 1.361.
kato [Thu, 9 Sep 1999 09:58:05 +0000 (09:58 +0000)]
Merge from sys/i386/i386/machdep.c revision 1.361.

24 years agonetboot removed until somebody fixes it so it compiles
mjacob [Thu, 9 Sep 1999 01:28:26 +0000 (01:28 +0000)]
netboot removed until somebody fixes it so it compiles

24 years agoZap EXPORTMFS, it's no longer an option. (mfs_vfsops.c rev 1.58)
peter [Wed, 8 Sep 1999 22:03:46 +0000 (22:03 +0000)]
Zap EXPORTMFS, it's no longer an option.  (mfs_vfsops.c rev 1.58)

24 years agoZap EXPORTMFS -> opt_mfs.h - the option went away (turned on) in April
peter [Wed, 8 Sep 1999 22:01:31 +0000 (22:01 +0000)]
Zap EXPORTMFS -> opt_mfs.h - the option went away (turned on) in April
this year.  (mfs_vfsops.c rev 1.58)

24 years agoClean up and reorder.
des [Wed, 8 Sep 1999 19:17:15 +0000 (19:17 +0000)]
Clean up and reorder.

24 years agoCatch up with GENERIC. This file is creaming to be automatically
markm [Wed, 8 Sep 1999 19:02:26 +0000 (19:02 +0000)]
Catch up with GENERIC. This file is creaming to be automatically
generated form GENERIC. Any volunteers? I thought not :-). OK;
I'll do it.

24 years agoMake unused tape bmajors in past tense.
phk [Wed, 8 Sep 1999 18:46:22 +0000 (18:46 +0000)]
Make unused tape bmajors in past tense.

24 years agoDon't register a bmajor.
phk [Wed, 8 Sep 1999 18:45:58 +0000 (18:45 +0000)]
Don't register a bmajor.

24 years agoDon't register a bmajor.
phk [Wed, 8 Sep 1999 18:45:52 +0000 (18:45 +0000)]
Don't register a bmajor.

Approved by: sos

24 years agocontroller miibus0 is now needed.
imp [Wed, 8 Sep 1999 18:34:31 +0000 (18:34 +0000)]
controller miibus0 is now needed.
Also adjust previous entry to be terminated by a blank line.

24 years agofix a bug with cat >/dev/{dsp,dspW,audio} hanging
cg [Wed, 8 Sep 1999 17:34:54 +0000 (17:34 +0000)]
fix a bug with cat >/dev/{dsp,dspW,audio} hanging

24 years agoMake sa/bdev, gd/bdev and gd/cdev as past-tense.
phk [Wed, 8 Sep 1999 17:02:40 +0000 (17:02 +0000)]
Make sa/bdev, gd/bdev and gd/cdev as past-tense.

24 years agoDon't register a block major for tapes.
phk [Wed, 8 Sep 1999 17:01:41 +0000 (17:01 +0000)]
Don't register a block major for tapes.

Reviewed by: mjacob

24 years agoFix typo.
ru [Wed, 8 Sep 1999 16:37:14 +0000 (16:37 +0000)]
Fix typo.

24 years agoImprove shell documentation:
sheldonh [Wed, 8 Sep 1999 15:40:46 +0000 (15:40 +0000)]
Improve shell documentation:

* Consistently misspell built-in as builtin.

* Add a builtin(1) manpage and create builtin(1) MLINKS for all shell
  builtin commands for which no standalone utility exists.  These MLINKS
  replace those that were created for csh(1).

* Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages,
  as well as to the manpages of standalone utilities which are supported
  as shell builtin commands in at least one of the shells. In such
  manpages, explain that similar functionality may be provided as a
  shell builtin command.

* Improve sh(1)'s description of the cd builtin command. Csh(1) already
  describes it adequately. Replace the cd(1) manpage with a builtin(1)
  MLINKS link.

* Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use
  Ic instead of Xr for shell builtin commands.

* Undo English contractions.

Reviewed by: mpp, rgrimes

24 years agoAdd a pointer to "controller miibus0" for people who will not read the
peter [Wed, 8 Sep 1999 15:01:58 +0000 (15:01 +0000)]
Add a pointer to "controller miibus0" for people who will not read the
commit messages or GENERIC and insist on running -CURRENT.
It probably won't work, but it's worth a try.

24 years agoMake it build, copy from dev/sio/sio.c:
peter [Wed, 8 Sep 1999 13:46:54 +0000 (13:46 +0000)]
Make it build, copy from dev/sio/sio.c:
isa_set_flags -> device_set_flags
isa_get_flags -> device_get_flags

24 years agoUpdate docs for 3.3-R
phk [Wed, 8 Sep 1999 12:42:15 +0000 (12:42 +0000)]
Update docs for 3.3-R

OK'ed by: jkh

24 years agoAdd FreeBSD tag.
obrien [Wed, 8 Sep 1999 11:16:36 +0000 (11:16 +0000)]
Add FreeBSD tag.

24 years agoAdd $FreeBSD$
peter [Wed, 8 Sep 1999 11:14:56 +0000 (11:14 +0000)]
Add $FreeBSD$