Searched hist:1.80 (Results 1 - 25 of 1250) sorted by relevance

1234567891011>>

/src/sys/arch/amd64/amd64/
H A Dvector.S1.80 Mon Sep 12 02:21:11 GMT 2022 knakahara Update register name at fault. Pointed out by hgutch@n.o, thanks.

In vetor.S:r1.78
/src/sys/dev/ic/
H A Dmfi.c1.80 Fri Feb 02 22:26:58 GMT 2024 andvar s/mangement/management/ in comments.

/src/sys/compat/freebsd/
H A Dfreebsd_syscallargs.h1.80 Sun Mar 06 17:08:33 GMT 2011 bouyer branches: 1.80.4; 1.80.8;
merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.

1.80 Sun Mar 06 17:08:33 GMT 2011 bouyer branches: 1.80.4; 1.80.8;
merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.

1.80 Sun Mar 06 17:08:33 GMT 2011 bouyer branches: 1.80.4; 1.80.8;
merge the bouyer-quota2 branch. This adds a new on-disk format
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.

See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.

H A Dfreebsd_sysent.c1.80 Sat Mar 10 21:51:57 GMT 2012 joerg branches: 1.80.2; 1.80.4;
P1003_1B_SEMAPHORE is no longer optional.
1.80 Sat Mar 10 21:51:57 GMT 2012 joerg branches: 1.80.2; 1.80.4;
P1003_1B_SEMAPHORE is no longer optional.
1.80 Sat Mar 10 21:51:57 GMT 2012 joerg branches: 1.80.2; 1.80.4;
P1003_1B_SEMAPHORE is no longer optional.
/src/sys/compat/sunos/
H A Dsunos_syscall.h1.80 Sat Jun 21 13:22:04 GMT 2008 tsutsui branches: 1.80.2; 1.80.4;
Regen from syscalls.master rev 1.69:
> Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.
1.80 Sat Jun 21 13:22:04 GMT 2008 tsutsui branches: 1.80.2; 1.80.4;
Regen from syscalls.master rev 1.69:
> Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.
1.80 Sat Jun 21 13:22:04 GMT 2008 tsutsui branches: 1.80.2; 1.80.4;
Regen from syscalls.master rev 1.69:
> Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.
H A Dsunos_syscallargs.h1.80 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.80.2; 1.80.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.80 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.80.2; 1.80.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.80 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.80.2; 1.80.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>
H A Dsyscalls.master1.80 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.80.2; 1.80.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.80 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.80.2; 1.80.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.80 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.80.2; 1.80.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/arch/vax/vax/
H A Dlocore.c1.80 Sun Jul 03 02:18:21 GMT 2011 matt branches: 1.80.2; 1.80.12; 1.80.16;
Cleanup trapframe handling. Instead of keeping a trapframe pointer in the
pcb, put in the mdlwp instead. We had a dummy field so it didn't grow in
size. This also follows the practice that mips and powerpc follow that a
pointer to the user trapframe is in l->l_md.md_utf. Make trapframe members
start with tf_

1.80 Sun Jul 03 02:18:21 GMT 2011 matt branches: 1.80.2; 1.80.12; 1.80.16;
Cleanup trapframe handling. Instead of keeping a trapframe pointer in the
pcb, put in the mdlwp instead. We had a dummy field so it didn't grow in
size. This also follows the practice that mips and powerpc follow that a
pointer to the user trapframe is in l->l_md.md_utf. Make trapframe members
start with tf_

1.80 Sun Jul 03 02:18:21 GMT 2011 matt branches: 1.80.2; 1.80.12; 1.80.16;
Cleanup trapframe handling. Instead of keeping a trapframe pointer in the
pcb, put in the mdlwp instead. We had a dummy field so it didn't grow in
size. This also follows the practice that mips and powerpc follow that a
pointer to the user trapframe is in l->l_md.md_utf. Make trapframe members
start with tf_

1.80 Sun Jul 03 02:18:21 GMT 2011 matt branches: 1.80.2; 1.80.12; 1.80.16;
Cleanup trapframe handling. Instead of keeping a trapframe pointer in the
pcb, put in the mdlwp instead. We had a dummy field so it didn't grow in
size. This also follows the practice that mips and powerpc follow that a
pointer to the user trapframe is in l->l_md.md_utf. Make trapframe members
start with tf_

