Searched hist:1.280 (Results 1 - 25 of 131) sorted by relevance

123456

/src/sys/netipsec/
H A Dkey.c1.280 Thu Dec 08 08:07:07 GMT 2022 knakahara branches: 1.280.2;
Fix: sp->lastused should be updated by time_uptime, and refactor a little.

1.280 Thu Dec 08 08:07:07 GMT 2022 knakahara branches: 1.280.2;
Fix: sp->lastused should be updated by time_uptime, and refactor a little.

/src/tests/usr.bin/xlint/lint1/
H A Ddecl_struct_member.c1.5 Sat Jul 10 22:46:02 GMT 2021 rillig lint: fix parsing of __attribute__ for member (since 2021-07-10)

Since cgram.y 1.280 from 2021-07-10, lint could not parse struct members
that have multiple __attribute__ in front of their type.

/src/sys/sys/
H A Dsyscallargs.h1.280 Sun Jul 03 14:26:47 GMT 2016 christos branches: 1.280.2;
regen

1.280 Sun Jul 03 14:26:47 GMT 2016 christos branches: 1.280.2;
regen

H A Dvnode.h1.280 Thu Apr 19 21:19:07 GMT 2018 christos branches: 1.280.2;
s/static inline/static __inline/g for consistency with other include
headers.

1.280 Thu Apr 19 21:19:07 GMT 2018 christos branches: 1.280.2;
s/static inline/static __inline/g for consistency with other include
headers.

H A Dsyscall.h1.280 Sun May 10 08:13:41 GMT 2015 pgoyette Regen for changes related to separation of compat_sysv syscalls into a
separate module.
/src/sys/conf/
H A DMakefile.kern.inc1.280 Tue Apr 06 15:05:12 GMT 2021 simonb branches: 1.280.2; 1.280.6;
Revert rev 1.278 which tried to call ctfmerge only once - this has
caused kernels with embedded symbol tables to explode in size.

1.280 Tue Apr 06 15:05:12 GMT 2021 simonb branches: 1.280.2; 1.280.6;
Revert rev 1.278 which tried to call ctfmerge only once - this has
caused kernels with embedded symbol tables to explode in size.

1.280 Tue Apr 06 15:05:12 GMT 2021 simonb branches: 1.280.2; 1.280.6;
Revert rev 1.278 which tried to call ctfmerge only once - this has
caused kernels with embedded symbol tables to explode in size.

/src/sys/dev/scsipi/
H A Dscsiconf.c1.280 Sat Jun 17 22:35:50 GMT 2017 mlelstv branches: 1.280.4; 1.280.6;
The atapibus detach path did hold the channel mutex while calling into autoconf,
which would trigger a panic when unplugging a USB ATAPI CDROM.

Align detach code for scsibus and atapibus to fix this.

Also avoid races when detaching devices by replacing callout_stop with
callout_halt.

1.280 Sat Jun 17 22:35:50 GMT 2017 mlelstv branches: 1.280.4; 1.280.6;
The atapibus detach path did hold the channel mutex while calling into autoconf,
which would trigger a panic when unplugging a USB ATAPI CDROM.

Align detach code for scsibus and atapibus to fix this.

Also avoid races when detaching devices by replacing callout_stop with
callout_halt.

1.280 Sat Jun 17 22:35:50 GMT 2017 mlelstv branches: 1.280.4; 1.280.6;
The atapibus detach path did hold the channel mutex while calling into autoconf,
which would trigger a panic when unplugging a USB ATAPI CDROM.

Align detach code for scsibus and atapibus to fix this.

Also avoid races when detaching devices by replacing callout_stop with
callout_halt.

/src/usr.sbin/
H A DMakefile1.280 Wed Dec 12 07:04:06 GMT 2018 maxv branches: 1.280.2;
Retire the LMC driver, and its associated lmcconfig tool. LMC has been
mentioned repeatedly as a non-MP-safe driver that is hard to maintain,
and no one is taking care of it.

LMC was removed from OpenBSD three years ago, and from FreeBSD a few
months ago.

1.280 Wed Dec 12 07:04:06 GMT 2018 maxv branches: 1.280.2;
Retire the LMC driver, and its associated lmcconfig tool. LMC has been
mentioned repeatedly as a non-MP-safe driver that is hard to maintain,
and no one is taking care of it.

LMC was removed from OpenBSD three years ago, and from FreeBSD a few
months ago.

