Searched hist:1.206 (Results 1 - 25 of 241) sorted by relevance

12345678910

/src/tests/lib/libc/sys/
H A Dt_ptrace_wait.h1.18 Tue Nov 12 18:18:04 GMT 2019 kamil Rework thread_concurrent_signals and trace_thread_lwpcreate_and_exit

Change the code to remove the LWP id assumptions that broke after
src/sys/kern/kern_lwp.c r. 1.206.

Original code by <mgorny>, tested and tweaked by myself.

/src/sys/kern/
H A Dkern_subr.c1.206 Sun Jan 31 01:38:48 GMT 2010 pooka branches: 1.206.2; 1.206.4;
Place *hook implementations in kern_hook.c instead of them floating
around in the kern_subr.c gruel. Arrrrr.

1.206 Sun Jan 31 01:38:48 GMT 2010 pooka branches: 1.206.2; 1.206.4;
Place *hook implementations in kern_hook.c instead of them floating
around in the kern_subr.c gruel. Arrrrr.

1.206 Sun Jan 31 01:38:48 GMT 2010 pooka branches: 1.206.2; 1.206.4;
Place *hook implementations in kern_hook.c instead of them floating
around in the kern_subr.c gruel. Arrrrr.

H A Dsyscalls.c1.206 Fri Feb 15 13:10:24 GMT 2008 ad branches: 1.206.2; 1.206.6;
Regen.

1.206 Fri Feb 15 13:10:24 GMT 2008 ad branches: 1.206.2; 1.206.6;
Regen.

1.206 Fri Feb 15 13:10:24 GMT 2008 ad branches: 1.206.2; 1.206.6;
Regen.

H A Dkern_proc.c1.206 Thu Mar 30 20:17:11 GMT 2017 christos branches: 1.206.6;
factor out getauxv code.

1.206 Thu Mar 30 20:17:11 GMT 2017 christos branches: 1.206.6;
factor out getauxv code.

H A Dkern_time.c1.206 Tue Oct 27 00:07:18 GMT 2020 nia branches: 1.206.2;
kern_time: prevent the system clock from being set too low or high

currently doing this will drive KUBSAN haywire and possibly cause
system lock-ups, so more testing should probably be performed before
we let the clock be set too many thousands of years into the future.

ditto for negative values, which were being passed by chrony for
some reason while my internet connection was being unreliable.
this also triggered some interesting KUBSAN reports.

1.206 Tue Oct 27 00:07:18 GMT 2020 nia branches: 1.206.2;
kern_time: prevent the system clock from being set too low or high

currently doing this will drive KUBSAN haywire and possibly cause
system lock-ups, so more testing should probably be performed before
we let the clock be set too many thousands of years into the future.

ditto for negative values, which were being passed by chrony for
some reason while my internet connection was being unreliable.
this also triggered some interesting KUBSAN reports.

H A Dsyscalls.master1.206 Mon Jul 07 09:01:40 GMT 2008 pooka branches: 1.206.2;
Expose utimes() and lutimes() to rump.

from Arnaud Ysmal

1.206 Mon Jul 07 09:01:40 GMT 2008 pooka branches: 1.206.2;
Expose utimes() and lutimes() to rump.

from Arnaud Ysmal

/src/sys/arch/sun3/sun3/
H A Dmachdep.c1.206 Sat Jul 28 19:08:25 GMT 2012 matt branches: 1.206.2; 1.206.4;
Remove declartions of physmem

1.206 Sat Jul 28 19:08:25 GMT 2012 matt branches: 1.206.2; 1.206.4;
Remove declartions of physmem

1.206 Sat Jul 28 19:08:25 GMT 2012 matt branches: 1.206.2; 1.206.4;
Remove declartions of physmem

/src/sys/arch/mips/mips/
H A Dtrap.c1.206 Sat Aug 26 20:18:36 GMT 2006 matt branches: 1.206.2; 1.206.6; 1.206.8;
Use vaddr_t for virtual addresses. Don't cast pointers with int or
unsigned, use intptr_t or uintptr_t as appropriate.

