Searched hist:1.23 (Results 1 - 25 of 6726) sorted by relevance
| /src/usr.sbin/fwctl/ | ||
| H A D | fwmethods.h | 1.1 Tue Nov 06 17:02:16 GMT 2007 kiyohara branches: 1.1.4; Sync to FreeBSD. Add fwmethods.h fwmpegts.c fwcontrol.c Rev.1.23 fwctl.8 Rev.1.21 fwdv.c Rev.1.7 Support MPEG2-TS/HDV. But not tested. |
| /src/sys/arch/hp300/dev/ | ||
| H A D | rtcreg.h | 1.2 Sat Nov 17 23:48:15 GMT 2001 gmcgarry branches: 1.2.2; 1.2.4; 1.2.122; 1.2.124; 1.2.126; Merge some fixes from clock.c, revision 1.23. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | compat_13_machdep.c | 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.18; 1.23.22; 1.23.24; 1.23.32; 1.23.38; 1.23.40; 1.23.42; 1.23.50; 1.23.56; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.18; 1.23.22; 1.23.24; 1.23.32; 1.23.38; 1.23.40; 1.23.42; 1.23.50; 1.23.56; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.18; 1.23.22; 1.23.24; 1.23.32; 1.23.38; 1.23.40; 1.23.42; 1.23.50; 1.23.56; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.18; 1.23.22; 1.23.24; 1.23.32; 1.23.38; 1.23.40; 1.23.42; 1.23.50; 1.23.56; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.18; 1.23.22; 1.23.24; 1.23.32; 1.23.38; 1.23.40; 1.23.42; 1.23.50; 1.23.56; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.18; 1.23.22; 1.23.24; 1.23.32; 1.23.38; 1.23.40; 1.23.42; 1.23.50; 1.23.56; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.18; 1.23.22; 1.23.24; 1.23.32; 1.23.38; 1.23.40; 1.23.42; 1.23.50; 1.23.56; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.18; 1.23.22; 1.23.24; 1.23.32; 1.23.38; 1.23.40; 1.23.42; 1.23.50; 1.23.56; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.18; 1.23.22; 1.23.24; 1.23.32; 1.23.38; 1.23.40; 1.23.42; 1.23.50; 1.23.56; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.18; 1.23.22; 1.23.24; 1.23.32; 1.23.38; 1.23.40; 1.23.42; 1.23.50; 1.23.56; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. |
| H A D | process_machdep.c | 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.12; 1.23.22; 1.23.26; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.12; 1.23.22; 1.23.26; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.12; 1.23.22; 1.23.26; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. 1.23 Sat Nov 21 04:16:52 GMT 2009 rmind branches: 1.23.12; 1.23.22; 1.23.26; Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. |
| /src/sys/compat/common/ | ||
| H A D | kern_ipc_10.c | 1.23 Thu Dec 20 23:02:44 GMT 2007 dsl branches: 1.23.6; 1.23.8; 1.23.12; 1.23.14; 1.23.18; 1.23.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.23 Thu Dec 20 23:02:44 GMT 2007 dsl branches: 1.23.6; 1.23.8; 1.23.12; 1.23.14; 1.23.18; 1.23.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.23 Thu Dec 20 23:02:44 GMT 2007 dsl branches: 1.23.6; 1.23.8; 1.23.12; 1.23.14; 1.23.18; 1.23.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.23 Thu Dec 20 23:02:44 GMT 2007 dsl branches: 1.23.6; 1.23.8; 1.23.12; 1.23.14; 1.23.18; 1.23.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.23 Thu Dec 20 23:02:44 GMT 2007 dsl branches: 1.23.6; 1.23.8; 1.23.12; 1.23.14; 1.23.18; 1.23.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.23 Thu Dec 20 23:02:44 GMT 2007 dsl branches: 1.23.6; 1.23.8; 1.23.12; 1.23.14; 1.23.18; 1.23.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.23 Thu Dec 20 23:02:44 GMT 2007 dsl branches: 1.23.6; 1.23.8; 1.23.12; 1.23.14; 1.23.18; 1.23.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/dev/qbus/ | ||
| H A D | dz_uba.c | 1.23 Sun Dec 11 00:23:29 GMT 2005 christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.10; 1.23.12; merge ktrace-lwp. 1.23 Sun Dec 11 00:23:29 GMT 2005 christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.10; 1.23.12; merge ktrace-lwp. 1.23 Sun Dec 11 00:23:29 GMT 2005 christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.10; 1.23.12; merge ktrace-lwp. 1.23 Sun Dec 11 00:23:29 GMT 2005 christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.10; 1.23.12; merge ktrace-lwp. 1.23 Sun Dec 11 00:23:29 GMT 2005 christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.10; 1.23.12; merge ktrace-lwp. 1.23 Sun Dec 11 00:23:29 GMT 2005 christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.10; 1.23.12; merge ktrace-lwp. |
| /src/sys/arch/sun3/sun3/ | ||
| H A D | control.c | 1.23 Mon Apr 28 20:23:38 GMT 2008 martin branches: 1.23.34; 1.23.44; 1.23.50; Remove clause 3 and 4 from TNF licenses 1.23 Mon Apr 28 20:23:38 GMT 2008 martin branches: 1.23.34; 1.23.44; 1.23.50; Remove clause 3 and 4 from TNF licenses 1.23 Mon Apr 28 20:23:38 GMT 2008 martin branches: 1.23.34; 1.23.44; 1.23.50; Remove clause 3 and 4 from TNF licenses 1.23 Mon Apr 28 20:23:38 GMT 2008 martin branches: 1.23.34; 1.23.44; 1.23.50; Remove clause 3 and 4 from TNF licenses |
| H A D | obmem.c | 1.23 Sun Oct 01 03:53:27 GMT 2006 tsutsui branches: 1.23.2; 1.23.8; 1.23.18; 1.23.26; 1.23.28; 1.23.34; 1.23.38; First attempt at bus_space(9) support for sun3 with common sun68k/bus.c: - make sun3 port use common sun68k files as much as possible - add temporary options _SUN2_ in std.sun2 until sun3 can share all sun68k files (autoconf.c and isr.c are not yet) - move sun68kvme declaration temporary as well from files.sun68k to files.sun2 - rename and move sun68k_find_prom_map() function to MD sources since it can't be shared with sun3 - add bus tag members to struct confargs and initilize them where appropriate XXX1: MD bus_dma(9) backends are not implemented (yet). XXX2: more code (obio etc.) should be shared among sun3, sun3x and sun2. 1.23 Sun Oct 01 03:53:27 GMT 2006 tsutsui branches: 1.23.2; 1.23.8; 1.23.18; 1.23.26; 1.23.28; 1.23.34; 1.23.38; First attempt at bus_space(9) support for sun3 with common sun68k/bus.c: - make sun3 port use common sun68k files as much as possible - add temporary options _SUN2_ in std.sun2 until sun3 can share all sun68k files (autoconf.c and isr.c are not yet) - move sun68kvme declaration temporary as well from files.sun68k to files.sun2 - rename and move sun68k_find_prom_map() function to MD sources since it can't be shared with sun3 - add bus tag members to struct confargs and initilize them where appropriate XXX1: MD bus_dma(9) backends are not implemented (yet). XXX2: more code (obio etc.) should be shared among sun3, sun3x and sun2. 1.23 Sun Oct 01 03:53:27 GMT 2006 tsutsui branches: 1.23.2; 1.23.8; 1.23.18; 1.23.26; 1.23.28; 1.23.34; 1.23.38; First attempt at bus_space(9) support for sun3 with common sun68k/bus.c: - make sun3 port use common sun68k files as much as possible - add temporary options _SUN2_ in std.sun2 until sun3 can share all sun68k files (autoconf.c and isr.c are not yet) - move sun68kvme declaration temporary as well from files.sun68k to files.sun2 - rename and move sun68k_find_prom_map() function to MD sources since it can't be shared with sun3 - add bus tag members to struct confargs and initilize them where appropriate XXX1: MD bus_dma(9) backends are not implemented (yet). XXX2: more code (obio etc.) should be shared among sun3, sun3x and sun2. 1.23 Sun Oct 01 03:53:27 GMT 2006 tsutsui branches: 1.23.2; 1.23.8; 1.23.18; 1.23.26; 1.23.28; 1.23.34; 1.23.38; First attempt at bus_space(9) support for sun3 with common sun68k/bus.c: - make sun3 port use common sun68k files as much as possible - add temporary options _SUN2_ in std.sun2 until sun3 can share all sun68k files (autoconf.c and isr.c are not yet) - move sun68kvme declaration temporary as well from files.sun68k to files.sun2 - rename and move sun68k_find_prom_map() function to MD sources since it can't be shared with sun3 - add bus tag members to struct confargs and initilize them where appropriate XXX1: MD bus_dma(9) backends are not implemented (yet). XXX2: more code (obio etc.) should be shared among sun3, sun3x and sun2. 1.23 Sun Oct 01 03:53:27 GMT 2006 tsutsui branches: 1.23.2; 1.23.8; 1.23.18; 1.23.26; 1.23.28; 1.23.34; 1.23.38; First attempt at bus_space(9) support for sun3 with common sun68k/bus.c: - make sun3 port use common sun68k files as much as possible - add temporary options _SUN2_ in std.sun2 until sun3 can share all sun68k files (autoconf.c and isr.c are not yet) - move sun68kvme declaration temporary as well from files.sun68k to files.sun2 - rename and move sun68k_find_prom_map() function to MD sources since it can't be shared with sun3 - add bus tag members to struct confargs and initilize them where appropriate XXX1: MD bus_dma(9) backends are not implemented (yet). XXX2: more code (obio etc.) should be shared among sun3, sun3x and sun2. 1.23 Sun Oct 01 03:53:27 GMT 2006 tsutsui branches: 1.23.2; 1.23.8; 1.23.18; 1.23.26; 1.23.28; 1.23.34; 1.23.38; First attempt at bus_space(9) support for sun3 with common sun68k/bus.c: - make sun3 port use common sun68k files as much as possible - add temporary options _SUN2_ in std.sun2 until sun3 can share all sun68k files (autoconf.c and isr.c are not yet) - move sun68kvme declaration temporary as well from files.sun68k to files.sun2 - rename and move sun68k_find_prom_map() function to MD sources since it can't be shared with sun3 - add bus tag members to struct confargs and initilize them where appropriate XXX1: MD bus_dma(9) backends are not implemented (yet). XXX2: more code (obio etc.) should be shared among sun3, sun3x and sun2. 1.23 Sun Oct 01 03:53:27 GMT 2006 tsutsui branches: 1.23.2; 1.23.8; 1.23.18; 1.23.26; 1.23.28; 1.23.34; 1.23.38; First attempt at bus_space(9) support for sun3 with common sun68k/bus.c: - make sun3 port use common sun68k files as much as possible - add temporary options _SUN2_ in std.sun2 until sun3 can share all sun68k files (autoconf.c and isr.c are not yet) - move sun68kvme declaration temporary as well from files.sun68k to files.sun2 - rename and move sun68k_find_prom_map() function to MD sources since it can't be shared with sun3 - add bus tag members to struct confargs and initilize them where appropriate XXX1: MD bus_dma(9) backends are not implemented (yet). XXX2: more code (obio etc.) should be shared among sun3, sun3x and sun2. 1.23 Sun Oct 01 03:53:27 GMT 2006 tsutsui branches: 1.23.2; 1.23.8; 1.23.18; 1.23.26; 1.23.28; 1.23.34; 1.23.38; First attempt at bus_space(9) support for sun3 with common sun68k/bus.c: - make sun3 port use common sun68k files as much as possible - add temporary options _SUN2_ in std.sun2 until sun3 can share all sun68k files (autoconf.c and isr.c are not yet) - move sun68kvme declaration temporary as well from files.sun68k to files.sun2 - rename and move sun68k_find_prom_map() function to MD sources since it can't be shared with sun3 - add bus tag members to struct confargs and initilize them where appropriate XXX1: MD bus_dma(9) backends are not implemented (yet). XXX2: more code (obio etc.) should be shared among sun3, sun3x and sun2. |
| /src/sys/dev/tc/ | ||
| H A D | tcdevs.h | 1.23 Thu Apr 12 21:39:24 GMT 2007 matt branches: 1.23.78; 1.23.98; 1.23.102; Make tc_knowndevs const. 1.23 Thu Apr 12 21:39:24 GMT 2007 matt branches: 1.23.78; 1.23.98; 1.23.102; Make tc_knowndevs const. 1.23 Thu Apr 12 21:39:24 GMT 2007 matt branches: 1.23.78; 1.23.98; 1.23.102; Make tc_knowndevs const. 1.23 Thu Apr 12 21:39:24 GMT 2007 matt branches: 1.23.78; 1.23.98; 1.23.102; Make tc_knowndevs const. |
| H A D | tcdevs_data.h | 1.23 Thu Apr 12 21:39:24 GMT 2007 matt branches: 1.23.78; 1.23.98; 1.23.102; Make tc_knowndevs const. 1.23 Thu Apr 12 21:39:24 GMT 2007 matt branches: 1.23.78; 1.23.98; 1.23.102; Make tc_knowndevs const. 1.23 Thu Apr 12 21:39:24 GMT 2007 matt branches: 1.23.78; 1.23.98; 1.23.102; Make tc_knowndevs const. 1.23 Thu Apr 12 21:39:24 GMT 2007 matt branches: 1.23.78; 1.23.98; 1.23.102; Make tc_knowndevs const. |
| /src/sys/arch/sparc64/dev/ | ||
| H A D | lpt_ebus.c | 1.23 Fri Jul 01 18:48:36 GMT 2011 dyoung branches: 1.23.2; 1.23.12; 1.23.16; 1.23.26; #include <sys/bus.h> instead of <machine/bus.h>. 1.23 Fri Jul 01 18:48:36 GMT 2011 dyoung branches: 1.23.2; 1.23.12; 1.23.16; 1.23.26; #include <sys/bus.h> instead of <machine/bus.h>. 1.23 Fri Jul 01 18:48:36 GMT 2011 dyoung branches: 1.23.2; 1.23.12; 1.23.16; 1.23.26; #include <sys/bus.h> instead of <machine/bus.h>. 1.23 Fri Jul 01 18:48:36 GMT 2011 dyoung branches: 1.23.2; 1.23.12; 1.23.16; 1.23.26; #include <sys/bus.h> instead of <machine/bus.h>. 1.23 Fri Jul 01 18:48:36 GMT 2011 dyoung branches: 1.23.2; 1.23.12; 1.23.16; 1.23.26; #include <sys/bus.h> instead of <machine/bus.h>. |
| /src/include/arpa/ | ||
| H A D | nameser.h | 1.23 Sat Jun 21 20:12:49 GMT 2008 christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.12; sync with bind-9-5-0 1.23 Sat Jun 21 20:12:49 GMT 2008 christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.12; sync with bind-9-5-0 1.23 Sat Jun 21 20:12:49 GMT 2008 christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.12; sync with bind-9-5-0 1.23 Sat Jun 21 20:12:49 GMT 2008 christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.12; sync with bind-9-5-0 1.23 Sat Jun 21 20:12:49 GMT 2008 christos branches: 1.23.4; 1.23.6; 1.23.8; 1.23.12; sync with bind-9-5-0 |
| /src/sys/dev/pci/bktr/ | ||
| H A D | bktr_card.c | 1.23 Thu Nov 16 01:33:20 GMT 2006 christos branches: 1.23.8; 1.23.22; 1.23.24; 1.23.28; __unused removal on arguments; approved by core. 1.23 Thu Nov 16 01:33:20 GMT 2006 christos branches: 1.23.8; 1.23.22; 1.23.24; 1.23.28; __unused removal on arguments; approved by core. 1.23 Thu Nov 16 01:33:20 GMT 2006 christos branches: 1.23.8; 1.23.22; 1.23.24; 1.23.28; __unused removal on arguments; approved by core. 1.23 Thu Nov 16 01:33:20 GMT 2006 christos branches: 1.23.8; 1.23.22; 1.23.24; 1.23.28; __unused removal on arguments; approved by core. 1.23 Thu Nov 16 01:33:20 GMT 2006 christos branches: 1.23.8; 1.23.22; 1.23.24; 1.23.28; __unused removal on arguments; approved by core. |
| /src/sys/arch/mips/mips/ | ||
| H A D | sig_machdep.c | 1.23 Sun Jul 10 23:21:59 GMT 2011 matt branches: 1.23.28; 1.23.32; 1.23.40; 1.23.46; 1.23.52; 1.23.54; More <machine/ include cleanup 1.23 Sun Jul 10 23:21:59 GMT 2011 matt branches: 1.23.28; 1.23.32; 1.23.40; 1.23.46; 1.23.52; 1.23.54; More <machine/ include cleanup 1.23 Sun Jul 10 23:21:59 GMT 2011 matt branches: 1.23.28; 1.23.32; 1.23.40; 1.23.46; 1.23.52; 1.23.54; More <machine/ include cleanup 1.23 Sun Jul 10 23:21:59 GMT 2011 matt branches: 1.23.28; 1.23.32; 1.23.40; 1.23.46; 1.23.52; 1.23.54; More <machine/ include cleanup 1.23 Sun Jul 10 23:21:59 GMT 2011 matt branches: 1.23.28; 1.23.32; 1.23.40; 1.23.46; 1.23.52; 1.23.54; More <machine/ include cleanup 1.23 Sun Jul 10 23:21:59 GMT 2011 matt branches: 1.23.28; 1.23.32; 1.23.40; 1.23.46; 1.23.52; 1.23.54; More <machine/ include cleanup 1.23 Sun Jul 10 23:21:59 GMT 2011 matt branches: 1.23.28; 1.23.32; 1.23.40; 1.23.46; 1.23.52; 1.23.54; More <machine/ include cleanup |
| /src/sys/arch/arm/footbridge/ | ||
| H A D | footbridge_clock.c | 1.23 Mon Sep 11 15:18:23 GMT 2006 gdamore branches: 1.23.10; 1.23.26; 1.23.28; 1.23.30; 1.23.32; 1.23.38; Convert netwinder and cats (and any other footbridge based system in the future) to timecounters, using the dc21285_fclk. ok nick@, chris@. 1.23 Mon Sep 11 15:18:23 GMT 2006 gdamore branches: 1.23.10; 1.23.26; 1.23.28; 1.23.30; 1.23.32; 1.23.38; Convert netwinder and cats (and any other footbridge based system in the future) to timecounters, using the dc21285_fclk. ok nick@, chris@. 1.23 Mon Sep 11 15:18:23 GMT 2006 gdamore branches: 1.23.10; 1.23.26; 1.23.28; 1.23.30; 1.23.32; 1.23.38; Convert netwinder and cats (and any other footbridge based system in the future) to timecounters, using the dc21285_fclk. ok nick@, chris@. 1.23 Mon Sep 11 15:18:23 GMT 2006 gdamore branches: 1.23.10; 1.23.26; 1.23.28; 1.23.30; 1.23.32; 1.23.38; Convert netwinder and cats (and any other footbridge based system in the future) to timecounters, using the dc21285_fclk. ok nick@, chris@. 1.23 Mon Sep 11 15:18:23 GMT 2006 gdamore branches: 1.23.10; 1.23.26; 1.23.28; 1.23.30; 1.23.32; 1.23.38; Convert netwinder and cats (and any other footbridge based system in the future) to timecounters, using the dc21285_fclk. ok nick@, chris@. 1.23 Mon Sep 11 15:18:23 GMT 2006 gdamore branches: 1.23.10; 1.23.26; 1.23.28; 1.23.30; 1.23.32; 1.23.38; Convert netwinder and cats (and any other footbridge based system in the future) to timecounters, using the dc21285_fclk. ok nick@, chris@. 1.23 Mon Sep 11 15:18:23 GMT 2006 gdamore branches: 1.23.10; 1.23.26; 1.23.28; 1.23.30; 1.23.32; 1.23.38; Convert netwinder and cats (and any other footbridge based system in the future) to timecounters, using the dc21285_fclk. ok nick@, chris@. |
| /src/usr.bin/telnet/ | ||
| H A D | utilities.c | 1.23 Mon Jan 09 16:08:55 GMT 2012 christos branches: 1.23.18; 1.23.20; 1.23.28; 1.23.32; 1.23.38; 1.23.40; PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION (rfc2941) - Minimal diffs to separate MKCRYPTO from USE_KERBEROS 1.23 Mon Jan 09 16:08:55 GMT 2012 christos branches: 1.23.18; 1.23.20; 1.23.28; 1.23.32; 1.23.38; 1.23.40; PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION (rfc2941) - Minimal diffs to separate MKCRYPTO from USE_KERBEROS 1.23 Mon Jan 09 16:08:55 GMT 2012 christos branches: 1.23.18; 1.23.20; 1.23.28; 1.23.32; 1.23.38; 1.23.40; PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION (rfc2941) - Minimal diffs to separate MKCRYPTO from USE_KERBEROS 1.23 Mon Jan 09 16:08:55 GMT 2012 christos branches: 1.23.18; 1.23.20; 1.23.28; 1.23.32; 1.23.38; 1.23.40; PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION (rfc2941) - Minimal diffs to separate MKCRYPTO from USE_KERBEROS 1.23 Mon Jan 09 16:08:55 GMT 2012 christos branches: 1.23.18; 1.23.20; 1.23.28; 1.23.32; 1.23.38; 1.23.40; PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION (rfc2941) - Minimal diffs to separate MKCRYPTO from USE_KERBEROS 1.23 Mon Jan 09 16:08:55 GMT 2012 christos branches: 1.23.18; 1.23.20; 1.23.28; 1.23.32; 1.23.38; 1.23.40; PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION (rfc2941) - Minimal diffs to separate MKCRYPTO from USE_KERBEROS 1.23 Mon Jan 09 16:08:55 GMT 2012 christos branches: 1.23.18; 1.23.20; 1.23.28; 1.23.32; 1.23.38; 1.23.40; PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION (rfc2941) - Minimal diffs to separate MKCRYPTO from USE_KERBEROS |
| /src/usr.sbin/sliplogin/ | ||
| H A D | sliplogin.c | 1.23 Tue Aug 30 20:42:22 GMT 2011 joerg branches: 1.23.2; 1.23.8; static + ANSIfy + __dead 1.23 Tue Aug 30 20:42:22 GMT 2011 joerg branches: 1.23.2; 1.23.8; static + ANSIfy + __dead 1.23 Tue Aug 30 20:42:22 GMT 2011 joerg branches: 1.23.2; 1.23.8; static + ANSIfy + __dead |
| /src/sys/arch/sun3/dev/ | ||
| H A D | if_ie_obio.c | 1.23 Sun Mar 04 13:59:47 GMT 2007 tsutsui branches: 1.23.40; 1.23.42; 1.23.44; Add (char *) casts on pointer arith. 1.23 Sun Mar 04 13:59:47 GMT 2007 tsutsui branches: 1.23.40; 1.23.42; 1.23.44; Add (char *) casts on pointer arith. 1.23 Sun Mar 04 13:59:47 GMT 2007 tsutsui branches: 1.23.40; 1.23.42; 1.23.44; Add (char *) casts on pointer arith. 1.23 Sun Mar 04 13:59:47 GMT 2007 tsutsui branches: 1.23.40; 1.23.42; 1.23.44; Add (char *) casts on pointer arith. |
| /src/sys/arch/x68k/dev/ | ||
| H A D | rtclock.c | 1.23 Sat Jan 03 09:32:13 GMT 2009 isaki branches: 1.23.14; 1.23.24; 1.23.28; rtclockinit() and range_test*() were removed in rtclock.c,v 1.19. 1.23 Sat Jan 03 09:32:13 GMT 2009 isaki branches: 1.23.14; 1.23.24; 1.23.28; rtclockinit() and range_test*() were removed in rtclock.c,v 1.19. 1.23 Sat Jan 03 09:32:13 GMT 2009 isaki branches: 1.23.14; 1.23.24; 1.23.28; rtclockinit() and range_test*() were removed in rtclock.c,v 1.19. 1.23 Sat Jan 03 09:32:13 GMT 2009 isaki branches: 1.23.14; 1.23.24; 1.23.28; rtclockinit() and range_test*() were removed in rtclock.c,v 1.19. |
| /src/sys/compat/linux/arch/powerpc/ | ||
| H A D | linux_exec.h | 1.23 Sun Feb 09 16:41:42 GMT 2014 chs branches: 1.23.6; 1.23.10; 1.23.14; account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518. use cprng_strong32() instead of random(). add AT_RANDOM support for linux32. 1.23 Sun Feb 09 16:41:42 GMT 2014 chs branches: 1.23.6; 1.23.10; 1.23.14; account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518. use cprng_strong32() instead of random(). add AT_RANDOM support for linux32. 1.23 Sun Feb 09 16:41:42 GMT 2014 chs branches: 1.23.6; 1.23.10; 1.23.14; account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518. use cprng_strong32() instead of random(). add AT_RANDOM support for linux32. 1.23 Sun Feb 09 16:41:42 GMT 2014 chs branches: 1.23.6; 1.23.10; 1.23.14; account for the 16 bytes of AT_RANDOM data in the stack setup. fixes PR 48518. use cprng_strong32() instead of random(). add AT_RANDOM support for linux32. |
| /src/sys/arch/hp300/stand/ | ||
| H A D | Makefile | 1.23 Tue Feb 04 03:51:37 GMT 1997 thorpej branches: 1.23.20; 1.23.26; 1.23.34; Complete and total reorganization of the hp300 boot code, modeled closely after the build process used by NetBSD/alpha's boot code. 1.23 Tue Feb 04 03:51:37 GMT 1997 thorpej branches: 1.23.20; 1.23.26; 1.23.34; Complete and total reorganization of the hp300 boot code, modeled closely after the build process used by NetBSD/alpha's boot code. 1.23 Tue Feb 04 03:51:37 GMT 1997 thorpej branches: 1.23.20; 1.23.26; 1.23.34; Complete and total reorganization of the hp300 boot code, modeled closely after the build process used by NetBSD/alpha's boot code. 1.23 Tue Feb 04 03:51:37 GMT 1997 thorpej branches: 1.23.20; 1.23.26; 1.23.34; Complete and total reorganization of the hp300 boot code, modeled closely after the build process used by NetBSD/alpha's boot code. |
| /src/lib/libc/arch/i386/ | ||
| H A D | SYS.h | 1.23 Mon Apr 28 20:22:56 GMT 2008 martin branches: 1.23.4; 1.23.8; 1.23.28; Remove clause 3 and 4 from TNF licenses 1.23 Mon Apr 28 20:22:56 GMT 2008 martin branches: 1.23.4; 1.23.8; 1.23.28; Remove clause 3 and 4 from TNF licenses 1.23 Mon Apr 28 20:22:56 GMT 2008 martin branches: 1.23.4; 1.23.8; 1.23.28; Remove clause 3 and 4 from TNF licenses 1.23 Mon Apr 28 20:22:56 GMT 2008 martin branches: 1.23.4; 1.23.8; 1.23.28; Remove clause 3 and 4 from TNF licenses |
| /src/lib/libcurses/ | ||
| H A D | curses_screen.3 | 1.23 Tue Jan 24 16:45:41 GMT 2017 roy branches: 1.23.4; 1.23.10; 1.23.12; Note an issue with our cursor movement in 1 line size window. 1.23 Tue Jan 24 16:45:41 GMT 2017 roy branches: 1.23.4; 1.23.10; 1.23.12; Note an issue with our cursor movement in 1 line size window. 1.23 Tue Jan 24 16:45:41 GMT 2017 roy branches: 1.23.4; 1.23.10; 1.23.12; Note an issue with our cursor movement in 1 line size window. 1.23 Tue Jan 24 16:45:41 GMT 2017 roy branches: 1.23.4; 1.23.10; 1.23.12; Note an issue with our cursor movement in 1 line size window. |
| /src/sys/dev/pci/ | ||
| H A D | cy_pci.c | 1.23 Wed Mar 26 17:50:32 GMT 2008 matt branches: 1.23.38; 1.23.48; 1.23.54; split device_t/softc. Use aprint_*_dev and device_xname. switch to device_lookup_private. 1.23 Wed Mar 26 17:50:32 GMT 2008 matt branches: 1.23.38; 1.23.48; 1.23.54; split device_t/softc. Use aprint_*_dev and device_xname. switch to device_lookup_private. 1.23 Wed Mar 26 17:50:32 GMT 2008 matt branches: 1.23.38; 1.23.48; 1.23.54; split device_t/softc. Use aprint_*_dev and device_xname. switch to device_lookup_private. 1.23 Wed Mar 26 17:50:32 GMT 2008 matt branches: 1.23.38; 1.23.48; 1.23.54; split device_t/softc. Use aprint_*_dev and device_xname. switch to device_lookup_private. |
| /src/usr.bin/mixerctl/ | ||
| H A D | mixerctl.1 | 1.23 Fri Aug 15 21:10:57 GMT 2008 wiz branches: 1.23.4; 1.23.8; 1.23.10; Fix typo in Dd argument. 1.23 Fri Aug 15 21:10:57 GMT 2008 wiz branches: 1.23.4; 1.23.8; 1.23.10; Fix typo in Dd argument. 1.23 Fri Aug 15 21:10:57 GMT 2008 wiz branches: 1.23.4; 1.23.8; 1.23.10; Fix typo in Dd argument. 1.23 Fri Aug 15 21:10:57 GMT 2008 wiz branches: 1.23.4; 1.23.8; 1.23.10; Fix typo in Dd argument. |
Completed in 82 milliseconds