Searched hist:1.255 (Results 1 - 25 of 164) sorted by relevance

1234567

/src/sys/arch/sparc64/sparc64/
H A Dmachdep.c1.255 Fri Jan 14 02:06:32 GMT 2011 rmind branches: 1.255.2; 1.255.4;
Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros.

Various #include fixes and review by matt@.
1.255 Fri Jan 14 02:06:32 GMT 2011 rmind branches: 1.255.2; 1.255.4;
Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros.

Various #include fixes and review by matt@.
1.255 Fri Jan 14 02:06:32 GMT 2011 rmind branches: 1.255.2; 1.255.4;
Retire struct user, remove sys/user.h inclusions. Note sys/user.h header
as obsolete. Remove USER_TO_UAREA/UAREA_TO_USER macros.

Various #include fixes and review by matt@.
/src/sys/dev/scsipi/
H A Dscsiconf.c1.255 Thu Nov 12 19:44:17 GMT 2009 dyoung branches: 1.255.2; 1.255.4;
Remove superfluous activation hooks.

1.255 Thu Nov 12 19:44:17 GMT 2009 dyoung branches: 1.255.2; 1.255.4;
Remove superfluous activation hooks.

1.255 Thu Nov 12 19:44:17 GMT 2009 dyoung branches: 1.255.2; 1.255.4;
Remove superfluous activation hooks.

/src/sys/arch/sparc/sparc/
H A Dautoconf.c1.255 Wed Mar 26 17:31:13 GMT 2014 christos branches: 1.255.2;
return something

1.255 Wed Mar 26 17:31:13 GMT 2014 christos branches: 1.255.2;
return something

H A Dlocore.s1.255 Thu Jan 28 05:08:11 GMT 2010 mrg branches: 1.255.2;
in savefpstate(), make sure we fill in the _first_ read of %fsr into
the fpstate structure, not the last one. avoids fs->fs_fsr lacking the
traptype field later when fpu_cleanup() is processing it, which leads
to a panic() occuring.

idea, and code suggestions from uwe.

1.255 Thu Jan 28 05:08:11 GMT 2010 mrg branches: 1.255.2;
in savefpstate(), make sure we fill in the _first_ read of %fsr into
the fpstate structure, not the last one. avoids fs->fs_fsr lacking the
traptype field later when fpu_cleanup() is processing it, which leads
to a panic() occuring.

idea, and code suggestions from uwe.

/src/lib/libc/sys/
H A DMakefile.inc1.255 Mon May 20 01:30:33 GMT 2024 christos branches: 1.255.2;
Rename dup3110 to dup3100 to match historical practice for NetBSD-11,
because we already have kevent100. Fix compat_dup3 to belong in compat_100
not compat_110.
1.255 Mon May 20 01:30:33 GMT 2024 christos branches: 1.255.2;
Rename dup3110 to dup3100 to match historical practice for NetBSD-11,
because we already have kevent100. Fix compat_dup3 to belong in compat_100
not compat_110.
/src/sys/ufs/lfs/
H A Dlfs_vfsops.c1.255 Wed Jan 30 11:47:04 GMT 2008 ad branches: 1.255.6; 1.255.8; 1.255.10;
PR kern/37706 (forced unmount of file systems is unsafe):

- Do reference counting for 'struct mount'. Each vnode associated with a
mount takes a reference, and in turn the mount takes a reference to the
vfsops.
- Now that mounts are reference counted, replace the overcomplicated mount
locking inherited from 4.4BSD with a recursable rwlock.
1.255 Wed Jan 30 11:47:04 GMT 2008 ad branches: 1.255.6; 1.255.8; 1.255.10;
PR kern/37706 (forced unmount of file systems is unsafe):

- Do reference counting for 'struct mount'. Each vnode associated with a
mount takes a reference, and in turn the mount takes a reference to the
vfsops.
- Now that mounts are reference counted, replace the overcomplicated mount
locking inherited from 4.4BSD with a recursable rwlock.
1.255 Wed Jan 30 11:47:04 GMT 2008 ad branches: 1.255.6; 1.255.8; 1.255.10;
PR kern/37706 (forced unmount of file systems is unsafe):

- Do reference counting for 'struct mount'. Each vnode associated with a
mount takes a reference, and in turn the mount takes a reference to the
vfsops.
- Now that mounts are reference counted, replace the overcomplicated mount
locking inherited from 4.4BSD with a recursable rwlock.
1.255 Wed Jan 30 11:47:04 GMT 2008 ad branches: 1.255.6; 1.255.8; 1.255.10;
PR kern/37706 (forced unmount of file systems is unsafe):