/src/sys/arch/sparc64/sparc64/
H A Dmachdep.c1.280 Tue Oct 28 13:04:51 GMT 2014 nakayama branches: 1.280.2;
Sync cpu_reboot with i386:
- avoid sync and unmount after panic.
- remove vfs_shutdown, we call vfs_sync_all and vfs_unmount* instead.
- resurrect doshutdownhooks since some drivers still use it (eg. sab(4)).
1.280 Tue Oct 28 13:04:51 GMT 2014 nakayama branches: 1.280.2;
Sync cpu_reboot with i386:
- avoid sync and unmount after panic.
- remove vfs_shutdown, we call vfs_sync_all and vfs_unmount* instead.
- resurrect doshutdownhooks since some drivers still use it (eg. sab(4)).
H A Dpmap.c1.280 Fri Jan 25 17:12:33 GMT 2013 hannken branches: 1.280.2;
Update the DEBUG section at the tail of pmap_clear_modify().

Nothing prevents page modification after the modify bit was
cleared but before the DEBUG section checks pmap_is_modified(),
so remove this check.

For the same reason "modified" and "changed" may differ, so only
check "modified" implies "changed" here.

Ok: Matthew Green <mrg@netbsd.org>

1.280 Fri Jan 25 17:12:33 GMT 2013 hannken branches: 1.280.2;
Update the DEBUG section at the tail of pmap_clear_modify().

Nothing prevents page modification after the modify bit was
cleared but before the DEBUG section checks pmap_is_modified(),
so remove this check.

For the same reason "modified" and "changed" may differ, so only
check "modified" implies "changed" here.

Ok: Matthew Green <mrg@netbsd.org>

/src/sys/arch/sparc/sparc/
H A Dmachdep.c1.280 Wed Jul 02 17:28:56 GMT 2008 ad branches: 1.280.2;
Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.

1.280 Wed Jul 02 17:28:56 GMT 2008 ad branches: 1.280.2;
Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.

/src/sys/arch/i386/conf/
H A DINSTALL1.280 Sun Feb 05 05:01:55 GMT 2006 cube branches: 1.280.2;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
1.280 Sun Feb 05 05:01:55 GMT 2006 cube branches: 1.280.2;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
/src/sys/dev/usb/
H A Duhci.c1.280 Mon Apr 09 16:21:11 GMT 2018 jakllsch branches: 1.280.2;
Stop potential misuse of vendor names and USB vendor IDs in root hub
device and string descriptors.

Firstly: Few vendors have identical PCI-SIG vendor IDs and USB-IF vendor
IDs. As such, using the PCI vendor ID as a USB vendor ID may trample
on whomever is allocated that USB vendor ID.

Secondly: The vendor of the host controller hardware implementation has
little to nothing to do with our usbroothub implementation. Thus we
should not potentially associate any problems therewith to such third
party.

This change will result in root hubs being identified by USB Vendor ID
0x0000. Root hub vendor string will now be "NetBSD" (or, specifically:
ostype). Product ID (0x0000) and product strings remain unchanged.

1.280 Mon Apr 09 16:21:11 GMT 2018 jakllsch branches: 1.280.2;
Stop potential misuse of vendor names and USB vendor IDs in root hub
device and string descriptors.

Firstly: Few vendors have identical PCI-SIG vendor IDs and USB-IF vendor
IDs. As such, using the PCI vendor ID as a USB vendor ID may trample
on whomever is allocated that USB vendor ID.

Secondly: The vendor of the host controller hardware implementation has
little to nothing to do with our usbroothub implementation. Thus we
should not potentially associate any problems therewith to such third
party.

This change will result in root hubs being identified by USB Vendor ID
0x0000. Root hub vendor string will now be "NetBSD" (or, specifically:
ostype). Product ID (0x0000) and product strings remain unchanged.

/src/sys/dev/
H A Dvnd.c1.280 Sun Apr 11 18:18:39 GMT 2021 mlelstv branches: 1.280.2;
Provide a default preferred I/O size.
1.280 Sun Apr 11 18:18:39 GMT 2021 mlelstv branches: 1.280.2;
Provide a default preferred I/O size.
/src/share/misc/
H A Dacronyms1.280 Sat Mar 30 14:42:21 GMT 2019 sevan DOTADIW, ASP, AVB, BTM, IOM, IPCF, MI, SLIC, VFS

