Searched hist:1.15 (Results 1 - 25 of 10805) sorted by relevance

1234567891011>>

/src/sys/arch/hpcmips/stand/
H A Dhpcmips_stand.dsw1.2 Tue Aug 29 15:10:14 GMT 2000 takemura branches: 1.2.2;
The bootloader has been improved by Kazuma Arino.
- dialog style main window
- support to read compressed kernel image
- automatic boot with timer
- human readable configrarion file
version no gets '1.15.00 2000.08.29'

/src/sys/arch/hpcmips/stand/include/machine/
H A Dint_types.h1.1 Tue Aug 29 15:10:16 GMT 2000 takemura branches: 1.1.2;
The bootloader has been improved by Kazuma Arino.
- dialog style main window
- support to read compressed kernel image
- automatic boot with timer
- human readable configrarion file
version no gets '1.15.00 2000.08.29'

/src/sys/arch/hpcmips/stand/libsa/
H A Ddiskio.h1.1 Tue Aug 29 15:10:16 GMT 2000 takemura branches: 1.1.2;
The bootloader has been improved by Kazuma Arino.
- dialog style main window
- support to read compressed kernel image
- automatic boot with timer
- human readable configrarion file
version no gets '1.15.00 2000.08.29'

/src/sys/arch/hpcmips/stand/libz/
H A Derrno.h1.1 Tue Aug 29 15:10:17 GMT 2000 takemura branches: 1.1.2; 1.1.40; 1.1.58;
The bootloader has been improved by Kazuma Arino.
- dialog style main window
- support to read compressed kernel image
- automatic boot with timer
- human readable configrarion file
version no gets '1.15.00 2000.08.29'

H A Dlibz.dsw1.1 Tue Aug 29 15:10:17 GMT 2000 takemura branches: 1.1.2;
The bootloader has been improved by Kazuma Arino.
- dialog style main window
- support to read compressed kernel image
- automatic boot with timer
- human readable configrarion file
version no gets '1.15.00 2000.08.29'

H A Dstddef.h1.1 Tue Aug 29 15:10:18 GMT 2000 takemura branches: 1.1.2;
The bootloader has been improved by Kazuma Arino.
- dialog style main window
- support to read compressed kernel image
- automatic boot with timer
- human readable configrarion file
version no gets '1.15.00 2000.08.29'

H A Dzlib.h1.1 Tue Aug 29 15:10:18 GMT 2000 takemura branches: 1.1.2;
The bootloader has been improved by Kazuma Arino.
- dialog style main window
- support to read compressed kernel image
- automatic boot with timer
- human readable configrarion file
version no gets '1.15.00 2000.08.29'

/src/bin/date/
H A DMakefile1.15 Sun Aug 14 10:53:16 GMT 2011 christos branches: 1.15.44; 1.15.46; 1.15.50;
Document non-literal formats

1.15 Sun Aug 14 10:53:16 GMT 2011 christos branches: 1.15.44; 1.15.46; 1.15.50;
Document non-literal formats

1.15 Sun Aug 14 10:53:16 GMT 2011 christos branches: 1.15.44; 1.15.46; 1.15.50;
Document non-literal formats

1.15 Sun Aug 14 10:53:16 GMT 2011 christos branches: 1.15.44; 1.15.46; 1.15.50;
Document non-literal formats

/src/sys/arch/x68k/dev/
H A Dopm.c1.15 Sat Dec 24 20:07:41 GMT 2005 perry branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10; 1.15.12;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.

1.15 Sat Dec 24 20:07:41 GMT 2005 perry branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10; 1.15.12;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.

1.15 Sat Dec 24 20:07:41 GMT 2005 perry branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10; 1.15.12;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.

1.15 Sat Dec 24 20:07:41 GMT 2005 perry branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10; 1.15.12;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.

1.15 Sat Dec 24 20:07:41 GMT 2005 perry branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10; 1.15.12;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.

1.15 Sat Dec 24 20:07:41 GMT 2005 perry branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10; 1.15.12;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.

/src/sys/compat/freebsd/
H A Dfreebsd_ipc.c1.15 Thu Dec 20 23:02:47 GMT 2007 dsl branches: 1.15.6; 1.15.8; 1.15.12; 1.15.14; 1.15.20;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