- Do reference counting for 'struct mount'. Each vnode associated with a
mount takes a reference, and in turn the mount takes a reference to the
vfsops.
- Now that mounts are reference counted, replace the overcomplicated mount
locking inherited from 4.4BSD with a recursable rwlock.
/src/sys/dev/ic/
H A Dwdc.c1.256 Sun Nov 16 19:31:21 GMT 2008 bouyer cpu_intr_p() doesn't account for software interrupts (e.g. callouts) so
we can't use it here. Rssurect ATACH_TH_RUN, backing out
src/sys/dev/ata/ata.c 1.101
src/sys/dev/ata/ata_wdc.c 1.90
src/sys/dev/ata/atavar.h 1.77
src/sys/dev/ic/wdc.c 1.255
src/sys/dev/scsipi/atapi_wdc.c 1.108
Should fix kern/39927 and kern/39725.

1.255 Thu Oct 02 21:05:17 GMT 2008 bouyer branches: 1.255.2; 1.255.4;
Kill ATACH_TH_RUN and use cpu_intr_p() instead.

1.255 Thu Oct 02 21:05:17 GMT 2008 bouyer branches: 1.255.2; 1.255.4;
Kill ATACH_TH_RUN and use cpu_intr_p() instead.

1.255 Thu Oct 02 21:05:17 GMT 2008 bouyer branches: 1.255.2; 1.255.4;
Kill ATACH_TH_RUN and use cpu_intr_p() instead.

H A Dwi.c1.255 Thu Jan 30 04:56:11 GMT 2020 thorpej branches: 1.255.10;
Adopt <net/if_stats.h>.

1.255 Thu Jan 30 04:56:11 GMT 2020 thorpej branches: 1.255.10;
Adopt <net/if_stats.h>.

/src/sys/dev/
H A DDEVNAMES1.255 Fri Jan 15 20:57:13 GMT 2010 bouyer branches: 1.255.2;
Add apc(4), a driver for the Aurora Personality Chip (APC) found
on SPARCstation-4/5, and emulated by qemu to idle the simulator
when the CPU is idle. Infos about the registers from the linux driver.
Not enabled by default because it can cause some Sparc systems to
hang (so says the linux driver).
Only the CPU idle part implemented at this time; fan speed and
Convenience power outlet management to be added.
Tested on qemu.

1.255 Fri Jan 15 20:57:13 GMT 2010 bouyer branches: 1.255.2;
Add apc(4), a driver for the Aurora Personality Chip (APC) found
on SPARCstation-4/5, and emulated by qemu to idle the simulator
when the CPU is idle. Infos about the registers from the linux driver.
Not enabled by default because it can cause some Sparc systems to
hang (so says the linux driver).
Only the CPU idle part implemented at this time; fan speed and
Convenience power outlet management to be added.
Tested on qemu.

/src/sys/dev/acpi/
H A Dacpi.c1.255 Sun Sep 23 00:31:06 GMT 2012 chs branches: 1.255.2;
locate PCI buses and determine their bus numbers using the info
previously extracted from ACPICA rather than trying to figure it out again.
allow PCI buses that don't have a _PRT method.

1.255 Sun Sep 23 00:31:06 GMT 2012 chs branches: 1.255.2;
locate PCI buses and determine their bus numbers using the info
previously extracted from ACPICA rather than trying to figure it out again.
allow PCI buses that don't have a _PRT method.

/src/sys/arch/mips/mips/
H A Dmips_machdep.c1.255 Sun Mar 11 00:02:05 GMT 2012 mrg branches: 1.255.2;
normalise RCSID handling some.

1.255 Sun Mar 11 00:02:05 GMT 2012 mrg branches: 1.255.2;
normalise RCSID handling some.

/src/sys/arch/i386/i386/
H A Dtrap.c1.255 Mon Feb 22 06:42:14 GMT 2010 darran branches: 1.255.2;
DTrace: missed the opt_dtrace.h include for these.

1.255 Mon Feb 22 06:42:14 GMT 2010 darran branches: 1.255.2;
DTrace: missed the opt_dtrace.h include for these.

/src/sys/arch/macppc/conf/
H A DGENERIC1.255 Wed Mar 14 00:27:24 GMT 2007 drochner branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.

1.255 Wed Mar 14 00:27:24 GMT 2007 drochner branches: 1.255.6;
It doesn't make sense to specify "configuration" and "interface"
locators for uhub because a hub can't have sub-devices.
This might be sanity-checked eventually.
Same for ubt now after the change to device attachment.

