Searched hist:1.310 (Results 1 - 25 of 103) sorted by relevance

12345

/src/
H A Dbuild.sh1.310 Fri Jun 03 00:00:01 GMT 2016 kre branches: 1.310.2;

When setting TOP the idea is to run the [/usr]/bin/pwd binary, and
exclude any skell builtin. There are two ways to guarantee exec'ing
a binary, using a path, or using exec. To use a path we would need to
find it first (which certainly could be done.) Using exec here is easier.

1.310 Fri Jun 03 00:00:01 GMT 2016 kre branches: 1.310.2;

When setting TOP the idea is to run the [/usr]/bin/pwd binary, and
exclude any skell builtin. There are two ways to guarantee exec'ing
a binary, using a path, or using exec. To use a path we would need to
find it first (which certainly could be done.) Using exec here is easier.

/src/sys/kern/
H A Dsyscalls.c1.310 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.310.2; 1.310.4;
Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>

1.310 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.310.2; 1.310.4;
Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>

1.310 Sat Jan 06 16:41:23 GMT 2018 kamil branches: 1.310.2; 1.310.4;
Revert vadvise(2) removal

This system call was used in legacy Lisp code, that was inherited to modern
age and still compiled against supported compat layers (e.g. in clisp,
oaklisp, Franz Lisp).

It used to instruct the kernel about paging policy (G/C aware, flush etc).

Newly compiled code (assuming that it will detect vadvise()) will use the
libc stub for vadvise(). The headers for this interface are gone.

vadvise(2) could be marked as COMPAT_80, but as long as we support ultrix,
sunos or aout68k ABI, don't bother with this.

Requested by <mrg>

H A Dinit_sysent.c1.310 Sat Apr 23 23:09:27 GMT 2016 christos regen

H A Dsyscalls.master1.310 Mon Jul 10 02:33:04 GMT 2023 christos Add memfd_create(2) from GSoC 2023 by Theodore Preduta

H A Dtty.c1.310 Wed Apr 12 06:35:26 GMT 2023 riastradh ttycheckoutq(9): wait=0 always, parameter no longer useful, nix it.

XXX kernel revbump

/src/sys/nfs/
H A Dnfs_vnops.c1.310 Wed Apr 26 03:02:49 GMT 2017 riastradh branches: 1.310.4; 1.310.10; 1.310.12;
Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.

No change to vp -- the plan is to replace the node by the
componentname in the vop parameters, and let all directory vops do
lookups internally.

Proposed on tech-kern with no objections:
https://mail-index.netbsd.org/tech-kern/2017/04/17/msg021825.html

1.310 Wed Apr 26 03:02:49 GMT 2017 riastradh branches: 1.310.4; 1.310.10; 1.310.12;
Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.

No change to vp -- the plan is to replace the node by the
componentname in the vop parameters, and let all directory vops do
lookups internally.

Proposed on tech-kern with no objections:
https://mail-index.netbsd.org/tech-kern/2017/04/17/msg021825.html

1.310 Wed Apr 26 03:02:49 GMT 2017 riastradh branches: 1.310.4; 1.310.10; 1.310.12;
Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.

No change to vp -- the plan is to replace the node by the
componentname in the vop parameters, and let all directory vops do
lookups internally.

Proposed on tech-kern with no objections:
https://mail-index.netbsd.org/tech-kern/2017/04/17/msg021825.html

1.310 Wed Apr 26 03:02:49 GMT 2017 riastradh branches: 1.310.4; 1.310.10; 1.310.12;
Change VOP_REMOVE and VOP_RMDIR to preserve lock/ref on dvp.

No change to vp -- the plan is to replace the node by the
componentname in the vop parameters, and let all directory vops do
lookups internally.

Proposed on tech-kern with no objections:
https://mail-index.netbsd.org/tech-kern/2017/04/17/msg021825.html

/src/doc/
H A DBRANCHES1.310 Tue Sep 20 00:29:57 GMT 2011 jym branches: 1.310.2;
jym-xensuspend is now terminated.

1.310 Tue Sep 20 00:29:57 GMT 2011 jym branches: 1.310.2;
jym-xensuspend is now terminated.

/src/sys/sys/
H A Dsyscall.h1.310 Sat Apr 04 20:27:27 GMT 2020 thorpej branches: 1.310.2;
Regen for _lwp_gettid(2).
1.310 Sat Apr 04 20:27:27 GMT 2020 thorpej branches: 1.310.2;
Regen for _lwp_gettid(2).
H A Dsyscallargs.h1.310 Thu Oct 03 16:51:34 GMT 2024 christos regen

/src/sys/arch/alpha/conf/
H A DGENERIC1.310 Fri Feb 09 21:55:01 GMT 2007 ad branches: 1.310.2;
Merge newlock2 to head.

1.310 Fri Feb 09 21:55:01 GMT 2007 ad branches: 1.310.2;
Merge newlock2 to head.

/src/sys/dev/scsipi/
H A Dsd.c1.310 Tue Nov 04 07:51:55 GMT 2014 mlelstv branches: 1.310.2;
support DIOCMWEDGES ioctl.

1.310 Tue Nov 04 07:51:55 GMT 2014 mlelstv branches: 1.310.2;
support DIOCMWEDGES ioctl.