/src/sys/arch/alpha/conf/
H A DMakefile.alpha1.80 Sat Oct 25 22:27:36 GMT 2008 apb branches: 1.80.2; 1.80.4; 1.80.10;
Use ${TOOL_SED} instead if plain sed in Makefiles.
1.80 Sat Oct 25 22:27:36 GMT 2008 apb branches: 1.80.2; 1.80.4; 1.80.10;
Use ${TOOL_SED} instead if plain sed in Makefiles.
1.80 Sat Oct 25 22:27:36 GMT 2008 apb branches: 1.80.2; 1.80.4; 1.80.10;
Use ${TOOL_SED} instead if plain sed in Makefiles.
1.80 Sat Oct 25 22:27:36 GMT 2008 apb branches: 1.80.2; 1.80.4; 1.80.10;
Use ${TOOL_SED} instead if plain sed in Makefiles.
/src/sys/dev/sbus/
H A Disp_sbus.c1.80 Fri Mar 26 20:52:01 GMT 2010 mjacob branches: 1.80.8; 1.80.14; 1.80.16;
Synchronize with other platforms:

Strongly architect handles so we can more easily detect bogus
handles. This switches us to a full 32 bits for all handles.

Handle the case of FC disks disappearing and then reappearing-
at least at the FC transport level.

Some better and finer control of debug and non-debug printouts.
1.80 Fri Mar 26 20:52:01 GMT 2010 mjacob branches: 1.80.8; 1.80.14; 1.80.16;
Synchronize with other platforms:

Strongly architect handles so we can more easily detect bogus
handles. This switches us to a full 32 bits for all handles.

Handle the case of FC disks disappearing and then reappearing-
at least at the FC transport level.

Some better and finer control of debug and non-debug printouts.
1.80 Fri Mar 26 20:52:01 GMT 2010 mjacob branches: 1.80.8; 1.80.14; 1.80.16;
Synchronize with other platforms:

Strongly architect handles so we can more easily detect bogus
handles. This switches us to a full 32 bits for all handles.

Handle the case of FC disks disappearing and then reappearing-
at least at the FC transport level.

Some better and finer control of debug and non-debug printouts.
1.80 Fri Mar 26 20:52:01 GMT 2010 mjacob branches: 1.80.8; 1.80.14; 1.80.16;
Synchronize with other platforms:

Strongly architect handles so we can more easily detect bogus
handles. This switches us to a full 32 bits for all handles.

Handle the case of FC disks disappearing and then reappearing-
at least at the FC transport level.

Some better and finer control of debug and non-debug printouts.
/src/sys/miscfs/umapfs/
H A Dumap_vfsops.c1.80 Sat Jun 28 01:34:06 GMT 2008 rumble branches: 1.80.2; 1.80.4; 1.80.6; 1.80.12; 1.80.16;
Create sysctl entries during module initialisation and destroy them
appropriately.

Many of these file systems are now ready for modularisation.

1.80 Sat Jun 28 01:34:06 GMT 2008 rumble branches: 1.80.2; 1.80.4; 1.80.6; 1.80.12; 1.80.16;
Create sysctl entries during module initialisation and destroy them
appropriately.

Many of these file systems are now ready for modularisation.

1.80 Sat Jun 28 01:34:06 GMT 2008 rumble branches: 1.80.2; 1.80.4; 1.80.6; 1.80.12; 1.80.16;
Create sysctl entries during module initialisation and destroy them
appropriately.

Many of these file systems are now ready for modularisation.

1.80 Sat Jun 28 01:34:06 GMT 2008 rumble branches: 1.80.2; 1.80.4; 1.80.6; 1.80.12; 1.80.16;
Create sysctl entries during module initialisation and destroy them
appropriately.

Many of these file systems are now ready for modularisation.

1.80 Sat Jun 28 01:34:06 GMT 2008 rumble branches: 1.80.2; 1.80.4; 1.80.6; 1.80.12; 1.80.16;
Create sysctl entries during module initialisation and destroy them
appropriately.

Many of these file systems are now ready for modularisation.

1.80 Sat Jun 28 01:34:06 GMT 2008 rumble branches: 1.80.2; 1.80.4; 1.80.6; 1.80.12; 1.80.16;
Create sysctl entries during module initialisation and destroy them
appropriately.

Many of these file systems are now ready for modularisation.

