summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add bmake glue for libmenu (the SVSV-style ETI curses menu driver fromPeter Wemm1999-09-052-0/+48
| | | | | | | ncurses) Notes: svn path=/head/; revision=50935
* Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin.David E. O'Brien1999-09-052-2/+2
| | | | | | | related to PR: 13545 Notes: svn path=/head/; revision=50934
* Enable -Wformat checking for debug_printf().John Polstra1999-09-041-1/+3
| | | | Notes: svn path=/head/; revision=50930
* Change the warning about unrecognized entries in the dynamic tableJohn Polstra1999-09-041-2/+2
| | | | | | | | | | to a debug message which is disabled in production builds of the dynamic linker. The condition warned about is normally harmless. PR: bin/12849 Notes: svn path=/head/; revision=50928
* Oops. Forgot to cvs add these for threads support.Mark Murray1999-09-042-0/+1200
| | | | Notes: svn path=/head/; revision=50927
* disable the aureal vortex driver for nowCameron Grant1999-09-041-1/+1
| | | | Notes: svn path=/head/; revision=50926
* incorporate better ess supportCameron Grant1999-09-044-280/+1108
| | | | | | | | Obtained From: KUROSAWA Takahiro <fwkg7679@mb.infoweb.ne.jp> Tested By: peter Notes: svn path=/head/; revision=50925
* Update to include IPFW changes that have happened relatively recently.Brian Feldman1999-09-041-0/+11
| | | | Notes: svn path=/head/; revision=50924
* handle uiomove better in feed_rootCameron Grant1999-09-042-12/+18
| | | | Notes: svn path=/head/; revision=50923
* bugfix: deallocate channels properly if no read/write ops between open/closeCameron Grant1999-09-042-2/+4
| | | | Notes: svn path=/head/; revision=50922
* Update to XFree86 release 3.3.5Jordan K. Hubbard1999-09-048-159/+159
| | | | Notes: svn path=/head/; revision=50920
* o Catch up with pnp changes - kget no longer saves pnp data.Jordan K. Hubbard1999-09-0410-126/+14
| | | | | | | o Catch up with ncurses updates - some internal function names have changed. Notes: svn path=/head/; revision=50917
* Spelling and grammar error fix.Alexey Zelkin1999-09-041-2/+8
| | | | | | | | | | | mdoc(7)'fy. PR: docs/13406 Submitted by: Garret Woolman <woolman@khavrinen.lcs.mit.edu> Reviewed by: mpp Notes: svn path=/head/; revision=50916
* Don't install stubs, make a compat symlink at buildworld time.Peter Wemm1999-09-042-12/+0
| | | | | | | All internal references to <machine/soundcard.h> are (hopefully :-) gone. Notes: svn path=/head/; revision=50915
* Install a symlink for <machine/soundcard.h> -> <sys/soundcard.h> ratherPeter Wemm1999-09-041-0/+5
| | | | | | | than having stubs. (OK'ed by dfr) Notes: svn path=/head/; revision=50914
* machine/soundcard.h is now in the standard location - sys/soundcard.hPeter Wemm1999-09-043-3/+3
| | | | Notes: svn path=/head/; revision=50913
* remove #ifdef FreeBSD -> <machine/soundcard.h> special case as we have itPeter Wemm1999-09-041-4/+0
| | | | | | | in the standard location now. Notes: svn path=/head/; revision=50912
* mdoc(7) style fixes:Alexey Zelkin1999-09-041-6/+10
| | | | | | | | | | | | .Bx Free -> .Fx Cross references to ports splited into different subsection PR: 13256 Submitted by: Alexey Zelkin <phantom@cris.net> Reviewed by: mpp Notes: svn path=/head/; revision=50911
* Only set the description if there is one in the matching isa_pnp_id.Doug Rabson1999-09-041-1/+2
| | | | Notes: svn path=/head/; revision=50910
* Attempt to fix world breakage for the NOSHARED=yes case. baudrate()Bruce Evans1999-09-041-1/+5
| | | | | | | | is in both snake and libncurses, and the elf static linker can't handle the duplication. Notes: svn path=/head/; revision=50909
* Attempt to fix world breakage for the NOSHARED=yes case. delay_output()Bruce Evans1999-09-042-4/+4
| | | | | | | | | | 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. Notes: svn path=/head/; revision=50908
* Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>Doug Rabson1999-09-042-1362/+10
| | | | Notes: svn path=/head/; revision=50907
* Make the idempotency ifdefs uniform with the rest of src/sys/sys.Doug Rabson1999-09-041-3/+3
| | | | Notes: svn path=/head/; revision=50906
* Add USR3031 pnp id.Doug Rabson1999-09-042-0/+2
| | | | | | | Submitted by: Steve Price <sprice@hiwaay.net> Notes: svn path=/head/; revision=50905
* Fixed style bugs in rev.1.36-1.39.Bruce Evans1999-09-041-37/+28
| | | | Notes: svn path=/head/; revision=50904
* <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported APIPeter Wemm1999-09-042-2/+2
| | | | | | | that's arch neutral and OSS API and Linux API compatable. Notes: svn path=/head/; revision=50903
* Fixed a gratuitous ANSIism again. The fix in rev.1.23 was blown awayBruce Evans1999-09-041-1/+1
| | | | | | | in rev.1.25. Notes: svn path=/head/; revision=50902
* Fixed style regressions in previous commit.Bruce Evans1999-09-041-6/+4
| | | | Notes: svn path=/head/; revision=50901
* FIxed disorder in the comments about library build order.Bruce Evans1999-09-041-4/+4
| | | | Notes: svn path=/head/; revision=50900
* Fixed disorder in comments.Bruce Evans1999-09-041-6/+6
| | | | | | | | | 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). Notes: svn path=/head/; revision=50899
* Mark some "i386 only" stuff as "i386 only"Alexey Zelkin1999-09-0414-14/+14
| | | | | | | | | PR: docs/13227 Submitted by: Alexey Zelkin <phantom@cris.net> Reviewed by: mpp Notes: svn path=/head/; revision=50898
*-. This commit was generated by cvs2svn to compensate for changes in r50894,Mark Murray1999-09-0463-1979/+8017
|\ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=50895
| | * Vendor import EAY's LIBSSL to fix comments, etc.vendor/ssleayMark Murray1999-09-041-5/+5
| | | | | | | | | | | | Notes: svn path=/vendor-crypto/ssleay/dist/; revision=50894
| * | Vendor import EAY's LIBSSL to fix comments, etc.vendor/libdesMark Murray1999-09-0464-2048/+8108
| | | | | | | | | | | | Notes: svn path=/vendor-crypto/libdes/dist/; revision=50894
* | | Removed defunct option NULLFS_DIAGNOSTIC.Bruce Evans1999-09-044-10/+0
| | | | | | | | | | | | Notes: svn path=/head/; revision=50893
* | | Don't generate opt_debug_nullfs.h. It is no longer necessary.Bruce Evans1999-09-041-6/+1
| | | | | | | | | | | | | | | | | | | | | Removed bogus definition of NULLFS Notes: svn path=/head/; revision=50892
* | | Replace stale references to device_add_child_after(9) withAlexey Zelkin1999-09-043-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | device_child_add_ordered(9) PR: 13210 Submitted by: Alexey Zelkin <phantom@cris.net> Reviewed by: mpp Forgotten by: dfr Notes: svn path=/head/; revision=50891
* | | Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful asBruce Evans1999-09-048-40/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=50890
* | | Backed out the quick fix in the previous commit. Depending on opt_ddb.hBruce Evans1999-09-041-5/+1
| | | | | | | | | | | | | | | | | | | | | was a mistake. umapfs no longer depends on any options headers. Notes: svn path=/head/; revision=50889
* | | Fixed the previous change. Some more code controlled by UMAPFS_DIAGNOSTICBruce Evans1999-09-044-10/+6
| | | | | | | | | | | | | | | | | | | | | is actually for diagnostics; control it with DIAGNOSTIC and not DDB. Notes: svn path=/head/; revision=50888
* | | Add macro originally provided externally.Mark Murray1999-09-041-0/+7
| | | | | | | | | | | | Notes: svn path=/head/; revision=50887
* | | Add includes to to silence warnings. Bit hackish.Mark Murray1999-09-041-7/+6
| | | | | | | | | | | | Notes: svn path=/head/; revision=50886
* | | Add some includes to shut up warnings.Mark Murray1999-09-042-0/+8
| | | | | | | | | | | | Notes: svn path=/head/; revision=50885
* | | Perl support in vi is broken if perl has thread support built in.Mark Murray1999-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | | Document this. Minor nitpick in other comments. Notes: svn path=/head/; revision=50884
* | | Knob for Perl thread support.Mark Murray1999-09-043-0/+9
| | | | | | | | | | | | Notes: svn path=/head/; revision=50883
* | | Allow perl to be built with thread support.Mark Murray1999-09-048-22/+87
| | | | | | | | | | | | | | | | | | | | | Submitted by: Doug Ambrisko <ambrisko@whistle.com> Notes: svn path=/head/; revision=50882
* | | Build this from contrib/ now.Mark Murray1999-09-0420-1264/+10
| | | | | | | | | | | | Notes: svn path=/head/; revision=50881
* | | Fix up this for the build; some compatibility files have been added -Mark Murray1999-09-049-11/+632
| | | | | | | | | | | | | | | | | | | | | these will be submitted back to KTH for inclusion. Notes: svn path=/head/; revision=50880
* | | Migrate these files down to their ${ARCH} subdir. I should have doneJordan K. Hubbard1999-09-044-1393/+119
| | | | | | | | | | | | | | | | | | | | | | | | this awhile back (next commit will kludge up something reasonable for the Alpha). Notes: svn path=/head/; revision=50877
* | | MFS: I found a few bogons here which were fixed in -stable (!) but notJordan K. Hubbard1999-09-041-3/+3
| | | | | | | | | | | | | | | | | | | | | -current. Notes: svn path=/head/; revision=50876