peter
23b4f202df
Zap $Revision$
1999-09-05 17:43:31 +00:00
peter
93f9277c83
Tidy up $Log$ debris.
1999-09-05 17:42:45 +00:00
peter
d8c5650755
$Source$,$Revision$ -> $FreeBSD$
1999-09-05 17:35:31 +00:00
peter
605340bddb
Clean up some $Log$ debris, including some real messes.
1999-09-05 17:31:55 +00:00
peter
b3b9d0960a
$Id$ -> $FreeBSD$
1999-09-05 17:27:05 +00:00
peter
026a4ac4c1
Temporarily disable k6_mem (k6 write combining) at Brian's request since
...
it appears to be causing problems under XFree3.9.16.
1999-09-05 16:55:44 +00:00
green
59a2fedbe7
M_WAITOK->M_NOWAIT
1999-09-05 15:45:57 +00:00
phk
38db547f78
nullclose, not noclose of course.
1999-09-05 15:41:09 +00:00
peter
cca6f75f15
$Id$ -> $FreeBSD$
1999-09-05 15:21:05 +00:00
peter
628d28cba4
$Revision$ -> $FreeBSD$
1999-09-05 15:15:07 +00:00
peter
372936a035
$Header$ cookies
1999-09-05 15:12:48 +00:00
phk
0c0e385ed6
add missing :
1999-09-05 14:57:24 +00:00
markm
f376ecbba1
Fix for new Common Error system.
1999-09-05 14:07:40 +00:00
peter
c26ce778a8
Only install backwards compat symlink for <machine/soundcard.h> if using
...
the default SHARED=copies, otherwise the kernel source tree gets modified
if /usr/include/machine is a symlink to the source tree (which is not the
case by default). Nothing in our src tree uses <machine/soundcard.h>.
Pointed out by: bde
1999-09-05 07:58:28 +00:00
peter
4210b0b43e
Connect libform/libpanel/libmenu.
1999-09-05 07:55:37 +00:00
phantom
3253dfed5c
Some style and "look" fixes
...
Reviewed by: mpp
1999-09-05 07:02:22 +00:00
phantom
189bace3d7
Name Description (.Nd macro) added.
...
Style and punctuation errors fixes.
ERRORS section included to RETURN VALUES because it's
describing return values instead of errors and their handling.
Reviewed by: mpp
1999-09-05 06:59:34 +00:00
phantom
8ee1c94698
mdoc(7) style fix.
...
Correct RB_* values list bounds.
Reviewed by: mpp
1999-09-05 06:50:49 +00:00
phantom
f02290dd56
mdoc(7) style fix: FreeBSD -> .Fx
...
Reviewed by: mpp
1999-09-05 06:47:01 +00:00
phantom
de4332c719
Remove useless .Fn macro suffix
...
Reviewed by: mpp
1999-09-05 06:41:49 +00:00
phantom
68a54f2ec3
mdoc style fix.
...
Reviewed by: mpp
1999-09-05 06:39:22 +00:00
phantom
89a80b07ca
mdoc(7) style fixes
...
Reviewed by: mpp
1999-09-05 06:37:01 +00:00
grog
82b81eaa6f
struct rqgroup: put 0-length array at the end. Make mental note not
...
to write such crap again.
Spotted-by: Parag Patel <parag@cgt.com>
1999-09-05 06:32:20 +00:00
phantom
22ec43fd24
mdoc(7) style fixes.
...
PR: docs/13408
Reviewed by: mpp
1999-09-05 06:02:03 +00:00
phantom
ba06c7bc7e
mdoc(7) style fixes
...
PR: docs/13409
Reviewed by: mpp
1999-09-05 05:50:38 +00:00
peter
8fbd2adcbb
Add bmake glue for libform (the SVSV-style ETI curses form driver from
...
ncurses)
1999-09-05 05:37:49 +00:00
peter
e59b1e9158
Add bmake glue for libpanel (the SVSV-style ETI curses panel (overlapping
...
layers) driver from ncurses)
1999-09-05 05:36:12 +00:00
peter
2472abbaf2
Add bmake glue for libmenu (the SVSV-style ETI curses menu driver from
...
ncurses)
1999-09-05 05:32:46 +00:00
obrien
861ace7610
Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin.
...
related to PR: 13545
1999-09-05 05:19:08 +00:00
jdp
1b393ac3a4
Enable -Wformat checking for debug_printf().
1999-09-04 20:36:27 +00:00
jdp
112103bcfe
Change the warning about unrecognized entries in the dynamic table
...
to a debug message which is disabled in production builds of the
dynamic linker. The condition warned about is normally harmless.
PR: bin/12849
1999-09-04 20:14:48 +00:00
markm
7b71ff3e66
Oops. Forgot to cvs add these for threads support.
1999-09-04 19:17:13 +00:00
cg
162d1652a8
disable the aureal vortex driver for now
1999-09-04 18:59:47 +00:00
cg
ca77db2ed1
incorporate better ess support
...
Obtained From: KUROSAWA Takahiro <fwkg7679@mb.infoweb.ne.jp>
Tested By: peter
1999-09-04 18:23:23 +00:00
green
4d2dae8cb2
Update to include IPFW changes that have happened relatively recently.
1999-09-04 17:37:02 +00:00
cg
ff3dd28ba6
handle uiomove better in feed_root
1999-09-04 17:08:30 +00:00
cg
0fdfe1be02
bugfix: deallocate channels properly if no read/write ops between open/close
1999-09-04 17:03:59 +00:00
jkh
ec691e8888
Update to XFree86 release 3.3.5
1999-09-04 16:24:33 +00:00
jkh
101b5429b3
o Catch up with pnp changes - kget no longer saves pnp data.
...
o Catch up with ncurses updates - some internal function names have changed.
1999-09-04 16:01:15 +00:00
phantom
5e3e53cfb3
Spelling and grammar error fix.
...
mdoc(7)'fy.
PR: docs/13406
Submitted by: Garret Woolman <woolman@khavrinen.lcs.mit.edu>
Reviewed by: mpp
1999-09-04 15:56:51 +00:00
peter
eed6f0795e
Don't install stubs, make a compat symlink at buildworld time.
...
All internal references to <machine/soundcard.h> are (hopefully :-) gone.
1999-09-04 15:46:31 +00:00
peter
25bf1e19af
Install a symlink for <machine/soundcard.h> -> <sys/soundcard.h> rather
...
than having stubs. (OK'ed by dfr)
1999-09-04 15:44:44 +00:00
peter
f56ff45a8a
machine/soundcard.h is now in the standard location - sys/soundcard.h
1999-09-04 15:22:17 +00:00
peter
7129242123
remove #ifdef FreeBSD -> <machine/soundcard.h> special case as we have it
...
in the standard location now.
1999-09-04 15:20:48 +00:00
phantom
15f87e7569
mdoc(7) style fixes:
...
.Bx Free -> .Fx
Cross references to ports splited into different subsection
PR: 13256
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
1999-09-04 14:55:22 +00:00
dfr
cfad9dd22b
Only set the description if there is one in the matching isa_pnp_id.
1999-09-04 14:43:35 +00:00
bde
21e622297d
Attempt to fix world breakage for the NOSHARED=yes case. baudrate()
...
is in both snake and libncurses, and the elf static linker can't handle
the duplication.
1999-09-04 14:39:19 +00:00
bde
2db1fa9cd9
Attempt to fix world breakage for the NOSHARED=yes case. delay_output()
...
is in both hack and libncurses, and the elf static linker can't handle
the duplication. This is probably the correct fix for hack (it makes
it clear that the ospeed stuff can go away), but its effect on hack
has not been tested, and the linker bug remains open.
1999-09-04 14:35:19 +00:00
dfr
ad2d88c906
Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>
1999-09-04 14:35:18 +00:00
dfr
dfc151e3a2
Make the idempotency ifdefs uniform with the rest of src/sys/sys.
1999-09-04 14:33:58 +00:00