1.15 Thu Dec 20 23:02:47 GMT 2007 dsl branches: 1.15.6; 1.15.8; 1.15.12; 1.15.14; 1.15.20;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

1.15 Thu Dec 20 23:02:47 GMT 2007 dsl branches: 1.15.6; 1.15.8; 1.15.12; 1.15.14; 1.15.20;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

1.15 Thu Dec 20 23:02:47 GMT 2007 dsl branches: 1.15.6; 1.15.8; 1.15.12; 1.15.14; 1.15.20;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

1.15 Thu Dec 20 23:02:47 GMT 2007 dsl branches: 1.15.6; 1.15.8; 1.15.12; 1.15.14; 1.15.20;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

1.15 Thu Dec 20 23:02:47 GMT 2007 dsl branches: 1.15.6; 1.15.8; 1.15.12; 1.15.14; 1.15.20;
Convert all the system call entry points from:
int foo(struct lwp *l, void *v, register_t *retval)
to:
int foo(struct lwp *l, const struct foo_args *uap, register_t *retval)
Fixup compat code to not write into 'uap' and (in some cases) to actually
pass a correctly formatted 'uap' structure with the right name to the
next routine.
A few 'compat' routines that just call standard ones have been deleted.
All the 'compat' code compiles (along with the kernels required to test
build it).
98% done by automated scripts.

/src/sys/arch/sh3/sh3/
H A Dmmu.c1.15 Sun Feb 12 02:30:55 GMT 2006 uwe branches: 1.15.24; 1.15.42; 1.15.44; 1.15.48; 1.15.50;
While here, use uintN_t.

1.15 Sun Feb 12 02:30:55 GMT 2006 uwe branches: 1.15.24; 1.15.42; 1.15.44; 1.15.48; 1.15.50;
While here, use uintN_t.

1.15 Sun Feb 12 02:30:55 GMT 2006 uwe branches: 1.15.24; 1.15.42; 1.15.44; 1.15.48; 1.15.50;
While here, use uintN_t.

1.15 Sun Feb 12 02:30:55 GMT 2006 uwe branches: 1.15.24; 1.15.42; 1.15.44; 1.15.48; 1.15.50;
While here, use uintN_t.

1.15 Sun Feb 12 02:30:55 GMT 2006 uwe branches: 1.15.24; 1.15.42; 1.15.44; 1.15.48; 1.15.50;
While here, use uintN_t.

1.15 Sun Feb 12 02:30:55 GMT 2006 uwe branches: 1.15.24; 1.15.42; 1.15.44; 1.15.48; 1.15.50;
While here, use uintN_t.

/src/distrib/notes/vax/
H A Dinstall1.15 Sat Nov 01 03:03:00 GMT 2003 grant branches: 1.15.16; 1.15.18; 1.15.26; 1.15.32; 1.15.34;
- fix some typos (netsbd.org -> NetBSD.org)
- add trailing slashes to URLs where appropriate
- netbsd.org -> NetBSD.org

1.15 Sat Nov 01 03:03:00 GMT 2003 grant branches: 1.15.16; 1.15.18; 1.15.26; 1.15.32; 1.15.34;
- fix some typos (netsbd.org -> NetBSD.org)
- add trailing slashes to URLs where appropriate
- netbsd.org -> NetBSD.org

1.15 Sat Nov 01 03:03:00 GMT 2003 grant branches: 1.15.16; 1.15.18; 1.15.26; 1.15.32; 1.15.34;
- fix some typos (netsbd.org -> NetBSD.org)
- add trailing slashes to URLs where appropriate
- netbsd.org -> NetBSD.org

1.15 Sat Nov 01 03:03:00 GMT 2003 grant branches: 1.15.16; 1.15.18; 1.15.26; 1.15.32; 1.15.34;
- fix some typos (netsbd.org -> NetBSD.org)
- add trailing slashes to URLs where appropriate
- netbsd.org -> NetBSD.org

1.15 Sat Nov 01 03:03:00 GMT 2003 grant branches: 1.15.16; 1.15.18; 1.15.26; 1.15.32; 1.15.34;
- fix some typos (netsbd.org -> NetBSD.org)
- add trailing slashes to URLs where appropriate
- netbsd.org -> NetBSD.org

1.15 Sat Nov 01 03:03:00 GMT 2003 grant branches: 1.15.16; 1.15.18; 1.15.26; 1.15.32; 1.15.34;
- fix some typos (netsbd.org -> NetBSD.org)
- add trailing slashes to URLs where appropriate
- netbsd.org -> NetBSD.org

