Searched hist:1.74 (Results 1 - 25 of 1406) sorted by relevance

1234567891011>>

/src/sys/compat/sunos32/
H A Dsunos32_misc.c1.74 Sun Feb 12 16:34:11 GMT 2012 matt branches: 1.74.2; 1.74.6; 1.74.8; 1.74.16; 1.74.22; 1.74.24; 1.74.28;
Change old-style function defintions to C89 prototypes.

Approved by releng.

1.74 Sun Feb 12 16:34:11 GMT 2012 matt branches: 1.74.2; 1.74.6; 1.74.8; 1.74.16; 1.74.22; 1.74.24; 1.74.28;
Change old-style function defintions to C89 prototypes.

Approved by releng.

1.74 Sun Feb 12 16:34:11 GMT 2012 matt branches: 1.74.2; 1.74.6; 1.74.8; 1.74.16; 1.74.22; 1.74.24; 1.74.28;
Change old-style function defintions to C89 prototypes.

Approved by releng.

1.74 Sun Feb 12 16:34:11 GMT 2012 matt branches: 1.74.2; 1.74.6; 1.74.8; 1.74.16; 1.74.22; 1.74.24; 1.74.28;
Change old-style function defintions to C89 prototypes.

Approved by releng.

1.74 Sun Feb 12 16:34:11 GMT 2012 matt branches: 1.74.2; 1.74.6; 1.74.8; 1.74.16; 1.74.22; 1.74.24; 1.74.28;
Change old-style function defintions to C89 prototypes.

Approved by releng.

1.74 Sun Feb 12 16:34:11 GMT 2012 matt branches: 1.74.2; 1.74.6; 1.74.8; 1.74.16; 1.74.22; 1.74.24; 1.74.28;
Change old-style function defintions to C89 prototypes.

Approved by releng.

1.74 Sun Feb 12 16:34:11 GMT 2012 matt branches: 1.74.2; 1.74.6; 1.74.8; 1.74.16; 1.74.22; 1.74.24; 1.74.28;
Change old-style function defintions to C89 prototypes.

Approved by releng.

1.74 Sun Feb 12 16:34:11 GMT 2012 matt branches: 1.74.2; 1.74.6; 1.74.8; 1.74.16; 1.74.22; 1.74.24; 1.74.28;
Change old-style function defintions to C89 prototypes.

Approved by releng.

/src/sys/dev/ic/
H A Dlpt.c1.74 Fri Mar 07 17:15:51 GMT 2008 cube branches: 1.74.2; 1.74.4; 1.74.6; 1.74.8;
Split the softc from the device_t for all lpt(4) variants and attachments
except the ppbus stuff (which doesn't compile) and ulpt(4) which is
unrelated and can be dealt with separately.

As usual, it comes with related cosmetic changes.

1.74 Fri Mar 07 17:15:51 GMT 2008 cube branches: 1.74.2; 1.74.4; 1.74.6; 1.74.8;
Split the softc from the device_t for all lpt(4) variants and attachments
except the ppbus stuff (which doesn't compile) and ulpt(4) which is
unrelated and can be dealt with separately.

As usual, it comes with related cosmetic changes.

1.74 Fri Mar 07 17:15:51 GMT 2008 cube branches: 1.74.2; 1.74.4; 1.74.6; 1.74.8;
Split the softc from the device_t for all lpt(4) variants and attachments
except the ppbus stuff (which doesn't compile) and ulpt(4) which is
unrelated and can be dealt with separately.

As usual, it comes with related cosmetic changes.

1.74 Fri Mar 07 17:15:51 GMT 2008 cube branches: 1.74.2; 1.74.4; 1.74.6; 1.74.8;
Split the softc from the device_t for all lpt(4) variants and attachments
except the ppbus stuff (which doesn't compile) and ulpt(4) which is
unrelated and can be dealt with separately.

As usual, it comes with related cosmetic changes.

1.74 Fri Mar 07 17:15:51 GMT 2008 cube branches: 1.74.2; 1.74.4; 1.74.6; 1.74.8;
Split the softc from the device_t for all lpt(4) variants and attachments
except the ppbus stuff (which doesn't compile) and ulpt(4) which is
unrelated and can be dealt with separately.

As usual, it comes with related cosmetic changes.

H A Dne2000.c1.74 Sun Aug 11 00:34:16 GMT 2013 rkujawa branches: 1.74.28; 1.74.30;
Add support for AX88796(B) variant.

1.74 Sun Aug 11 00:34:16 GMT 2013 rkujawa branches: 1.74.28; 1.74.30;
Add support for AX88796(B) variant.

1.74 Sun Aug 11 00:34:16 GMT 2013 rkujawa branches: 1.74.28; 1.74.30;
Add support for AX88796(B) variant.

H A Dam7990.c1.74 Thu Feb 02 19:43:02 GMT 2012 tls branches: 1.74.6; 1.74.24;
Entropy-pool implementation move and cleanup.

1) Move core entropy-pool code and source/sink/sample management code
to sys/kern from sys/dev.

2) Remove use of NRND as test for presence of entropy-pool code throughout
source tree.

3) Remove use of RND_ENABLED in device drivers as microoptimization to
avoid expensive operations on disabled entropy sources; make the
rnd_add calls do this directly so all callers benefit.

4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might
have lead to slight entropy overestimation for some sources.

5) Add new source types for environmental sensors, power sensors, VM
system events, and skew between clocks, with a sample implementation
for each.

ok releng to go in before the branch due to the difficulty of later
pullup (widespread #ifdef removal and moved files). Tested with release
builds on amd64 and evbarm and live testing on amd64.

1.74 Thu Feb 02 19:43:02 GMT 2012 tls branches: 1.74.6; 1.74.24;
Entropy-pool implementation move and cleanup.

1) Move core entropy-pool code and source/sink/sample management code
to sys/kern from sys/dev.

2) Remove use of NRND as test for presence of entropy-pool code throughout
source tree.

