summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reviewed by:ats1994-09-055-13/+8
| | | | | Delete the hints to the sg driver. This thing was never finished and has now been beaten by the sea driver.
* Reviewed by:ats1994-09-052-8/+136
| | | | | | | | Add initialization to the if_ie driver for the Micom Interlan NI5210 card. This is a very old 82586 based card with only 8Kb or 16Kb on board memory. Also only 8-bit wide instead of 16-bit like the AT& or 3COM card. Warning: this thing is only tested so far that it detects all bits correctly but is not yet on an ethernet. Will do that tomorrow.
* Don't define KLUDGELINEMODE.csgr1994-09-051-1/+2
| | | | | | (If you do, you will have problems trying to telnet into a FreeBSD-2.0 box from a Sun, and I WANT TO DO THAT.) Submitted by: Geoff
* Add skey.access manual page. Comes form 1.1.5.guido1994-09-051-0/+34
|
* Get rid of a superfluous echo.jkh1994-09-053-6/+3
| | | | Submitted by: jkh
* Remove symlink before remaking it for libkern.ajkh1994-09-053-6/+9
| | | | | Reviewed by: jkh Submitted by: dima
* New flag -u to suppress functions whose name does not begin with anbde1994-09-053-10/+32
| | | | | | | | underscore. Use it to avoid seeing badsw when profiling the kernel. Print times more accurately (e.g. usec in %8.0f format instead of msec in %8.2f format for averages) if hz >= 10000. This should have no effect now since profhz is only 1024.
* Fix comments.bde1994-09-053-18/+15
|
* Build database at build time instead of at install time.bde1994-09-051-2/+7
|
* 386bsd -> kernel in strings.bde1994-09-051-3/+3
|
* u_long -> unsigned long so that we don't depend on namespace pollutionbde1994-09-052-15/+17
| | | | in <stdio.h>.
* Define __GNUC__ as 2 same as cc -E would do.bde1994-09-052-5/+5
|
* Fix punctuation.bde1994-09-052-2/+2
|
* Don't include <sys/types.h> to get u_int or use u_int for a bogus cast.bde1994-09-051-4/+2
| | | | Modernize bcopy -> memcpy.
* Fix printing of weird errno's: negative values were printed as largebde1994-09-051-5/+9
| | | | | | unsigned's; null termination was only guaranteed for the first call. Fix lint: don't declare externs internally; they were both out of date.
* u_int -> unsigned int, so that we don't have to include <sys/types.h>bde1994-09-051-2/+2
| | | | or depend on <stdio.h> bogusly including it.
* Remove chess from subdirs. It doesn't exist.bde1994-09-051-2/+3
| | | | Add a missing right parentheses to an expression.
* Explicitly include <sys/types.h> before including <regex.h>. This isbde1994-09-051-0/+1
| | | | | apparently required by POSIX. It will be required in practice when the bogus inclusion of <sys/types.h> is removed from <stdio.h>.
* Restore mk to subdirs. It hasn't been broken seen the 1.1.5 mk filesbde1994-09-051-2/+1
| | | | were committed a couple of revisions ago.
* DOn't allow I/O register access in process 1 (oops).dg1994-09-053-18/+6
|
* Change references of 'mount_isofs' to 'mount_cd9660' as needed by FBSD 2.0gpalmer1994-09-051-3/+3
|
* Reviewed by:ats1994-09-041-12/+1
| | | | | | | Submitted by: Delete the old style generation of the whatis database and replace it with the call to makewhatis. Don't install the old makewhatis.sed script under /usr/share/man any longer.
* Improved some comments.dg1994-09-043-6/+6
|
* Reviewed by:ats1994-09-041-1/+1
| | | | | | | Submitted by: Get the man page installed. Does anyone know the reason for the name xinstall instead of install for this directory ? Would life more easy to get this whole thing under install.
* Detect if we're running on a Cyrix 486DLC and enable automatic cachepst1994-09-049-11/+211
| | | | | | | | | negation whenever we access memory between 640k and 1M. Original code from NetBSD 1.0-BETA. The exact origins are unclear but Theo de Raadt, Charles, and Michael V. may have contributed to it. Submitted by: pst
* Reviewed by:ats1994-09-041-1/+1
| | | | | Submitted by: Add back the baud rates above 19200, as we have them already under 1.1.x.
* Rewrote last vestige of code that used gs (copyinstr). The use of gs indg1994-09-043-144/+105
| | | | | this routine caused problems for machines that don't set it up properly before boot (such was the case on an EVEREX machine sitting next to me).
* Added pmap_mapdev() function to map device memory.dg1994-09-042-2/+70
|
*-. This commit was generated by cvs2svn to compensate for changes in r2490,jkh1994-09-04675-0/+227620
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | * Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-04178-0/+23045
| | | | | | | | | | | | | | of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
| * Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-04497-0/+204575
| | | | | | | | | | | | | | of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh
* | Add crunch and manctl, bring back xntpd.jkh1994-09-041-4/+4
| | | | | | | | Submitted by: jkh
* | Add an X11BASE variable that currently points to /usr/X386 but willjkh1994-09-041-1/+5
| | | | | | | | | | | | | | be easy to change to /usr/X11R6 if and when the time comes. This is to deal with things like xditview which otherwise had hardcoded assumptions about where X lived. Yuck. Submitted by: jkh
* | Make mddriver static.jkh1994-09-041-3/+3
| | | | | | | | Submitted by: jkh
* | Initialize eflags register - brought over from 1.1.5.dg1994-09-043-6/+21
| |
* | Shell script containing the steps followed in importing file(1).csgr1994-09-031-0/+17
| | | | | | | | | | Reviewed by: Geoff. Submitted by: Rod Grimes.
* | Make it possible to run lptcontrol on a printer port which does notcsgr1994-09-036-86/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actually have a printer connected or online: - MAKEDEV: remove all signs of lpa add lpctl? devices (minor # = unit + 128) - usr.sbin/Makefile add lptcontrol - sys/i386/isa/lpt.c implement the LP_BYPASS flag: when a unit is opened with this flag set, the printer is not primed, and no check is made to see that the printer is online. This can only be used to pass ioctls. (giving us /dev/lpctl?) - lptcontrol.c use /dev/lpctl? (LP_BYPASS) -f flag removed, -u flag added - lptcontrol.8 document changes in lptcontrol rewrite using mandoc macros Submitted by: Geoff.
* | Eradicate my #1 (ok, maybe #2) peeve by making config now blow awayjkh1994-09-031-1/+19
| | | | | | | | | | | | | | and recreate any previous ../../compile/<blah> directory before laying down new files. The depends just aren't smart enough to save us from the grief that config's old behavior has always caused. Submitted by: jkh
* | Changes to file(1) for FreeBSD:csgr1994-09-035-133/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | - Makefile: bmake the sucker - file.1, magic.5: replace __MAGIC__ and __SECTION__ - add Magdir/freebsd - add file to usr.bin/Makefile A note on the FreeBSD magic entry: The magic number "000000407" is reported as "impure format". This stops file(1) telling us that our object files are "PDP-11 executables". (Saying anything more than "impure format" would probably be bogus. Submitted by: Geoff.
* | This commit was generated by cvs2svn to compensate for changes in r2479,csgr1994-09-03102-72/+5269
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Bring in file 3.14 by Ian Darwin (and Christos Zoulas)csgr1994-09-03102-72/+5269
| | | | | | | | | | | | | | | | | | | | | | | | | | | The following files were moved to different names: - file.man -> file.1 - magic.man -> magic.5 The following file was removed: - Magdir/Makefile
* | | Reviewed by:ats1994-09-034-154/+494
| | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Update the if_ep driver for the 3C579 and bring over some of the changes from the netbsd driver. This is not complete: the detection of the irq in the eisa does not work and sometimes the reset for the 3C509 in ISA in an EISA bus system don't work ( Need a hard reset to be found again == reset knob).
* | | Newly implemented ioctls list:ache1994-09-034-492/+690
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DIOCGDINFO, DIOCGPART, DIOCWDINFO, DIOCSDINFO, CDIOCPLAYMSF, CDIOCRESET, CDIOCEJECT. CDIOCPLAYBLOCKS removed (old implementation completely wrong and I don't know how to implement it correctly). All routines now detects media change correctly. DELAY_GETREPLAY increased for long time access from first track to last. mcd_waitrdy() now use MIN_DELAY=15 as minimal delay which independs of machine speed. mcd_doread() now uses real status (old code uses obsoleted soft copy of it). clear XBSY on error in mcd_doread() mcd_statrt(): add missing splx(s), cause dead hang with unmatched slpbio() optimize mcd_doread(), don't set CD mode each time, keep soft copy of mode. call getdisklabel() _after_ mcdsize() for proper sizes mcdopen(): old code forget to set MCDREADRAW in flags when open RAW partition, doread check it for setting RAW CD mode. Do nothing on stray interrupt (which sometimes occurse, because driver read data block too slow, DOS driver use 'insb' here). Old stray code cause timeouts. Read toc entries code rewritten to return many requested entries (as supposed) instead of one entry with incorrect structure. CMDREAD2 requests covered with disable_intr()/enable_intr() (from DOS driver) Read junk code added after read block code in doread (from DOS driver) mcd_read_toc() code fixed to read all needed entries, old code cause some audio tracks is not played. mcd_playtracks() code fixed to proper check valid track range. New binary read modes implemented (from DOS driver).
* | | make id_iobase an int - the change to a u_short broke lpt,csgr1994-09-031-2/+2
| | | | | | | | | | | | | | | which uses port? (which results in id_iobase == -1) Submitted by: Geoff.
* | | Example of locale setup correctedache1994-09-031-3/+2
| | |
* | | Add and properly install localesache1994-09-033-0/+210
| | |
* | | fixed typosadam1994-09-031-2/+2
| | | | | | | | | | | | | | | Reviewed by: Submitted by:
* | | This commit was generated by cvs2svn to compensate for changes in r2470,csgr1994-09-033-0/+165
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Bring in lptcontrol from 1.1.5.1csgr1994-09-033-0/+165
| / / | | | | | | | | | Submitted by: Geoff
* | | - Bring in -x option changes from 1.xcsgr1994-09-033-6/+25
| | | | | | | | | | | | | | | - eval -> err_val : slightly more meaningful (eval is what you do in Linda ;-)) Submitted by: Geoff.
OpenPOWER on IntegriCloud