Searched hist:1.44 (Results 1 - 25 of 2944) sorted by relevance

1234567891011>>

/src/sys/arch/ofppc/stand/
H A DMakefile1.2 Wed Apr 16 20:29:01 GMT 1997 thorpej branches: 1.2.64; 1.2.126; 1.2.132;
New OpenFirmware boot code for NetBSD/powerpc, based on Wolfgang's original
NetBSD/powerpc boot program. Highligts:
- Rearrange a bit so that we can sanely add boot programs for
non-OpenFirmware systems.
- Add support for loading compressed kernels (for booting from
1.44M floppies).
- Add support for loading Elf kernels (Elf is the new standard format
for NetBSD/powerpc). (XXX Don't load symbols right now - the code
to do it is there, but I don't particularly like how space for the
symbol table is allocated; I will revisit this soon'ish).

H A DMakefile.inc1.2 Wed Apr 16 20:29:02 GMT 1997 thorpej New OpenFirmware boot code for NetBSD/powerpc, based on Wolfgang's original
NetBSD/powerpc boot program. Highligts:
- Rearrange a bit so that we can sanely add boot programs for
non-OpenFirmware systems.
- Add support for loading compressed kernels (for booting from
1.44M floppies).
- Add support for loading Elf kernels (Elf is the new standard format
for NetBSD/powerpc). (XXX Don't load symbols right now - the code
to do it is there, but I don't particularly like how space for the
symbol table is allocated; I will revisit this soon'ish).

/src/sys/arch/ofppc/stand/ofwboot/
H A Dofdev.h1.1 Wed Apr 16 20:29:22 GMT 1997 thorpej New OpenFirmware boot code for NetBSD/powerpc, based on Wolfgang's original
NetBSD/powerpc boot program. Highligts:
- Rearrange a bit so that we can sanely add boot programs for
non-OpenFirmware systems.
- Add support for loading compressed kernels (for booting from
1.44M floppies).
- Add support for loading Elf kernels (Elf is the new standard format
for NetBSD/powerpc). (XXX Don't load symbols right now - the code
to do it is there, but I don't particularly like how space for the
symbol table is allocated; I will revisit this soon'ish).

H A Dnet.c1.1 Wed Apr 16 20:29:18 GMT 1997 thorpej New OpenFirmware boot code for NetBSD/powerpc, based on Wolfgang's original
NetBSD/powerpc boot program. Highligts:
- Rearrange a bit so that we can sanely add boot programs for
non-OpenFirmware systems.
- Add support for loading compressed kernels (for booting from
1.44M floppies).
- Add support for loading Elf kernels (Elf is the new standard format
for NetBSD/powerpc). (XXX Don't load symbols right now - the code
to do it is there, but I don't particularly like how space for the
symbol table is allocated; I will revisit this soon'ish).

H A Dopenfirm.h1.1 Wed Apr 16 20:29:23 GMT 1997 thorpej New OpenFirmware boot code for NetBSD/powerpc, based on Wolfgang's original
NetBSD/powerpc boot program. Highligts:
- Rearrange a bit so that we can sanely add boot programs for
non-OpenFirmware systems.
- Add support for loading compressed kernels (for booting from
1.44M floppies).
- Add support for loading Elf kernels (Elf is the new standard format
for NetBSD/powerpc). (XXX Don't load symbols right now - the code
to do it is there, but I don't particularly like how space for the
symbol table is allocated; I will revisit this soon'ish).

H A Dnetif_of.c1.1 Wed Apr 16 20:29:19 GMT 1997 thorpej New OpenFirmware boot code for NetBSD/powerpc, based on Wolfgang's original
NetBSD/powerpc boot program. Highligts:
- Rearrange a bit so that we can sanely add boot programs for
non-OpenFirmware systems.
- Add support for loading compressed kernels (for booting from
1.44M floppies).
- Add support for loading Elf kernels (Elf is the new standard format
for NetBSD/powerpc). (XXX Don't load symbols right now - the code
to do it is there, but I don't particularly like how space for the
symbol table is allocated; I will revisit this soon'ish).

/src/sys/arch/powerpc/stand/
H A DMakefile1.2 Wed Apr 16 20:29:01 GMT 1997 thorpej New OpenFirmware boot code for NetBSD/powerpc, based on Wolfgang's original
NetBSD/powerpc boot program. Highligts:
- Rearrange a bit so that we can sanely add boot programs for
non-OpenFirmware systems.
- Add support for loading compressed kernels (for booting from
1.44M floppies).
- Add support for loading Elf kernels (Elf is the new standard format
for NetBSD/powerpc). (XXX Don't load symbols right now - the code
to do it is there, but I don't particularly like how space for the
symbol table is allocated; I will revisit this soon'ish).

/src/lib/libc/stdlib/
H A Dposix_openpt.31.8 Wed Sep 28 00:35:47 GMT 2022 gutteridge posix_openpt.3: reflect flag changes from r. 1.44 of tty_ptm.c

Some flags are now accepted, others are still ignored. (E.g., other
BSDs would return EINVAL if O_RDWR wasn't passed, and we now accept
O_NONBLOCK but not O_CLOEXEC.)

/src/sys/arch/mac68k/obio/
H A Diwm.s1.1 Thu Feb 18 07:38:26 GMT 1999 scottr branches: 1.1.2;
First cut at a floppy disk device driver, for IWM and IWM-compatible
controllers. Supports GCR-encoded disks only (400K and 800K); neither
of the 1.44M formats will work until someone figures out how to drive
the SWIM and its descendants.

This code was written by Hauke Fath, and had only minor touchup (mostly
KNF) by me.

H A Diwmreg.h1.1 Thu Feb 18 07:38:26 GMT 1999 scottr First cut at a floppy disk device driver, for IWM and IWM-compatible
controllers. Supports GCR-encoded disks only (400K and 800K); neither
of the 1.44M formats will work until someone figures out how to drive
the SWIM and its descendants.

This code was written by Hauke Fath, and had only minor touchup (mostly
KNF) by me.

/src/sys/compat/common/
H A Dcompat_util.c1.44 Fri Nov 19 06:44:35 GMT 2010 dholland branches: 1.44.8; 1.44.14; 1.44.18; 1.44.20; 1.44.22; 1.44.28;
Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.

1.44 Fri Nov 19 06:44:35 GMT 2010 dholland branches: 1.44.8; 1.44.14; 1.44.18; 1.44.20; 1.44.22; 1.44.28;
Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.

1.44 Fri Nov 19 06:44:35 GMT 2010 dholland branches: 1.44.8; 1.44.14; 1.44.18; 1.44.20; 1.44.22; 1.44.28;
Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.

1.44 Fri Nov 19 06:44:35 GMT 2010 dholland branches: 1.44.8; 1.44.14; 1.44.18; 1.44.20; 1.44.22; 1.44.28;
Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.

1.44 Fri Nov 19 06:44:35 GMT 2010 dholland branches: 1.44.8; 1.44.14; 1.44.18; 1.44.20; 1.44.22; 1.44.28;
Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.

1.44 Fri Nov 19 06:44:35 GMT 2010 dholland branches: 1.44.8; 1.44.14; 1.44.18; 1.44.20; 1.44.22; 1.44.28;
Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.

1.44 Fri Nov 19 06:44:35 GMT 2010 dholland branches: 1.44.8; 1.44.14; 1.44.18; 1.44.20; 1.44.22; 1.44.28;
Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.

/src/sys/arch/sun3/dev/
H A Dkd.c1.44 Sun Dec 11 00:19:20 GMT 2005 christos branches: 1.44.4; 1.44.6; 1.44.8; 1.44.10; 1.44.12;
merge ktrace-lwp.

1.44 Sun Dec 11 00:19:20 GMT 2005 christos branches: 1.44.4; 1.44.6; 1.44.8; 1.44.10; 1.44.12;
merge ktrace-lwp.

1.44 Sun Dec 11 00:19:20 GMT 2005 christos branches: 1.44.4; 1.44.6; 1.44.8; 1.44.10; 1.44.12;
merge ktrace-lwp.

1.44 Sun Dec 11 00:19:20 GMT 2005 christos branches: 1.44.4; 1.44.6; 1.44.8; 1.44.10; 1.44.12;
merge ktrace-lwp.

1.44 Sun Dec 11 00:19:20 GMT 2005 christos branches: 1.44.4; 1.44.6; 1.44.8; 1.44.10; 1.44.12;
merge ktrace-lwp.

1.44 Sun Dec 11 00:19:20 GMT 2005 christos branches: 1.44.4; 1.44.6; 1.44.8; 1.44.10; 1.44.12;
merge ktrace-lwp.

/src/sys/dev/isapnp/
H A Dsb_isapnp.c1.44 Sun Dec 11 00:22:16 GMT 2005 christos branches: 1.44.4; 1.44.6; 1.44.8; 1.44.10; 1.44.12;
merge ktrace-lwp.

1.44 Sun Dec 11 00:22:16 GMT 2005 christos branches: 1.44.4; 1.44.6; 1.44.8; 1.44.10; 1.44.12;
merge ktrace-lwp.

1.44 Sun Dec 11 00:22:16 GMT 2005 christos branches: 1.44.4; 1.44.6; 1.44.8; 1.44.10; 1.44.12;
merge ktrace-lwp.

1.44 Sun Dec 11 00:22:16 GMT 2005 christos branches: 1.44.4; 1.44.6; 1.44.8; 1.44.10; 1.44.12;
merge ktrace-lwp.

1.44 Sun Dec 11 00:22:16 GMT 2005 christos branches: 1.44.4; 1.44.6; 1.44.8; 1.44.10; 1.44.12;
merge ktrace-lwp.

1.44 Sun Dec 11 00:22:16 GMT 2005 christos branches: 1.44.4; 1.44.6; 1.44.8; 1.44.10; 1.44.12;
merge ktrace-lwp.

/src/usr.bin/passwd/
H A DMakefile1.44 Wed Feb 13 23:19:14 GMT 2013 christos branches: 1.44.8; 1.44.10; 1.44.12; 1.44.16; 1.44.18;
Keep the built-in support for passwd -k, but don't make the kpasswd link or
install the kpasswd man page since these are provided by heimdal. I ifdef'ed
them so that the code to install them is still with the Makefile.

1.44 Wed Feb 13 23:19:14 GMT 2013 christos branches: 1.44.8; 1.44.10; 1.44.12; 1.44.16; 1.44.18;
Keep the built-in support for passwd -k, but don't make the kpasswd link or
install the kpasswd man page since these are provided by heimdal. I ifdef'ed
them so that the code to install them is still with the Makefile.

1.44 Wed Feb 13 23:19:14 GMT 2013 christos branches: 1.44.8; 1.44.10; 1.44.12; 1.44.16; 1.44.18;
Keep the built-in support for passwd -k, but don't make the kpasswd link or
install the kpasswd man page since these are provided by heimdal. I ifdef'ed
them so that the code to install them is still with the Makefile.

1.44 Wed Feb 13 23:19:14 GMT 2013 christos branches: 1.44.8; 1.44.10; 1.44.12; 1.44.16; 1.44.18;
Keep the built-in support for passwd -k, but don't make the kpasswd link or
install the kpasswd man page since these are provided by heimdal. I ifdef'ed
them so that the code to install them is still with the Makefile.

1.44 Wed Feb 13 23:19:14 GMT 2013 christos branches: 1.44.8; 1.44.10; 1.44.12; 1.44.16; 1.44.18;
Keep the built-in support for passwd -k, but don't make the kpasswd link or
install the kpasswd man page since these are provided by heimdal. I ifdef'ed
them so that the code to install them is still with the Makefile.

1.44 Wed Feb 13 23:19:14 GMT 2013 christos branches: 1.44.8; 1.44.10; 1.44.12; 1.44.16; 1.44.18;
Keep the built-in support for passwd -k, but don't make the kpasswd link or
install the kpasswd man page since these are provided by heimdal. I ifdef'ed
them so that the code to install them is still with the Makefile.

/src/sys/arch/vax/include/
H A Dvmparam.h1.44 Tue Mar 11 05:34:02 GMT 2008 matt branches: 1.44.4; 1.44.12; 1.44.18;
Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf
code. Move to prototype definitions. staticfy, constify, avoid casting.
Use device_* accessors.

1.44 Tue Mar 11 05:34:02 GMT 2008 matt branches: 1.44.4; 1.44.12; 1.44.18;
Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf
code. Move to prototype definitions. staticfy, constify, avoid casting.
Use device_* accessors.

1.44 Tue Mar 11 05:34:02 GMT 2008 matt branches: 1.44.4; 1.44.12; 1.44.18;
Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf
code. Move to prototype definitions. staticfy, constify, avoid casting.
Use device_* accessors.

1.44 Tue Mar 11 05:34:02 GMT 2008 matt branches: 1.44.4; 1.44.12; 1.44.18;
Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf
code. Move to prototype definitions. staticfy, constify, avoid casting.
Use device_* accessors.

/src/sys/compat/aoutm68k/
H A Daoutm68k_sysent.c1.44 Mon Mar 07 19:27:27 GMT 2011 bouyer branches: 1.44.4; 1.44.14; 1.44.18;
Regen: use COMPAT_50 quotactl, not the native one

1.44 Mon Mar 07 19:27:27 GMT 2011 bouyer branches: 1.44.4; 1.44.14; 1.44.18;
Regen: use COMPAT_50 quotactl, not the native one

1.44 Mon Mar 07 19:27:27 GMT 2011 bouyer branches: 1.44.4; 1.44.14; 1.44.18;
Regen: use COMPAT_50 quotactl, not the native one

1.44 Mon Mar 07 19:27:27 GMT 2011 bouyer branches: 1.44.4; 1.44.14; 1.44.18;
Regen: use COMPAT_50 quotactl, not the native one

/src/sys/compat/ultrix/
H A Dultrix_syscallargs.h1.44 Sun Dec 11 00:20:30 GMT 2005 christos branches: 1.44.4; 1.44.8; 1.44.16;
merge ktrace-lwp.

1.44 Sun Dec 11 00:20:30 GMT 2005 christos branches: 1.44.4; 1.44.8; 1.44.16;
merge ktrace-lwp.

1.44 Sun Dec 11 00:20:30 GMT 2005 christos branches: 1.44.4; 1.44.8; 1.44.16;
merge ktrace-lwp.

1.44 Sun Dec 11 00:20:30 GMT 2005 christos branches: 1.44.4; 1.44.8; 1.44.16;
merge ktrace-lwp.

/src/sys/arch/sparc/include/
H A Dpsl.h1.44 Mon Feb 19 02:57:40 GMT 2007 mrg branches: 1.44.46; 1.44.56; 1.44.62;
remove a redundant variable from spl0().

1.44 Mon Feb 19 02:57:40 GMT 2007 mrg branches: 1.44.46; 1.44.56; 1.44.62;
remove a redundant variable from spl0().

1.44 Mon Feb 19 02:57:40 GMT 2007 mrg branches: 1.44.46; 1.44.56; 1.44.62;
remove a redundant variable from spl0().

1.44 Mon Feb 19 02:57:40 GMT 2007 mrg branches: 1.44.46; 1.44.56; 1.44.62;
remove a redundant variable from spl0().

/src/sys/dev/ir/
H A Dirframe.c1.44 Sun Dec 06 22:40:56 GMT 2009 dyoung branches: 1.44.12; 1.44.22; 1.44.26;
Delete unnecessary device-activation hooks.

1.44 Sun Dec 06 22:40:56 GMT 2009 dyoung branches: 1.44.12; 1.44.22; 1.44.26;
Delete unnecessary device-activation hooks.

1.44 Sun Dec 06 22:40:56 GMT 2009 dyoung branches: 1.44.12; 1.44.22; 1.44.26;
Delete unnecessary device-activation hooks.

1.44 Sun Dec 06 22:40:56 GMT 2009 dyoung branches: 1.44.12; 1.44.22; 1.44.26;
Delete unnecessary device-activation hooks.

/src/sys/arch/i386/isa/
H A Dmms.c1.44 Sun Dec 11 00:17:43 GMT 2005 christos branches: 1.44.2; 1.44.4; 1.44.6;
merge ktrace-lwp.

1.44 Sun Dec 11 00:17:43 GMT 2005 christos branches: 1.44.2; 1.44.4; 1.44.6;
merge ktrace-lwp.

1.44 Sun Dec 11 00:17:43 GMT 2005 christos branches: 1.44.2; 1.44.4; 1.44.6;
merge ktrace-lwp.

1.44 Sun Dec 11 00:17:43 GMT 2005 christos branches: 1.44.2; 1.44.4; 1.44.6;
merge ktrace-lwp.

/src/sbin/gpt/
H A Dadd.c1.44 Tue Jul 03 03:41:23 GMT 2018 jnemeth branches: 1.44.2; 1.44.10; 1.44.12;
Not all things that write to the disk do something that dk(4) will
be interested in. Let individual commands decide if ioctl(DIOCMWEDGES)
should be done. I was conservative and set the flag on any command
that might create/modify/delete partitions in any way.

1.44 Tue Jul 03 03:41:23 GMT 2018 jnemeth branches: 1.44.2; 1.44.10; 1.44.12;
Not all things that write to the disk do something that dk(4) will
be interested in. Let individual commands decide if ioctl(DIOCMWEDGES)
should be done. I was conservative and set the flag on any command
that might create/modify/delete partitions in any way.

1.44 Tue Jul 03 03:41:23 GMT 2018 jnemeth branches: 1.44.2; 1.44.10; 1.44.12;
Not all things that write to the disk do something that dk(4) will
be interested in. Let individual commands decide if ioctl(DIOCMWEDGES)
should be done. I was conservative and set the flag on any command
that might create/modify/delete partitions in any way.

1.44 Tue Jul 03 03:41:23 GMT 2018 jnemeth branches: 1.44.2; 1.44.10; 1.44.12;
Not all things that write to the disk do something that dk(4) will
be interested in. Let individual commands decide if ioctl(DIOCMWEDGES)
should be done. I was conservative and set the flag on any command
that might create/modify/delete partitions in any way.

/src/sys/arch/vax/vax/
H A Dka750.c1.44 Tue Dec 14 23:44:49 GMT 2010 matt branches: 1.44.8; 1.44.18;
Cleanups includes. Change <machine/XXX.h> to <sys/XXX.h>
Remove unneeded includes.

1.44 Tue Dec 14 23:44:49 GMT 2010 matt branches: 1.44.8; 1.44.18;
Cleanups includes. Change <machine/XXX.h> to <sys/XXX.h>
Remove unneeded includes.

1.44 Tue Dec 14 23:44:49 GMT 2010 matt branches: 1.44.8; 1.44.18;
Cleanups includes. Change <machine/XXX.h> to <sys/XXX.h>
Remove unneeded includes.

/src/sys/arch/hpcmips/tx/
H A Dtx39.c1.44 Fri Dec 02 18:07:26 GMT 2011 shattered branches: 1.44.8; 1.44.12;
PR/32394 -- Don't define 'panic' label unconditionally, or "minimal
mobilepro 780 kernel configuration will not build".

OK by wiz@

1.44 Fri Dec 02 18:07:26 GMT 2011 shattered branches: 1.44.8; 1.44.12;
PR/32394 -- Don't define 'panic' label unconditionally, or "minimal
mobilepro 780 kernel configuration will not build".

OK by wiz@

1.44 Fri Dec 02 18:07:26 GMT 2011 shattered branches: 1.44.8; 1.44.12;
PR/32394 -- Don't define 'panic' label unconditionally, or "minimal
mobilepro 780 kernel configuration will not build".

OK by wiz@

/src/sys/ufs/ffs/
H A Dffs_subr.c1.44 Mon Jan 29 01:52:46 GMT 2007 hubertf branches: 1.44.40; 1.44.42; 1.44.44; 1.44.46;
Remove more duplicate headers.
Patch by Slava Semushin <slava.semushin@gmail.com>

Again, this was tested by comparing obj files from a pristine and a patched
source tree against an i386/ALL kernel, and also for src/sbin/fsck_ffs,
src/sbin/fsdb and src/usr.sbin/makefs. Only changes in assert() line numbers
were detected in 'objdump -d' output.

1.44 Mon Jan 29 01:52:46 GMT 2007 hubertf branches: 1.44.40; 1.44.42; 1.44.44; 1.44.46;
Remove more duplicate headers.
Patch by Slava Semushin <slava.semushin@gmail.com>

Again, this was tested by comparing obj files from a pristine and a patched
source tree against an i386/ALL kernel, and also for src/sbin/fsck_ffs,
src/sbin/fsdb and src/usr.sbin/makefs. Only changes in assert() line numbers
were detected in 'objdump -d' output.

1.44 Mon Jan 29 01:52:46 GMT 2007 hubertf branches: 1.44.40; 1.44.42; 1.44.44; 1.44.46;
Remove more duplicate headers.
Patch by Slava Semushin <slava.semushin@gmail.com>

Again, this was tested by comparing obj files from a pristine and a patched
source tree against an i386/ALL kernel, and also for src/sbin/fsck_ffs,
src/sbin/fsdb and src/usr.sbin/makefs. Only changes in assert() line numbers
were detected in 'objdump -d' output.

1.44 Mon Jan 29 01:52:46 GMT 2007 hubertf branches: 1.44.40; 1.44.42; 1.44.44; 1.44.46;
Remove more duplicate headers.
Patch by Slava Semushin <slava.semushin@gmail.com>

Again, this was tested by comparing obj files from a pristine and a patched
source tree against an i386/ALL kernel, and also for src/sbin/fsck_ffs,
src/sbin/fsdb and src/usr.sbin/makefs. Only changes in assert() line numbers
were detected in 'objdump -d' output.

1.44 Mon Jan 29 01:52:46 GMT 2007 hubertf branches: 1.44.40; 1.44.42; 1.44.44; 1.44.46;
Remove more duplicate headers.
Patch by Slava Semushin <slava.semushin@gmail.com>

Again, this was tested by comparing obj files from a pristine and a patched
source tree against an i386/ALL kernel, and also for src/sbin/fsck_ffs,
src/sbin/fsdb and src/usr.sbin/makefs. Only changes in assert() line numbers
were detected in 'objdump -d' output.

/src/sys/arch/sparc64/dev/
H A Dkd.c1.44 Sun Mar 04 06:00:49 GMT 2007 christos branches: 1.44.2; 1.44.18; 1.44.20; 1.44.24;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

1.44 Sun Mar 04 06:00:49 GMT 2007 christos branches: 1.44.2; 1.44.18; 1.44.20; 1.44.24;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

1.44 Sun Mar 04 06:00:49 GMT 2007 christos branches: 1.44.2; 1.44.18; 1.44.20; 1.44.24;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

1.44 Sun Mar 04 06:00:49 GMT 2007 christos branches: 1.44.2; 1.44.18; 1.44.20; 1.44.24;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

1.44 Sun Mar 04 06:00:49 GMT 2007 christos branches: 1.44.2; 1.44.18; 1.44.20; 1.44.24;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Completed in 74 milliseconds

1234567891011>>