Searched hist:1.413 (Results 1 - 25 of 48) sorted by relevance

12

/src/sys/dev/pci/
H A Dfiles.pci1.413 Wed May 08 13:40:18 GMT 2019 isaki branches: 1.413.2;
Merge isaki-audio2 branch, the overhaul of audio subsystem.
- Interrupt-oriented system rather than thread-oriented.
- Improve stability, quality and performance.
- Split playback and record cleanly. Improve halfduplex support.
- Many bugs are fixed including deadlocks, resource leaks, abuses, etc.
- Simplify audio filter mechanism. The encoding/channels/frequency
conversions are completely handled in the upper layer. So the hard-
ware driver only converts its hardware encoding (if necessary).
- audio_hw_if changes:
- Obsoletes query_encoding and add query_format instead.
- Obsoletes set_params and add set_format instead.
- Remove drain, setfd, mappage.
- The call sequences are changed.
- ioctl AUDIO_GETFD/SETFD, AUDIO_GETCHAN/SETCHAN are obsoleted.
- ioctl AUDIO_{QUERY,GET,SET}FORMAT are introduced.
- cleanup config attributes: au*conv and mulaw.
- All hardware drivers should follow it (I've done as much as possible).

Some file paths are changed:
- dev/audio.c -> dev/audio/audio.c (rewritten)
- dev/audiovar.h -> dev/audio/audiovar.h
- dev/audio_dai.h -> dev/audio/audio_dai.h
- dev/audio_if.h -> dev/audio/audio_if.h
- dev/audiobell.c -> dev/audio/audiobell.c
- dev/audiobellvar.h -> dev/audio/audiobellvar.h
- dev/mulaw.[ch] -> dev/audio/mulaw.[ch] + dev/audio/alaw.c
1.413 Wed May 08 13:40:18 GMT 2019 isaki branches: 1.413.2;
Merge isaki-audio2 branch, the overhaul of audio subsystem.
- Interrupt-oriented system rather than thread-oriented.
- Improve stability, quality and performance.
- Split playback and record cleanly. Improve halfduplex support.
- Many bugs are fixed including deadlocks, resource leaks, abuses, etc.
- Simplify audio filter mechanism. The encoding/channels/frequency
conversions are completely handled in the upper layer. So the hard-
ware driver only converts its hardware encoding (if necessary).
- audio_hw_if changes:
- Obsoletes query_encoding and add query_format instead.
- Obsoletes set_params and add set_format instead.
- Remove drain, setfd, mappage.
- The call sequences are changed.
- ioctl AUDIO_GETFD/SETFD, AUDIO_GETCHAN/SETCHAN are obsoleted.
- ioctl AUDIO_{QUERY,GET,SET}FORMAT are introduced.
- cleanup config attributes: au*conv and mulaw.
- All hardware drivers should follow it (I've done as much as possible).

Some file paths are changed:
- dev/audio.c -> dev/audio/audio.c (rewritten)
- dev/audiovar.h -> dev/audio/audiovar.h
- dev/audio_dai.h -> dev/audio/audio_dai.h
- dev/audio_if.h -> dev/audio/audio_if.h
- dev/audiobell.c -> dev/audio/audiobell.c
- dev/audiobellvar.h -> dev/audio/audiobellvar.h
- dev/mulaw.[ch] -> dev/audio/mulaw.[ch] + dev/audio/alaw.c
/src/sys/arch/alpha/conf/
H A DGENERIC1.413 Fri Jul 23 14:38:58 GMT 2021 thorpej Use wildcard matches more consistently, and attach pci, eisa, isa, and
usb to their interface attributes, which makes for easier trimming-down
with "no" directives.
/src/share/misc/
H A Dacronyms.comp1.413 Mon Sep 01 16:21:56 GMT 2025 jschauma +L4S Low Latency, Low Loss, and Scalable Throughput (RFC9330)

/src/usr.bin/make/
H A Dmain.c1.419 Sat Oct 31 16:13:00 GMT 2020 rillig make(1): revert requiring a writable objdir

The change in main.c 1.413 broke the NetBSD build.sh if it uses a
read-only source tree, as in the daily builds.

Original commit:
https://mail-index.netbsd.org/source-changes/2020/10/31/msg123560.html

Build log:
make warning: /home/source/ab/HEAD/src: Permission denied.
[1] Segmentation fault "${make}" -m ${T...
1.413 Sat Oct 31 06:18:21 GMT 2020 sjg Do not use an objdir that is not writable.
/src/sys/uvm/
H A Duvm_map.c1.413 Tue Jul 16 16:48:54 GMT 2024 uwe uvm_findspace_invariants: don't repeat the message three times

The topdown and bottomup messages were exactly the same and sh3 printf
hack added the third copy. Restructure the code so that there's only
one message and make the message more obvious - the topdown condition
in the assertions was confusing b/c it's inverted (!topdown || ...
means it's the topdown map).

PR 51254

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.413 Wed Apr 11 19:41:18 GMT 2018 palle sun4v: handle MMU-related traps properly when they occur at trap level 1. This fixes issues when user-level LWPs access the user-level stack
/src/sys/dev/ata/
H A Dwd.c1.413 Wed Sep 10 07:04:48 GMT 2014 matt g/u_int[0-9]*_t/ s/u_int/uint/g
/src/sys/arch/i386/conf/
H A DALL1.413 Sun Feb 19 07:47:00 GMT 2017 rin PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
/src/sys/arch/arm/arm32/
H A Dpmap.c1.413 Wed May 27 06:41:58 GMT 2020 skrll Remove duplicate #include

/src/distrib/notes/common/
H A Dmain1.413 Fri Sep 05 21:17:20 GMT 2008 tron Add Silke Scheler.
/src/distrib/sets/lists/debug/
H A Dmi1.413 Thu Aug 03 13:13:05 GMT 2023 rin Fix lists for HAVE_GCC=12.
/src/etc/
H A DMakefile1.413 Mon May 05 19:10:00 GMT 2014 martin Use the new -U option for config to avoid generating kernel debug info
during release builds. This should save quite some space in the evbarm
build, where makeoptions DEBUG is heavily used.
/src/share/man/man9/
H A DMakefile1.413 Fri May 19 03:33:31 GMT 2017 pgoyette Missed this during the localcount(9) import:

Add localcount(9) man-page - fix the build
/src/share/mk/
H A Dbsd.README1.413 Sun Nov 08 14:52:35 GMT 2020 kamil Remove the support for MKCATPAGES

It was optional since 1999 and disabled by default since 2012.

Proposed on tech-userlevel@.
H A Dbsd.lib.mk1.413 Fri Nov 22 02:43:21 GMT 2024 riastradh bsd.lib.mk: Make update-symbols target say what bump is needed.

This way whenever you update a library you get a reminder. It's not
perfect -- if a symbol's semantics changes it won't help -- but it's
better than what we have right now!

H A Dbsd.own.mk1.413 Mon Mar 08 06:30:33 GMT 2004 jmc branches: 1.413.2;
Turn off MKKERBEROS4 if MKKERBEROS==no.
1.413 Mon Mar 08 06:30:33 GMT 2004 jmc branches: 1.413.2;
Turn off MKKERBEROS4 if MKKERBEROS==no.
/src/share/man/man4/
H A Doptions.41.413 Tue Mar 13 19:25:41 GMT 2012 njoly Use Lk macro instead of Pa when dealing with URLs, to produce links
with HTML output. And while here update or removed some dead URL
links. Another part of PR/29238.
/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.413 Sat Sep 16 23:38:57 GMT 2023 oster

A component that is in state rf_ds_reconstructing has failed, and should
not be consulted for DIOCGCACHE.

Fixes an observed panic when rf_get_component_caches() does an IOCTL to
a failed device while reconstruction is in progress.

XXX pullup netbsd-10
XXX pullup netbsd-9

/src/sys/dev/usb/
H A Dusbdevs1.413 Sat Sep 10 19:08:33 GMT 2005 cube Add a DiskOnKey revision.
H A Dusbdevs.h1.413 Wed Aug 03 23:07:23 GMT 2005 augustss Regen.
H A Dusbdevs_data.h1.413 Wed Aug 03 21:18:07 GMT 2005 augustss Regen.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.413 Thu May 12 18:47:29 GMT 2022 martin We have 130 shift/reduce conflicts now
H A Ddecl.c1.413 Thu Feb 27 06:48:28 GMT 2025 rillig lint: normalize whitespace

/src/distrib/sets/lists/tests/
H A Dmi1.413 Tue Nov 01 22:37:42 GMT 2011 pgoyette branches: 1.413.2;
Add t_ether_aton test
1.413 Tue Nov 01 22:37:42 GMT 2011 pgoyette branches: 1.413.2;
Add t_ether_aton test
/src/sys/kern/
H A Dinit_main.c1.413 Wed Dec 23 00:21:38 GMT 2009 elad Including sysctl.h once is enough.

Completed in 1083 milliseconds

12