3) Remove use of RND_ENABLED in device drivers as microoptimization to
avoid expensive operations on disabled entropy sources; make the
rnd_add calls do this directly so all callers benefit.

4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might
have lead to slight entropy overestimation for some sources.

5) Add new source types for environmental sensors, power sensors, VM
system events, and skew between clocks, with a sample implementation
for each.

ok releng to go in before the branch due to the difficulty of later
pullup (widespread #ifdef removal and moved files). Tested with release
builds on amd64 and evbarm and live testing on amd64.

1.74 Thu Feb 02 19:43:02 GMT 2012 tls branches: 1.74.6; 1.74.24;
Entropy-pool implementation move and cleanup.

1) Move core entropy-pool code and source/sink/sample management code
to sys/kern from sys/dev.

2) Remove use of NRND as test for presence of entropy-pool code throughout
source tree.

3) Remove use of RND_ENABLED in device drivers as microoptimization to
avoid expensive operations on disabled entropy sources; make the
rnd_add calls do this directly so all callers benefit.

4) Fix bug in recent rnd_add_data()/rnd_add_uint32() changes that might
have lead to slight entropy overestimation for some sources.

5) Add new source types for environmental sensors, power sensors, VM
system events, and skew between clocks, with a sample implementation
for each.

ok releng to go in before the branch due to the difficulty of later
pullup (widespread #ifdef removal and moved files). Tested with release
builds on amd64 and evbarm and live testing on amd64.

H A Dbha.c1.74 Sat Nov 13 13:52:00 GMT 2010 uebayasi branches: 1.74.8; 1.74.18;
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
some other constants. These are provided by sys/param.h now.

1.74 Sat Nov 13 13:52:00 GMT 2010 uebayasi branches: 1.74.8; 1.74.18;
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
some other constants. These are provided by sys/param.h now.

1.74 Sat Nov 13 13:52:00 GMT 2010 uebayasi branches: 1.74.8; 1.74.18;
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
some other constants. These are provided by sys/param.h now.

/src/sys/compat/ultrix/
H A Dultrix_sysent.c1.74 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.74.2; 1.74.4;
Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>

1.74 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.74.2; 1.74.4;
Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>

1.74 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.74.2; 1.74.4;
Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>

/src/sys/compat/linux/arch/m68k/
H A Dlinux_sysent.c1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)
1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)
1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)
1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)
1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)
1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)
H A Dlinux_syscalls.c1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)
1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)
1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)
1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)
1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)
1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)
H A Dlinux_syscall.h1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)

1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)

1.74 Mon Dec 14 00:58:36 GMT 2009 matt branches: 1.74.2; 1.74.4;
Regen (new makesyscalls.sh)

/src/sys/arch/sparc64/dev/
H A Dzs.c1.74 Sat Oct 27 17:18:12 GMT 2012 chs branches: 1.74.12; 1.74.14; 1.74.16;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

1.74 Sat Oct 27 17:18:12 GMT 2012 chs branches: 1.74.12; 1.74.14; 1.74.16;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

1.74 Sat Oct 27 17:18:12 GMT 2012 chs branches: 1.74.12; 1.74.14; 1.74.16;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

