Searched hist:1.440 (Results 1 - 25 of 40) sorted by relevance

12

/src/sys/arch/i386/conf/
H A DALL1.440 Thu Jun 07 13:36:29 GMT 2018 thorpej branches: 1.440.2;
Revert changes that pinned-down i2c parent specs. The i2c subsystem
has been enhanced to make this unnecessary.

1.440 Thu Jun 07 13:36:29 GMT 2018 thorpej branches: 1.440.2;
Revert changes that pinned-down i2c parent specs. The i2c subsystem
has been enhanced to make this unnecessary.

/src/sys/kern/
H A Dkern_exec.c1.440 Mon Jan 09 00:31:30 GMT 2017 kamil branches: 1.440.2;
Cleanup dead code after revert of racy vfork(2) commit

This removes dead code introduced with the following commit:

date: 2012-07-27 22:52:49 +0200; author: christos; state: Exp; lines: +8 -2;
revert racy vfork() parent-blocking-before-child-execs-or-exits code.
ok rmind
1.440 Mon Jan 09 00:31:30 GMT 2017 kamil branches: 1.440.2;
Cleanup dead code after revert of racy vfork(2) commit

This removes dead code introduced with the following commit:

date: 2012-07-27 22:52:49 +0200; author: christos; state: Exp; lines: +8 -2;
revert racy vfork() parent-blocking-before-child-execs-or-exits code.
ok rmind
H A Dinit_main.c1.440 Sun Jan 29 22:55:40 GMT 2012 rmind - Add mi_cpu_init() and initialise cpu_lock and kcpuset_attached/running there.
- Add kcpuset_running which gets set in idle_loop().
- Use kcpuset_running in pserialize_perform().
H A Dvfs_subr.c1.440 Sat Nov 23 13:35:36 GMT 2013 christos change the mountlist CIRCLEQ into a TAILQ
/src/sys/dev/ata/
H A Dwd.c1.440 Mon Aug 06 20:07:05 GMT 2018 jdolecek add wddebug() which dumps some status for attached disks; indended for
debugging of PR kern/52783

/src/sys/arch/arm/arm32/
H A Dpmap.c1.440 Thu Oct 12 11:33:37 GMT 2023 skrll Fix non-DIAGNOSTIC builds

/src/distrib/notes/common/
H A Dmain1.440 Tue Apr 07 19:52:04 GMT 2009 tez Add myself to the list of developers.
/src/distrib/sets/lists/debug/
H A Dmi1.440 Thu Jul 11 08:13:49 GMT 2024 riastradh Revert the duplication of compat set lists; do it another way.

1. Restore the compatdir and compatfile tags in base and debug.

=> compatdir marks directories that should have per-ABI compat
subdirectories, like /usr/lib having /usr/lib/o32 and
/usr/lib/64 on mips64.

=> compatfile marks files that have per-ABI versions in the
nearest compatdir, like /usr/lib/o32/libc.so.12.221.

This is the mechanism we use to avoid duplicating every library
that has a compat version in multiple set lists.

2. Teach sets.subr to split the compatdir and compatfile entries out
into separate sets for base and debug.

The mechanism is to internally use:

- a new tag `omitcompat' when processing base and debug, so we
don't generate the per-ABI compat directories or per-ABI compat
files under them;

- a new tag `takecompat=${ABI}' when processing base32/64 and
debug32/64, so we _do_ generate the per-ABI compat directories
for ${ABI}.

=> On, e.g., mips64, base32 uses `takecompat=o32' and base64
uses `takecompat=64'.

=> On, e.g., aarch64, base32 uses
`takecompat=eabi,takecompat=eabihf', and there is no base64.

3. Record in sets.subr the list of `32' and `64' architectures for
each port.

This is maybe not the right place to put it, but it's also not
clear that we want to keep exactly this division -- maybe it would
be more sensible to just have per-ABI , e.g.:

(aarch64) base-eabi, base-eabihf
(amd64) base-i386
(mips64) base-o32, base-64
(mipsn64) base-o32, base-n32

But I'll leave cleaning that up for another day.

4. Adjust some sets. Mostly this commit shouldn't change what file
go in what sets, but, e.g., on mips64, the following move from
base32 to base64 as part of this change, which I think is
appropriate:

- /lib/64
- /libexec/ld.elf_so-64
- /usr/lib/64
- /usr/libdata/debug/lib/64
- /usr/libdata/debug/usr/lib/64
- /usr/libexec/ld.elf_so-64

