Searched hist:1.518 (Results 1 - 25 of 31) sorted by relevance

12

/src/share/man/man4/
H A Doptions.41.518 Sun Mar 14 02:56:07 GMT 2021 rin branches: 1.518.4;
Document NFS_BOOT_UDP instead of NFS_BOOT_TCP; We've switched to
NFS over TCP by default.

Bump date.
1.518 Sun Mar 14 02:56:07 GMT 2021 rin branches: 1.518.4;
Document NFS_BOOT_UDP instead of NFS_BOOT_TCP; We've switched to
NFS over TCP by default.

Bump date.
H A DMakefile1.518 Sun May 30 22:22:18 GMT 2010 wiz Add man page for uark(4) from OpenBSD.
/src/sys/dev/usb/
H A Dusbdevs_data.h1.518 Fri Jan 16 13:31:41 GMT 2009 jmcneill branches: 1.518.2;
regen for HP Generic RNDIS
1.518 Fri Jan 16 13:31:41 GMT 2009 jmcneill branches: 1.518.2;
regen for HP Generic RNDIS
H A Dusbdevs1.518 Wed Oct 22 10:23:51 GMT 2008 haad Add product/vendor ID for my USB2serial adapter.
H A Dusbdevs.h1.518 Sat Feb 14 17:03:33 GMT 2009 jakllsch regen.
/src/sys/kern/
H A Dkern_exec.c1.518 Fri Jul 01 01:05:31 GMT 2022 riastradh branches: 1.518.4;
posix_spawn(2): Plug leak in proc_alloc error branch.
1.518 Fri Jul 01 01:05:31 GMT 2022 riastradh branches: 1.518.4;
posix_spawn(2): Plug leak in proc_alloc error branch.
H A Dinit_main.c1.518 Wed Jan 08 17:38:42 GMT 2020 ad Hopefully fix some problems seen with MP support on non-x86, in particular
where curcpu() is defined as curlwp->l_cpu:

- mi_switch(): undo the ~2007ish optimisation to unlock curlwp before
calling cpu_switchto(). It's not safe to let other actors mess with the
LWP (in particular l->l_cpu) while it's still context switching. This
removes l->l_ctxswtch.

- Move the LP_RUNNING flag into l->l_flag and rename to LW_RUNNING since
it's now covered by the LWP's lock.

- Ditch lwp_exit_switchaway() and just call mi_switch() instead. Everything
is in cache anyway so it wasn't buying much by trying to avoid saving old
state. This means cpu_switchto() will never be called with prevlwp ==
NULL.

- Remove some KERNEL_LOCK handling which hasn't been needed for years.
/src/sys/arch/i386/conf/
H A DALL1.518 Tue Apr 02 22:30:03 GMT 2024 charlotte dk(4): Add support for discovering Atari TOS partitions as wedges

Any partitioning scheme which conforms to the Atari AHDI 3.00 spec should be
recognized by the new DKWEDGE_METHOD_TOS.
H A DGENERIC1.518 Tue Oct 15 18:20:58 GMT 2002 junyoung Add (commented out) VGA_RASTERCONSOLE.
/src/distrib/notes/common/
H A Dmain1.518 Mon Apr 27 00:26:35 GMT 2015 hikaru Add myself
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.518 Thu Feb 20 20:33:10 GMT 2025 rillig lint: support __attribute__((__mode__(TI)))

This fixes the wrong lint warnings about the shift amount being greater
than the type size in compiler_rt/popcountti2.c.
H A Dtree.c1.518 Sat Apr 22 20:17:19 GMT 2023 rillig lint: fix missing initialization for cast to union

The left operand of a unary AST node must not be NULL.

The previous code crashed lint when run with some query enabled, as
is_cast_redundant assumes that a non-null AST node has valid operands.

