Searched hist:1.479 (Results 1 - 25 of 35) sorted by relevance

12

/src/usr.bin/make/unit-tests/
H A Dvarmod-unique.exp1.2 Mon Aug 31 17:32:13 GMT 2020 rillig make(1): add test for the currently broken :u variable modifier

The :u modifier had been broken in var.c 1.479 from 2020.08.30.19.56.02.
The code that implements the :u modifier was well-covered in the unit
tests, except for the single line that actually deals with adjacent
duplicate words.

The "refactoring" commit that replaced brk_string with Str_Words had not
taken into account that the number of words (in ac) had to be passed to
WordList_JoinFree. Instead, the number of words was always preserved,
and the words at the end were therefore duplicated in the result.

The fix for this bug will be in the follow-up commit.

H A Dvarmod-unique.mk1.3 Mon Aug 31 17:32:13 GMT 2020 rillig make(1): add test for the currently broken :u variable modifier

The :u modifier had been broken in var.c 1.479 from 2020.08.30.19.56.02.
The code that implements the :u modifier was well-covered in the unit
tests, except for the single line that actually deals with adjacent
duplicate words.

The "refactoring" commit that replaced brk_string with Str_Words had not
taken into account that the number of words (in ac) had to be passed to
WordList_JoinFree. Instead, the number of words was always preserved,
and the words at the end were therefore duplicated in the result.

The fix for this bug will be in the follow-up commit.

/src/sys/dev/usb/
H A Dusbdevs.h1.479 Mon Jul 16 07:08:49 GMT 2007 nisimura branches: 1.479.2; 1.479.6;
regen usbdevs.h and usbdevs_data.h
1.479 Mon Jul 16 07:08:49 GMT 2007 nisimura branches: 1.479.2; 1.479.6;
regen usbdevs.h and usbdevs_data.h
1.479 Mon Jul 16 07:08:49 GMT 2007 nisimura branches: 1.479.2; 1.479.6;
regen usbdevs.h and usbdevs_data.h
H A Dusbdevs1.479 Mon Jul 16 06:56:23 GMT 2007 nisimura add PLANEX/PCI GW-US54GXS USB WLAN stick device ID. Not working well yet.
Linked with AP but no real xfer is observed so far. Hope this helpful for
further debugging.
H A Dusbdevs_data.h1.479 Thu Jul 12 21:24:35 GMT 2007 xtraeme regen
/src/sys/arch/i386/conf/
H A DALL1.479 Wed Jan 01 10:36:43 GMT 2020 ryo branches: 1.479.2;
add aq(4)

1.479 Wed Jan 01 10:36:43 GMT 2020 ryo branches: 1.479.2;
add aq(4)

/src/distrib/notes/common/
H A Dmain1.479 Sat May 28 06:00:07 GMT 2011 tsutsui Move common/contents file into MD dirs again.
I know it isn't a good thing to have many copy-and-pasted contents
(set file descriptions etc) in all MD files, but it's much more annoying
to maintain a bunch of .if \n [${MACHINE}] conditionals for all ports
and maintainers rarely notice that they also have to prepare or update
MD contents in MI content file with messy ifdefs.

XXX: of course common text should be shared by mdoc macro etc.
but I doubt playing mdoc(7) is really worth...
/src/distrib/sets/lists/debug/
H A Dmi1.479 Sun Apr 27 04:09:35 GMT 2025 riastradh lib/csu: Add tests of {static, dynamic} x {pie, non-pie}.

Main goal here is to test static pies, but let's take advantage of
this to test the same code several ways, since the csu logic has some
differences for static vs dynamic builds too like the ordering of
_libc_init calls.

PR lib/59359: static pies are broken
/src/share/man/man4/
H A Doptions.41.479 Wed Jan 10 18:13:29 GMT 2018 maxv Add KASLR and SVS.
H A DMakefile1.479 Fri Oct 10 16:37:15 GMT 2008 joerg Add u3g(4) driver from FreeBSD. This driver provides better support for
3G datacards than ugensa and will replace the latter for the supported
devices.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.479 Thu Jan 11 23:06:19 GMT 2024 rillig lint: correctly set system-header flag on cast-expression

When a cast-expression comes partly from a system header, determine at
the ')' whether the whole cast-expression comes from the system header.
Previously, it was based on the operand, which contradicted the
documentation of tn_sys.

Mainly affects strict bool mode (where expressions from system headers
are handled more leniently), as well as query 9 for parenthesized return
expressions.

Discovered upon manual inspection, as calling expr_alloc_tnode should
never be necessary when creating an expression node with operands;
there's build_op for that purpose.
H A Dtree.c1.479 Sun Aug 28 00:04:47 GMT 2022 rillig lint: clean up visual clutter

No functional change.
/src/sys/kern/
H A Dinit_main.c1.479 Mon Mar 28 16:45:44 GMT 2016 macallan fix this properly.
uap is supposed to hold init's argv[], so it's 3 * sizeof(char *), the bug
was to copyout(..., sizeof(args)) which is an array of syscallargs, not argv
*
H A Dkern_exec.c1.479 Sat Sep 07 15:34:44 GMT 2019 christos - move quadruplicated code into a function
- delete #if 1 and #if 0 code
H A Dvfs_subr.c1.479 Fri Jan 17 20:08:09 GMT 2020 ad VFS_VGET(), VFS_ROOT(), VFS_FHTOVP(): give them a "int lktype" argument, to
allow us to get shared locks (or no lock) on the returned vnode. Matches
FreeBSD.
/src/sys/net/
H A Dif.c1.479 Thu Jul 16 15:02:08 GMT 2020 msaitoh Don't accept negative value.

Reported-by: syzbot+e71a77402d6668f1868d@syzkaller.appspotmail.com
/src/sys/arch/amd64/conf/
H A DGENERIC1.479 Tue Jan 09 03:31:12 GMT 2018 christos Merge autofs support from: Tomohiro Kusumi
XXX: Does not work yet
/src/sys/dev/pci/
H A Dpcidevs.h1.479 Mon Oct 21 13:41:12 GMT 2002 grant regen
H A Dpcidevs_data.h1.479 Thu Oct 24 06:40:58 GMT 2002 grant regen
/src/usr.bin/make/
H A Djob.c1.479 Fri Jul 05 05:11:25 GMT 2024 rillig make: reduce lint-specific comments about ARGSUSED

H A Dmain.c1.479 Tue Nov 24 19:52:06 GMT 2020 rillig make(1): fix indentation for short expressions in main.c
H A Dparse.c1.479 Sun Dec 13 02:15:49 GMT 2020 rillig make(1): remove dead code from GetVarnamesToUnexport

Now that the parsing of the directives is unified and strict, there is
no need anymore for the dispatched functions to check for unknown
directives. These functions don't even get the information to decide
that since this decision is already done.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.479 Sun Aug 25 20:21:37 GMT 2002 thorpej Make nbuf, nswbuf, and bufpages unsigned. Make all operations on these
variables unsigned, and update places where their values are printed.
/src/distrib/sets/lists/base/
H A Dshl.mi1.479 Sat Jul 18 21:32:52 GMT 2009 reinoud Fix lists for NiLFS import... sorry folks, i didn't run a `make release'.
Currently building a release to test it completely but committed it now to
ease you folks.
/src/doc/
H A D3RDPARTY1.479 Mon Nov 06 14:13:31 GMT 2006 taca - dhcp 3.0.5
- postfix 2.3.4

Completed in 997 milliseconds

12