Searched hist:1.45 (Results 1 - 25 of 2833) sorted by relevance

1234567891011>>

/src/sys/dev/usb/
H A DTODO1.45 Wed Jun 25 21:23:03 GMT 2014 skrll branches: 1.45.2; 1.45.4; 1.45.10; 1.45.28;
Remove a couple of items

1.45 Wed Jun 25 21:23:03 GMT 2014 skrll branches: 1.45.2; 1.45.4; 1.45.10; 1.45.28;
Remove a couple of items

1.45 Wed Jun 25 21:23:03 GMT 2014 skrll branches: 1.45.2; 1.45.4; 1.45.10; 1.45.28;
Remove a couple of items

1.45 Wed Jun 25 21:23:03 GMT 2014 skrll branches: 1.45.2; 1.45.4; 1.45.10; 1.45.28;
Remove a couple of items

1.45 Wed Jun 25 21:23:03 GMT 2014 skrll branches: 1.45.2; 1.45.4; 1.45.10; 1.45.28;
Remove a couple of items

/src/lib/libc/stdlib/
H A Dposix_openpt.31.9 Tue Oct 04 01:46:18 GMT 2022 gutteridge posix_openpt.3: reflect changes from r. 1.45 of tty_ptm.c

/src/sys/arch/pmax/pmax/
H A Ddisksubr.c1.45 Tue Mar 06 22:31:36 GMT 2007 simonb branches: 1.45.2; 1.45.10; 1.45.18; 1.45.20; 1.45.22;
Fix some caddr_t rototill fallout.

Some from Erik Bertelsen on port-pmax@.

1.45 Tue Mar 06 22:31:36 GMT 2007 simonb branches: 1.45.2; 1.45.10; 1.45.18; 1.45.20; 1.45.22;
Fix some caddr_t rototill fallout.

Some from Erik Bertelsen on port-pmax@.

1.45 Tue Mar 06 22:31:36 GMT 2007 simonb branches: 1.45.2; 1.45.10; 1.45.18; 1.45.20; 1.45.22;
Fix some caddr_t rototill fallout.

Some from Erik Bertelsen on port-pmax@.

1.45 Tue Mar 06 22:31:36 GMT 2007 simonb branches: 1.45.2; 1.45.10; 1.45.18; 1.45.20; 1.45.22;
Fix some caddr_t rototill fallout.

Some from Erik Bertelsen on port-pmax@.

1.45 Tue Mar 06 22:31:36 GMT 2007 simonb branches: 1.45.2; 1.45.10; 1.45.18; 1.45.20; 1.45.22;
Fix some caddr_t rototill fallout.

Some from Erik Bertelsen on port-pmax@.

1.45 Tue Mar 06 22:31:36 GMT 2007 simonb branches: 1.45.2; 1.45.10; 1.45.18; 1.45.20; 1.45.22;
Fix some caddr_t rototill fallout.

Some from Erik Bertelsen on port-pmax@.

/src/sys/arch/amiga/dev/
H A Dzssc.c1.45 Sat Oct 27 17:17:32 GMT 2012 chs branches: 1.45.18; 1.45.28; 1.45.30; 1.45.38; 1.45.42;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

1.45 Sat Oct 27 17:17:32 GMT 2012 chs branches: 1.45.18; 1.45.28; 1.45.30; 1.45.38; 1.45.42;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

1.45 Sat Oct 27 17:17:32 GMT 2012 chs branches: 1.45.18; 1.45.28; 1.45.30; 1.45.38; 1.45.42;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

1.45 Sat Oct 27 17:17:32 GMT 2012 chs branches: 1.45.18; 1.45.28; 1.45.30; 1.45.38; 1.45.42;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

1.45 Sat Oct 27 17:17:32 GMT 2012 chs branches: 1.45.18; 1.45.28; 1.45.30; 1.45.38; 1.45.42;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

1.45 Sat Oct 27 17:17:32 GMT 2012 chs branches: 1.45.18; 1.45.28; 1.45.30; 1.45.38; 1.45.42;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.

