Searched hist:1.156 (Results 1 - 25 of 402) sorted by relevance

1234567891011>>

/src/sys/arch/x86/x86/
H A Dintr.c1.156 Thu Oct 07 00:52:27 GMT 2021 msaitoh KNF. No functional change.

/src/sys/arch/vax/conf/
H A DGENERIC1.156 Sat Nov 11 18:47:12 GMT 2006 jmmv branches: 1.156.2; 1.156.8; 1.156.10; 1.156.16; 1.156.18;
Remove tmpfs's experimental status. OK'ed by core@.

1.156 Sat Nov 11 18:47:12 GMT 2006 jmmv branches: 1.156.2; 1.156.8; 1.156.10; 1.156.16; 1.156.18;
Remove tmpfs's experimental status. OK'ed by core@.

1.156 Sat Nov 11 18:47:12 GMT 2006 jmmv branches: 1.156.2; 1.156.8; 1.156.10; 1.156.16; 1.156.18;
Remove tmpfs's experimental status. OK'ed by core@.

1.156 Sat Nov 11 18:47:12 GMT 2006 jmmv branches: 1.156.2; 1.156.8; 1.156.10; 1.156.16; 1.156.18;
Remove tmpfs's experimental status. OK'ed by core@.

1.156 Sat Nov 11 18:47:12 GMT 2006 jmmv branches: 1.156.2; 1.156.8; 1.156.10; 1.156.16; 1.156.18;
Remove tmpfs's experimental status. OK'ed by core@.

1.156 Sat Nov 11 18:47:12 GMT 2006 jmmv branches: 1.156.2; 1.156.8; 1.156.10; 1.156.16; 1.156.18;
Remove tmpfs's experimental status. OK'ed by core@.

/src/sys/arch/powerpc/powerpc/
H A Dtrap.c1.157 Tue Feb 25 00:42:12 GMT 2020 rin Comment out do_ucas_32(), only user of which, _ucas_32(), is commented out
since powerpc/trap.c rev 1.156:

http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/powerpc/powerpc/trap.c#rev1.156

1.156 Sun Apr 07 05:25:56 GMT 2019 thorpej branches: 1.156.4; 1.156.6;
Detangle some of the PowerPC CPU configuration spaghetti.

1.156 Sun Apr 07 05:25:56 GMT 2019 thorpej branches: 1.156.4; 1.156.6;
Detangle some of the PowerPC CPU configuration spaghetti.

1.156 Sun Apr 07 05:25:56 GMT 2019 thorpej branches: 1.156.4; 1.156.6;
Detangle some of the PowerPC CPU configuration spaghetti.

/src/sys/sys/
H A Dsyscallargs.h1.156 Fri Sep 01 21:04:45 GMT 2006 matt branches: 1.156.2; 1.156.4;
Regen. (add __weak_alias(sys_ptrace, sys_nosys) when PTRACE is off)
1.156 Fri Sep 01 21:04:45 GMT 2006 matt branches: 1.156.2; 1.156.4;
Regen. (add __weak_alias(sys_ptrace, sys_nosys) when PTRACE is off)
1.156 Fri Sep 01 21:04:45 GMT 2006 matt branches: 1.156.2; 1.156.4;
Regen. (add __weak_alias(sys_ptrace, sys_nosys) when PTRACE is off)
/src/sys/arch/i386/conf/
H A DINSTALL_TINY1.156 Mon Nov 06 02:57:18 GMT 2017 rin branches: 1.156.2; 1.156.4;
Revive commented out DISKLABEL_EI option to kernel configuration files
that contain FFS_EI option.

1.156 Mon Nov 06 02:57:18 GMT 2017 rin branches: 1.156.2; 1.156.4;
Revive commented out DISKLABEL_EI option to kernel configuration files
that contain FFS_EI option.

1.156 Mon Nov 06 02:57:18 GMT 2017 rin branches: 1.156.2; 1.156.4;
Revive commented out DISKLABEL_EI option to kernel configuration files
that contain FFS_EI option.

/src/sys/arch/pmax/conf/
H A DGENERIC1.156 Fri Apr 04 10:06:54 GMT 2008 tsutsui branches: 1.156.4; 1.156.6; 1.156.10;
Add options COMPAT_40.

1.156 Fri Apr 04 10:06:54 GMT 2008 tsutsui branches: 1.156.4; 1.156.6; 1.156.10;
Add options COMPAT_40.

1.156 Fri Apr 04 10:06:54 GMT 2008 tsutsui branches: 1.156.4; 1.156.6; 1.156.10;
Add options COMPAT_40.

1.156 Fri Apr 04 10:06:54 GMT 2008 tsutsui branches: 1.156.4; 1.156.6; 1.156.10;
Add options COMPAT_40.

/src/sbin/sysctl/
H A Dsysctl.81.156 Sat Nov 25 21:40:05 GMT 2006 christos branches: 1.156.2;
PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to the
physical memory

