Searched hist:1.248 (Results 1 - 25 of 166) sorted by relevance

1234567

/src/sys/netinet/
H A Din.c1.248 Tue Aug 20 08:22:35 GMT 2024 ozaki-r inet: send GARP on link up if DAD is disabled

This behavior was accidentally removed at rev 1.233.

/src/tests/usr.bin/xlint/lint1/
H A Dgcc_attribute_var.c1.3 Sun Jul 11 15:07:39 GMT 2021 rillig lint: fix bug when parsing unused variable (since 2021-07-10)

Partially revert to cgram.y 1.248 from 2021-06-29.

This fixes the parse error for variables whose declaration starts with
__attribute__((unused)). In the many refactorings of the last days this
bug has slipped in, and since there were several refactorings in that
area, there may be have been further bugs that are not caught by the
current test suite. Revert for now and maybe apply them later again
when there are more tests.

Things kept from the current version are:

The names of most of the rules, as they correspond more closely to C99
and do not affect the behavior in any way.

In type_direct_decl, the replacement of type_attribute_list with
type_attribute since that nonterminal is already part of a repetition
(saves 4 conflicts).

In block_item, the order of the rules corresponds to C99. This has no
influence on the generated parser, except for the rule numbers, which
are informative.

The merge of the duplicate code for struct_tag, enum_tag and
enum_constant, as they all contained exactly the same code.

H A Ddecl.c1.4 Sun Jul 11 15:07:39 GMT 2021 rillig lint: fix bug when parsing unused variable (since 2021-07-10)

Partially revert to cgram.y 1.248 from 2021-06-29.

This fixes the parse error for variables whose declaration starts with
__attribute__((unused)). In the many refactorings of the last days this
bug has slipped in, and since there were several refactorings in that
area, there may be have been further bugs that are not caught by the
current test suite. Revert for now and maybe apply them later again
when there are more tests.

Things kept from the current version are:

The names of most of the rules, as they correspond more closely to C99
and do not affect the behavior in any way.

In type_direct_decl, the replacement of type_attribute_list with
type_attribute since that nonterminal is already part of a repetition
(saves 4 conflicts).

In block_item, the order of the rules corresponds to C99. This has no
influence on the generated parser, except for the rule numbers, which
are informative.

The merge of the duplicate code for struct_tag, enum_tag and
enum_constant, as they all contained exactly the same code.

/src/sys/arch/sparc/sparc/
H A Dcpu.c1.248 Fri Jul 25 17:21:32 GMT 2014 nakayama branches: 1.248.2; 1.248.4; 1.248.8; 1.248.12;
Backout using humanize_number(9) in clockfreq().
humanize_number(9) cannot handle a fraction part and doesn't
match the intention of clockfreq().

Also backout the changes caused by the fallout of clockfreq().

Fixed outputs:

-cpu0 at mainbus0: MB86904 @ 170 MHz, MB86910 or WTL1164/5 FPU
+cpu0 at mainbus0: MB86904 @ 170 MHz, MB86910 or WTL1164/5 FPU

-sbus0 at iommu0: clock = 21250 MHz
+sbus0 at iommu0: clock = 21.250 MHz

-cpu0 at mainbus0: SUNW,UltraSPARC-II @ 449 MHz, CPU id 0
+cpu0 at mainbus0: SUNW,UltraSPARC-II @ 449.971 MHz, CPU id 0

1.248 Fri Jul 25 17:21:32 GMT 2014 nakayama branches: 1.248.2; 1.248.4; 1.248.8; 1.248.12;
Backout using humanize_number(9) in clockfreq().
humanize_number(9) cannot handle a fraction part and doesn't
match the intention of clockfreq().

Also backout the changes caused by the fallout of clockfreq().

Fixed outputs:

-cpu0 at mainbus0: MB86904 @ 170 MHz, MB86910 or WTL1164/5 FPU
+cpu0 at mainbus0: MB86904 @ 170 MHz, MB86910 or WTL1164/5 FPU

-sbus0 at iommu0: clock = 21250 MHz
+sbus0 at iommu0: clock = 21.250 MHz