/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.280 Fri Jan 07 19:52:18 GMT 2011 christos branches: 1.280.2; 1.280.4;
PR/44340: Brian Buhrow: Raid sets containing wedges cannot be unconfigured
and reconfigured without a reboot.

1.280 Fri Jan 07 19:52:18 GMT 2011 christos branches: 1.280.2; 1.280.4;
PR/44340: Brian Buhrow: Raid sets containing wedges cannot be unconfigured
and reconfigured without a reboot.

1.280 Fri Jan 07 19:52:18 GMT 2011 christos branches: 1.280.2; 1.280.4;
PR/44340: Brian Buhrow: Raid sets containing wedges cannot be unconfigured
and reconfigured without a reboot.

/src/sys/kern/
H A Dkern_exec.c1.280 Tue Oct 21 20:52:11 GMT 2008 matt branches: 1.280.2; 1.280.4;
Only define/use saemul_netbsd if KERN_SA is defined. (maybe this should be
moved to compat_sa.c)

1.280 Tue Oct 21 20:52:11 GMT 2008 matt branches: 1.280.2; 1.280.4;
Only define/use saemul_netbsd if KERN_SA is defined. (maybe this should be
moved to compat_sa.c)

1.280 Tue Oct 21 20:52:11 GMT 2008 matt branches: 1.280.2; 1.280.4;
Only define/use saemul_netbsd if KERN_SA is defined. (maybe this should be
moved to compat_sa.c)

H A Dinit_sysent.c1.280 Wed Dec 11 09:45:02 GMT 2013 pooka reregengen

H A Dsyscalls.c1.280 Sun Feb 22 00:53:28 GMT 2015 christos PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong.

H A Dkern_synch.c1.280 Wed Mar 03 00:47:31 GMT 2010 yamt branches: 1.280.2;
remove redundant checks of PK_MARKER.

1.280 Wed Mar 03 00:47:31 GMT 2010 yamt branches: 1.280.2;
remove redundant checks of PK_MARKER.

/src/sys/netinet/
H A Dtcp_input.c1.280 Wed Feb 20 11:44:07 GMT 2008 yamt branches: 1.280.2; 1.280.6;
make TCP_SETUP_ACK, ICMP_CHECK, TCP_FIELDS_TO_HOST, and TCP_FIELDS_TO_NET
static functions.

1.280 Wed Feb 20 11:44:07 GMT 2008 yamt branches: 1.280.2; 1.280.6;
make TCP_SETUP_ACK, ICMP_CHECK, TCP_FIELDS_TO_HOST, and TCP_FIELDS_TO_NET
static functions.

1.280 Wed Feb 20 11:44:07 GMT 2008 yamt branches: 1.280.2; 1.280.6;
make TCP_SETUP_ACK, ICMP_CHECK, TCP_FIELDS_TO_HOST, and TCP_FIELDS_TO_NET
static functions.

/src/lib/libc/
H A Dshlib_version1.280 Tue Jul 31 13:04:10 GMT 2018 rjs Userland changes for getsockopt2().
/src/doc/
H A DBRANCHES1.280 Sat May 16 00:08:43 GMT 2009 yamt yamt-nfs-mp: update base
/src/sys/ufs/lfs/
H A Dlfs_segment.c1.280 Sun Dec 08 19:52:37 GMT 2019 ad branches: 1.280.2;
Revert previous. No performance gain worth the potential headaches
with buffers in these contexts.
1.280 Sun Dec 08 19:52:37 GMT 2019 ad branches: 1.280.2;
Revert previous. No performance gain worth the potential headaches
with buffers in these contexts.
1.280 Sun Dec 08 19:52:37 GMT 2019 ad branches: 1.280.2;
Revert previous. No performance gain worth the potential headaches
with buffers in these contexts.
1.280 Sun Dec 08 19:52:37 GMT 2019 ad branches: 1.280.2;
Revert previous. No performance gain worth the potential headaches
with buffers in these contexts.
/src/sys/net/
H A Dif_ethersubr.c1.280 Wed Oct 16 18:29:49 GMT 2019 christos branches: 1.280.2;
Add and use __FPTRCAST, requested by uwe@

1.280 Wed Oct 16 18:29:49 GMT 2019 christos branches: 1.280.2;
Add and use __FPTRCAST, requested by uwe@

Completed in 421 milliseconds

123456