1.206 Sat Aug 26 20:18:36 GMT 2006 matt branches: 1.206.2; 1.206.6; 1.206.8;
Use vaddr_t for virtual addresses. Don't cast pointers with int or
unsigned, use intptr_t or uintptr_t as appropriate.

1.206 Sat Aug 26 20:18:36 GMT 2006 matt branches: 1.206.2; 1.206.6; 1.206.8;
Use vaddr_t for virtual addresses. Don't cast pointers with int or
unsigned, use intptr_t or uintptr_t as appropriate.

1.206 Sat Aug 26 20:18:36 GMT 2006 matt branches: 1.206.2; 1.206.6; 1.206.8;
Use vaddr_t for virtual addresses. Don't cast pointers with int or
unsigned, use intptr_t or uintptr_t as appropriate.

/src/distrib/sets/lists/misc/
H A Dmi1.206 Thu Feb 08 03:27:51 GMT 2018 christos branches: 1.206.2;
add openssl to the list of selectable variables for sets and fix the sets.
1.206 Thu Feb 08 03:27:51 GMT 2018 christos branches: 1.206.2;
add openssl to the list of selectable variables for sets and fix the sets.
/src/share/mk/
H A Dbsd.prog.mk1.206 Fri Mar 04 20:41:08 GMT 2005 he branches: 1.206.2; 1.206.4;
Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling
with MKPIC=no, possibly because the target does not support shared
libraries, these include libraries required to resolve all symbols
which end up referenced from PAM-using applications. The libraries
presently required are -lcrypt, -lrpcsvc and -lutil.

Add use of these variables which are currently set up to use PAM,
so that they compile when MKPIC=no.

Also, in the telnetd case, reorder the order of the libraries, so
that libtelnet.a comes before -ltermcap and -lutil, again to fix
link error when MKPIC=no.

Discussed with thorpej and christos.

1.206 Fri Mar 04 20:41:08 GMT 2005 he branches: 1.206.2; 1.206.4;
Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling
with MKPIC=no, possibly because the target does not support shared
libraries, these include libraries required to resolve all symbols
which end up referenced from PAM-using applications. The libraries
presently required are -lcrypt, -lrpcsvc and -lutil.

Add use of these variables which are currently set up to use PAM,
so that they compile when MKPIC=no.

Also, in the telnetd case, reorder the order of the libraries, so
that libtelnet.a comes before -ltermcap and -lutil, again to fix
link error when MKPIC=no.

Discussed with thorpej and christos.

1.206 Fri Mar 04 20:41:08 GMT 2005 he branches: 1.206.2; 1.206.4;
Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling
with MKPIC=no, possibly because the target does not support shared
libraries, these include libraries required to resolve all symbols
which end up referenced from PAM-using applications. The libraries
presently required are -lcrypt, -lrpcsvc and -lutil.

Add use of these variables which are currently set up to use PAM,
so that they compile when MKPIC=no.

Also, in the telnetd case, reorder the order of the libraries, so
that libtelnet.a comes before -ltermcap and -lutil, again to fix
link error when MKPIC=no.

Discussed with thorpej and christos.

/src/sys/miscfs/procfs/
H A Dprocfs_vnops.c1.206 Sat Mar 30 23:28:30 GMT 2019 christos branches: 1.206.4;
add a node for the process resource limits.

1.206 Sat Mar 30 23:28:30 GMT 2019 christos branches: 1.206.4;
add a node for the process resource limits.

/src/sys/arch/evbarm/conf/
H A DGENERIC641.206 Sat Oct 29 13:59:57 GMT 2022 jmcneill branches: 1.206.2;
No need for SOC_VIRT, the default arm platform will take care of things.

1.206 Sat Oct 29 13:59:57 GMT 2022 jmcneill branches: 1.206.2;
No need for SOC_VIRT, the default arm platform will take care of things.