/src/sys/arch/sun3/sun3x/
H A Diommu.c1.15 Sun Dec 11 00:19:27 GMT 2005 christos branches: 1.15.74; 1.15.76; 1.15.78;
merge ktrace-lwp.

1.15 Sun Dec 11 00:19:27 GMT 2005 christos branches: 1.15.74; 1.15.76; 1.15.78;
merge ktrace-lwp.

1.15 Sun Dec 11 00:19:27 GMT 2005 christos branches: 1.15.74; 1.15.76; 1.15.78;
merge ktrace-lwp.

1.15 Sun Dec 11 00:19:27 GMT 2005 christos branches: 1.15.74; 1.15.76; 1.15.78;
merge ktrace-lwp.

/src/sys/arch/hpcmips/stand/include/mips/
H A Dint_types.h1.1 Tue Aug 29 15:10:16 GMT 2000 takemura branches: 1.1.2;
The bootloader has been improved by Kazuma Arino.
- dialog style main window
- support to read compressed kernel image
- automatic boot with timer
- human readable configrarion file
version no gets '1.15.00 2000.08.29'

/src/sys/arch/hpcmips/stand/pbsdboot/res/
H A Dresource.h1.3 Tue Aug 29 15:10:21 GMT 2000 takemura The bootloader has been improved by Kazuma Arino.
- dialog style main window
- support to read compressed kernel image
- automatic boot with timer
- human readable configrarion file
version no gets '1.15.00 2000.08.29'

/src/sys/external/bsd/drm2/include/linux/
H A Dfence.h1.15 Mon Aug 27 14:20:41 GMT 2018 riastradh branches: 1.15.2; 1.15.6; 1.15.10;
Make extremely noisy fence trace output conditional.

1.15 Mon Aug 27 14:20:41 GMT 2018 riastradh branches: 1.15.2; 1.15.6; 1.15.10;
Make extremely noisy fence trace output conditional.

1.15 Mon Aug 27 14:20:41 GMT 2018 riastradh branches: 1.15.2; 1.15.6; 1.15.10;
Make extremely noisy fence trace output conditional.

1.15 Mon Aug 27 14:20:41 GMT 2018 riastradh branches: 1.15.2; 1.15.6; 1.15.10;
Make extremely noisy fence trace output conditional.

/src/share/man/man4/
H A Datppc.41.15 Sat Jan 31 21:28:45 GMT 2004 wiz branches: 1.15.92; 1.15.98; 1.15.100;
Some grammar and typo fixes for the previous.

1.15 Sat Jan 31 21:28:45 GMT 2004 wiz branches: 1.15.92; 1.15.98; 1.15.100;
Some grammar and typo fixes for the previous.

1.15 Sat Jan 31 21:28:45 GMT 2004 wiz branches: 1.15.92; 1.15.98; 1.15.100;
Some grammar and typo fixes for the previous.

1.15 Sat Jan 31 21:28:45 GMT 2004 wiz branches: 1.15.92; 1.15.98; 1.15.100;
Some grammar and typo fixes for the previous.

/src/usr.sbin/fwctl/
H A Dfwctl.81.15 Tue Aug 24 08:41:24 GMT 2010 cegger branches: 1.15.6; 1.15.12; 1.15.16;
Backport improvements from FreeBSD.
Introduce two new options:
-f : force root node
-i : set priority budget where supported
developped, tested and reviewed by kiyohara@ and me.

1.15 Tue Aug 24 08:41:24 GMT 2010 cegger branches: 1.15.6; 1.15.12; 1.15.16;
Backport improvements from FreeBSD.
Introduce two new options:
-f : force root node
-i : set priority budget where supported
developped, tested and reviewed by kiyohara@ and me.

1.15 Tue Aug 24 08:41:24 GMT 2010 cegger branches: 1.15.6; 1.15.12; 1.15.16;
Backport improvements from FreeBSD.
Introduce two new options:
-f : force root node
-i : set priority budget where supported
developped, tested and reviewed by kiyohara@ and me.

1.15 Tue Aug 24 08:41:24 GMT 2010 cegger branches: 1.15.6; 1.15.12; 1.15.16;
Backport improvements from FreeBSD.
Introduce two new options:
-f : force root node
-i : set priority budget where supported
developped, tested and reviewed by kiyohara@ and me.

