HomeSort by: relevance | last modified time | path
    Searched hist:1.58 (Results 1 - 25 of 3184) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/mips/conf/
files.mips 1.58 Fri Jan 25 21:12:12 UTC 2008 joerg branches: 1.58.6; 1.58.10; 1.58.16; 1.58.18; 1.58.24;
Refactor in_cksum/in4_cksum/in6_cksum implementations:
- All three functions are included in the kernel by default.
They call a backend function cpu_in_cksum after possibly
computing the checksum of the pseudo header.
- cpu_in_cksum is the core to implement the one-complement sum.
The default implementation is moderate fast on most platforms
and provides a 32bit accumulator with 16bit addends for L32 platforms
and a 64bit accumulator with 32bit addends for L64 platforms.
It handles edge cases like very large mbuf chains (could happen with
native IPv6 in the future) and provides a good base for new native
implementations.
- Modify i386 and amd64 assembly to use the new interface.

This disables the MD implementations on !x86 until the conversion is
done. For Alpha, the portable version is faster.
Fri Jan 25 21:12:12 UTC 2008 joerg branches: 1.58.6; 1.58.10; 1.58.16; 1.58.18; 1.58.24;
Refactor in_cksum/in4_cksum/in6_cksum implementations:
- All three functions are included in the kernel by default.
They call a backend function cpu_in_cksum after possibly
computing the checksum of the pseudo header.
- cpu_in_cksum is the core to implement the one-complement sum.
The default implementation is moderate fast on most platforms
and provides a 32bit accumulator with 16bit addends for L32 platforms
and a 64bit accumulator with 32bit addends for L64 platforms.
It handles edge cases like very large mbuf chains (could happen with
native IPv6 in the future) and provides a good base for new native
implementations.
- Modify i386 and amd64 assembly to use the new interface.

This disables the MD implementations on !x86 until the conversion is
done. For Alpha, the portable version is faster.
.6; 1.58.10; 1.58.16; 1.58.18; 1.58.24;
Refactor in_cksum/in4_cksum/in6_cksum implementations:
- All three functions are included in the kernel by default.
They call a backend function cpu_in_cksum after possibly
computing the checksum of the pseudo header.
- cpu_in_cksum is the core to implement the one-complement sum.
The default implementation is moderate fast on most platforms
and provides a 32bit accumulator with 16bit addends for L32 platforms
and a 64bit accumulator with 32bit addends for L64 platforms.
It handles edge cases like very large mbuf chains (could happen with
native IPv6 in the future) and provides a good base for new native
implementations.
- Modify i386 and amd64 assembly to use the new interface.

This disables the MD implementations on !x86 until the conversion is
done. For Alpha, the portable version is faster.
.10; 1.58.16; 1.58.18; 1.58.24;
Refactor in_cksum/in4_cksum/in6_cksum implementations:
- All three functions are included in the kernel by default.
They call a backend function cpu_in_cksum after possibly
computing the checksum of the pseudo header.
- cpu_in_cksum is the core to implement the one-complement sum.
The default implementation is moderate fast on most platforms
and provides a 32bit accumulator with 16bit addends for L32 platforms
and a 64bit accumulator with 32bit addends for L64 platforms.
It handles edge cases like very large mbuf chains (could happen with
native IPv6 in the future) and provides a good base for new native
implementations.
- Modify i386 and amd64 assembly to use the new interface.

This disables the MD implementations on !x86 until the conversion is
done. For Alpha, the portable version is faster.
.16; 1.58.18; 1.58.24;
Refactor in_cksum/in4_cksum/in6_cksum implementations:
- All three functions are included in the kernel by default.
They call a backend function cpu_in_cksum after possibly
computing the checksum of the pseudo header.
- cpu_in_cksum is the core to implement the one-complement sum.
The default implementation is moderate fast on most platforms
and provides a 32bit accumulator with 16bit addends for L32 platforms
and a 64bit accumulator with 32bit addends for L64 platforms.
It handles edge cases like very large mbuf chains (could happen with
native IPv6 in the future) and provides a good base for new native
implementations.
- Modify i386 and amd64 assembly to use the new interface.

This disables the MD implementations on !x86 until the conversion is
done. For Alpha, the portable version is faster.
.18; 1.58.24;
Refactor in_cksum/in4_cksum/in6_cksum implementations:
- All three functions are included in the kernel by default.
They call a backend function cpu_in_cksum after possibly
computing the checksum of the pseudo header.
- cpu_in_cksum is the core to implement the one-complement sum.
The default implementation is moderate fast on most platforms
and provides a 32bit accumulator with 16bit addends for L32 platforms
and a 64bit accumulator with 32bit addends for L64 platforms.
It handles edge cases like very large mbuf chains (could happen with
native IPv6 in the future) and provides a good base for new native
implementations.
- Modify i386 and amd64 assembly to use the new interface.