TBD: Remove ./lib and ./usr/lib from debug/mi; they're already in
base/mi. Maybe move ./usr/libdata/debug to from base/mi to debug/mi.

This reverts most of the set list changes in:

https://mail-index.netbsd.org/source-changes/2024/04/09/msg150763.html

PR misc/58365
/src/etc/
H A DMakefile1.440 Sun Sep 22 13:08:10 GMT 2019 gson Don't mix tabs and spaces
/src/share/man/man9/
H A DMakefile1.440 Wed Aug 28 21:48:14 GMT 2019 rmind Install thmap(9) man page.
/src/share/mk/
H A Dbsd.README1.440 Thu Jul 14 03:48:49 GMT 2022 mrg add libxcvt.

/src/share/man/man4/
H A Doptions.41.440 Sat Aug 16 15:34:33 GMT 2014 apb Document options COMPAT_40, COMPAT_50, and COMPAT_60.
H A DMakefile1.440 Mon Sep 03 18:02:16 GMT 2007 tshiozak add manpage for uchcom(4).
/src/sys/dev/usb/
H A Dusbdevs1.440 Sun Oct 08 08:14:24 GMT 2006 xtraeme Added support for the following devices:

* Matrix Orbital MX4/MX5 Series
* Crystal Fontz CFA-635 LCD

Patch sent by Claus Andersen via PR kern/34753.
H A Dusbdevs.h1.440 Sun Sep 24 17:18:49 GMT 2006 christos Regen
H A Dusbdevs_data.h1.440 Fri Sep 22 00:44:23 GMT 2006 christos regen
/src/sys/dev/pci/
H A Dfiles.pci1.440 Fri Dec 17 08:27:06 GMT 2021 knakahara Add missing WM_TX_{,INTR_}PROCESS_LIMIT_DEFAULT options same as RX side.

H A Dpcidevs.h1.440 Mon Jun 03 19:53:37 GMT 2002 briggs Regen. for MPC8245 host bridge.
H A Dpcidevs_data.h1.440 Sun Jun 09 16:51:33 GMT 2002 taca Regen.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.440 Fri Jun 30 08:03:01 GMT 2023 rillig tests/lint: extend test for sizeof and offsetof
H A Dtree.c1.440 Wed May 18 20:01:21 GMT 2022 rillig lint: reduce negations in typeok_point, document check_expr_misc

No functional change.
/src/sys/net/
H A Dif.c1.440 Tue Oct 30 05:54:42 GMT 2018 ozaki-r Avoid double rt_replace_ifa on rtrequest1(RTM_ADD)

Some callers of rtrequest1(RTM_ADD) adjust rt_ifa of an rtentry created by
rtrequest1 that may change rt_ifa (in ifa_rtrequest) with another ifa that is
different from requested one. It's wasteful and even worse introduces a race
condition. rtrequest1 should just use a passed ifa as is if a caller hopes so.
/src/sys/arch/amd64/conf/
H A DGENERIC1.440 Fri Nov 25 23:33:46 GMT 2016 dholland fileassoc is used by PaX as well as veriexec - update note accordingly.
/src/usr.bin/make/
H A Djob.c1.440 Sun Nov 28 19:51:06 GMT 2021 rillig make: convert GNodeFlags from enum into bit-fields

Now that Enum_ToString is implemented for each type separately, it's
easy to convert them to bit-fields. This gets rid of the magic numbers
12 for CYCLE and 13 for DONECYCLE that left a suspicious gap in the
numbers. This gap was not needed since the code didn't make use of the
relative ordering of the enum constants.

The effects of this conversion are fewer capital letters in the code,
smaller scope for the GNode flags, and clearer code especially when
setting a flag back to false.

One strange thing is that GCC 10.3.0 doesn't optimize GNodeFlags_IsNone
to an single bitmasking instruction, at least on x86_64. Instead it
generates a testb instruction for each of the flags, even loading bit 8
separately from the others. Clang 12.0.1 knows this optimization
though and generates the obvious sequence of movzwl, testl, jz.

No functional change.

/src/sys/netinet/
H A Dtcp_input.c1.440 Fri Jul 05 04:31:54 GMT 2024 rin sys: Drop redundant NULL check before m_freem(9)

m_freem(9) safely has accepted NULL argument at least since 4.2BSD:
https://www.tuhs.org/cgi-bin/utree.pl?file=4.2BSD/usr/src/sys/sys/uipc_mbuf.c

Compile-tested on amd64/ALL.

Suggested by knakahara@

Completed in 840 milliseconds

12