H A Dif_le.c1.45 Tue Jan 19 22:06:19 GMT 2010 pooka branches: 1.45.12; 1.45.22; 1.45.26;
Redefine bpf linkage through an always present op vector, i.e.
#if NBPFILTER is no longer required in the client. This change
doesn't yet add support for loading bpf as a module, since drivers
can register before bpf is attached. However, callers of bpf can
now be modularized.

Dynamically loadable bpf could probably be done fairly easily with
coordination from the stub driver and the real driver by registering
attachments in the stub before the real driver is loaded and doing
a handoff. ... and I'm not going to ponder the depths of unload
here.

Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.

1.45 Tue Jan 19 22:06:19 GMT 2010 pooka branches: 1.45.12; 1.45.22; 1.45.26;
Redefine bpf linkage through an always present op vector, i.e.
#if NBPFILTER is no longer required in the client. This change
doesn't yet add support for loading bpf as a module, since drivers
can register before bpf is attached. However, callers of bpf can
now be modularized.

Dynamically loadable bpf could probably be done fairly easily with
coordination from the stub driver and the real driver by registering
attachments in the stub before the real driver is loaded and doing
a handoff. ... and I'm not going to ponder the depths of unload
here.

Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.

1.45 Tue Jan 19 22:06:19 GMT 2010 pooka branches: 1.45.12; 1.45.22; 1.45.26;
Redefine bpf linkage through an always present op vector, i.e.
#if NBPFILTER is no longer required in the client. This change
doesn't yet add support for loading bpf as a module, since drivers
can register before bpf is attached. However, callers of bpf can
now be modularized.

Dynamically loadable bpf could probably be done fairly easily with
coordination from the stub driver and the real driver by registering
attachments in the stub before the real driver is loaded and doing
a handoff. ... and I'm not going to ponder the depths of unload
here.

Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.

1.45 Tue Jan 19 22:06:19 GMT 2010 pooka branches: 1.45.12; 1.45.22; 1.45.26;
Redefine bpf linkage through an always present op vector, i.e.
#if NBPFILTER is no longer required in the client. This change
doesn't yet add support for loading bpf as a module, since drivers
can register before bpf is attached. However, callers of bpf can
now be modularized.

Dynamically loadable bpf could probably be done fairly easily with
coordination from the stub driver and the real driver by registering
attachments in the stub before the real driver is loaded and doing
a handoff. ... and I'm not going to ponder the depths of unload
here.

Tested with i386/MONOLITHIC, modified MONOLITHIC without bpf and rump.

/src/sys/arch/vax/vax/
H A Ddisksubr.c1.45 Wed Oct 17 19:57:59 GMT 2007 garbled branches: 1.45.2; 1.45.4; 1.45.8;
Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

1.45 Wed Oct 17 19:57:59 GMT 2007 garbled branches: 1.45.2; 1.45.4; 1.45.8;
Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

1.45 Wed Oct 17 19:57:59 GMT 2007 garbled branches: 1.45.2; 1.45.4; 1.45.8;
Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

1.45 Wed Oct 17 19:57:59 GMT 2007 garbled branches: 1.45.2; 1.45.4; 1.45.8;
Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

/src/sys/arch/x86/x86/
H A Dmultiboot2.c1.1 Fri Oct 18 01:38:28 GMT 2019 manu Multiboot2 kernel support for i386

That implementation works either with BIOS or UEFI bootstrap

This requires the following kernel changes:

Add UEFI boot services and I/O method protoypes
src/sys/arch/x86/include/efi.h 1.8 - 1.9

Fix EFI system table mapping in virtual space
src/sys/arch/x86/x86/efi.c 1.19 - 1.20

Make sure no bioscall is issued when booting off UEFI system
src/sys/arch/i386/i386/machdep.c 1.821 - 1.822
src/sys/arch/i386/pci/piixpcib.c 1.22 - 1.23

And the following bootstrap changes:

Add kernel symbols for multiboot1
src/sys/arch/i386/stand/lib/exec_multiboot1.c 1.2 - 1.3
src/sys/arch/i386/stand/lib/libi386.h 1.45 - 1.47