$ cat <<EOF > crash.c
double
demo(void) {
union u {
double *num;
} u;
u = (union u)&((double) { 0.0 });
return *u.num;
}
EOF
$ /usr/libexec/lint1 -w -S -g -q8 crash.c /dev/null
/src/sys/net/
H A Dif.c1.518 Sun Aug 21 07:03:09 GMT 2022 skrll Style / whitespace.
/src/sys/arch/amd64/conf/
H A DGENERIC1.518 Fri Mar 01 08:17:51 GMT 2019 nonaka Update Hyper-V related drivers description.
/src/sys/dev/pci/
H A Dpcidevs.h1.518 Thu Mar 20 05:50:12 GMT 2003 thorpej Regen; add more LSI MPT IDs.
H A Dpcidevs_data.h1.518 Sat Mar 29 20:56:55 GMT 2003 jdc Regenerate.
(Add support for USRobotics Wireless Access PCI adapter (model 132415).)
/src/usr.bin/make/
H A Djob.c1.518 Sun Aug 03 21:56:39 GMT 2025 sjg make: ensure output captured in meta file is accurate

In CollectOutput() a newline before the end of job->outBuf
results in a short write to stdout, but meta_job_output()
was recording the entire string in the meta file, so on
next call the left overs would be duplicated in the meta file.

Pass a length to meta_job_output() if it should only report part of
the data in meta file.

H A Dmain.c1.518 Sat Jan 30 20:53:29 GMT 2021 rillig make(1): split Buf_Destroy into Buf_Done and Buf_DoneData

In all cases except one, the boolean argument to Buf_Destroy was
constant. Removing that argument by splitting the function into two
separate functions makes the intention clearer on the call site. It
also removes the possibility for using the return value of Buf_Done,
which would have made no sense.

The function Buf_Done now pairs with Buf_Init, just as in HashTable and
Lst.

Even though Buf_Done is essentially a no-op, it is kept as a function,
both for symmetry with Buf_Init and for clearing the Buffer members
after use (this will be done only in CLEANUP mode, in a follow-up
commit).
H A Dparse.c1.518 Sun Dec 27 11:47:04 GMT 2020 rillig make(1): exit 2 on technical errors

This allows the -q option to distinguish errors from out-of-date
targets. Granted, it's an edge case but it should be solved
consistently anyway.

The majority of cases in which make exits with exit status 1, even in -q
mode, is when there are parse errors. These have been kept as-is for
now as they affect many of the unit tests.

The technical errors, on the other hand, occur so rarely that it's hard
to write reliable tests for them that fail consistently on all platforms
supported by make.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.518 Tue Apr 01 20:54:23 GMT 2003 thorpej Use PAGE_SIZE rather than NBPG.
/src/distrib/sets/lists/base/
H A Dshl.mi1.518 Wed Feb 03 06:25:54 GMT 2010 tls Plug liblzf into build. Liblzf is a small (3504 byte shared library on i386),
very very fast, 2-clause BSD-licensed compressor. We provide the LZF_STATE
version of the API, which is not the default for generic liblzf.
H A Dmi1.518 Tue Jan 11 22:27:44 GMT 2005 tron "/etc/pam.d" is created unconditionally.
/src/doc/
H A D3RDPARTY1.518 Fri Mar 30 21:36:11 GMT 2007 ghen Note BIND update to 9.4.0. Changes since 9.4.0rc2:

2138. [bug] Lock order reversal in resolver.c. [RT #16653]

2137. [port] Mips little endian and/or mips 64 bit are now
supported for atomic operations. [RT#16648]

2136. [bug] nslookup/host looped if there was no search list
and the host didn't exist. [RT #16657]

2135. [bug] Uninitialised rdataset in sdlz.c. [RT# 16656]

2133. [port] powerpc: Support both IBM and MacOS Power PC
assembler syntaxes. [RT #16647]

2132. [bug] Missing unlock on out of memory in
dns_dispatchmgr_setudp().

2131. [contrib] dlz/mysql: AXFR was broken. [RT #16630]

2128. [doc] xsltproc --nonet, update DTD versions. [RT #16635]
/src/sys/sys/
H A Dparam.h1.518 Fri Dec 16 23:37:21 GMT 2016 riastradh Welcome to 7.99.51, courtesy replacement ABI for nommap.
/src/distrib/sets/lists/man/
H A Dmi1.518 Tue Oct 01 22:43:03 GMT 2002 provos add pwhash to sets

Completed in 1249 milliseconds

12