1.156 Sat Nov 25 21:40:05 GMT 2006 christos branches: 1.156.2;
PR/34837: Mindaguas: Add SysV SHM dynamic reallocation and locking to the
physical memory

/src/sys/miscfs/genfs/
H A Dgenfs_vnops.c1.156 Sun Jul 29 00:15:46 GMT 2007 ad branches: 1.156.4; 1.156.6; 1.156.8; 1.156.10;
It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.

1.156 Sun Jul 29 00:15:46 GMT 2007 ad branches: 1.156.4; 1.156.6; 1.156.8; 1.156.10;
It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.

1.156 Sun Jul 29 00:15:46 GMT 2007 ad branches: 1.156.4; 1.156.6; 1.156.8; 1.156.10;
It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.

1.156 Sun Jul 29 00:15:46 GMT 2007 ad branches: 1.156.4; 1.156.6; 1.156.8; 1.156.10;
It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.

1.156 Sun Jul 29 00:15:46 GMT 2007 ad branches: 1.156.4; 1.156.6; 1.156.8; 1.156.10;
It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.

/src/sys/kern/
H A Dkern_subr.c1.156 Thu Mar 08 21:25:27 GMT 2007 ad branches: 1.156.2; 1.156.4;
trace_enter, trace_exit: acquire kernel_lock for systrace.

1.156 Thu Mar 08 21:25:27 GMT 2007 ad branches: 1.156.2; 1.156.4;
trace_enter, trace_exit: acquire kernel_lock for systrace.

1.156 Thu Mar 08 21:25:27 GMT 2007 ad branches: 1.156.2; 1.156.4;
trace_enter, trace_exit: acquire kernel_lock for systrace.

H A Dvfs_cache.c1.156 Mon Oct 02 21:50:18 GMT 2023 ad branches: 1.156.6;
Tweak a couple of comments.

1.156 Mon Oct 02 21:50:18 GMT 2023 ad branches: 1.156.6;
Tweak a couple of comments.

H A Dvfs_vnops.c1.156 Thu Apr 24 15:35:30 GMT 2008 ad branches: 1.156.2; 1.156.4;
Network protocol interrupts can now block on locks, so merge the globals
proclist_mutex and proclist_lock into a single adaptive mutex (proc_lock).
Implications:

- Inspecting process state requires thread context, so signals can no longer
be sent from a hardware interrupt handler. Signal activity must be
deferred to a soft interrupt or kthread.

- As the proc state locking is simplified, it's now safe to take exit()
and wait() out from under kernel_lock.

- The system spends less time at IPL_SCHED, and there is less lock activity.

1.156 Thu Apr 24 15:35:30 GMT 2008 ad branches: 1.156.2; 1.156.4;
Network protocol interrupts can now block on locks, so merge the globals
proclist_mutex and proclist_lock into a single adaptive mutex (proc_lock).
Implications:

- Inspecting process state requires thread context, so signals can no longer
be sent from a hardware interrupt handler. Signal activity must be
deferred to a soft interrupt or kthread.

- As the proc state locking is simplified, it's now safe to take exit()
and wait() out from under kernel_lock.

- The system spends less time at IPL_SCHED, and there is less lock activity.

1.156 Thu Apr 24 15:35:30 GMT 2008 ad branches: 1.156.2; 1.156.4;
Network protocol interrupts can now block on locks, so merge the globals
proclist_mutex and proclist_lock into a single adaptive mutex (proc_lock).
Implications:

- Inspecting process state requires thread context, so signals can no longer
be sent from a hardware interrupt handler. Signal activity must be
deferred to a soft interrupt or kthread.

- As the proc state locking is simplified, it's now safe to take exit()
and wait() out from under kernel_lock.

- The system spends less time at IPL_SCHED, and there is less lock activity.

H A Dkern_ktrace.c1.156 Wed Apr 27 00:00:46 GMT 2011 joerg branches: 1.156.2;
Remove Mach specific trace points.

1.156 Wed Apr 27 00:00:46 GMT 2011 joerg branches: 1.156.2;
Remove Mach specific trace points.

H A Dsubr_prf.c1.156 Fri Aug 15 11:05:35 GMT 2014 apb branches: 1.156.2;
If mutex_tryenter() fails, don't call mutex_exit().

1.156 Fri Aug 15 11:05:35 GMT 2014 apb branches: 1.156.2;
If mutex_tryenter() fails, don't call mutex_exit().

/src/sys/net/
H A Dif_gif.c1.156 Mon Oct 11 05:13:11 GMT 2021 knakahara Make pktq_rps_hash() pluggable for each interface type. Reviewed by gdt@n.o, thorpej@n.o, and riastradh@n.o, thanks.

/src/sys/dev/mii/
H A Dmiidevs.h1.156 Thu Oct 17 09:22:00 GMT 2019 msaitoh Regen.

H A Dmiidevs_data.h1.156 Fri Sep 29 03:39:00 GMT 2023 msaitoh Regen.

/src/sys/arch/sun3/conf/
H A DGENERIC1.156 Thu Jun 30 20:09:37 GMT 2011 wiz branches: 1.156.2;
dependant -> dependent