1.74 Sat Oct 27 17:18:12 GMT 2012 chs branches: 1.74.12; 1.74.14; 1.74.16;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

/src/sys/arch/sun3/sun3/
H A Dautoconf.c1.74 Tue Feb 12 17:30:58 GMT 2008 joerg branches: 1.74.6; 1.74.8; 1.74.10;
Introduce device_find_by_xname and device_find_by_driver_unit to replace
alldevs iterations all over src.

Patch discussed with and improved on suggestioned from cube@.

1.74 Tue Feb 12 17:30:58 GMT 2008 joerg branches: 1.74.6; 1.74.8; 1.74.10;
Introduce device_find_by_xname and device_find_by_driver_unit to replace
alldevs iterations all over src.

Patch discussed with and improved on suggestioned from cube@.

1.74 Tue Feb 12 17:30:58 GMT 2008 joerg branches: 1.74.6; 1.74.8; 1.74.10;
Introduce device_find_by_xname and device_find_by_driver_unit to replace
alldevs iterations all over src.

Patch discussed with and improved on suggestioned from cube@.

1.74 Tue Feb 12 17:30:58 GMT 2008 joerg branches: 1.74.6; 1.74.8; 1.74.10;
Introduce device_find_by_xname and device_find_by_driver_unit to replace
alldevs iterations all over src.

Patch discussed with and improved on suggestioned from cube@.

/src/sys/arch/atari/conf/
H A DMakefile.atari1.74 Mon Oct 19 13:40:28 GMT 2009 tsutsui branches: 1.74.4; 1.74.6; 1.74.8;
Switch the atari port to the common m68k/m68k/pmap_motorola.c, at last.

1.74 Mon Oct 19 13:40:28 GMT 2009 tsutsui branches: 1.74.4; 1.74.6; 1.74.8;
Switch the atari port to the common m68k/m68k/pmap_motorola.c, at last.

1.74 Mon Oct 19 13:40:28 GMT 2009 tsutsui branches: 1.74.4; 1.74.6; 1.74.8;
Switch the atari port to the common m68k/m68k/pmap_motorola.c, at last.

1.74 Mon Oct 19 13:40:28 GMT 2009 tsutsui branches: 1.74.4; 1.74.6; 1.74.8;
Switch the atari port to the common m68k/m68k/pmap_motorola.c, at last.

/src/sys/arch/atari/dev/
H A Dzs.c1.74 Thu Jun 30 20:09:21 GMT 2011 wiz branches: 1.74.2; 1.74.12; 1.74.16;
dependant -> dependent

1.74 Thu Jun 30 20:09:21 GMT 2011 wiz branches: 1.74.2; 1.74.12; 1.74.16;
dependant -> dependent

1.74 Thu Jun 30 20:09:21 GMT 2011 wiz branches: 1.74.2; 1.74.12; 1.74.16;
dependant -> dependent

1.74 Thu Jun 30 20:09:21 GMT 2011 wiz branches: 1.74.2; 1.74.12; 1.74.16;
dependant -> dependent

/src/sys/arch/sparc/sparc/
H A Ddb_interface.c1.74 Mon Nov 05 20:43:04 GMT 2007 ad branches: 1.74.2; 1.74.4; 1.74.8;
Don't set l_usrpri / spc_curpriority here. mi_userret() does it.

1.74 Mon Nov 05 20:43:04 GMT 2007 ad branches: 1.74.2; 1.74.4; 1.74.8;
Don't set l_usrpri / spc_curpriority here. mi_userret() does it.

1.74 Mon Nov 05 20:43:04 GMT 2007 ad branches: 1.74.2; 1.74.4; 1.74.8;
Don't set l_usrpri / spc_curpriority here. mi_userret() does it.

1.74 Mon Nov 05 20:43:04 GMT 2007 ad branches: 1.74.2; 1.74.4; 1.74.8;
Don't set l_usrpri / spc_curpriority here. mi_userret() does it.

/src/sys/arch/amiga/conf/
H A DINSTALL1.74 Sun Nov 12 09:14:32 GMT 2006 jmmv branches: 1.74.2; 1.74.8; 1.74.10; 1.74.16; 1.74.18;
Regen. Per bernd@'s instructions.

1.74 Sun Nov 12 09:14:32 GMT 2006 jmmv branches: 1.74.2; 1.74.8; 1.74.10; 1.74.16; 1.74.18;
Regen. Per bernd@'s instructions.

