History log of /freebsd/sys/i386/conf/LINT (Results 351 – 375 of 1566)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e21faf3e 21-May-1998 Bill Paul <wpaul@FreeBSD.org>

And entries for ThunderLAN driver.


# 0346e0fe 20-May-1998 Julian Elischer <julian@FreeBSD.org>

Change the description of where to get the Soft Updates files.


# 58067a99 19-May-1998 Poul-Henning Kamp <phk@FreeBSD.org>

Make the size of the msgbuf (dmesg) a "normal" option.


# 6110161f 16-May-1998 Dag-Erling Smørgrav <des@FreeBSD.org>

Spotted a misplaced comma in my previous patch.


# 276756a4 16-May-1998 Dag-Erling Smørgrav <des@FreeBSD.org>

Typo nits in SUIDDIR comment (removed some parentheses, moved some
commas, replaced "partition" with "filesystem", reformatted the
paragraph)


# a2ba45e5 29-Apr-1998 Andreas Klemm <andreas@FreeBSD.org>

Fixes incorrect company and product names in uha(4) manpage and
LINT config file. Should be merged to -STABLE as well.
PR: closes 6447
Submitted by: Steven Plite splite@purdue.edu


# 8bafc245 22-Apr-1998 Matt Jacob <mjacob@FreeBSD.org>

Add support for the Qlogic ISP SCSI && FC/AL Adapters


# 992109b5 20-Apr-1998 Julian Elischer <julian@FreeBSD.org>

Get rid of DEVFS_ROOT
it no longer has any effect.

SLICE is in some ways a replacement but is destined to also go away.


# 3e425b96 20-Apr-1998 Julian Elischer <julian@FreeBSD.org>

Add changes and code to implement a functional DEVFS.
This code will be turned on with the TWO options
DEVFS and SLICE. (see LINT)
Two labels PRE_DEVFS_SLICE and POST_DEVFS_SLICE will deliniate these

Add changes and code to implement a functional DEVFS.
This code will be turned on with the TWO options
DEVFS and SLICE. (see LINT)
Two labels PRE_DEVFS_SLICE and POST_DEVFS_SLICE will deliniate these changes.

/dev will be automatically mounted by init (thanks phk)
on bootup. See /sys/dev/slice/slice.4 for more info.
All code should act the same without these options enabled.

Mike Smith, Poul Henning Kamp, Soeren, and a few dozen others

This code does not support the following:
bad144 handling.
Persistance. (My head is still hurting from the last time we discussed this)
ATAPI flopies are not handled by the SLICE code yet.

When this code is running, all major numbers are arbitrary and COULD
be dynamically assigned. (this is not done, for POLA only)
Minor numbers for disk slices ARE arbitray and dynamically assigned.

show more ...


# 9ff07e32 18-Apr-1998 Amancio Hasty <ahasty@FreeBSD.org>

Reviewed by: Amancio
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
Roger Hardiman <roger@cs.strath.ac.uk> :
Revised autodetection code to correctly handle both
old and new VideoLogic Captiva

Reviewed by: Amancio
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
Roger Hardiman <roger@cs.strath.ac.uk> :
Revised autodetection code to correctly handle both
old and new VideoLogic Captivator PCI cards.
Added tsleep of 2 seconds to initialistion code for PAL users.
Corrected clock selection code on format change.

--- Amancio

show more ...


# f559a836 10-Apr-1998 Søren Schmidt <sos@FreeBSD.org>

Add the new LBA mode support in the wd? config examples.


# 94316d1d 29-Mar-1998 Wolfgang Helbig <helbig@FreeBSD.org>

pcics are devices not controllers.


# 8a6472b7 28-Mar-1998 Peter Dufault <dufault@FreeBSD.org>

Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
_KPOSIX_PRIORITY_SCHEDULING options to work. Changes:

Change all "posix4" to "p1003_1b". Misnamed files are left
as "posix4" until I'm told i

Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
_KPOSIX_PRIORITY_SCHEDULING options to work. Changes:

Change all "posix4" to "p1003_1b". Misnamed files are left
as "posix4" until I'm told if I can simply delete them and add
new ones;

Add _POSIX_PRIORITY_SCHEDULING system calls for FreeBSD and Linux;

Add man pages for _POSIX_PRIORITY_SCHEDULING system calls;

Add options to LINT;

Minor fixes to P1003_1B code during testing.

show more ...


Revision tags: release/2.2.6
# c4118fc0 24-Mar-1998 Kazutaka YOKOTA <yokota@FreeBSD.org>

Describe the SC_DISABLE_REBOOT option.


# 1689d8bd 21-Mar-1998 Peter Wemm <peter@FreeBSD.org>

Add IPFILTER, IPFILTER_LOG and note IPFILTER_LKM.


# c0a3aab8 21-Mar-1998 Peter Wemm <peter@FreeBSD.org>

zap 'vector siintr' from example si0 config


# f909c15b 17-Mar-1998 Eivind Eklund <eivind@FreeBSD.org>

Clear up DPT comment to avoid further confusion. This is a hardware
driver.


# 8f7030a7 14-Mar-1998 Tor Egge <tegge@FreeBSD.org>

Add a BOOTP_WIRED_TO option, for use on machines with multiple network
cards where the first detected card should not be used for bootp.
Submitted by: Doug Ambrisko <ambrisko@whistle.com>


# 04fa1e6c 10-Mar-1998 Eivind Eklund <eivind@FreeBSD.org>

Change PMAP_SHPGPERPROC to not be equal to the default, for the
benefit of bde's "unused include files" script.

Requested by: bde


# 005092bb 09-Mar-1998 Eivind Eklund <eivind@FreeBSD.org>

Turn "PMAP_SHPGPERPROC" into a new-style option, add it to LINT, and
document it there.


# b1897c19 08-Mar-1998 Julian Elischer <julian@FreeBSD.org>

Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
Submitted by: Kirk McKusick (mcKusick@mckusick.com)
Obtained from: WHistle development tree


# 751bf650 27-Feb-1998 Jun-ichiro itojun Hagino <itojun@FreeBSD.org>

make sys/netkey/key{,_debug}.c compile. I believe it works but not tested.
I'll polish the code later on.


# 828c63ae 24-Feb-1998 Poul-Henning Kamp <phk@FreeBSD.org>

Add loran0 to LINT


# c2469add 21-Feb-1998 Eivind Eklund <eivind@FreeBSD.org>

Make TUNE_1542 a new-style option, and enable this option in LINT. It
has been disabled since 1994 by mistake (or at least I hope so :-)


# ee16b430 20-Feb-1998 Bruce Evans <bde@FreeBSD.org>

Fixed some stale comments about console drivers.

Uncommented css0. It compiles OK.

Moved trix0 so that it compiles OK when uncommented. Uncommented
it. Drivers with the same interrupt handler mu

Fixed some stale comments about console drivers.

Uncommented css0. It compiles OK.

Moved trix0 so that it compiles OK when uncommented. Uncommented
it. Drivers with the same interrupt handler must be together in
config files so that config(8)'s simple avoidance of redundant
declarations of interrupt handlers works (config emits a declaration
unless it would duplicate the previous one).

Commented out NO_LKM. Negative options should not be configured
in LINT. There should be no negative options for subsystems.
LKMs should never have been standard or the default.

show more ...


1...<<11121314151617181920>>...63