Fix kernel symbols for multiboot2
src/sys/arch/i386/stand/lib/exec_multiboot2.c 1.2 - 1.3

/src/sys/compat/linux/common/
H A Dlinux_socketcall.c1.45 Sun Nov 09 17:48:08 GMT 2014 maxv branches: 1.45.2; 1.45.4; 1.45.6;
Do not uselessly include <sys/malloc.h>.

1.45 Sun Nov 09 17:48:08 GMT 2014 maxv branches: 1.45.2; 1.45.4; 1.45.6;
Do not uselessly include <sys/malloc.h>.

1.45 Sun Nov 09 17:48:08 GMT 2014 maxv branches: 1.45.2; 1.45.4; 1.45.6;
Do not uselessly include <sys/malloc.h>.

1.45 Sun Nov 09 17:48:08 GMT 2014 maxv branches: 1.45.2; 1.45.4; 1.45.6;
Do not uselessly include <sys/malloc.h>.

/src/sys/arch/sparc/include/
H A Dautoconf.h1.45 Tue Feb 12 17:30:58 GMT 2008 joerg branches: 1.45.6; 1.45.8; 1.45.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.45 Tue Feb 12 17:30:58 GMT 2008 joerg branches: 1.45.6; 1.45.8; 1.45.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.45 Tue Feb 12 17:30:58 GMT 2008 joerg branches: 1.45.6; 1.45.8; 1.45.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.45 Tue Feb 12 17:30:58 GMT 2008 joerg branches: 1.45.6; 1.45.8; 1.45.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/hp300/include/
H A Dparam.h1.45 Sat Aug 28 19:46:41 GMT 2004 thorpej branches: 1.45.10; 1.45.12; 1.45.14;
De-__P

1.45 Sat Aug 28 19:46:41 GMT 2004 thorpej branches: 1.45.10; 1.45.12; 1.45.14;
De-__P

1.45 Sat Aug 28 19:46:41 GMT 2004 thorpej branches: 1.45.10; 1.45.12; 1.45.14;
De-__P

1.45 Sat Aug 28 19:46:41 GMT 2004 thorpej branches: 1.45.10; 1.45.12; 1.45.14;
De-__P

/src/sys/arch/i386/stand/lib/
H A Dexec_multiboot2.c1.3 Fri Oct 18 01:15:54 GMT 2019 manu branches: 1.3.8;
Fix kernel symbols for multiboot2

Previous version just provided the ELF section table, which is correct
as far as the multiboot 2 specification is concerned.

But in order to retreive kernel symboles, the NetBSD kernelneeds symbol
table and string table sections to be loaded in memory, and have an
address set in the section table.

Requires change: Add kernel symbols for multiboot1
src/sys/arch/i386/stand/lib/exec_multiboot1.c 1.2 - 1.3
src/sys/arch/i386/stand/lib/libi386.h 1.45 - 1.46

/src/lib/libm/src/
H A Dk_tan.c1.12 Thu Jul 22 18:24:09 GMT 2004 drochner pull in an accuracy fix for corner cases from FDLIBM 5.3
(affects large arguments which are close to N*Pi+Pi/2):
2. k_tan.c error was > 1 ulp target for FDLIBM
5.2: Worst error at least 1.45 ulp at
tan(1.7765241907548024E+269) = 1.7733884462610958E+16
5.3: Worst error 0.96 ulp

/src/distrib/notes/amiga/
H A Dhardware1.45 Mon Sep 06 18:56:16 GMT 2004 is branches: 1.45.26; 1.45.34; 1.45.36;
Clarify Apollo-accelerator-modifed-mainboard-SCSI vs.
Apollo-accelerator-provided-SCSI support status.

1.45 Mon Sep 06 18:56:16 GMT 2004 is branches: 1.45.26; 1.45.34; 1.45.36;
Clarify Apollo-accelerator-modifed-mainboard-SCSI vs.
Apollo-accelerator-provided-SCSI support status.