/src/sys/arch/atari/conf/
H A DFALCON1.80 Sat Aug 26 20:26:44 GMT 2006 christos branches: 1.80.6; 1.80.12; 1.80.14; 1.80.20; 1.80.22;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP

1.80 Sat Aug 26 20:26:44 GMT 2006 christos branches: 1.80.6; 1.80.12; 1.80.14; 1.80.20; 1.80.22;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP

1.80 Sat Aug 26 20:26:44 GMT 2006 christos branches: 1.80.6; 1.80.12; 1.80.14; 1.80.20; 1.80.22;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP

1.80 Sat Aug 26 20:26:44 GMT 2006 christos branches: 1.80.6; 1.80.12; 1.80.14; 1.80.20; 1.80.22;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP

1.80 Sat Aug 26 20:26:44 GMT 2006 christos branches: 1.80.6; 1.80.12; 1.80.14; 1.80.20; 1.80.22;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP

1.80 Sat Aug 26 20:26:44 GMT 2006 christos branches: 1.80.6; 1.80.12; 1.80.14; 1.80.20; 1.80.22;
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
Also remove CCITT,NS,NIP

/src/sys/sys/
H A Dtypes.h1.80 Tue Feb 26 13:37:09 GMT 2008 simonb branches: 1.80.2; 1.80.6; 1.80.12; 1.80.14;
Remove unused dtime_t.

Reported by Patrick Welche on tech-kern.

1.80 Tue Feb 26 13:37:09 GMT 2008 simonb branches: 1.80.2; 1.80.6; 1.80.12; 1.80.14;
Remove unused dtime_t.

Reported by Patrick Welche on tech-kern.

1.80 Tue Feb 26 13:37:09 GMT 2008 simonb branches: 1.80.2; 1.80.6; 1.80.12; 1.80.14;
Remove unused dtime_t.

Reported by Patrick Welche on tech-kern.

1.80 Tue Feb 26 13:37:09 GMT 2008 simonb branches: 1.80.2; 1.80.6; 1.80.12; 1.80.14;
Remove unused dtime_t.

Reported by Patrick Welche on tech-kern.

1.80 Tue Feb 26 13:37:09 GMT 2008 simonb branches: 1.80.2; 1.80.6; 1.80.12; 1.80.14;
Remove unused dtime_t.

Reported by Patrick Welche on tech-kern.

/src/sys/arch/sparc64/sparc64/
H A Dvm_machdep.c1.80 Mon Mar 17 23:54:03 GMT 2008 nakayama branches: 1.80.4; 1.80.6; 1.80.8; 1.80.10;
Fix a race condition in IPI handlers of save/drop fpstate, from OpenBSD.
Reported and tested by martin@.

1.80 Mon Mar 17 23:54:03 GMT 2008 nakayama branches: 1.80.4; 1.80.6; 1.80.8; 1.80.10;
Fix a race condition in IPI handlers of save/drop fpstate, from OpenBSD.
Reported and tested by martin@.

1.80 Mon Mar 17 23:54:03 GMT 2008 nakayama branches: 1.80.4; 1.80.6; 1.80.8; 1.80.10;
Fix a race condition in IPI handlers of save/drop fpstate, from OpenBSD.
Reported and tested by martin@.

1.80 Mon Mar 17 23:54:03 GMT 2008 nakayama branches: 1.80.4; 1.80.6; 1.80.8; 1.80.10;
Fix a race condition in IPI handlers of save/drop fpstate, from OpenBSD.
Reported and tested by martin@.

1.80 Mon Mar 17 23:54:03 GMT 2008 nakayama branches: 1.80.4; 1.80.6; 1.80.8; 1.80.10;
Fix a race condition in IPI handlers of save/drop fpstate, from OpenBSD.
Reported and tested by martin@.

/src/sys/arch/hpcsh/conf/
H A DGENERIC1.80 Sat Feb 02 06:09:11 GMT 2008 uwe branches: 1.80.6; 1.80.10; 1.80.12; 1.80.16;
Include std.sh3el.
Drop EXEC_ELF32 from configs now that it is standard.

1.80 Sat Feb 02 06:09:11 GMT 2008 uwe branches: 1.80.6; 1.80.10; 1.80.12; 1.80.16;
Include std.sh3el.
Drop EXEC_ELF32 from configs now that it is standard.