1.74 Sun Nov 12 09:14:32 GMT 2006 jmmv branches: 1.74.2; 1.74.8; 1.74.10; 1.74.16; 1.74.18;
Regen. Per bernd@'s instructions.

1.74 Sun Nov 12 09:14:32 GMT 2006 jmmv branches: 1.74.2; 1.74.8; 1.74.10; 1.74.16; 1.74.18;
Regen. Per bernd@'s instructions.

1.74 Sun Nov 12 09:14:32 GMT 2006 jmmv branches: 1.74.2; 1.74.8; 1.74.10; 1.74.16; 1.74.18;
Regen. Per bernd@'s instructions.

1.74 Sun Nov 12 09:14:32 GMT 2006 jmmv branches: 1.74.2; 1.74.8; 1.74.10; 1.74.16; 1.74.18;
Regen. Per bernd@'s instructions.

/src/sys/dev/tc/
H A Dsfb.c1.74 Mon Mar 05 21:05:02 GMT 2007 dogcow branches: 1.74.2; 1.74.14; 1.74.16; 1.74.20;
semimechanically convert 'void foo' -> 'void *foo', as part of the continuing
caddr_t fallout.

1.74 Mon Mar 05 21:05:02 GMT 2007 dogcow branches: 1.74.2; 1.74.14; 1.74.16; 1.74.20;
semimechanically convert 'void foo' -> 'void *foo', as part of the continuing
caddr_t fallout.

1.74 Mon Mar 05 21:05:02 GMT 2007 dogcow branches: 1.74.2; 1.74.14; 1.74.16; 1.74.20;
semimechanically convert 'void foo' -> 'void *foo', as part of the continuing
caddr_t fallout.

1.74 Mon Mar 05 21:05:02 GMT 2007 dogcow branches: 1.74.2; 1.74.14; 1.74.16; 1.74.20;
semimechanically convert 'void foo' -> 'void *foo', as part of the continuing
caddr_t fallout.

1.74 Mon Mar 05 21:05:02 GMT 2007 dogcow branches: 1.74.2; 1.74.14; 1.74.16; 1.74.20;
semimechanically convert 'void foo' -> 'void *foo', as part of the continuing
caddr_t fallout.

/src/sys/arch/sun3/conf/
H A DDISKLESS1.74 Thu Sep 14 07:58:43 GMT 2017 mrg branches: 1.74.2; 1.74.4;
clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.

1.74 Thu Sep 14 07:58:43 GMT 2017 mrg branches: 1.74.2; 1.74.4;
clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.

1.74 Thu Sep 14 07:58:43 GMT 2017 mrg branches: 1.74.2; 1.74.4;
clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.

H A Dfiles.sun31.74 Tue May 30 19:19:36 GMT 2006 he branches: 1.74.6; 1.74.8;
Remove local declaration of the 'fb' attribute now that it's declared
globally.

1.74 Tue May 30 19:19:36 GMT 2006 he branches: 1.74.6; 1.74.8;
Remove local declaration of the 'fb' attribute now that it's declared
globally.

1.74 Tue May 30 19:19:36 GMT 2006 he branches: 1.74.6; 1.74.8;
Remove local declaration of the 'fb' attribute now that it's declared
globally.

/src/sys/arch/vax/conf/
H A DINSTALL1.74 Wed Apr 25 11:12:55 GMT 2018 ragge branches: 1.74.2; 1.74.8;
Enable CPU_IN_CKSUM.

1.74 Wed Apr 25 11:12:55 GMT 2018 ragge branches: 1.74.2; 1.74.8;
Enable CPU_IN_CKSUM.

1.74 Wed Apr 25 11:12:55 GMT 2018 ragge branches: 1.74.2; 1.74.8;
Enable CPU_IN_CKSUM.

/src/sys/arch/vax/vax/
H A Dlocore.c1.74 Sun Feb 03 08:37:41 GMT 2008 matt branches: 1.74.2; 1.74.6;
misc type cleanups

1.74 Sun Feb 03 08:37:41 GMT 2008 matt branches: 1.74.2; 1.74.6;
misc type cleanups

1.74 Sun Feb 03 08:37:41 GMT 2008 matt branches: 1.74.2; 1.74.6;
misc type cleanups

/src/sys/arch/powerpc/oea/
H A Doea_machdep.c1.74 Sun Feb 11 00:01:12 GMT 2018 mrg branches: 1.74.2; 1.74.4;
introduce a inline function to set a value to zero while
hiding this fact from GCC. this allows the PPC code that
writes to address zero to actually work rather than cause
GCC to emit an explicit "trap" instruction, which in early
boot means hang on my pegasosII. use this in oae_init()
for both rfid->rfi and also setting the jump-to-zero trap.