/src/sys/dev/usb/
H A Dohci.c1.310 Wed Jun 03 15:38:02 GMT 2020 skrll branches: 1.310.2;
Convert ohcireg.h to __BITS. NFCI.
1.310 Wed Jun 03 15:38:02 GMT 2020 skrll branches: 1.310.2;
Convert ohcireg.h to __BITS. NFCI.
/src/sys/arch/macppc/conf/
H A DGENERIC1.310 Wed Jun 05 23:12:38 GMT 2013 christos branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.

1.310 Wed Jun 05 23:12:38 GMT 2013 christos branches: 1.310.2;
catch the escapees of the IPSEC_NAT_T purge.

/src/share/misc/
H A Dacronyms1.310 Fri Jun 18 21:58:20 GMT 2021 riastradh EEE: embrace, extend, extinguish; or eastern equine encephalitis

/src/sys/dev/ic/
H A Dcom.c1.310 Wed May 01 07:38:00 GMT 2013 mlelstv branches: 1.310.4;
For a polled console incoming characters are buffered on output.
The buffer is never passed to the regular tty routines and can
survive from early boot to halt where it is read by the "press
any continue to reboot" loops.
As a workaround, just kill the read-ahead buffer when switching
from and to polled mode.

1.310 Wed May 01 07:38:00 GMT 2013 mlelstv branches: 1.310.4;
For a polled console incoming characters are buffered on output.
The buffer is never passed to the regular tty routines and can
survive from early boot to halt where it is read by the "press
any continue to reboot" loops.
As a workaround, just kill the read-ahead buffer when switching
from and to polled mode.

/src/share/mk/
H A Dbsd.lib.mk1.310 Wed Dec 08 01:57:22 GMT 2010 joerg branches: 1.310.2;
Don't depend on ${CC} passing down -R to ld, use -Wl,-rpath explicitly.

1.310 Wed Dec 08 01:57:22 GMT 2010 joerg branches: 1.310.2;
Don't depend on ${CC} passing down -R to ld, use -Wl,-rpath explicitly.

/src/sys/dev/pci/
H A Dif_bge.c1.310 Thu Apr 27 10:01:54 GMT 2017 msaitoh branches: 1.310.2;
Use {isa,pci}_intr_establish"_xname"() for intrctl(8).

1.310 Thu Apr 27 10:01:54 GMT 2017 msaitoh branches: 1.310.2;
Use {isa,pci}_intr_establish"_xname"() for intrctl(8).

/src/sys/netinet/
H A Dip_input.c1.310 Wed Mar 19 08:27:21 GMT 2014 liamjfoy branches: 1.310.2;
Remove ipflow_prune and replace with ipflow_reap. ok rmind@

1.310 Wed Mar 19 08:27:21 GMT 2014 liamjfoy branches: 1.310.2;
Remove ipflow_prune and replace with ipflow_reap. ok rmind@

/src/sys/arch/sparc64/sparc64/
H A Dpmap.c1.310 Thu Jan 10 10:33:49 GMT 2019 mrg - move pmap_ctx() macro into pmap.h instead of duplicating it.
- fix description of some mach ddb commands.

/src/sys/dev/
H A DDEVNAMES1.310 Mon Apr 09 20:16:53 GMT 2018 christos rename ledpanel lcdpanel

/src/sys/arch/sparc/sparc/
H A Dmachdep.c1.310 Fri Jun 03 17:58:18 GMT 2011 rmind Revert maxdmap/maxsmap constification, as it causes problems on some
sparc models. Reported by tsutsui@.

/src/sys/arch/i386/conf/
H A DINSTALL1.310 Sun Jun 03 03:39:53 GMT 2007 dogcow Move isp* from INSTALL to INSTALL_LARGE; isp is gigantic enough that it
makes a noticable impact in the size of the kernel. (build release now works
again.)
/src/sys/arch/i386/i386/
H A Dtrap.c1.310 Fri Jun 20 17:02:18 GMT 2025 bouyer Remove #ifndef XENPV around x86_disable_intr()/enable_intr() in trap().
This was added by ad@ in trap.c 1.46 (in Apr 2008) as part of the
kernel preemption work. AFAIK trap() is always called with events
enabled on Xen, so I can't see why Xen wouldn't need x86_disable_intr()
when bare metal needs it.

Pointed out by riastradh@ in PR port-xen/58561, but it may be completely
irrelevant to the panic reported here.

/src/sys/arch/amiga/conf/
H A DGENERIC1.310 Wed Nov 12 10:47:21 GMT 2014 manu Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels

This change just brings UFS1 extended attribute *support* in the kernel,
extended attributes are not enabled unless three conditions are met:
1) filesystem is UFS1 (newfs -O1)
2) .attribute/system and .attribute/user directories are created at fs root
3) filesystem is mounted with -o extattr

Some GENERIC kernels are obviously memory constrained, the extended
attributes options were not enabled for them, but just added commented out.
(kernel were considered memory constrained if QUOTA option was disabled)

/src/distrib/sets/lists/comp/
H A Dshl.mi1.310 Wed Jan 10 11:02:41 GMT 2018 knakahara ipsec(4) interface supports rump now.

Completed in 293 milliseconds

12345