Searched hist:1.496 (Results 1 - 25 of 32) sorted by relevance

12

/src/sys/dev/usb/
H A Dusbdevs1.496 Mon Mar 17 02:37:51 GMT 2008 elric branches: 1.496.2;
Add a number of products which will be supported in ugensa(4).
Most of these are experimental and the product/vendor IDs are
snarfed from OpenBSD, FreeBSD and Linux.
1.496 Mon Mar 17 02:37:51 GMT 2008 elric branches: 1.496.2;
Add a number of products which will be supported in ugensa(4).
Most of these are experimental and the product/vendor IDs are
snarfed from OpenBSD, FreeBSD and Linux.
H A Dusbdevs.h1.496 Mon Apr 28 20:24:01 GMT 2008 martin branches: 1.496.2;
Remove clause 3 and 4 from TNF licenses
1.496 Mon Apr 28 20:24:01 GMT 2008 martin branches: 1.496.2;
Remove clause 3 and 4 from TNF licenses
H A Dusbdevs_data.h1.496 Mon Apr 21 21:18:59 GMT 2008 cegger branches: 1.496.2;
regen.
1.496 Mon Apr 21 21:18:59 GMT 2008 cegger branches: 1.496.2;
regen.
/src/sys/arch/i386/conf/
H A DALL1.496 Tue Sep 08 10:05:47 GMT 2020 yamaguchi Added iavf(4) that is based on OpenBSD's iavf(4) implementation

reviewed by msaitoh@n.o and knakahara@n.o

H A DGENERIC1.496 Tue Jun 18 03:06:58 GMT 2002 itojun s/options\t\t/options \t/
/src/distrib/notes/common/
H A Dmain1.496 Fri Jun 21 10:05:52 GMT 2013 shm Add myself.
/src/share/man/man4/
H A Doptions.41.496 Thu Dec 20 10:33:41 GMT 2018 cherry Enable 'options NO_PCI_MSI_MSIX' to DTRT in x86 builds.

Document 'options NO_PCI_MSI_MSIX' in options(4).
H A DMakefile1.496 Sun Aug 09 08:20:53 GMT 2009 mbalmer Add the manual page for the gpioiic(4) driver.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.496 Thu May 09 11:08:07 GMT 2024 rillig lint: in C23 mode, support the nullptr constant
H A Dtree.c1.496 Sat Jan 28 00:24:05 GMT 2023 rillig lint: split integer promotions into separate functions

No functional change.
/src/share/mk/
H A Dbsd.own.mk1.496 Tue Jul 03 16:29:24 GMT 2007 joerg branches: 1.496.4;
Rename nbinstall to ${MACHINE_GNU_PLATFORM}-install as it calls the
target strip. Don't pass down strip as it is not needed any longer.
1.496 Tue Jul 03 16:29:24 GMT 2007 joerg branches: 1.496.4;
Rename nbinstall to ${MACHINE_GNU_PLATFORM}-install as it calls the
target strip. Don't pass down strip as it is not needed any longer.
/src/sys/kern/
H A Dinit_main.c1.496 Mon Apr 16 14:18:16 GMT 2018 kamil Set initproc inside start_init()

This allows us to stop using the rnewprocp argument in fork1(9).

The rnewprocp argument will be removed soon from the API, as it can cause
use-after-free scenarios.

No functional change intended.

Noted by <Mateusz Guzik>
Reference: http://mail-index.netbsd.org/tech-kern/2017/09/08/msg022267.html

Sponsored by <The NetBSD Foundation>
H A Dkern_exec.c1.496 Tue Apr 14 22:42:18 GMT 2020 kamil Set p_oppid always, not just when a parent is traced

PR kern/55151 by Martin Husemann
H A Dvfs_subr.c1.496 Wed Oct 26 23:39:43 GMT 2022 riastradh miscfs/deadfs/deadfs.h: New home for deadfs-related externs.

XXX regen sys/kern/vnode_if.c and the others
/src/sys/net/
H A Dif.c1.496 Thu Sep 30 03:51:05 GMT 2021 yamaguchi net: obsolete ifnet::if_link_state_chenged
that was used for updating link-state of vlan I/F

The obsoleted function is replaced with
ifnet::if_linkstate_hooks
/src/sys/arch/amd64/conf/
H A DGENERIC1.496 Fri Jul 13 09:37:32 GMT 2018 maxv Remove the X86PMC code I had written, replaced by tprof. Many defines
become unused in specialreg.h, so remove them. We don't want to add
defines all the time, there are countless PMCs on many generations, and
it's better to just inline the event/unit values.
/src/sys/dev/pci/
H A Dpcidevs.h1.496 Thu Dec 26 20:53:18 GMT 2002 matt Regen.
H A Dpcidevs_data.h1.496 Fri Jan 10 16:42:04 GMT 2003 augustss Regen.
/src/usr.bin/make/
H A Djob.c1.496 Tue Apr 22 19:28:50 GMT 2025 rillig make: clean up

Replace 'unsigned int' with simply 'unsigned'.

In compat.c, skipping whitespace is not needed, as the loop above
already skips it.

In job.c, remove the unused header <sys/file.h>.

Inline the TMPPAT macro, as it is only needed in a single place.

H A Dmain.c1.496 Sun Dec 13 02:01:43 GMT 2020 rillig make(1): replace *line with line[0]

Since a line is not an iterator and since the expression *line typically
means "the current element", not "the first character", replacing *line
with line[0] more directly expresses the idea of accessing the first
character of a string.
H A Dparse.c1.496 Sat Dec 19 13:16:25 GMT 2020 rillig make(1): rename parameter line to lineno
/src/sys/arch/i386/i386/
H A Dmachdep.c1.496 Sat Nov 02 01:58:51 GMT 2002 perry asm -> __asm
/src/distrib/sets/lists/base/
H A Dshl.mi1.496 Mon Oct 05 03:54:17 GMT 2009 tsarna Add nss_mdns, a nsswitch plugin for host lookups vis mDNS ("Bonjour"),
eg "hostname.local". This is a work in progress, but basically
functional. (note: this requires mdnsd to be running.)
/src/doc/
H A D3RDPARTY1.496 Thu Dec 21 20:58:27 GMT 2006 rpaulo bsd-family-tree 1.109.
/src/sys/sys/
H A Dparam.h1.496 Sun May 29 18:22:30 GMT 2016 alnsn Update version in the comment too.

Completed in 1267 milliseconds

12