-cpu0 at mainbus0: SUNW,UltraSPARC-II @ 449 MHz, CPU id 0
+cpu0 at mainbus0: SUNW,UltraSPARC-II @ 449.971 MHz, CPU id 0

1.248 Fri Jul 25 17:21:32 GMT 2014 nakayama branches: 1.248.2; 1.248.4; 1.248.8; 1.248.12;
Backout using humanize_number(9) in clockfreq().
humanize_number(9) cannot handle a fraction part and doesn't
match the intention of clockfreq().

Also backout the changes caused by the fallout of clockfreq().

Fixed outputs:

-cpu0 at mainbus0: MB86904 @ 170 MHz, MB86910 or WTL1164/5 FPU
+cpu0 at mainbus0: MB86904 @ 170 MHz, MB86910 or WTL1164/5 FPU

-sbus0 at iommu0: clock = 21250 MHz
+sbus0 at iommu0: clock = 21.250 MHz

-cpu0 at mainbus0: SUNW,UltraSPARC-II @ 449 MHz, CPU id 0
+cpu0 at mainbus0: SUNW,UltraSPARC-II @ 449.971 MHz, CPU id 0

1.248 Fri Jul 25 17:21:32 GMT 2014 nakayama branches: 1.248.2; 1.248.4; 1.248.8; 1.248.12;
Backout using humanize_number(9) in clockfreq().
humanize_number(9) cannot handle a fraction part and doesn't
match the intention of clockfreq().

Also backout the changes caused by the fallout of clockfreq().

Fixed outputs:

-cpu0 at mainbus0: MB86904 @ 170 MHz, MB86910 or WTL1164/5 FPU
+cpu0 at mainbus0: MB86904 @ 170 MHz, MB86910 or WTL1164/5 FPU

-sbus0 at iommu0: clock = 21250 MHz
+sbus0 at iommu0: clock = 21.250 MHz

-cpu0 at mainbus0: SUNW,UltraSPARC-II @ 449 MHz, CPU id 0
+cpu0 at mainbus0: SUNW,UltraSPARC-II @ 449.971 MHz, CPU id 0

1.248 Fri Jul 25 17:21:32 GMT 2014 nakayama branches: 1.248.2; 1.248.4; 1.248.8; 1.248.12;
Backout using humanize_number(9) in clockfreq().
humanize_number(9) cannot handle a fraction part and doesn't
match the intention of clockfreq().

Also backout the changes caused by the fallout of clockfreq().

Fixed outputs:

-cpu0 at mainbus0: MB86904 @ 170 MHz, MB86910 or WTL1164/5 FPU
+cpu0 at mainbus0: MB86904 @ 170 MHz, MB86910 or WTL1164/5 FPU

-sbus0 at iommu0: clock = 21250 MHz
+sbus0 at iommu0: clock = 21.250 MHz

-cpu0 at mainbus0: SUNW,UltraSPARC-II @ 449 MHz, CPU id 0
+cpu0 at mainbus0: SUNW,UltraSPARC-II @ 449.971 MHz, CPU id 0

H A Dautoconf.c1.248 Tue Feb 05 22:03:16 GMT 2013 macallan attach SUNW,sx early so cgfourteen can grab it right away and doesn't have
to play games waiting for it

/src/sys/arch/sparc/conf/
H A DGENERIC1.248 Sun Nov 16 16:01:43 GMT 2014 manu branches: 1.248.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate

1.248 Sun Nov 16 16:01:43 GMT 2014 manu branches: 1.248.2;
Remove unused extended attributes kernel options

As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
as they have been obsolete for a long time:
UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate

/src/doc/
H A DBRANCHES1.248 Mon Mar 24 00:34:51 GMT 2008 yamt branches: 1.248.2;
terminate yamt-lazymbuf branch.
1.248 Mon Mar 24 00:34:51 GMT 2008 yamt branches: 1.248.2;
terminate yamt-lazymbuf branch.
/src/sys/sys/
H A Dsyscall.h1.248 Sat Feb 11 23:18:14 GMT 2012 martin branches: 1.248.2;
Regen for posix_spawn
1.248 Sat Feb 11 23:18:14 GMT 2012 martin branches: 1.248.2;
Regen for posix_spawn
H A Dsyscallargs.h1.248 Mon Dec 09 19:19:39 GMT 2013 pooka regen
/src/sys/dev/ic/
H A Dwdc.c1.248 Mon Apr 16 05:25:36 GMT 2007 dyoung branches: 1.248.6; 1.248.8; 1.248.12;
Make this compile with or without 'options ATADEBUG'.
1.248 Mon Apr 16 05:25:36 GMT 2007 dyoung branches: 1.248.6; 1.248.8; 1.248.12;
Make this compile with or without 'options ATADEBUG'.
1.248 Mon Apr 16 05:25:36 GMT 2007 dyoung branches: 1.248.6; 1.248.8; 1.248.12;
Make this compile with or without 'options ATADEBUG'.
1.248 Mon Apr 16 05:25:36 GMT 2007 dyoung branches: 1.248.6; 1.248.8; 1.248.12;
Make this compile with or without 'options ATADEBUG'.
/src/sys/ufs/ufs/
H A Dufs_vnops.c1.248 Wed Sep 18 17:59:15 GMT 2019 christos branches: 1.248.2;
Add newly created vnodes to the namei cache. The rest of the filesystems
already did that (or they don't support writing). Discussed in tech-kern.

1.248 Wed Sep 18 17:59:15 GMT 2019 christos branches: 1.248.2;
Add newly created vnodes to the namei cache. The rest of the filesystems
already did that (or they don't support writing). Discussed in tech-kern.

/src/sys/modules/
H A DMakefile1.248 Sun Nov 01 18:51:02 GMT 2020 pgoyette branches: 1.248.2;
Separate the compat_netbsd32_coredump from the compat_netbsd32 and
coredump modules, into its own module.

Welcome to 7.99.75 !!!

1.248 Sun Nov 01 18:51:02 GMT 2020 pgoyette branches: 1.248.2;
Separate the compat_netbsd32_coredump from the compat_netbsd32 and
coredump modules, into its own module.

Welcome to 7.99.75 !!!

/src/sys/arch/pmax/pmax/
H A Dmachdep.c1.248 Mon Mar 24 19:31:40 GMT 2014 christos branches: 1.248.6;
use cpu_{g,s}etmodel

1.248 Mon Mar 24 19:31:40 GMT 2014 christos branches: 1.248.6;
use cpu_{g,s}etmodel

/src/lib/
H A DMakefile1.248 Fri Oct 14 17:29:29 GMT 2016 macallan branches: 1.248.2;
build libc_fp only on mips64*

1.248 Fri Oct 14 17:29:29 GMT 2016 macallan branches: 1.248.2;
build libc_fp only on mips64*

/src/sys/dev/scsipi/
H A Dscsiconf.c1.248 Sun Jun 08 18:18:34 GMT 2008 tsutsui branches: 1.248.2;
Use device_lookup_private() rather than using cd_devs[] directly to get softc.

XXX maybe we should change a type of cd_devs[] in struct cfdriver
from (void *) to device_t.
1.248 Sun Jun 08 18:18:34 GMT 2008 tsutsui branches: 1.248.2;
Use device_lookup_private() rather than using cd_devs[] directly to get softc.

XXX maybe we should change a type of cd_devs[] in struct cfdriver
from (void *) to device_t.
H A Dsd.c1.248 Thu Jun 01 15:53:09 GMT 2006 nathanw branches: 1.248.2;
Change return type of sdgetdisklabel() from void to int; return an error
if readdisklabel() returned an error.

sdopen(): Return an error if sdgetdisklabel() returns an error. This prevents
a crash in spec_open() (and possibly elsewhere) if a sd device is detached in
the middle of sdopen().
1.248 Thu Jun 01 15:53:09 GMT 2006 nathanw branches: 1.248.2;
Change return type of sdgetdisklabel() from void to int; return an error
if readdisklabel() returned an error.

sdopen(): Return an error if sdgetdisklabel() returns an error. This prevents
a crash in spec_open() (and possibly elsewhere) if a sd device is detached in
the middle of sdopen().
/src/sys/dev/usb/
H A Dusb_subr.c1.248 Thu Jun 11 02:39:30 GMT 2020 thorpej branches: 1.248.2;
Update for proplib(3) API changes.
1.248 Thu Jun 11 02:39:30 GMT 2020 thorpej branches: 1.248.2;
Update for proplib(3) API changes.
/src/share/misc/
H A Dacronyms1.248 Tue Jul 19 09:10:16 GMT 2016 kre
+ PTO please turn over

/src/sys/ufs/lfs/
H A Dlfs_vnops.c1.248 Tue Jun 18 18:18:58 GMT 2013 christos branches: 1.248.2; 1.248.4;
Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs.
This was done so that boot blocks that want to compile both FFS and LFS in
the same file work.

1.248 Tue Jun 18 18:18:58 GMT 2013 christos branches: 1.248.2; 1.248.4;
Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs.
This was done so that boot blocks that want to compile both FFS and LFS in
the same file work.

1.248 Tue Jun 18 18:18:58 GMT 2013 christos branches: 1.248.2; 1.248.4;
Prefix most of the cpp macros with lfs_ and LFS_ to avoid conflicts with ffs.
This was done so that boot blocks that want to compile both FFS and LFS in
the same file work.

/src/sys/arch/alpha/alpha/
H A Dmachdep.c1.248 Fri Jul 27 00:25:18 GMT 2001 thorpej branches: 1.248.2; 1.248.4;
Rework the interrupt code, shaving some cycles off in the process.
Rather than an "iointr" routine that decomposes a vector into an
IRQ, we maintain a vector table directly, hooking up each "iointr"
routine at the correct vector. This also allows us to hook device
interrupts up to specific vectors (c.f. Jensen).

We can shave even more cycles off, here, and I will, but it requires
some changes to the alpha_shared_intr stuff.

1.248 Fri Jul 27 00:25:18 GMT 2001 thorpej branches: 1.248.2; 1.248.4;
Rework the interrupt code, shaving some cycles off in the process.
Rather than an "iointr" routine that decomposes a vector into an
IRQ, we maintain a vector table directly, hooking up each "iointr"
routine at the correct vector. This also allows us to hook device
interrupts up to specific vectors (c.f. Jensen).

We can shave even more cycles off, here, and I will, but it requires
some changes to the alpha_shared_intr stuff.

1.248 Fri Jul 27 00:25:18 GMT 2001 thorpej branches: 1.248.2; 1.248.4;
Rework the interrupt code, shaving some cycles off in the process.
Rather than an "iointr" routine that decomposes a vector into an
IRQ, we maintain a vector table directly, hooking up each "iointr"
routine at the correct vector. This also allows us to hook device
interrupts up to specific vectors (c.f. Jensen).

We can shave even more cycles off, here, and I will, but it requires
some changes to the alpha_shared_intr stuff.

/src/share/man/man9/
H A DMakefile1.248 Sat Jul 21 15:35:46 GMT 2007 dsieger branches: 1.248.4; 1.248.6;
Fix a glitch in previous commit:
s/mi_switch 9/mi_switch.9/

Reported by Paul Goyette.
1.248 Sat Jul 21 15:35:46 GMT 2007 dsieger branches: 1.248.4; 1.248.6;
Fix a glitch in previous commit:
s/mi_switch 9/mi_switch.9/

Reported by Paul Goyette.
1.248 Sat Jul 21 15:35:46 GMT 2007 dsieger branches: 1.248.4; 1.248.6;
Fix a glitch in previous commit:
s/mi_switch 9/mi_switch.9/

Reported by Paul Goyette.
/src/sys/kern/
H A Dinit_sysent.c1.248 Thu Dec 30 11:45:39 GMT 2010 pooka regen: fill syscallnames up to the rim
H A Dsyscalls.c1.248 Mon Aug 08 00:17:28 GMT 2011 manu regen
/src/sys/arch/hpcmips/conf/
H A DGENERIC1.248 Sun Feb 12 14:50:39 GMT 2023 abs Add optoion GENERIC.local include to the end of ~all GENERIC configs

This excludes atari, sgimips, evbmips, evbppc, evbsh3, and hpcarm
all of which have somewhat specific kernel config file layouts

/src/lib/libc/
H A Dshlib_version1.248 Thu Jan 16 17:21:38 GMT 2014 christos Add the {v,}{err,warn}c flavors, from FreeBSD.

Completed in 344 milliseconds

1234567