/src/sys/sys/
H A Dsyscallargs.h1.255 Wed Jul 23 11:43:29 GMT 2014 pooka regen

/src/sys/dev/ata/
H A Data_wdc.c1.91 Sun Nov 16 19:31:21 GMT 2008 bouyer cpu_intr_p() doesn't account for software interrupts (e.g. callouts) so
we can't use it here. Rssurect ATACH_TH_RUN, backing out
src/sys/dev/ata/ata.c 1.101
src/sys/dev/ata/ata_wdc.c 1.90
src/sys/dev/ata/atavar.h 1.77
src/sys/dev/ic/wdc.c 1.255
src/sys/dev/scsipi/atapi_wdc.c 1.108
Should fix kern/39927 and kern/39725.

H A Datavar.h1.78 Sun Nov 16 19:31:21 GMT 2008 bouyer branches: 1.78.4;
cpu_intr_p() doesn't account for software interrupts (e.g. callouts) so
we can't use it here. Rssurect ATACH_TH_RUN, backing out
src/sys/dev/ata/ata.c 1.101
src/sys/dev/ata/ata_wdc.c 1.90
src/sys/dev/ata/atavar.h 1.77
src/sys/dev/ic/wdc.c 1.255
src/sys/dev/scsipi/atapi_wdc.c 1.108
Should fix kern/39927 and kern/39725.

H A Data.c1.102 Sun Nov 16 19:31:21 GMT 2008 bouyer branches: 1.102.4;
cpu_intr_p() doesn't account for software interrupts (e.g. callouts) so
we can't use it here. Rssurect ATACH_TH_RUN, backing out
src/sys/dev/ata/ata.c 1.101
src/sys/dev/ata/ata_wdc.c 1.90
src/sys/dev/ata/atavar.h 1.77
src/sys/dev/ic/wdc.c 1.255
src/sys/dev/scsipi/atapi_wdc.c 1.108
Should fix kern/39927 and kern/39725.

/src/share/misc/
H A Dacronyms1.255 Wed Jun 14 20:56:33 GMT 2017 dholland +IME

/src/sys/arch/alpha/alpha/
H A Dpmap.c1.255 Fri Nov 12 07:59:25 GMT 2010 uebayasi branches: 1.255.8; 1.255.12;
Put VM_PAGE_TO_MD() definition in one place. No functional changes.

1.255 Fri Nov 12 07:59:25 GMT 2010 uebayasi branches: 1.255.8; 1.255.12;
Put VM_PAGE_TO_MD() definition in one place. No functional changes.

1.255 Fri Nov 12 07:59:25 GMT 2010 uebayasi branches: 1.255.8; 1.255.12;
Put VM_PAGE_TO_MD() definition in one place. No functional changes.

/src/sys/arch/amd64/amd64/
H A Dmachdep.c1.255 Fri Mar 24 17:09:36 GMT 2017 maxv branches: 1.255.4; 1.255.6;
Don't compile PMCs on Xen.

1.255 Fri Mar 24 17:09:36 GMT 2017 maxv branches: 1.255.4; 1.255.6;
Don't compile PMCs on Xen.

1.255 Fri Mar 24 17:09:36 GMT 2017 maxv branches: 1.255.4; 1.255.6;
Don't compile PMCs on Xen.

/src/sys/netinet/
H A Dtcp_input.c1.255 Thu Nov 16 01:33:45 GMT 2006 christos branches: 1.255.2; 1.255.4;
__unused removal on arguments; approved by core.

1.255 Thu Nov 16 01:33:45 GMT 2006 christos branches: 1.255.2; 1.255.4;
__unused removal on arguments; approved by core.

1.255 Thu Nov 16 01:33:45 GMT 2006 christos branches: 1.255.2; 1.255.4;
__unused removal on arguments; approved by core.

/src/sys/kern/
H A Dinit_sysent.c1.255 Sun Jun 26 17:05:55 GMT 2011 christos regen

H A Dsyscalls.c1.255 Thu Mar 08 21:59:30 GMT 2012 joerg Implement sem_timedwait.

/src/sys/arch/sparc/conf/
H A DGENERIC1.255 Wed Sep 13 22:24:46 GMT 2017 sevan Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh

/src/lib/libc/
H A Dshlib_version1.255 Wed Sep 24 18:16:37 GMT 2014 christos add strnstr from FreeBSD

Completed in 278 milliseconds

1234567