/src/sys/sys/
H A Dttydefaults.h1.15 Sat Sep 30 11:58:44 GMT 2006 yamt branches: 1.15.48; 1.15.50; 1.15.52; 1.15.54;
constify ttydefchars.

1.15 Sat Sep 30 11:58:44 GMT 2006 yamt branches: 1.15.48; 1.15.50; 1.15.52; 1.15.54;
constify ttydefchars.

1.15 Sat Sep 30 11:58:44 GMT 2006 yamt branches: 1.15.48; 1.15.50; 1.15.52; 1.15.54;
constify ttydefchars.

1.15 Sat Sep 30 11:58:44 GMT 2006 yamt branches: 1.15.48; 1.15.50; 1.15.52; 1.15.54;
constify ttydefchars.

1.15 Sat Sep 30 11:58:44 GMT 2006 yamt branches: 1.15.48; 1.15.50; 1.15.52; 1.15.54;
constify ttydefchars.

/src/sys/arch/arm/xscale/
H A Di80321reg.h1.15 Sun Dec 11 00:16:51 GMT 2005 christos branches: 1.15.26; 1.15.30; 1.15.32; 1.15.38;
merge ktrace-lwp.

1.15 Sun Dec 11 00:16:51 GMT 2005 christos branches: 1.15.26; 1.15.30; 1.15.32; 1.15.38;
merge ktrace-lwp.

1.15 Sun Dec 11 00:16:51 GMT 2005 christos branches: 1.15.26; 1.15.30; 1.15.32; 1.15.38;
merge ktrace-lwp.

1.15 Sun Dec 11 00:16:51 GMT 2005 christos branches: 1.15.26; 1.15.30; 1.15.32; 1.15.38;
merge ktrace-lwp.

1.15 Sun Dec 11 00:16:51 GMT 2005 christos branches: 1.15.26; 1.15.30; 1.15.32; 1.15.38;
merge ktrace-lwp.

/src/sys/compat/linux/arch/i386/
H A Dlinux_types.h1.15 Sun Dec 11 00:20:14 GMT 2005 christos branches: 1.15.70; 1.15.72; 1.15.74; 1.15.76;
merge ktrace-lwp.

1.15 Sun Dec 11 00:20:14 GMT 2005 christos branches: 1.15.70; 1.15.72; 1.15.74; 1.15.76;
merge ktrace-lwp.

1.15 Sun Dec 11 00:20:14 GMT 2005 christos branches: 1.15.70; 1.15.72; 1.15.74; 1.15.76;
merge ktrace-lwp.

1.15 Sun Dec 11 00:20:14 GMT 2005 christos branches: 1.15.70; 1.15.72; 1.15.74; 1.15.76;
merge ktrace-lwp.

1.15 Sun Dec 11 00:20:14 GMT 2005 christos branches: 1.15.70; 1.15.72; 1.15.74; 1.15.76;
merge ktrace-lwp.

/src/sys/arch/sparc/sparc/
H A Dtimer_sun4.c1.15 Thu Aug 24 09:52:46 GMT 2006 kardel branches: 1.15.12; 1.15.30; 1.15.32; 1.15.38;
Pass the correct (timer instead of stat counter) timer registers to timerattach().
History: This cleans up another long standing inconsistency where timerblurb for delay() was
calibrated against the stat timer instead the clock timer. Before timecounters
this didn't matter at al as both timer run with the same frequency and the
calibration was a frequency based calibration.

Misbehaving clock found by Fanch (at) kekpar dot net on current-users@ - Thanks.
Fix verified to work by Fanch.

1.15 Thu Aug 24 09:52:46 GMT 2006 kardel branches: 1.15.12; 1.15.30; 1.15.32; 1.15.38;
Pass the correct (timer instead of stat counter) timer registers to timerattach().
History: This cleans up another long standing inconsistency where timerblurb for delay() was
calibrated against the stat timer instead the clock timer. Before timecounters
this didn't matter at al as both timer run with the same frequency and the
calibration was a frequency based calibration.

Misbehaving clock found by Fanch (at) kekpar dot net on current-users@ - Thanks.
Fix verified to work by Fanch.

