Searched hist:1.407 (Results 1 - 25 of 49) sorted by relevance

12

/src/sys/dev/ata/
H A Dwd.c1.407 Sun Mar 16 05:20:27 GMT 2014 dholland branches: 1.407.2;
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
designated initializers.

I have not built every extant kernel so I have probably broken at
least one build; however I've also found and fixed some wrong
cdevsw/bdevsw entries so even if so I think we come out ahead.

1.407 Sun Mar 16 05:20:27 GMT 2014 dholland branches: 1.407.2;
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
designated initializers.

I have not built every extant kernel so I have probably broken at
least one build; however I've also found and fixed some wrong
cdevsw/bdevsw entries so even if so I think we come out ahead.

/src/sys/arch/alpha/conf/
H A DGENERIC1.407 Sat Sep 05 01:28:18 GMT 2020 thorpej Add siisata.

/src/share/misc/
H A Dacronyms.comp1.407 Tue May 06 14:24:27 GMT 2025 jschauma +SRS Sender Rewriting Scheme

/src/sys/arch/x86/x86/
H A Dpmap.c1.407 Sun Sep 06 02:18:53 GMT 2020 riastradh branches: 1.407.2;
Fix fallout from previous uvm.h cleanup.

- pmap(9) needs uvm/uvm_extern.h.

- x86/pmap.h is not usable on its own; it is only usable if included
via uvm/uvm_extern.h (-> uvm/uvm_pmap.h -> machine/pmap.h).

- Make nvmm.h and nvmm_internal.h standalone.

1.407 Sun Sep 06 02:18:53 GMT 2020 riastradh branches: 1.407.2;
Fix fallout from previous uvm.h cleanup.

- pmap(9) needs uvm/uvm_extern.h.

- x86/pmap.h is not usable on its own; it is only usable if included
via uvm/uvm_extern.h (-> uvm/uvm_pmap.h -> machine/pmap.h).

- Make nvmm.h and nvmm_internal.h standalone.

/src/sys/uvm/
H A Duvm_map.c1.407 Thu Aug 03 03:15:48 GMT 2023 rin uvm_findspace(): For sh3, convert a KASSERTMSG(9) into printf(9)

XXX
Work around for PR kern/51254 until it gets fixed.

With this change, landisk survives full ATF with DIAGNOSTIC enabled.

/src/sys/kern/
H A Dkern_sig.c1.407 Wed Oct 04 20:42:38 GMT 2023 ad Sprinkle a bunch more calls to lwp_need_userret(). There should be no
functional change but it does get rid of a bunch of assumptions about how
mi_userret() works making it easier to adjust in that in the future, and
works as a kind of documentation too.

H A Dinit_main.c1.407 Mon Oct 26 19:03:17 GMT 2009 rmind Update comment about proc0_init().

/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1.407 Mon Jan 30 21:24:33 GMT 2017 palle sun4v: Hook up syscall handling to the trap table. Verified using qemu for both sun4u and sun4v.
/src/sys/arch/i386/conf/
H A DALL1.407 Tue Dec 13 20:42:18 GMT 2016 christos wildcard speaker attachments, now that we can handle many of them.

H A Dfiles.i3861.407 Wed Oct 21 13:31:51 GMT 2020 christos make process_machdep.c included always since it provides register i/o used by
sys_process_getlwpstatus.c which is always included.

/src/sys/arch/arm/arm32/
H A Dpmap.c1.407 Fri Apr 17 11:21:06 GMT 2020 skrll Fix build after PV locking change

/src/distrib/notes/common/
H A Dmain1.407 Wed Sep 03 20:34:23 GMT 2008 rjs Add myself to list of developers.
/src/distrib/sets/lists/debug/
H A Dmi1.407 Fri Jul 28 18:18:59 GMT 2023 christos Add epoll(2) from Theodore Preduta as part of GSoC 2023
/src/etc/
H A DMakefile1.407 Sat Apr 06 13:00:31 GMT 2013 uebayasi Don't print warning even if mkisofs is not found.

/src/share/man/man9/
H A DMakefile1.407 Thu Apr 06 10:46:52 GMT 2017 abhinav Add MLINKS for extent_alloc1(9) and extent_alloc_subregion1(9).

/src/share/mk/
H A Dbsd.README1.407 Mon Jun 15 01:57:31 GMT 2020 christos Rename blacklist -> blocklist

H A Dbsd.lib.mk1.407 Fri Jun 28 21:58:24 GMT 2024 riastradh bsd.lib.mk: Resolve VERSION_MAP like a target prerequisite.

Not sure what I did before to make ${${VERSION_MAP}:P} fail to work;
can't reproduce it any more!

PR lib/58376

/src/share/man/man4/
H A Doptions.41.407 Fri Jun 17 14:23:51 GMT 2011 manu Add mount -o extattr option to enable extended attributs (corrently only
for UFS1).
Remove kernel option for EA backing store autocreation and do it by
default. Add a sysctl so that autocreated attriutr size can be modified.

/src/sys/dev/raidframe/
H A Drf_netbsdkintf.c1.407 Sat Apr 16 16:40:54 GMT 2022 andvar Fix mistake in error branch locking caused by previous changes.
vput(vp) also unlocks vp, thus unlocking happens twice in error flow
causing kernel to panic with failed assertion lktype != LK_NONE
in vfs_vnode.c#778. Thanks riastradh with finding the issue.

/src/sys/dev/usb/
H A Dusbdevs1.407 Tue Jul 12 00:10:18 GMT 2005 drochner update some wlan adapter information, from
http://damien.bergamini.free.fr/ral/list.html via FUKAUMI Naoki
H A Dusbdevs.h1.407 Fri Jul 01 19:39:13 GMT 2005 drochner regen

H A Dusbdevs_data.h1.407 Fri Jul 01 11:37:10 GMT 2005 augustss Regen.
/src/sys/dev/pci/
H A Dfiles.pci1.407 Sat Sep 22 16:22:23 GMT 2018 maxv Remove isic(4). It is part of ISDN, which we are now retiring.

/src/usr.bin/xlint/lint1/
H A Dcgram.y1.407 Fri Apr 29 22:44:44 GMT 2022 rillig lint: make grammar compatible with Bison

Bison and BSD Yacc differ in how they translate the grammar into C code.

Bison:
code above '%union' (YYDEBUG is either undefined or 1)
#include "cgram.h" (which defines YYDEBUG to 0 if undefined)
code from below '%union' until the first '%%'
actions
code below the second '%%'

BSD Yacc:
code above the first '%%' (YYDEBUG is either undefined or 1)
(no #include for "cgram.h")
define YYDEBUG to 0 if undefined
code below the second '%%' (YYDEBUG is either 0 or 1)
actions

The easiest way around these differences is to remove the 'defined(...)'
around the conditionals YYDEBUG, YYBISON and YYBYACC.

H A Ddecl.c1.407 Tue Oct 29 20:48:31 GMT 2024 rillig lint: add details to message about too large integer constant

Completed in 465 milliseconds

12