1.45 Mon Sep 06 18:56:16 GMT 2004 is branches: 1.45.26; 1.45.34; 1.45.36;
Clarify Apollo-accelerator-modifed-mainboard-SCSI vs.
Apollo-accelerator-provided-SCSI support status.

1.45 Mon Sep 06 18:56:16 GMT 2004 is branches: 1.45.26; 1.45.34; 1.45.36;
Clarify Apollo-accelerator-modifed-mainboard-SCSI vs.
Apollo-accelerator-provided-SCSI support status.

/src/sys/arch/sun3/conf/
H A DRAMDISK1.45 Sun Feb 05 05:02:06 GMT 2006 cube branches: 1.45.24; 1.45.32; 1.45.36; 1.45.38;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

1.45 Sun Feb 05 05:02:06 GMT 2006 cube branches: 1.45.24; 1.45.32; 1.45.36; 1.45.38;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

1.45 Sun Feb 05 05:02:06 GMT 2006 cube branches: 1.45.24; 1.45.32; 1.45.36; 1.45.38;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

1.45 Sun Feb 05 05:02:06 GMT 2006 cube branches: 1.45.24; 1.45.32; 1.45.36; 1.45.38;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

1.45 Sun Feb 05 05:02:06 GMT 2006 cube branches: 1.45.24; 1.45.32; 1.45.36; 1.45.38;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).

/src/sys/dev/pci/
H A Dif_ep_pci.c1.45 Thu Nov 16 01:33:08 GMT 2006 christos branches: 1.45.8; 1.45.22; 1.45.24; 1.45.28;
__unused removal on arguments; approved by core.

1.45 Thu Nov 16 01:33:08 GMT 2006 christos branches: 1.45.8; 1.45.22; 1.45.24; 1.45.28;
__unused removal on arguments; approved by core.

1.45 Thu Nov 16 01:33:08 GMT 2006 christos branches: 1.45.8; 1.45.22; 1.45.24; 1.45.28;
__unused removal on arguments; approved by core.

1.45 Thu Nov 16 01:33:08 GMT 2006 christos branches: 1.45.8; 1.45.22; 1.45.24; 1.45.28;
__unused removal on arguments; approved by core.

1.45 Thu Nov 16 01:33:08 GMT 2006 christos branches: 1.45.8; 1.45.22; 1.45.24; 1.45.28;
__unused removal on arguments; approved by core.

/src/sys/arch/macppc/stand/ofwboot/
H A DMakefile1.45 Sun Dec 11 00:18:06 GMT 2005 christos branches: 1.45.74; 1.45.76; 1.45.78; 1.45.80;
merge ktrace-lwp.

1.45 Sun Dec 11 00:18:06 GMT 2005 christos branches: 1.45.74; 1.45.76; 1.45.78; 1.45.80;
merge ktrace-lwp.

1.45 Sun Dec 11 00:18:06 GMT 2005 christos branches: 1.45.74; 1.45.76; 1.45.78; 1.45.80;
merge ktrace-lwp.

1.45 Sun Dec 11 00:18:06 GMT 2005 christos branches: 1.45.74; 1.45.76; 1.45.78; 1.45.80;
merge ktrace-lwp.

1.45 Sun Dec 11 00:18:06 GMT 2005 christos branches: 1.45.74; 1.45.76; 1.45.78; 1.45.80;
merge ktrace-lwp.

/src/sys/arch/sparc/conf/
H A DKRUPS1.45 Mon Dec 31 15:32:06 GMT 2007 ad branches: 1.45.6; 1.45.10; 1.45.16; 1.45.18; 1.45.20; 1.45.24;
Remove systrace. Ok core@.

1.45 Mon Dec 31 15:32:06 GMT 2007 ad branches: 1.45.6; 1.45.10; 1.45.16; 1.45.18; 1.45.20; 1.45.24;
Remove systrace. Ok core@.