/src/sys/compat/netbsd32/
H A Dnetbsd32_netbsd.c1.206 Sat Apr 29 01:15:40 GMT 2017 christos branches: 1.206.2;
move MAP_COPY in compat

1.206 Sat Apr 29 01:15:40 GMT 2017 christos branches: 1.206.2;
move MAP_COPY in compat

/src/sys/arch/hp300/conf/
H A DGENERIC1.206 Sun Sep 27 13:48:51 GMT 2020 roy branches: 1.206.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.

1.206 Sun Sep 27 13:48:51 GMT 2020 roy branches: 1.206.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.

/src/sys/arch/pmax/conf/
H A DGENERIC1.206 Thu Sep 29 10:10:09 GMT 2022 riastradh branches: 1.206.4;
swwdog(4): Add to GENERIC kernels.

Plus a handful of others that I'm familiar with. Lots of special-
purpose kernels should probably have this too but I'm not going
through all the arm, mips, and ppc evaluation board kernels to see
which ones are relevant.

Omitted from systems I know to be very small:
- sun2/GENERIC
- dreamcast/GENERIC
Feel free to remove it from others that need to be kept smaller.

Compile-tested a few of these just in case:
- alpha/GENERIC
- amd64/GENERIC
- evbmips/OCTEON
- i386/GENERIC
- riscv/GENERIC

PR kern/29702

1.206 Thu Sep 29 10:10:09 GMT 2022 riastradh branches: 1.206.4;
swwdog(4): Add to GENERIC kernels.

Plus a handful of others that I'm familiar with. Lots of special-
purpose kernels should probably have this too but I'm not going
through all the arm, mips, and ppc evaluation board kernels to see
which ones are relevant.

Omitted from systems I know to be very small:
- sun2/GENERIC
- dreamcast/GENERIC
Feel free to remove it from others that need to be kept smaller.

Compile-tested a few of these just in case:
- alpha/GENERIC
- amd64/GENERIC
- evbmips/OCTEON
- i386/GENERIC
- riscv/GENERIC

PR kern/29702

/src/sys/dev/ic/
H A Dtulip.c1.208 Mon Aug 01 10:30:28 GMT 2022 kre
Revert this to 1.205, undoing changes apparently mistakenly
committed in 1.206, and the total disaster that the attempt to
revert those in 1.207 created.

1.206 Mon Aug 01 07:34:28 GMT 2022 mlelstv Also fix shift values for SCT constants.

/src/distrib/sets/
H A Dsets.subr1.206 Mon Apr 22 14:41:25 GMT 2024 nia branches: 1.206.2;
Move MIPS N64 compat out of {base,debug}32 into {base,debug}64

martin requested separation by ABI and it doesn't make much sense
to have 64-bit binaries in a set called 32.

1.206 Mon Apr 22 14:41:25 GMT 2024 nia branches: 1.206.2;
Move MIPS N64 compat out of {base,debug}32 into {base,debug}64

martin requested separation by ABI and it doesn't make much sense
to have 64-bit binaries in a set called 32.

/src/doc/
H A DBRANCHES1.206 Mon Aug 27 15:57:00 GMT 2007 matt branches: 1.206.2;
Add matt-armv6 branch.
1.206 Mon Aug 27 15:57:00 GMT 2007 matt branches: 1.206.2;
Add matt-armv6 branch.
/src/usr.bin/vmstat/
H A Dvmstat.c1.206 Wed Dec 24 20:01:22 GMT 2014 dennis branches: 1.206.2;
Update stats-keeping in sys/kern/vfs_cache.c to remove (most)
races while allowing consistent lockless sampling of the per-cpu
statistics without atomic operations. Update comment describing
the locking protocol to include this.

These files were fumble-fingered out of the last commit.

1.206 Wed Dec 24 20:01:22 GMT 2014 dennis branches: 1.206.2;
Update stats-keeping in sys/kern/vfs_cache.c to remove (most)
races while allowing consistent lockless sampling of the per-cpu
statistics without atomic operations. Update comment describing
the locking protocol to include this.

