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

12

/src/sys/arch/i386/conf/
H A DALL1.498 Mon Mar 01 17:53:29 GMT 2021 jakllsch branches: 1.498.4;
add rge(4) to x86 ALL kernels
1.498 Mon Mar 01 17:53:29 GMT 2021 jakllsch branches: 1.498.4;
add rge(4) to x86 ALL kernels
H A DGENERIC1.498 Tue Jun 25 03:12:06 GMT 2002 lukem - replace all "scsibus* at XXXX" with a single "scsibus* at scsi?"
- replace all "atapibus* at XXXX" with a single "atapibus* at atapi?"
- replace all "audio* at XXXX" with a single "audio* at audiobus?"
- replace all "midi* at XXXX" (except "midi* at pcppi?") with a single
"midi* at midibus?"
/src/sys/dev/usb/
H A Dusbdevs1.498 Mon Apr 28 20:24:00 GMT 2008 martin branches: 1.498.2;
Remove clause 3 and 4 from TNF licenses
1.498 Mon Apr 28 20:24:00 GMT 2008 martin branches: 1.498.2;
Remove clause 3 and 4 from TNF licenses
H A Dusbdevs.h1.498 Mon May 26 00:23:05 GMT 2008 christos branches: 1.498.2;
Add uberry, a stub driver for RIM BlackBerry devices that can only be used
to charge a BlackBerry on a USB port.
1.498 Mon May 26 00:23:05 GMT 2008 christos branches: 1.498.2;
Add uberry, a stub driver for RIM BlackBerry devices that can only be used
to charge a BlackBerry on a USB port.
H A Dusbdevs_data.h1.498 Sun May 11 06:44:16 GMT 2008 cegger regen.
/src/distrib/notes/common/
H A Dmain1.498 Thu Oct 17 02:58:56 GMT 2013 elad Readd myself.
/src/share/man/man4/
H A Doptions.41.498 Mon Mar 25 19:24:30 GMT 2019 maxv Remove compat_osf1, discussed on tech-kern@.
H A DMakefile1.498 Sun Sep 06 17:25:55 GMT 2009 sborrill hdaudio(4) is a standards-compliant driver for Intel High Definition Audio.
It will replace azalia(4) after testing.

To use, comment out azalia in your kernel configuration and uncomment the
hdaudio and hdafg lines so it reads:

# Intel High Definition Audio
hdaudio* at pci? dev ? function ?
hdafg* at hdaudiobus?

You should also:
cd /dev
sh MAKEDEV audio
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.498 Thu May 09 20:22:20 GMT 2024 rillig lint: sync grammar rule names with C11 and C23
H A Dtree.c1.498 Sat Jan 28 00:46:14 GMT 2023 rillig lint: use stronger wording in comments of unimplemented offsetof
/src/sys/kern/
H A Dinit_main.c1.498 Tue Jul 03 03:37:03 GMT 2018 ozaki-r Fix net.inet6.ip6.ifq node doesn't exist

The node (and child nodes) is initialized in sysctl_net_pktq_setup, but the call
of sysctl_net_pktq_setup is skipped unexpectedly.

sysctl_net_pktq_setup is skipped if in6_present is false that indicates the
netinet6 component isn't loaded on rump kernels. However the flag is
accidentally always false because the flag is turned on in in6_dom_init that is
called after if_sysctl_setup on both normal and rump kernels.

Fix the issue by moving if_sysctl_setup after in6_dom_init (domaininit on normal
kernels). This fix is ad-hoc but good enough for netbsd-8. We should refine
the initialization order of network components in the future.

Pointed out by hikaru@
H A Dkern_exec.c1.498 Tue Apr 21 21:42:47 GMT 2020 ad Revert the changes made in February to make cwdinfo use mostly lockless,
which relied on taking extra vnode refs.

Having benchmarked various experimental changes over the past few months it
seems that it's better to avoid vnode refs as much as possible. cwdi_lock
as a RW lock already did that to some extent for getcwd() and will permit
the same for namei() too.
H A Dvfs_subr.c1.498 Sat Apr 29 10:07:30 GMT 2023 riastradh vfs: Sprinkle dtrace probes into syncer.
/src/sys/net/
H A Dif.c1.498 Fri Dec 31 14:24:50 GMT 2021 riastradh sys: Use if_ioctl wrapper function.
/src/sys/arch/amd64/conf/
H A DGENERIC1.498 Wed Aug 01 16:59:09 GMT 2018 maxv Unreference IPF/PF from the x86 config files (amd64, i386, xen), and enable
NPF instead when wanted.
/src/sys/dev/pci/
H A Dpcidevs.h1.498 Fri Jan 10 16:42:04 GMT 2003 augustss Regen.
H A Dpcidevs_data.h1.498 Thu Jan 16 00:45:58 GMT 2003 gendalia regen after pcidevs is committed so the correct version number is embedded.
Thanks to wiz.
/src/usr.bin/make/
H A Djob.c1.498 Fri May 02 17:56:54 GMT 2025 rillig make: in the debug log, replace magic numbers with identifiers

H A Dmain.c1.498 Sun Dec 13 20:14:48 GMT 2020 rillig make(1): add str_basename to reduce duplicate code

The function basename from POSIX has a few unfortunate properties, it is
allowed to return a pointer to static memory. This is too unreliable,
therefore this trivial own implementation.
H A Dparse.c1.498 Sat Dec 19 15:29:28 GMT 2020 rillig make(1): fix documentation of GetLineMode

ParseGetLine always returns a logical line, even for PARSE_RAW.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.498 Fri Nov 22 15:23:41 GMT 2002 fvdl New interrupt code. The basic idea behind it is to hide the differences
in interrupt controllers in struct pic, and try to keep as much
common code as possible. At the lowest (asm) level, this is done
with CPP macros.

The main structure is now struct intrsource, describing an established
interrupt line, of any kind (soft/hard local apic/legacy apic/IO apic).
For quick masking, there may be a maximum of 32 sources per CPU.
Sources can be assigned to any CPU in the MP case, though currently they
all go to the boot CPU.
/src/distrib/sets/lists/base/
H A Dshl.mi1.498 Fri Oct 09 00:48:34 GMT 2009 haad Fix sets files for MKZFS enabled builds move debuging libs to proper place
and add html flags for html manpages.

Patch received from Pierre Allegraud and reviewed by me.
H A Dmi1.498 Thu Aug 19 09:54:06 GMT 2004 drochner add drvctl stuff
/src/doc/
H A D3RDPARTY1.498 Sat Jan 06 15:26:33 GMT 2007 wiz bzip2-1.0.4 is out.
/src/sys/sys/
H A Dparam.h1.498 Tue Jun 21 03:34:22 GMT 2016 ozaki-r Bump kernel version for ip_moptions and ip6_moptions changes

And maybe if_output_lock changes also needed a bump?

Completed in 1258 milliseconds

12