found with a lot of debugging, but GCC 6's new warning
-Wnull-dereference found it when i was informed of its
existence. unfortunately, there are dozens of other
violations in our kernel today so simply enabling that
option for everything is not a good idea, but is a goal.

1.74 Sun Feb 11 00:01:12 GMT 2018 mrg branches: 1.74.2; 1.74.4;
introduce a inline function to set a value to zero while
hiding this fact from GCC. this allows the PPC code that
writes to address zero to actually work rather than cause
GCC to emit an explicit "trap" instruction, which in early
boot means hang on my pegasosII. use this in oae_init()
for both rfid->rfi and also setting the jump-to-zero trap.

found with a lot of debugging, but GCC 6's new warning
-Wnull-dereference found it when i was informed of its
existence. unfortunately, there are dozens of other
violations in our kernel today so simply enabling that
option for everything is not a good idea, but is a goal.

1.74 Sun Feb 11 00:01:12 GMT 2018 mrg branches: 1.74.2; 1.74.4;
introduce a inline function to set a value to zero while
hiding this fact from GCC. this allows the PPC code that
writes to address zero to actually work rather than cause
GCC to emit an explicit "trap" instruction, which in early
boot means hang on my pegasosII. use this in oae_init()
for both rfid->rfi and also setting the jump-to-zero trap.

found with a lot of debugging, but GCC 6's new warning
-Wnull-dereference found it when i was informed of its
existence. unfortunately, there are dozens of other
violations in our kernel today so simply enabling that
option for everything is not a good idea, but is a goal.

/src/sys/arch/sparc/conf/
H A DTADPOLE3GX1.74 Mon Feb 05 15:18:11 GMT 2018 maxv branches: 1.74.2; 1.74.4;
Nuke DIRECTED_BROADCAST, it is not documented and not enabled anywhere. It
probably wouldn't have built correctly anyway, since there is no associated
defflag.

These ten lines of code in ip_input.c already look a lot better.

1.74 Mon Feb 05 15:18:11 GMT 2018 maxv branches: 1.74.2; 1.74.4;
Nuke DIRECTED_BROADCAST, it is not documented and not enabled anywhere. It
probably wouldn't have built correctly anyway, since there is no associated
defflag.

These ten lines of code in ip_input.c already look a lot better.

1.74 Mon Feb 05 15:18:11 GMT 2018 maxv branches: 1.74.2; 1.74.4;
Nuke DIRECTED_BROADCAST, it is not documented and not enabled anywhere. It
probably wouldn't have built correctly anyway, since there is no associated
defflag.

These ten lines of code in ip_input.c already look a lot better.

/src/sys/arch/evbarm/integrator/
H A Dintegrator_machdep.c1.74 Sun Aug 18 15:58:20 GMT 2013 matt branches: 1.74.28; 1.74.30;
<arm/locore.h> fallout (fixes some include ordering errors)

1.74 Sun Aug 18 15:58:20 GMT 2013 matt branches: 1.74.28; 1.74.30;
<arm/locore.h> fallout (fixes some include ordering errors)

1.74 Sun Aug 18 15:58:20 GMT 2013 matt branches: 1.74.28; 1.74.30;
<arm/locore.h> fallout (fixes some include ordering errors)

/src/sys/arch/evbsh3/evbsh3/
H A Dmachdep.c1.74 Tue Jul 19 15:44:52 GMT 2011 dyoung branches: 1.74.12; 1.74.26;
Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.

Mark evbsh3/bus.h obsolete.

1.74 Tue Jul 19 15:44:52 GMT 2011 dyoung branches: 1.74.12; 1.74.26;
Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.

Mark evbsh3/bus.h obsolete.

1.74 Tue Jul 19 15:44:52 GMT 2011 dyoung branches: 1.74.12; 1.74.26;
Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.

Mark evbsh3/bus.h obsolete.

/src/sys/arch/pmax/conf/
H A DINSTALL1.74 Tue Dec 13 20:42:20 GMT 2016 christos branches: 1.74.16; 1.74.22;
wildcard speaker attachments, now that we can handle many of them.

1.74 Tue Dec 13 20:42:20 GMT 2016 christos branches: 1.74.16; 1.74.22;
wildcard speaker attachments, now that we can handle many of them.

1.74 Tue Dec 13 20:42:20 GMT 2016 christos branches: 1.74.16; 1.74.22;
wildcard speaker attachments, now that we can handle many of them.

Completed in 134 milliseconds

1234567891011>>