These files were fumble-fingered out of the last commit.

/src/sys/ufs/lfs/
H A Dlfs_segment.c1.206 Wed Oct 10 20:42:35 GMT 2007 ad branches: 1.206.4; 1.206.6; 1.206.10;
Merge from vmlocking:

- Split vnode::v_flag into three fields, depending on field locking.
- simple_lock -> kmutex in a few places.
- Fix some simple locking problems.
1.206 Wed Oct 10 20:42:35 GMT 2007 ad branches: 1.206.4; 1.206.6; 1.206.10;
Merge from vmlocking:

- Split vnode::v_flag into three fields, depending on field locking.
- simple_lock -> kmutex in a few places.
- Fix some simple locking problems.
1.206 Wed Oct 10 20:42:35 GMT 2007 ad branches: 1.206.4; 1.206.6; 1.206.10;
Merge from vmlocking:

- Split vnode::v_flag into three fields, depending on field locking.
- simple_lock -> kmutex in a few places.
- Fix some simple locking problems.
1.206 Wed Oct 10 20:42:35 GMT 2007 ad branches: 1.206.4; 1.206.6; 1.206.10;
Merge from vmlocking:

- Split vnode::v_flag into three fields, depending on field locking.
- simple_lock -> kmutex in a few places.
- Fix some simple locking problems.
1.206 Wed Oct 10 20:42:35 GMT 2007 ad branches: 1.206.4; 1.206.6; 1.206.10;
Merge from vmlocking:

- Split vnode::v_flag into three fields, depending on field locking.
- simple_lock -> kmutex in a few places.
- Fix some simple locking problems.
1.206 Wed Oct 10 20:42:35 GMT 2007 ad branches: 1.206.4; 1.206.6; 1.206.10;
Merge from vmlocking:

- Split vnode::v_flag into three fields, depending on field locking.
- simple_lock -> kmutex in a few places.
- Fix some simple locking problems.
1.206 Wed Oct 10 20:42:35 GMT 2007 ad branches: 1.206.4; 1.206.6; 1.206.10;
Merge from vmlocking:

- Split vnode::v_flag into three fields, depending on field locking.
- simple_lock -> kmutex in a few places.
- Fix some simple locking problems.
1.206 Wed Oct 10 20:42:35 GMT 2007 ad branches: 1.206.4; 1.206.6; 1.206.10;
Merge from vmlocking:

- Split vnode::v_flag into three fields, depending on field locking.
- simple_lock -> kmutex in a few places.
- Fix some simple locking problems.
/src/sys/dev/pcmcia/
H A Dpcmciadevs.h1.206 Tue Aug 10 03:03:29 GMT 2004 mycroft Regen.

H A Dpcmciadevs_data.h1.206 Tue Aug 10 03:03:29 GMT 2004 mycroft Regen.

/src/sys/ufs/ufs/
H A Dufs_vnops.c1.206 Fri Nov 18 21:18:52 GMT 2011 christos branches: 1.206.4;
Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too.

1.206 Fri Nov 18 21:18:52 GMT 2011 christos branches: 1.206.4;
Obey MNT_RELATIME, the only addition is that mkdir in ufs sets IN_ACCESS too.

/src/sys/uvm/
H A Duvm_fault.c1.206 Tue May 28 08:59:35 GMT 2019 msaitoh branches: 1.206.2;
s/recieve/receive/

1.206 Tue May 28 08:59:35 GMT 2019 msaitoh branches: 1.206.2;
s/recieve/receive/

H A Duvm_swap.c1.206 Mon Aug 23 13:08:18 GMT 2021 hannken branches: 1.206.4;
Return immediately from uvm_swap_shutdown() if there are
no (more) swap devices configured.

1.206 Mon Aug 23 13:08:18 GMT 2021 hannken branches: 1.206.4;
Return immediately from uvm_swap_shutdown() if there are
no (more) swap devices configured.

Completed in 259 milliseconds

12345678910