This disables the MD implementations on !x86 until the conversion is
done. For Alpha, the portable version is faster.
1.58.24.20 Mon Feb 27 16:59:42 UTC 2012 matt Add option NOMIPSEMUL so disable (almost) all emulation.
1.58.24.19 Tue Dec 27 06:55:38 UTC 2011 matt Add core_r4k_pcache*.S files.
1.58.24.18 Fri Dec 23 22:31:30 UTC 2011 matt Split syncicache functions into separate file: pmap_syncicache.
Support up to 1024 ASIDs.
Always use atomic ops for manipulating pm_shootdown_pending
Nuke PMAP_POOLPAGE_DEBUG
defparam MIPS_PAGE_SHIFT
Track colors of execpages.
1.58.24.17 Fri Dec 02 00:01:37 UTC 2011 matt Add support for 8KB pages.
  /src/usr.bin/audio/common/
decode.c 1.1.26.1 Tue Mar 12 10:04:22 UTC 2024 martin Pull up the following revisions, requested by mrg in ticket #634:

usr.bin/audio/common/auconv.h up to 1.6
usr.bin/audio/common/audio.c up to 1.27
usr.bin/audio/common/decode.c up to 1.2
usr.bin/audio/common/libaudio.h up to 1.22
usr.bin/audio/common/sun.c up to 1.11
usr.bin/audio/common/wav.c up to 1.22
usr.bin/audio/play/audioplay.1 up to 1.34
usr.bin/audio/play/play.c up to 1.64
usr.bin/audio/record/audiorecord.1 up to 1.45
usr.bin/audio/record/record.c up to 1.58

- support for recording 24 bit .wav files
- read-overflow fixes for .wav files, and other fixes for the
wav parser
- audioplay gains -n flag (no play, like make -n)

1.1.18.1 Tue Mar 12 00:41:38 UTC 2024 martin Pull up the following revisions, requested by mrg in ticket #1818:

usr.bin/audio/common/auconv.h up to 1.6
usr.bin/audio/common/audio.c up to 1.27
usr.bin/audio/common/decode.c up to 1.2
usr.bin/audio/common/libaudio.h up to 1.22
usr.bin/audio/common/sun.c up to 1.11
usr.bin/audio/common/wav.c up to 1.22
usr.bin/audio/ctl/audioctl.1 up to 1.25
usr.bin/audio/play/audioplay.1 up to 1.34
usr.bin/audio/play/play.c up to 1.64
usr.bin/audio/record/audiorecord.1 up to 1.45
usr.bin/audio/record/record.c up to 1.58

- support for playing 32-bit and 64-bit IEEE FP .wav files
- support for recording 24 bit .wav files
- read-overflow fixes for .wav files, and other fixes for the
wav parser
- audioplay gains -n flag (no play, like make -n)
- audioctl manual spruced up
- audiorecord manual gained useful examples

1.1.8.1 Tue Mar 12 00:47:40 UTC 2024 martin Pull up the following revisions, requested by mrg in ticket #1948:

usr.bin/audio/common/auconv.h up to 1.6
usr.bin/audio/common/audio.c up to 1.27
usr.bin/audio/common/decode.c up to 1.2
usr.bin/audio/common/libaudio.h up to 1.22
usr.bin/audio/common/sun.c up to 1.11
usr.bin/audio/common/wav.c up to 1.22
usr.bin/audio/play/audioplay.1 up to 1.34
usr.bin/audio/play/play.c up to 1.64
usr.bin/audio/record/audiorecord.1 up to 1.45
usr.bin/audio/record/record.c up to 1.58

- support for playing 32-bit and 64-bit IEEE FP .wav files
- support for recording 24 bit .wav files
- read-overflow fixes for .wav files, and other fixes for the
wav parser
- audioplay gains -n flag (no play, like make -n)
- audiorecord manual gained useful examples

  /src/tests/lib/libc/sys/