1.45 Mon Dec 31 15:32:06 GMT 2007 ad branches: 1.45.6; 1.45.10; 1.45.16; 1.45.18; 1.45.20; 1.45.24;
Remove systrace. Ok core@.

1.45 Mon Dec 31 15:32:06 GMT 2007 ad branches: 1.45.6; 1.45.10; 1.45.16; 1.45.18; 1.45.20; 1.45.24;
Remove systrace. Ok core@.

1.45 Mon Dec 31 15:32:06 GMT 2007 ad branches: 1.45.6; 1.45.10; 1.45.16; 1.45.18; 1.45.20; 1.45.24;
Remove systrace. Ok core@.

1.45 Mon Dec 31 15:32:06 GMT 2007 ad branches: 1.45.6; 1.45.10; 1.45.16; 1.45.18; 1.45.20; 1.45.24;
Remove systrace. Ok core@.

1.45 Mon Dec 31 15:32:06 GMT 2007 ad branches: 1.45.6; 1.45.10; 1.45.16; 1.45.18; 1.45.20; 1.45.24;
Remove systrace. Ok core@.

/src/sys/arch/arm/iomd/
H A Dvidcaudio.c1.45 Thu Feb 22 05:14:05 GMT 2007 thorpej branches: 1.45.2; 1.45.22; 1.45.24; 1.45.40; 1.45.44;
TRUE -> true, FALSE -> false

1.45 Thu Feb 22 05:14:05 GMT 2007 thorpej branches: 1.45.2; 1.45.22; 1.45.24; 1.45.40; 1.45.44;
TRUE -> true, FALSE -> false

1.45 Thu Feb 22 05:14:05 GMT 2007 thorpej branches: 1.45.2; 1.45.22; 1.45.24; 1.45.40; 1.45.44;
TRUE -> true, FALSE -> false

1.45 Thu Feb 22 05:14:05 GMT 2007 thorpej branches: 1.45.2; 1.45.22; 1.45.24; 1.45.40; 1.45.44;
TRUE -> true, FALSE -> false

1.45 Thu Feb 22 05:14:05 GMT 2007 thorpej branches: 1.45.2; 1.45.22; 1.45.24; 1.45.40; 1.45.44;
TRUE -> true, FALSE -> false

1.45 Thu Feb 22 05:14:05 GMT 2007 thorpej branches: 1.45.2; 1.45.22; 1.45.24; 1.45.40; 1.45.44;
TRUE -> true, FALSE -> false

/src/sys/arch/acorn32/conf/
H A DNC1.45 Sun Oct 22 14:15:51 GMT 2006 bjh21 branches: 1.45.24; 1.45.28; 1.45.30; 1.45.36; 1.45.44;
The sec(4) and ei(4) drivers appear to work on acorn32. Use them in preference
to the MD asc(4) and ie(4) drivers.

1.45 Sun Oct 22 14:15:51 GMT 2006 bjh21 branches: 1.45.24; 1.45.28; 1.45.30; 1.45.36; 1.45.44;
The sec(4) and ei(4) drivers appear to work on acorn32. Use them in preference
to the MD asc(4) and ie(4) drivers.

1.45 Sun Oct 22 14:15:51 GMT 2006 bjh21 branches: 1.45.24; 1.45.28; 1.45.30; 1.45.36; 1.45.44;
The sec(4) and ei(4) drivers appear to work on acorn32. Use them in preference
to the MD asc(4) and ie(4) drivers.

1.45 Sun Oct 22 14:15:51 GMT 2006 bjh21 branches: 1.45.24; 1.45.28; 1.45.30; 1.45.36; 1.45.44;
The sec(4) and ei(4) drivers appear to work on acorn32. Use them in preference
to the MD asc(4) and ie(4) drivers.

1.45 Sun Oct 22 14:15:51 GMT 2006 bjh21 branches: 1.45.24; 1.45.28; 1.45.30; 1.45.36; 1.45.44;
The sec(4) and ei(4) drivers appear to work on acorn32. Use them in preference
to the MD asc(4) and ie(4) drivers.