1.156 Thu Jun 30 20:09:37 GMT 2011 wiz branches: 1.156.2;
dependant -> dependent

/src/sys/arch/cobalt/conf/
H A DGENERIC1.156 Tue Jan 23 14:47:54 GMT 2018 sevan branches: 1.156.2;
Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html

1.156 Tue Jan 23 14:47:54 GMT 2018 sevan branches: 1.156.2;
Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html

/src/sys/compat/sunos/
H A Dsunos_misc.c1.156 Sat Dec 08 19:29:39 GMT 2007 pooka branches: 1.156.4;
Remove cn_lwp from struct componentname. curlwp should be used
from on. The NDINIT() macro no longer takes the lwp parameter and
associates the credentials of the calling thread with the namei
structure.

1.156 Sat Dec 08 19:29:39 GMT 2007 pooka branches: 1.156.4;
Remove cn_lwp from struct componentname. curlwp should be used
from on. The NDINIT() macro no longer takes the lwp parameter and
associates the credentials of the calling thread with the namei
structure.

/src/sys/arch/sparc/conf/
H A Dfiles.sparc1.156 Sat Apr 30 05:24:45 GMT 2016 macallan branches: 1.156.10;
cgfourteen needs glyphcache now

1.156 Sat Apr 30 05:24:45 GMT 2016 macallan branches: 1.156.10;
cgfourteen needs glyphcache now

/src/etc/mtree/
H A Dspecial1.156 Sat Jan 07 22:37:22 GMT 2017 christos branches: 1.156.2;
add nsd npfd

1.156 Sat Jan 07 22:37:22 GMT 2017 christos branches: 1.156.2;
add nsd npfd

/src/sys/ufs/ufs/
H A Dufs_vnops.c1.156 Thu Aug 09 09:22:34 GMT 2007 hannken branches: 1.156.2; 1.156.4;
Move the fstrans-aware lock vnops from ufs to ffs. Other ufs file systems
do not need them.

Ride on 4.99.28

1.156 Thu Aug 09 09:22:34 GMT 2007 hannken branches: 1.156.2; 1.156.4;
Move the fstrans-aware lock vnops from ufs to ffs. Other ufs file systems
do not need them.

Ride on 4.99.28

1.156 Thu Aug 09 09:22:34 GMT 2007 hannken branches: 1.156.2; 1.156.4;
Move the fstrans-aware lock vnops from ufs to ffs. Other ufs file systems
do not need them.

Ride on 4.99.28

/src/sys/arch/sparc64/sparc64/
H A Dautoconf.c1.156 Tue Oct 21 06:07:14 GMT 2008 macallan branches: 1.156.2; 1.156.4;
If output-device contains a video mode specifier ( as in
screen:r1152x900x76 ) cut it off and pass it to the console driver. This
way radeonfb has a fighting chance to setup a mode similar or identical to
the firmware's.

1.156 Tue Oct 21 06:07:14 GMT 2008 macallan branches: 1.156.2; 1.156.4;
If output-device contains a video mode specifier ( as in
screen:r1152x900x76 ) cut it off and pass it to the console driver. This
way radeonfb has a fighting chance to setup a mode similar or identical to
the firmware's.

1.156 Tue Oct 21 06:07:14 GMT 2008 macallan branches: 1.156.2; 1.156.4;
If output-device contains a video mode specifier ( as in
screen:r1152x900x76 ) cut it off and pass it to the console driver. This
way radeonfb has a fighting chance to setup a mode similar or identical to
the firmware's.

H A Dpmap.c1.156 Sun Mar 21 14:19:30 GMT 2004 pk branches: 1.156.2; 1.156.4;
Mostly switch to promlib interface. Postpone the use of prom_makememarr()
since the sparc64 memory range properties aren't compatible yet.

Fix pmap_calculate_colors() in the process.

1.156 Sun Mar 21 14:19:30 GMT 2004 pk branches: 1.156.2; 1.156.4;
Mostly switch to promlib interface. Postpone the use of prom_makememarr()
since the sparc64 memory range properties aren't compatible yet.

Fix pmap_calculate_colors() in the process.

1.156 Sun Mar 21 14:19:30 GMT 2004 pk branches: 1.156.2; 1.156.4;
Mostly switch to promlib interface. Postpone the use of prom_makememarr()
since the sparc64 memory range properties aren't compatible yet.

Fix pmap_calculate_colors() in the process.

/src/sys/uvm/
H A Duvm_glue.c1.156 Sun Feb 12 11:18:04 GMT 2012 martin branches: 1.156.2;
In uvm_proc_exit bail out early if we have no vmspace yet (as it happens
for failing posix_spawn child processes).
Fixes PR kern/45991.

1.156 Sun Feb 12 11:18:04 GMT 2012 martin branches: 1.156.2;
In uvm_proc_exit bail out early if we have no vmspace yet (as it happens
for failing posix_spawn child processes).
Fixes PR kern/45991.

Completed in 186 milliseconds

1234567891011>>