Go to file
cgd cb0064c67c First steps in removing config_scan() and the hacks that gave devices
on indirect-config busses a (permanent) softc that they could share
between 'match' and 'attach' routines:

Check for a new definition, __BROKEN_INDIRECT_CONFIG, and if it is _not_
defined:
        define match functions to take a struct cfdata * as their second
	argument, config_search() to take a struct cfdata * as its second
	argument, and config_{root,}search() to return struct cfdata *.

        remove 'cd_indirect' cfdriver element.

        remove config_scan().

Ports will define __BROKEN_INDIRECT_CONFIG until their drivers prototypes
are updated to work with the new definitions, and until it is sure that
their indirect-config drivers do not assume that they have a softc
in their match routine.
1996-12-05 00:08:11 +00:00
bin - fix parsing bug reported by mycroft: ! was only recognized in the beginning 1996-11-25 20:22:00 +00:00
distrib add libwrap manpage 1996-12-04 06:49:24 +00:00
etc add inetd_flags, mostly from <jbernard@tater.Mines.EDU> in pr#2987 1996-12-04 12:55:33 +00:00
games nuke 'the the' typo 1996-12-04 00:21:29 +00:00
gnu nuke 'the the' typo 1996-12-04 00:11:23 +00:00
include patches from Tom I Helbekkmo <tih@nhh.no> to deal with type-size issues, 1996-11-30 18:01:52 +00:00
lib turn on PROCESS_OPTIONS, and link in hosts.allow.5, hosts.deny.5, hosts_ctl.3, 1996-12-04 13:34:27 +00:00
libexec Fix newline/carriage return handling during login. 1996-12-01 00:44:48 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Make sure to byte-swap all of the relevant fields; especially c_flags. 1996-12-04 03:54:04 +00:00
share misc. updates and fixes from LBL version (bpf-1.1). 1996-12-04 04:46:04 +00:00
sys First steps in removing config_scan() and the hacks that gave devices 1996-12-05 00:08:11 +00:00
usr.bin remove stray $Id$ string 1996-11-30 01:53:51 +00:00
usr.sbin amd works on the alpha now, so build it unconditionally. 1996-12-04 23:00:35 +00:00
Makefile All of domestic/lib now builds without errors, so we build it all. 1996-11-27 02:04:06 +00:00