1.80 Sat Feb 02 06:09:11 GMT 2008 uwe branches: 1.80.6; 1.80.10; 1.80.12; 1.80.16;
Include std.sh3el.
Drop EXEC_ELF32 from configs now that it is standard.

1.80 Sat Feb 02 06:09:11 GMT 2008 uwe branches: 1.80.6; 1.80.10; 1.80.12; 1.80.16;
Include std.sh3el.
Drop EXEC_ELF32 from configs now that it is standard.

1.80 Sat Feb 02 06:09:11 GMT 2008 uwe branches: 1.80.6; 1.80.10; 1.80.12; 1.80.16;
Include std.sh3el.
Drop EXEC_ELF32 from configs now that it is standard.

/src/sys/arch/amiga/conf/
H A DINSTALL1.80 Mon Dec 31 15:31:48 GMT 2007 ad branches: 1.80.6; 1.80.10; 1.80.12; 1.80.16;
Remove systrace. Ok core@.

1.80 Mon Dec 31 15:31:48 GMT 2007 ad branches: 1.80.6; 1.80.10; 1.80.12; 1.80.16;
Remove systrace. Ok core@.

1.80 Mon Dec 31 15:31:48 GMT 2007 ad branches: 1.80.6; 1.80.10; 1.80.12; 1.80.16;
Remove systrace. Ok core@.

1.80 Mon Dec 31 15:31:48 GMT 2007 ad branches: 1.80.6; 1.80.10; 1.80.12; 1.80.16;
Remove systrace. Ok core@.

1.80 Mon Dec 31 15:31:48 GMT 2007 ad branches: 1.80.6; 1.80.10; 1.80.12; 1.80.16;
Remove systrace. Ok core@.

/src/sys/dev/vme/
H A Dxy.c1.80 Sat Apr 05 18:16:56 GMT 2008 cegger branches: 1.80.2; 1.80.4; 1.80.6; 1.80.8;
make this compile

1.80 Sat Apr 05 18:16:56 GMT 2008 cegger branches: 1.80.2; 1.80.4; 1.80.6; 1.80.8;
make this compile

1.80 Sat Apr 05 18:16:56 GMT 2008 cegger branches: 1.80.2; 1.80.4; 1.80.6; 1.80.8;
make this compile

1.80 Sat Apr 05 18:16:56 GMT 2008 cegger branches: 1.80.2; 1.80.4; 1.80.6; 1.80.8;
make this compile

1.80 Sat Apr 05 18:16:56 GMT 2008 cegger branches: 1.80.2; 1.80.4; 1.80.6; 1.80.8;
make this compile

/src/sys/arch/macppc/conf/
H A Dfiles.macppc1.80 Thu Feb 15 02:17:30 GMT 2007 macallan branches: 1.80.2; 1.80.6; 1.80.8; 1.80.10;
gah, fix botched merge in previous commit

1.80 Thu Feb 15 02:17:30 GMT 2007 macallan branches: 1.80.2; 1.80.6; 1.80.8; 1.80.10;
gah, fix botched merge in previous commit

1.80 Thu Feb 15 02:17:30 GMT 2007 macallan branches: 1.80.2; 1.80.6; 1.80.8; 1.80.10;
gah, fix botched merge in previous commit

1.80 Thu Feb 15 02:17:30 GMT 2007 macallan branches: 1.80.2; 1.80.6; 1.80.8; 1.80.10;
gah, fix botched merge in previous commit

1.80 Thu Feb 15 02:17:30 GMT 2007 macallan branches: 1.80.2; 1.80.6; 1.80.8; 1.80.10;
gah, fix botched merge in previous commit

/src/sys/nfs/
H A Dnfs_boot.c1.80 Mon Oct 04 23:48:22 GMT 2010 cyber branches: 1.80.8; 1.80.14; 1.80.18; 1.80.22;
Add support to honor MTU settings from DHCP during netboot.

Defines IP_MIN_MTU as 576.

Glanced over quickly by martin@ and joerg@.

1.80 Mon Oct 04 23:48:22 GMT 2010 cyber branches: 1.80.8; 1.80.14; 1.80.18; 1.80.22;
Add support to honor MTU settings from DHCP during netboot.

Defines IP_MIN_MTU as 576.

Glanced over quickly by martin@ and joerg@.

1.80 Mon Oct 04 23:48:22 GMT 2010 cyber branches: 1.80.8; 1.80.14; 1.80.18; 1.80.22;
Add support to honor MTU settings from DHCP during netboot.