1.45 Sun Oct 22 14:15:51 GMT 2006 bjh21 branches: 1.45.24; 1.45.28; 1.45.30; 1.45.36; 1.45.44;
The sec(4) and ei(4) drivers appear to work on acorn32. Use them in preference
to the MD asc(4) and ie(4) drivers.

/src/sys/arch/vax/include/
H A Dmacros.h1.45 Sat Oct 01 16:06:24 GMT 2011 chs branches: 1.45.12; 1.45.30;
use gcc builtin for memset() on vax too.

1.45 Sat Oct 01 16:06:24 GMT 2011 chs branches: 1.45.12; 1.45.30;
use gcc builtin for memset() on vax too.

1.45 Sat Oct 01 16:06:24 GMT 2011 chs branches: 1.45.12; 1.45.30;
use gcc builtin for memset() on vax too.

H A Dvmparam.h1.45 Fri Mar 06 20:31:53 GMT 2009 joerg branches: 1.45.2; 1.45.4;
Remove SHMMAXPGS from all kernel configs. Dynamically compute the
initial limit as 1/4 of the physical memory. Ensure the limit is at
least 1024 pages, the old default on most platforms.

1.45 Fri Mar 06 20:31:53 GMT 2009 joerg branches: 1.45.2; 1.45.4;
Remove SHMMAXPGS from all kernel configs. Dynamically compute the
initial limit as 1/4 of the physical memory. Ensure the limit is at
least 1024 pages, the old default on most platforms.

1.45 Fri Mar 06 20:31:53 GMT 2009 joerg branches: 1.45.2; 1.45.4;
Remove SHMMAXPGS from all kernel configs. Dynamically compute the
initial limit as 1/4 of the physical memory. Ensure the limit is at
least 1024 pages, the old default on most platforms.

/src/sys/arch/pmax/include/
H A Dparam.h1.45 Fri Mar 18 16:28:51 GMT 2011 tsutsui branches: 1.45.54; 1.45.56;
- include <mips/mips_param.h> after MACHINE is defined
- remove redundant comment

1.45 Fri Mar 18 16:28:51 GMT 2011 tsutsui branches: 1.45.54; 1.45.56;
- include <mips/mips_param.h> after MACHINE is defined
- remove redundant comment

1.45 Fri Mar 18 16:28:51 GMT 2011 tsutsui branches: 1.45.54; 1.45.56;
- include <mips/mips_param.h> after MACHINE is defined
- remove redundant comment

/src/sys/arch/hpcmips/vr/
H A Dvrgiu.c1.45 Sat Apr 24 23:36:38 GMT 2021 thorpej branches: 1.45.2; 1.45.4;
Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

1.45 Sat Apr 24 23:36:38 GMT 2021 thorpej branches: 1.45.2; 1.45.4;
Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

1.45 Sat Apr 24 23:36:38 GMT 2021 thorpej branches: 1.45.2; 1.45.4;
Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).

/src/sys/arch/i386/isa/
H A Dmms.c1.45 Sun Feb 19 14:59:22 GMT 2006 thorpej branches: 1.45.14; 1.45.16;
Use aprint_*().

1.45 Sun Feb 19 14:59:22 GMT 2006 thorpej branches: 1.45.14; 1.45.16;
Use aprint_*().

1.45 Sun Feb 19 14:59:22 GMT 2006 thorpej branches: 1.45.14; 1.45.16;
Use aprint_*().

/src/lib/libc/sys/
H A Dintro.21.45 Tue Oct 31 00:38:07 GMT 2006 cbiere branches: 1.45.2; 1.45.6;
Changed error message of ENOPROTOOPT to "Protocol option not available".

1.45 Tue Oct 31 00:38:07 GMT 2006 cbiere branches: 1.45.2; 1.45.6;
Changed error message of ENOPROTOOPT to "Protocol option not available".

1.45 Tue Oct 31 00:38:07 GMT 2006 cbiere branches: 1.45.2; 1.45.6;
Changed error message of ENOPROTOOPT to "Protocol option not available".

Completed in 102 milliseconds

1234567891011>>