t_kill.c 1.1.56.1 Wed Aug 07 10:04:48 UTC 2024 martin Pull up following revision(s) (requested by kre in ticket #773):

sys/kern/kern_proc.c: revision 1.276
sys/kern/kern_ktrace.c: revision 1.185
sys/kern/sys_sig.c: revision 1.58
sys/kern/kern_descrip.c: revision 1.263
lib/libc/compat-43/killpg.c: revision 1.10
sys/kern/tty.c: revision 1.313
tests/lib/libc/sys/t_kill.c: revision 1.2

PR kern/58425 -- Disallow INT_MIN as a (negative) pid arg.

Since -INT_MIN is undefined, and to point of negative pid args is
to negate them, and use the result as a pgrp id instead, we need
to avoid accidentally negating INT_MIN.

Since pid_t is just an integral type, of unspecified width, when
testing pid_t value test for <= INT_MIN (or > INT_MIN sometimes)
rather than == INT_MIN. When testing int values, just == INT_MIN
is all that is needed, < INT_MIN cannot occur.

tests/lib/libc/sys/t_kill: Test kill(INT_MIN, ...) fails with ESRCH.
PR kern/58425

1.1.44.1 Wed Aug 07 10:11:45 UTC 2024 martin Pull up following revision(s) (requested by kre in ticket #1859):

sys/kern/kern_proc.c: revision 1.276 (via patch)
sys/kern/kern_ktrace.c: revision 1.185 (via patch)
sys/kern/sys_sig.c: revision 1.58 (via patch)
sys/kern/kern_descrip.c: revision 1.263 (via patch)
lib/libc/compat-43/killpg.c: revision 1.10
sys/kern/tty.c: revision 1.313 (via patch)
tests/lib/libc/sys/t_kill.c: revision 1.2

PR kern/58425 -- Disallow INT_MIN as a (negative) pid arg.
Since -INT_MIN is undefined, and to point of negative pid args is
to negate them, and use the result as a pgrp id instead, we need
to avoid accidentally negating INT_MIN.

Since pid_t is just an integral type, of unspecified width, when
testing pid_t value test for <= INT_MIN (or > INT_MIN sometimes)
rather than == INT_MIN. When testing int values, just == INT_MIN
is all that is needed, < INT_MIN cannot occur.

tests/lib/libc/sys/t_kill: Test kill(INT_MIN, ...) fails with ESRCH.
PR kern/58425

t_clock_gettime.c 1.3.28.1 Fri Oct 11 17:12:28 UTC 2024 martin Pull up following revision(s) (requested by riastradh in ticket #943):
sys/sys/resourcevar.h: revision 1.58
sys/kern/subr_time.c: revision 1.36
sys/kern/subr_time.c: revision 1.37
sys/kern/subr_time.c: revision 1.38
sys/kern/kern_resource.c: revision 1.190
sys/kern/kern_resource.c: revision 1.191
tests/lib/libc/sys/t_clock_gettime.c: revision 1.4
tests/lib/libc/sys/t_clock_gettime.c: revision 1.5
tests/lib/libc/sys/t_clock_gettime.c: revision 1.6
kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
White space fix.
kern_resource.c: Fix brace placement.
No functional change intended.
t_clock_gettime: Add test for PR kern/57512.
clock_gettime(2): Fix CLOCK_PROCESS/THREAD_CPUTIME_ID.
Use same calculation as getrusage, not some ad-hoc arithmetic of
internal scheduler parameters that are periodically rewound.
PR kern/57512
XXX pullup-8
XXX pullup-9
XXX pullup-10
t_clock_gettime: Avoid signed/unsigned comparison.

1.3.16.1 Fri Oct 11 17:18:05 UTC 2024 martin Pull up following revision(s) (requested by riastradh in ticket #1896):

sys/sys/resourcevar.h: revision 1.58
sys/kern/subr_time.c: revision 1.36
sys/kern/subr_time.c: revision 1.37
sys/kern/subr_time.c: revision 1.38
sys/kern/kern_resource.c: revision 1.190
sys/kern/kern_resource.c: revision 1.191
tests/lib/libc/sys/t_clock_gettime.c: revision 1.4
tests/lib/libc/sys/t_clock_gettime.c: revision 1.5
tests/lib/libc/sys/t_clock_gettime.c: revision 1.6
(all via patch)

kern: KASSERT(A && B) -> KASSERT(A); KASSERT(B)
White space fix.

kern_resource.c: Fix brace placement.
No functional change intended.

t_clock_gettime: Add test for PR kern/57512.

clock_gettime(2): Fix CLOCK_PROCESS/THREAD_CPUTIME_ID.
Use same calculation as getrusage, not some ad-hoc arithmetic of
internal scheduler parameters that are periodically rewound.
PR kern/57512

t_clock_gettime: Avoid signed/unsigned comparison.

  /src/lib/libm/src/
b_exp.c 1.1.2.2 Wed May 09 18:22:36 UTC 2012 riz Pull up following revision(s) (requested by christos in ticket #232):
distrib/sets/lists/comp/mi: revision 1.1756
lib/libm/Makefile: revision 1.124
lib/libm/src/math_private.h: revision 1.17
lib/libm/src/b_tgamma.c: revision 1.1
lib/libm/man/lgamma.3: revision 1.22
lib/libm/src/b_log.c: revision 1.1
lib/libm/src/b_exp.c: revision 1.1
include/math.h: revision 1.58
lib/libm/src/s_tgammaf.c: revision 1.1
add tgamma{,f}
Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq dot cz
oops, forgot to commit: add tgamma and tgammaf

b_log.c 1.1.2.2 Wed May 09 18:22:36 UTC 2012 riz Pull up following revision(s) (requested by christos in ticket #232):
distrib/sets/lists/comp/mi: revision 1.1756
lib/libm/Makefile: revision 1.124
lib/libm/src/math_private.h: revision 1.17
lib/libm/src/b_tgamma.c: revision 1.1
lib/libm/man/lgamma.3: revision 1.22
lib/libm/src/b_log.c: revision 1.1
lib/libm/src/b_exp.c: revision 1.1
include/math.h: revision 1.58
lib/libm/src/s_tgammaf.c: revision 1.1
add tgamma{,f}
Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq dot cz
oops, forgot to commit: add tgamma and tgammaf

b_tgamma.c 1.1.2.2 Wed May 09 18:22:36 UTC 2012 riz Pull up following revision(s) (requested by christos in ticket #232):
distrib/sets/lists/comp/mi: revision 1.1756
lib/libm/Makefile: revision 1.124
lib/libm/src/math_private.h: revision 1.17
lib/libm/src/b_tgamma.c: revision 1.1
lib/libm/man/lgamma.3: revision 1.22
lib/libm/src/b_log.c: revision 1.1
lib/libm/src/b_exp.c: revision 1.1
include/math.h: revision 1.58
lib/libm/src/s_tgammaf.c: revision 1.1
add tgamma{,f}
Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq dot cz
oops, forgot to commit: add tgamma and tgammaf

s_tgammaf.c 1.1.2.2 Wed May 09 18:22:36 UTC 2012 riz Pull up following revision(s) (requested by christos in ticket #232):
distrib/sets/lists/comp/mi: revision 1.1756
lib/libm/Makefile: revision 1.124
lib/libm/src/math_private.h: revision 1.17
lib/libm/src/b_tgamma.c: revision 1.1
lib/libm/man/lgamma.3: revision 1.22
lib/libm/src/b_log.c: revision 1.1
lib/libm/src/b_exp.c: revision 1.1
include/math.h: revision 1.58
lib/libm/src/s_tgammaf.c: revision 1.1
add tgamma{,f}
Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq dot cz
oops, forgot to commit: add tgamma and tgammaf
  /src/sys/compat/freebsd/
syscalls.master 1.58 Fri Jul 13 20:48:39 UTC 2007 dsl branches: 1.58.28; 1.58.30; 1.58.34; 1.58.36; 1.58.40; 1.58.44;
Remove all the syscall stubs that were only there to get files lookup
up in the alternate path.
Fri Jul 13 20:48:39 UTC 2007 dsl branches: 1.58.28; 1.58.30; 1.58.34; 1.58.36; 1.58.40; 1.58.44;
Remove all the syscall stubs that were only there to get files lookup
up in the alternate path.
.28; 1.58.30; 1.58.34; 1.58.36; 1.58.40; 1.58.44;
Remove all the syscall stubs that were only there to get files lookup
up in the alternate path.
.30; 1.58.34; 1.58.36; 1.58.40; 1.58.44;
Remove all the syscall stubs that were only there to get files lookup
up in the alternate path.
.34; 1.58.36; 1.58.40; 1.58.44;
Remove all the syscall stubs that were only there to get files lookup
up in the alternate path.
.36; 1.58.40; 1.58.44;
Remove all the syscall stubs that were only there to get files lookup
up in the alternate path.
.40; 1.58.44;
Remove all the syscall stubs that were only there to get files lookup
up in the alternate path.
1.58.44.1 Mon Jan 19 13:17:22 UTC 2009 skrll Sync with HEAD.
1.58.40.1 Sat Dec 13 01:13:48 UTC 2008 haad Update haad-dm branch to haad-dm-base2.
1.58.36.2 Wed May 14 01:35:02 UTC 2008 wrstuden Per discussion with ad, remove most of the #include <sys/sa.h> lines
as they were including sa.h just for the type(s) needed for syscallargs.h.

Instead, create a new file, sys/satypes.h, which contains just the
types needed for syscallargs.h. Yes, there's only one now, but that
may change and it's probably more likely to change if it'd be difficult
to handle. :-)

Per discussion with matt at n dot o, add an include of satypes.h to
sigtypes.h. Upcall handlers are kinda signal handlers, and signalling
is the header file that's already included for syscallargs.h that
closest matches SA.

This shaves about 3000 lines off of the diff of the branch relative
to the base. That also represents about 18% of the total before this
checkin.

I think this reduction is very good thing.
  /src/lib/libc/stdio/
printf.3 1.58 Sun Dec 26 00:39:54 UTC 2010 jnemeth branches: 1.58.6; 1.58.8; 1.58.12;
vsnprintf_ss does NOT handle floating point formats

Sun Dec 26 00:39:54 UTC 2010 jnemeth branches: 1.58.6; 1.58.8; 1.58.12;
vsnprintf_ss does NOT handle floating point formats

.6; 1.58.8; 1.58.12;
vsnprintf_ss does NOT handle floating point formats

.8; 1.58.12;
vsnprintf_ss does NOT handle floating point formats

1.58.12.2 Sun Jun 23 06:21:06 UTC 2013 tls resync from head

1.58.12.1 Mon Feb 25 00:27:53 UTC 2013 tls resync with head

1.58.8.1 Mon Nov 03 21:22:28 UTC 2014 msaitoh Pull up following revision(s) (requested by christos in ticket #1161):
lib/libc/stdio/printf.3: revision 1.64 via patch
lib/libc/stdio/vsnprintf.c: revision 1.28 via patch
lib/libc/stdio/vsnprintf_ss.c: revision 1.13 via patch
Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAX
(well FreeBSD documents INT_MAX + 1, but in the code it is INT_MAX).
Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAX
(well FreeBSD documents INT_MAX + 1, but in the code it is INT_MAX).

1.58.6.2 Thu May 22 11:36:54 UTC 2014 yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

1.58.6.1 Wed Jan 23 00:05:23 UTC 2013 yamt sync with head

  /src/sys/arch/hpcmips/stand/pbsdboot/
main.c 1.58 Tue Jul 17 01:41:39 UTC 2001 toshii branches: 1.58.6; 1.58.22;
"infomation" -> "information"

Tue Jul 17 01:41:39 UTC 2001 toshii branches: 1.58.6; 1.58.22;
"infomation" -> "information"

.6; 1.58.22;
"infomation" -> "information"

1.58.22.4 Sun Dec 11 10:28:18 UTC 2005 christos Sync with head.

1.58.22.3 Tue Sep 21 13:16:12 UTC 2004 skrll Fix the sync with head I botched.

1.58.22.2 Sat Sep 18 14:34:59 UTC 2004 skrll Sync with HEAD.

1.58.22.1 Tue Aug 03 10:35:18 UTC 2004 skrll Sync with HEAD

1.58.6.2 Tue Jul 17 01:41:40 UTC 2001 toshii "infomation" -> "information"

1.58.6.1 Tue Jul 17 01:41:39 UTC 2001 toshii file main.c was added on branch nathanw_sa on 2001-07-17 01:41:40 +0000

  /src/sys/dev/isa/
ast.c 1.58 Thu Nov 16 01:33:00 UTC 2006 christos branches: 1.58.8; 1.58.22; 1.58.24; 1.58.28;
__unused removal on arguments; approved by core.

Thu Nov 16 01:33:00 UTC 2006 christos branches: 1.58.8; 1.58.22; 1.58.24; 1.58.28;
__unused removal on arguments; approved by core.

.8; 1.58.22; 1.58.24; 1.58.28;
__unused removal on arguments; approved by core.

.22; 1.58.24; 1.58.28;
__unused removal on arguments; approved by core.

.24; 1.58.28;
__unused removal on arguments; approved by core.

1.58.28.1 Thu Oct 25 22:38:07 UTC 2007 bouyer Sync with HEAD.

1.58.24.1 Tue Nov 06 23:27:29 UTC 2007 matt sync with HEAD

1.58.22.1 Fri Oct 26 15:45:11 UTC 2007 joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

1.58.8.1 Tue Oct 23 20:08:00 UTC 2007 ad Sync with head.

  /src/sys/arch/amiga/dev/
siop.c 1.58 Wed Oct 17 19:53:17 UTC 2007 garbled branches: 1.58.16; 1.58.20; 1.58.26; 1.58.28; 1.58.30;
Merge the ppcoea-renovation branch to HEAD.

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

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

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
Wed Oct 17 19:53:17 UTC 2007 garbled branches: 1.58.16; 1.58.20; 1.58.26; 1.58.28; 1.58.30;
Merge the ppcoea-renovation branch to HEAD.

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

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

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
.16; 1.58.20; 1.58.26; 1.58.28; 1.58.30;
Merge the ppcoea-renovation branch to HEAD.

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

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

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
.20; 1.58.26; 1.58.28; 1.58.30;
Merge the ppcoea-renovation branch to HEAD.

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

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

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
.26; 1.58.28; 1.58.30;
Merge the ppcoea-renovation branch to HEAD.

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

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

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
.28; 1.58.30;
Merge the ppcoea-renovation branch to HEAD.

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

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

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.
1.58.30.2 Fri Jan 16 21:33:45 UTC 2009 bouyer Pull up following revision(s) (requested by mhitch in ticket #256):
sys/arch/amiga/dev/siop2.c: revision 1.33
sys/arch/amiga/dev/siop.c: revision 1.61
For some reason lost in obscurity and time, I did not ever implement a
timeout capability to these drivers. Apparently no one has ever had
scsi devices that failed to complete a scsi operation in some fashion,
or at least no one has reported it as best I can remember. I've just
run into this situation and figured out that one disk would fail to
complete an I/O transaction and never timed out. Add the appropriate
timeout function to reset the controller and restart things.
1.58.30.1 Sat Dec 13 21:25:47 UTC 2008 bouyer Pull up following revision(s) (requested by mhitch in ticket #175):
sys/arch/amiga/dev/siop.c: revision 1.59
sys/arch/amiga/dev/siop2.c: revision 1.31
Deal with unrecognized SCSI message byte - restart script to clear the
ACK. No longer hangs the driver when an unhandled message byte is seen.
1.58.28.2 Tue Apr 28 07:33:40 UTC 2009 skrll Sync with HEAD.
1.58.28.1 Mon Jan 19 13:15:56 UTC 2009 skrll Sync with HEAD.
  /src/sys/arch/atari/dev/
ite.c 1.58 Mon Nov 19 18:51:39 UTC 2007 ad branches: 1.58.14; 1.58.16; 1.58.18; 1.58.20; 1.58.22;
- Factor out too many copies of the same bit of tty code.
- Fix another tty signalling/wakeup problem.
Mon Nov 19 18:51:39 UTC 2007 ad branches: 1.58.14; 1.58.16; 1.58.18; 1.58.20; 1.58.22;
- Factor out too many copies of the same bit of tty code.
- Fix another tty signalling/wakeup problem.
.14; 1.58.16; 1.58.18; 1.58.20; 1.58.22;
- Factor out too many copies of the same bit of tty code.
- Fix another tty signalling/wakeup problem.
.16; 1.58.18; 1.58.20; 1.58.22;
- Factor out too many copies of the same bit of tty code.
- Fix another tty signalling/wakeup problem.
.18; 1.58.20; 1.58.22;
- Factor out too many copies of the same bit of tty code.
- Fix another tty signalling/wakeup problem.
.20; 1.58.22;
- Factor out too many copies of the same bit of tty code.
- Fix another tty signalling/wakeup problem.
1.58.22.1 Wed Jun 18 16:32:39 UTC 2008 simonb Sync with head.
1.58.20.1 Mon Jun 23 04:30:12 UTC 2008 wrstuden Sync w/ -current. 34 merge conflicts to follow.
1.58.18.3 Wed Aug 11 22:51:45 UTC 2010 yamt sync with head.
1.58.18.2 Wed Aug 19 18:46:02 UTC 2009 yamt sync with head.
  /src/sys/arch/evbarm/conf/
IQ80310 1.58 Sat Jan 19 13:11:13 UTC 2008 chris branches: 1.58.6; 1.58.8; 1.58.10;
Remove arm support for IPKDB.

It hasn't worked since arm was broken out from arm32 in Jan 2001, and
no-one has noticed or cared to fix it.
Sat Jan 19 13:11:13 UTC 2008 chris branches: 1.58.6; 1.58.8; 1.58.10;
Remove arm support for IPKDB.

It hasn't worked since arm was broken out from arm32 in Jan 2001, and
no-one has noticed or cared to fix it.
.6; 1.58.8; 1.58.10;
Remove arm support for IPKDB.

It hasn't worked since arm was broken out from arm32 in Jan 2001, and
no-one has noticed or cared to fix it.
.8; 1.58.10;
Remove arm support for IPKDB.

It hasn't worked since arm was broken out from arm32 in Jan 2001, and
no-one has noticed or cared to fix it.
1.58.10.4 Wed Aug 11 22:51:50 UTC 2010 yamt sync with head.
1.58.10.3 Thu Mar 11 15:02:13 UTC 2010 yamt sync with head
1.58.10.2 Mon May 04 08:10:56 UTC 2009 yamt sync with head.
1.58.10.1 Fri May 16 02:22:10 UTC 2008 yamt sync with head.
1.58.8.2 Wed Jun 04 02:04:45 UTC 2008 yamt sync with head
1.58.8.1 Sun May 18 00:31:47 UTC 2008 yamt sync with head.
  /src/sys/arch/pmax/pmax/
dec_3maxplus.c 1.58 Thu Jan 03 23:02:24 UTC 2008 joerg branches: 1.58.10; 1.58.18; 1.58.24; 1.58.28;
Timecounter and generic todr support for pmax. From Garret D'Amore.

Thu Jan 03 23:02:24 UTC 2008 joerg branches: 1.58.10; 1.58.18; 1.58.24; 1.58.28;
Timecounter and generic todr support for pmax. From Garret D'Amore.

.10; 1.58.18; 1.58.24; 1.58.28;
Timecounter and generic todr support for pmax. From Garret D'Amore.

.18; 1.58.24; 1.58.28;
Timecounter and generic todr support for pmax. From Garret D'Amore.

.24; 1.58.28;
Timecounter and generic todr support for pmax. From Garret D'Amore.

1.58.28.3 Wed Dec 29 00:20:37 UTC 2010 matt Add sr_map entry for IPL_DDB.
Make 3max 64bit clean.

1.58.28.2 Fri Dec 24 07:23:42 UTC 2010 matt Adapt to the new spl/interrupt framework.
Include <mips/locore.h> when needed.

1.58.28.1 Tue Sep 08 17:24:09 UTC 2009 matt Enable building LP64 kernels for 3min, maxine, and 3maxplus.
Fix various LP64 bugs.
XXX still invoked via O32 call args

1.58.24.1 Wed May 13 17:18:13 UTC 2009 jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

1.58.18.1 Tue Apr 28 07:34:33 UTC 2009 skrll Sync with HEAD.

  /src/sys/compat/linux/common/
linux_oldolduname.c 1.58 Sun Jan 19 16:41:46 UTC 2003 thorpej branches: 1.58.18; 1.58.48; 1.58.50;
Merge the nathanw_sa branch.
Sun Jan 19 16:41:46 UTC 2003 thorpej branches: 1.58.18; 1.58.48; 1.58.50;
Merge the nathanw_sa branch.
.18; 1.58.48; 1.58.50;
Merge the nathanw_sa branch.
.48; 1.58.50;
Merge the nathanw_sa branch.
1.58.50.2 Sun Dec 10 07:16:47 UTC 2006 yamt sync with head.
1.58.50.1 Sun Oct 22 06:05:24 UTC 2006 yamt sync with head
1.58.48.2 Tue Jan 30 13:51:33 UTC 2007 ad Remove support for SA. Ok core@.
1.58.48.1 Sat Nov 18 21:39:08 UTC 2006 ad Sync with head.
1.58.18.5 Mon Jan 21 09:41:27 UTC 2008 yamt sync with head
1.58.18.4 Thu Nov 15 11:43:51 UTC 2007 yamt sync with head.
linux_olduname.c 1.58 Sat Jan 18 08:04:38 UTC 2003 thorpej branches: 1.58.18; 1.58.48; 1.58.50;
Merge the nathanw_sa branch.
Sat Jan 18 08:04:38 UTC 2003 thorpej branches: 1.58.18; 1.58.48; 1.58.50;
Merge the nathanw_sa branch.
.18; 1.58.48; 1.58.50;
Merge the nathanw_sa branch.
.48; 1.58.50;
Merge the nathanw_sa branch.
1.58.50.2 Sun Dec 10 07:16:48 UTC 2006 yamt sync with head.
1.58.50.1 Sun Oct 22 06:05:24 UTC 2006 yamt sync with head
1.58.48.2 Tue Jan 30 13:51:33 UTC 2007 ad Remove support for SA. Ok core@.
1.58.48.1 Sat Nov 18 21:39:08 UTC 2006 ad Sync with head.
1.58.18.5 Mon Jan 21 09:41:27 UTC 2008 yamt sync with head
1.58.18.4 Thu Nov 15 11:43:51 UTC 2007 yamt sync with head.
  /src/sys/dev/pci/
ahc_pci.c 1.58 Thu Nov 16 01:33:08 UTC 2006 christos branches: 1.58.8; 1.58.22; 1.58.24; 1.58.26;
__unused removal on arguments; approved by core.

Thu Nov 16 01:33:08 UTC 2006 christos branches: 1.58.8; 1.58.22; 1.58.24; 1.58.26;
__unused removal on arguments; approved by core.

.8; 1.58.22; 1.58.24; 1.58.26;
__unused removal on arguments; approved by core.

.22; 1.58.24; 1.58.26;
__unused removal on arguments; approved by core.

.24; 1.58.26;
__unused removal on arguments; approved by core.

1.58.26.1 Sat Oct 06 15:31:22 UTC 2007 yamt sync with head.

1.58.24.3 Sun Mar 23 02:04:44 UTC 2008 matt sync with HEAD

1.58.24.2 Wed Jan 09 01:53:32 UTC 2008 matt sync with HEAD

1.58.24.1 Tue Nov 06 23:28:36 UTC 2007 matt sync with HEAD

1.58.22.2 Fri Oct 26 15:45:52 UTC 2007 joerg Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

  /src/sys/dev/isapnp/
isapnpdevs.h 1.58 Sun Feb 19 21:31:14 UTC 2006 martin branches: 1.58.2; 1.58.4; 1.58.6;
Regen

Sun Feb 19 21:31:14 UTC 2006 martin branches: 1.58.2; 1.58.4; 1.58.6;
Regen

.2; 1.58.4; 1.58.6;
Regen

.4; 1.58.6;
Regen

1.58.6.1 Wed May 24 15:50:26 UTC 2006 tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

1.58.4.2 Thu May 11 23:28:47 UTC 2006 elad sync with head

1.58.4.1 Wed Apr 19 03:25:18 UTC 2006 elad sync with head.

1.58.2.1 Wed May 24 10:57:53 UTC 2006 yamt sync with head.

  /src/sys/dev/qbus/
uda.c 1.58 Tue Mar 11 05:34:02 UTC 2008 matt branches: 1.58.4; 1.58.12; 1.58.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.
Tue Mar 11 05:34:02 UTC 2008 matt branches: 1.58.4; 1.58.12; 1.58.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.
.4; 1.58.12; 1.58.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.
.12; 1.58.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.58.18.1 Wed May 13 17:21:16 UTC 2009 jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
1.58.12.1 Tue Apr 28 07:36:27 UTC 2009 skrll Sync with HEAD.
1.58.4.2 Sat May 16 10:41:42 UTC 2009 yamt sync with head
1.58.4.1 Mon May 04 08:13:16 UTC 2009 yamt sync with head.
  /src/share/man/man4/man4.i386/
geodewdog.4 1.2.4.2 Sat May 20 00:27:54 UTC 2006 tron Pull up following revision(s) (requested by riz in ticket #1332):
distrib/sets/lists/man/mi: revision 1.829
share/man/man4/man4.i386/geodewdog.4: revision 1.1
share/man/man4/man4.i386/Makefile: revision 1.58
Add the manual page for geodewdog(4), the driver for the AMD Geode
SC1100's integrated watchdog timer.

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
memory.h 1.1.1.1.6.1 Sun May 31 10:39:34 UTC 2020 martin Pull up following revision(s) (requested by bouyer in ticket #935):

sys/arch/xen/x86/x86_xpmap.c: revision 1.89
sys/arch/x86/include/pmap.h: revision 1.121
sys/arch/xen/xen/privcmd.c: revision 1.58
sys/external/mit/xen-include-public/dist/xen/include/public/memory.h: revision 1.2
sys/arch/xen/include/xenpmap.h: revision 1.44
sys/arch/xen/include/xenio.h: revision 1.12
sys/arch/x86/x86/pmap.c: revision 1.394
(all via patch)

Ajust pmap_enter_ma() for upcoming new Xen privcmd ioctl:
pass flags to xpq_update_foreign()

Introduce a pmap MD flag: PMAP_MD_XEN_NOTR, which cause xpq_update_foreign()
to use the MMU_PT_UPDATE_NO_TRANSLATE flag.
make xpq_update_foreign() return the raw Xen error. This will cause
pmap_enter_ma() to return a negative error number in this case, but the
only user of this code path is privcmd.c and it can deal with it.

Add pmap_enter_gnt()m which maps a set of Xen grant entries at the
specified va in the specified pmap. Use the hooks implemented for EPT to
keep track of mapped grand entries in the pmap, and unmap them
when pmap_remove() is called. This requires pmap_remove() to be split
into a pmap_remove_locked(), to be called from pmap_remove_gnt().

Implement new ioctl, needed by Xen 4.13:
IOCTL_PRIVCMD_MMAPBATCH_V2
IOCTL_PRIVCMD_MMAP_RESOURCE
IOCTL_GNTDEV_MMAP_GRANT_REF
IOCTL_GNTDEV_ALLOC_GRANT_REF

Always enable declarations needed by privcmd.c

  /src/sys/uvm/
uvm_map.h 1.58 Sun Jul 22 21:07:47 UTC 2007 he branches: 1.58.6; 1.58.12; 1.58.14; 1.58.16; 1.58.18; 1.58.22;
When _KERNEL is defined, we have now grown a dependency on
<sys/proc.h>, since one of the inline functions now refer to curlwp.
Fix this by including <sys/proc.h> when _KERNEL is defined.
Sun Jul 22 21:07:47 UTC 2007 he branches: 1.58.6; 1.58.12; 1.58.14; 1.58.16; 1.58.18; 1.58.22;
When _KERNEL is defined, we have now grown a dependency on
<sys/proc.h>, since one of the inline functions now refer to curlwp.
Fix this by including <sys/proc.h> when _KERNEL is defined.
.6; 1.58.12; 1.58.14; 1.58.16; 1.58.18; 1.58.22;
When _KERNEL is defined, we have now grown a dependency on
<sys/proc.h>, since one of the inline functions now refer to curlwp.
Fix this by including <sys/proc.h> when _KERNEL is defined.
.12; 1.58.14; 1.58.16; 1.58.18; 1.58.22;
When _KERNEL is defined, we have now grown a dependency on
<sys/proc.h>, since one of the inline functions now refer to curlwp.
Fix this by including <sys/proc.h> when _KERNEL is defined.
.14; 1.58.16; 1.58.18; 1.58.22;
When _KERNEL is defined, we have now grown a dependency on
<sys/proc.h>, since one of the inline functions now refer to curlwp.
Fix this by including <sys/proc.h> when _KERNEL is defined.
.16; 1.58.18; 1.58.22;
When _KERNEL is defined, we have now grown a dependency on
<sys/proc.h>, since one of the inline functions now refer to curlwp.
Fix this by including <sys/proc.h> when _KERNEL is defined.
.18; 1.58.22;
When _KERNEL is defined, we have now grown a dependency on
<sys/proc.h>, since one of the inline functions now refer to curlwp.
Fix this by including <sys/proc.h> when _KERNEL is defined.
1.58.22.2 Sun Jul 22 21:07:48 UTC 2007 he When _KERNEL is defined, we have now grown a dependency on
<sys/proc.h>, since one of the inline functions now refer to curlwp.
Fix this by including <sys/proc.h> when _KERNEL is defined.
1.58.22.1 Sun Jul 22 21:07:47 UTC 2007 he file uvm_map.h was added on branch matt-mips64 on 2007-07-22 21:07:48 +0000
1.58.18.2 Tue Jan 08 22:12:07 UTC 2008 bouyer Sync with HEAD
  /src/usr.sbin/rtadvd/
logit.h 1.1.2.2 Tue Nov 21 10:54:18 UTC 2017 martin Pull up following revision(s) (requested by ozaki-r in ticket #358):
usr.sbin/rtadvd/rtadvd.c: revision 1.54-1.58
usr.sbin/rtadvd/config.c: revision 1.37
usr.sbin/rtadvd/if.c: revision 1.25
usr.sbin/rtadvd/dump.c: revision 1.15
usr.sbin/rtadvd/rrenum.c: revision 1.20
usr.sbin/rtadvd/logit.h: revision 1.1
usr.sbin/rtadvd/rtadvd.8: revision 1.26
tests/net/ndp/t_ra.sh: revision 1.30
usr.sbin/rtadvd/timer.c: revision 1.14
tests/net/ndp/t_ra.sh: revision 1.31
usr.sbin/rtadvd/advcap.c: revision 1.17

KNF, fix time printing formats.

Don't start another copy of rtadvd if one is running.

PR/52618: Shinichi Doyashiki: Don't exit if adding interface to multicast
group fails. This happens with empty vlan interfaces
- make syscalls checks against -1
- fix errors to print %s: instead of <%s>
XXX: if_vlan is the only pseudo interface in net/ that returns such an
error..

Kill rtadvd surely even if the tests fail in the middle
It may help PR bin/52701.

Change the meaning of the D flag to print errors to stderr instead of
syslog(3) and exit if poll(2) fails (intended to be used with unit-tests).

Mark expandm as preserving format strings.

Let rtadvd not use syslog for logging
Thanks to christos@ now rtadvd can log via stderr instead of syslog
by -D option.
Address PR bin/52701


Completed in 180 milliseconds

1 2 3 4 5 6 7 8 91011>>