Defines IP_MIN_MTU as 576.

Glanced over quickly by martin@ and joerg@.

1.80 Mon Oct 04 23:48:22 GMT 2010 cyber branches: 1.80.8; 1.80.14; 1.80.18; 1.80.22;
Add support to honor MTU settings from DHCP during netboot.

Defines IP_MIN_MTU as 576.

Glanced over quickly by martin@ and joerg@.

1.80 Mon Oct 04 23:48:22 GMT 2010 cyber branches: 1.80.8; 1.80.14; 1.80.18; 1.80.22;
Add support to honor MTU settings from DHCP during netboot.

Defines IP_MIN_MTU as 576.

Glanced over quickly by martin@ and joerg@.

/src/sys/arch/evbarm/conf/
H A DINTEGRATOR1.80 Wed Aug 12 07:53:57 GMT 2015 maxv branches: 1.80.2; 1.80.4;
Remove KMEMSTATS.

1.80 Wed Aug 12 07:53:57 GMT 2015 maxv branches: 1.80.2; 1.80.4;
Remove KMEMSTATS.

1.80 Wed Aug 12 07:53:57 GMT 2015 maxv branches: 1.80.2; 1.80.4;
Remove KMEMSTATS.

/src/sys/compat/linux/common/
H A Dlinux_signal.c1.80 Sun Jan 07 21:14:38 GMT 2018 christos branches: 1.80.4; 1.80.8;
Ignore signal 64 for now (go uses it)
XXX: pullup-8

1.80 Sun Jan 07 21:14:38 GMT 2018 christos branches: 1.80.4; 1.80.8;
Ignore signal 64 for now (go uses it)
XXX: pullup-8

1.80 Sun Jan 07 21:14:38 GMT 2018 christos branches: 1.80.4; 1.80.8;
Ignore signal 64 for now (go uses it)
XXX: pullup-8

/src/sys/arch/hp300/dev/
H A Ddcm.c1.80 Mon Apr 28 20:23:19 GMT 2008 martin branches: 1.80.2; 1.80.4;
Remove clause 3 and 4 from TNF licenses

1.80 Mon Apr 28 20:23:19 GMT 2008 martin branches: 1.80.2; 1.80.4;
Remove clause 3 and 4 from TNF licenses

1.80 Mon Apr 28 20:23:19 GMT 2008 martin branches: 1.80.2; 1.80.4;
Remove clause 3 and 4 from TNF licenses

/src/sys/arch/hpcarm/conf/
H A DIPAQ1.80 Thu Sep 14 07:58:41 GMT 2017 mrg branches: 1.80.2; 1.80.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.80 Thu Sep 14 07:58:41 GMT 2017 mrg branches: 1.80.2; 1.80.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.80 Thu Sep 14 07:58:41 GMT 2017 mrg branches: 1.80.2; 1.80.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.

/src/sys/arch/arc/conf/
H A DRAMDISK1.80 Sat Mar 10 21:51:49 GMT 2012 joerg branches: 1.80.2; 1.80.4;
P1003_1B_SEMAPHORE is no longer optional.

1.80 Sat Mar 10 21:51:49 GMT 2012 joerg branches: 1.80.2; 1.80.4;
P1003_1B_SEMAPHORE is no longer optional.

1.80 Sat Mar 10 21:51:49 GMT 2012 joerg branches: 1.80.2; 1.80.4;
P1003_1B_SEMAPHORE is no longer optional.

/src/distrib/sets/lists/base/
H A Dmd.sparc1.80 Wed Mar 10 23:13:09 GMT 2010 abs branches: 1.80.6; 1.80.12;
Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-atari port-mvme68k).
All listed ports plus amd64 test built after change

1.80 Wed Mar 10 23:13:09 GMT 2010 abs branches: 1.80.6; 1.80.12;
Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-atari port-mvme68k).
All listed ports plus amd64 test built after change

1.80 Wed Mar 10 23:13:09 GMT 2010 abs branches: 1.80.6; 1.80.12;
Relegate edlabel to use in extremely memory constrained install
ramdisks and prefer disklabel elsewhere.
Based on discussion on affected port lists (port-sparc port-sparc64
port-sun3 port-sun2 port-atari port-mvme68k).
All listed ports plus amd64 test built after change

Completed in 143 milliseconds

1234567891011>>