1.15 Thu Aug 24 09:52:46 GMT 2006 kardel branches: 1.15.12; 1.15.30; 1.15.32; 1.15.38;
Pass the correct (timer instead of stat counter) timer registers to timerattach().
History: This cleans up another long standing inconsistency where timerblurb for delay() was
calibrated against the stat timer instead the clock timer. Before timecounters
this didn't matter at al as both timer run with the same frequency and the
calibration was a frequency based calibration.

Misbehaving clock found by Fanch (at) kekpar dot net on current-users@ - Thanks.
Fix verified to work by Fanch.

1.15 Thu Aug 24 09:52:46 GMT 2006 kardel branches: 1.15.12; 1.15.30; 1.15.32; 1.15.38;
Pass the correct (timer instead of stat counter) timer registers to timerattach().
History: This cleans up another long standing inconsistency where timerblurb for delay() was
calibrated against the stat timer instead the clock timer. Before timecounters
this didn't matter at al as both timer run with the same frequency and the
calibration was a frequency based calibration.

Misbehaving clock found by Fanch (at) kekpar dot net on current-users@ - Thanks.
Fix verified to work by Fanch.

1.15 Thu Aug 24 09:52:46 GMT 2006 kardel branches: 1.15.12; 1.15.30; 1.15.32; 1.15.38;
Pass the correct (timer instead of stat counter) timer registers to timerattach().
History: This cleans up another long standing inconsistency where timerblurb for delay() was
calibrated against the stat timer instead the clock timer. Before timecounters
this didn't matter at al as both timer run with the same frequency and the
calibration was a frequency based calibration.

Misbehaving clock found by Fanch (at) kekpar dot net on current-users@ - Thanks.
Fix verified to work by Fanch.

/src/sys/arch/newsmips/newsmips/
H A Dclock.c1.15 Mon Sep 04 20:33:24 GMT 2006 tsutsui branches: 1.15.78; 1.15.82; 1.15.88; 1.15.90;
Switch newsmips to MI todr.

1.15 Mon Sep 04 20:33:24 GMT 2006 tsutsui branches: 1.15.78; 1.15.82; 1.15.88; 1.15.90;
Switch newsmips to MI todr.

1.15 Mon Sep 04 20:33:24 GMT 2006 tsutsui branches: 1.15.78; 1.15.82; 1.15.88; 1.15.90;
Switch newsmips to MI todr.

1.15 Mon Sep 04 20:33:24 GMT 2006 tsutsui branches: 1.15.78; 1.15.82; 1.15.88; 1.15.90;
Switch newsmips to MI todr.

1.15 Mon Sep 04 20:33:24 GMT 2006 tsutsui branches: 1.15.78; 1.15.82; 1.15.88; 1.15.90;
Switch newsmips to MI todr.

/src/sys/arch/hpcmips/tx/
H A Dtx39power.c1.15 Sat Dec 24 23:24:00 GMT 2005 perry branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10;
__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile

1.15 Sat Dec 24 23:24:00 GMT 2005 perry branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10;
__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile

1.15 Sat Dec 24 23:24:00 GMT 2005 perry branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10;
__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile

1.15 Sat Dec 24 23:24:00 GMT 2005 perry branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10;
__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile

1.15 Sat Dec 24 23:24:00 GMT 2005 perry branches: 1.15.4; 1.15.6; 1.15.8; 1.15.10;
__asm__ -> __asm
__const__ -> const
__inline__ -> inline
__volatile__ -> volatile

/src/sys/nfs/
H A Dnfsrvcache.h1.15 Fri Jun 01 11:56:04 GMT 2007 yamt branches: 1.15.6; 1.15.8; 1.15.14; 1.15.16;
use mutex and condvar.

1.15 Fri Jun 01 11:56:04 GMT 2007 yamt branches: 1.15.6; 1.15.8; 1.15.14; 1.15.16;
use mutex and condvar.

1.15 Fri Jun 01 11:56:04 GMT 2007 yamt branches: 1.15.6; 1.15.8; 1.15.14; 1.15.16;
use mutex and condvar.

1.15 Fri Jun 01 11:56:04 GMT 2007 yamt branches: 1.15.6; 1.15.8; 1.15.14; 1.15.16;
use mutex and condvar.

1.15 Fri Jun 01 11:56:04 GMT 2007 yamt branches: 1.15.6; 1.15.8; 1.15.14; 1.15.16;
use mutex and condvar.

Completed in 62 milliseconds

1234567891011>>