Alexey Zelkin
b288071d9d
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
Alexey Zelkin
1fcbf95515
mdoc(7) style fix.
...
Correct RB_* values list bounds.
Reviewed by: mpp
1999-09-05 06:50:49 +00:00
Alexey Zelkin
b6c461d787
mdoc(7) style fix: FreeBSD -> .Fx
...
Reviewed by: mpp
1999-09-05 06:47:01 +00:00
Alexey Zelkin
417f221ddc
Remove useless .Fn macro suffix
...
Reviewed by: mpp
1999-09-05 06:41:49 +00:00
Alexey Zelkin
c60ceb83c2
mdoc style fix.
...
Reviewed by: mpp
1999-09-05 06:39:22 +00:00
Alexey Zelkin
3cd9a8622a
mdoc(7) style fixes
...
Reviewed by: mpp
1999-09-05 06:37:01 +00:00
Greg Lehey
950da56038
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
Alexey Zelkin
d5cbae93d2
mdoc(7) style fixes.
...
PR: docs/13408
Reviewed by: mpp
1999-09-05 06:02:03 +00:00
Alexey Zelkin
0fdf8af9d7
mdoc(7) style fixes
...
PR: docs/13409
Reviewed by: mpp
1999-09-05 05:50:38 +00:00
Peter Wemm
a36800970f
Add bmake glue for libform (the SVSV-style ETI curses form driver from
...
ncurses)
1999-09-05 05:37:49 +00:00
Peter Wemm
7cc7a6b63e
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 Wemm
56072d6b2b
Add bmake glue for libmenu (the SVSV-style ETI curses menu driver from
...
ncurses)
1999-09-05 05:32:46 +00:00
David E. O'Brien
22167446c5
Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin.
...
related to PR: 13545
1999-09-05 05:19:08 +00:00
John Polstra
0edd3ca778
Enable -Wformat checking for debug_printf().
1999-09-04 20:36:27 +00:00
John Polstra
ed5e1b5537
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
Mark Murray
15a7acf286
Oops. Forgot to cvs add these for threads support.
1999-09-04 19:17:13 +00:00
Cameron Grant
a8bd3cc943
disable the aureal vortex driver for now
1999-09-04 18:59:47 +00:00
Cameron Grant
8f77ea6449
incorporate better ess support
...
Obtained From: KUROSAWA Takahiro <fwkg7679@mb.infoweb.ne.jp>
Tested By: peter
1999-09-04 18:23:23 +00:00
Brian Feldman
0c5632c6b5
Update to include IPFW changes that have happened relatively recently.
1999-09-04 17:37:02 +00:00
Cameron Grant
c5ad1e3a03
handle uiomove better in feed_root
1999-09-04 17:08:30 +00:00
Cameron Grant
4a8480837a
bugfix: deallocate channels properly if no read/write ops between open/close
1999-09-04 17:03:59 +00:00
Jordan K. Hubbard
dc05425fa3
Update to XFree86 release 3.3.5
1999-09-04 16:24:33 +00:00
Jordan K. Hubbard
29ed216a4d
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
Alexey Zelkin
2c6dd93a11
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 Wemm
ae04ca6157
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 Wemm
df791b1e94
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 Wemm
978f5d6c5d
machine/soundcard.h is now in the standard location - sys/soundcard.h
1999-09-04 15:22:17 +00:00
Peter Wemm
e4ba692011
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
Alexey Zelkin
f6f8f44dac
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
Doug Rabson
2aadbbb680
Only set the description if there is one in the matching isa_pnp_id.
1999-09-04 14:43:35 +00:00
Bruce Evans
f9f5cfd4dd
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
Bruce Evans
808697bc70
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
Doug Rabson
3e05dd9c7c
Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>
1999-09-04 14:35:18 +00:00
Doug Rabson
c528b8ff53
Make the idempotency ifdefs uniform with the rest of src/sys/sys.
1999-09-04 14:33:58 +00:00
Doug Rabson
bd64ce72a8
Add USR3031 pnp id.
...
Submitted by: Steve Price <sprice@hiwaay.net>
1999-09-04 14:31:56 +00:00
Bruce Evans
8f5e349bf1
Fixed style bugs in rev.1.36-1.39.
1999-09-04 14:21:42 +00:00
Peter Wemm
5a90d999a9
<machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported API
...
that's arch neutral and OSS API and Linux API compatable.
1999-09-04 14:15:26 +00:00
Bruce Evans
8aedb875bb
Fixed a gratuitous ANSIism again. The fix in rev.1.23 was blown away
...
in rev.1.25.
1999-09-04 13:42:15 +00:00
Bruce Evans
b9e91a85a6
Fixed style regressions in previous commit.
1999-09-04 13:30:18 +00:00
Bruce Evans
7dd5e27cc6
FIxed disorder in the comments about library build order.
1999-09-04 13:25:57 +00:00
Bruce Evans
fac91f241e
Fixed disorder in comments.
...
Build libncurses early again (it had drifted into set of libraries that
have no ordering requirements, but it must be built before libedit here
and before some gnu libraries in ../Makefile.inc1).
1999-09-04 13:08:35 +00:00
Alexey Zelkin
51c4d2954f
Mark some "i386 only" stuff as "i386 only"
...
PR: docs/13227
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
1999-09-04 12:56:28 +00:00
Mark Murray
056bcb03a1
This commit was generated by cvs2svn to compensate for changes in r50894,
...
which included commits to RCS files with non-trunk default branches.
1999-09-04 12:45:43 +00:00
Mark Murray
68084c2752
Vendor import EAY's LIBSSL to fix comments, etc.
1999-09-04 12:45:43 +00:00
Mark Murray
caf39ecc96
Vendor import EAY's LIBSSL to fix comments, etc.
1999-09-04 12:45:43 +00:00
Bruce Evans
d7320dd1a0
Removed defunct option NULLFS_DIAGNOSTIC.
1999-09-04 12:44:38 +00:00
Bruce Evans
dd6898f64e
Don't generate opt_debug_nullfs.h. It is no longer necessary.
...
Removed bogus definition of NULLFS
1999-09-04 12:40:07 +00:00
Alexey Zelkin
0d28dd1dc5
Replace stale references to device_add_child_after(9) with
...
device_child_add_ordered(9)
PR: 13210
Submitted by: Alexey Zelkin <phantom@cris.net>
Reviewed by: mpp
Forgotten by: dfr
1999-09-04 12:37:21 +00:00
Bruce Evans
a0f40f54aa
Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful as
...
the other XXXFS_DIAGNOSTIC options (not very) and mostly controlled
tracing of normal operation. Use `#ifdef DEBUG' for non-diagnostics
and `#ifdef DIAGNOSTIC' for diagnostics.
1999-09-04 12:35:09 +00:00
Bruce Evans
a5f3f7510a
Backed out the quick fix in the previous commit. Depending on opt_ddb.h
...
was a mistake. umapfs no longer depends on any options headers.
1999-09-04 12:01:32 +00:00