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

12

/src/sys/arch/i386/conf/
H A DALL1.509 Sun Jul 16 05:24:08 GMT 2023 mrg revert previous change to enable HEARTBEAT.

the new code has a "needs 64-bit atomic ops" trigger:

ci->ci_heartbeat_uptime_cache = atomic_load_relaxed(&time_uptime);

but time_uptime is a 64-bit value, and this trips CTASSERT().
H A DGENERIC1.509 Wed Sep 18 02:44:00 GMT 2002 lukem enable USERCONF by default; it's small and extremely useful to have available.
/src/distrib/notes/common/
H A Dmain1.509 Fri Mar 28 08:24:06 GMT 2014 hsuenaga Added myself, hsuenaga
/src/share/man/man4/
H A Doptions.41.509 Sat Mar 07 23:17:47 GMT 2020 tnn correct documentation for options TFTPROOT

TFTPROOT does *not* require MEMORY_DISK_IS_ROOT. In fact, it doesn't
work at all when MEMORY_DISK_IS_ROOT is set, because then setroot()
tries to perform dhcp on md0 instead of the network card.
H A DMakefile1.509 Sat Feb 27 16:12:49 GMT 2010 jruoho Link acpiecdt to acpiec(4).
/src/sys/dev/usb/
H A Dusbdevs1.509 Sat Sep 06 21:42:05 GMT 2008 rmind PR/38202: Jeff McMahill: Support for Sealevel SeaPORT+4 USB to Serial adaptor.
H A Dusbdevs.h1.509 Fri Oct 10 22:49:30 GMT 2008 jmcneill regen
H A Dusbdevs_data.h1.509 Fri Oct 10 16:30:17 GMT 2008 joerg Regen.
/src/usr.bin/xlint/lint1/
H A Dcgram.y1.509 Sat Sep 28 14:25:04 GMT 2024 rillig lint: allow more than one __attribute__ on a parameter declaration
H A Dtree.c1.509 Tue Apr 11 19:02:19 GMT 2023 rillig lint: condense code

No functional change.
/src/share/mk/
H A Dbsd.own.mk1.509 Sat May 03 14:48:31 GMT 2008 lukem branches: 1.509.2;
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
1.509 Sat May 03 14:48:31 GMT 2008 lukem branches: 1.509.2;
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
/src/sys/kern/
H A Dinit_main.c1.509 Thu Dec 12 22:55:20 GMT 2019 pgoyette Eliminate per-hook duplication of common code as suggested by
(and with major contributions from) riastradh@

Welcome to 9.99.23
H A Dkern_exec.c1.509 Tue Sep 28 15:35:44 GMT 2021 thorpej Make sure the robust futex head is zeroed out, since this LWP
will live on with a different program image. (Thanks ryo@ for
pointing out my mistake.)
/src/sys/net/
H A Dif.c1.509 Mon Jul 11 07:40:58 GMT 2022 skrll KNF two comments.
/src/sys/arch/amd64/conf/
H A DGENERIC1.509 Sun Dec 02 21:00:13 GMT 2018 maxv Introduce KLEAK, a new feature that can detect kernel information leaks.

It works by tainting memory sources with marker values, letting the data
travel through the kernel, and scanning the kernel<->user frontier for
these marker values. Combined with compiler instrumentation and rotation
of the markers, it is able to yield relevant results with little effort.

We taint the pools and the stack, and scan copyout/copyoutstr. KLEAK is
supported on amd64 only for now, but it is not complicated to add more
architectures (just a matter of having the address of .text, and a stack
unwinder).

A userland tool is provided, that allows to execute a command in rounds
and monitor the leaks generated all the while.

KLEAK already detected directly 12 kernel info leaks, and prompted changes
that in total fixed 25+ leaks.

Based on an idea developed jointly with Thomas Barabosch (of Fraunhofer
FKIE).
/src/sys/dev/pci/
H A Dpcidevs.h1.509 Tue Feb 18 00:10:31 GMT 2003 grant regen
H A Dpcidevs_data.h1.509 Fri Feb 28 22:06:00 GMT 2003 enami Regen.
/src/usr.bin/make/
H A Djob.c1.509 Sun May 18 06:24:27 GMT 2025 rillig make: rename variables, remove now-redundant comments

H A Dmain.c1.509 Fri Jan 08 21:46:50 GMT 2021 sjg Ensure PrintOnError always reports 'stopped in' on first call.

We may still suppress the rest of the noise if shouldDieQuietly
says to, but the 'stopped in' output is too important to lose.
Avoid repeating it though in the same process.

For the case of aborting due to failure detected elsewhere,
exit 6 so we have a clue.

PR: 55578
Reviewed by:
H A Dparse.c1.509 Mon Dec 21 02:09:34 GMT 2020 rillig make(1): fix garbled output for failed shell command (since 2020-12-20)

Passing a struct as printf argument for the %s conversion doesn't work.
On NetBSD-8.0-x86_64, the output looks normal, but on SunOS-5.9, the
output is garbled, containing bytes 0xFF and 0xFE.

This bug had been introduced in parse.c 1.507 from 2020-12-20 14:52:16.

Thanks to sjg for finding this bug so quickly.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.509 Wed Feb 05 00:18:03 GMT 2003 nakayama Share i386/tsc_microtime.c with alpha and sparc64 as kern_microtime.c.
(approved by martin)
/src/distrib/sets/lists/base/
H A Dshl.mi1.509 Wed Dec 23 00:33:25 GMT 2009 darran Add libdwarf files.
H A Dmi1.509 Wed Nov 17 02:46:39 GMT 2004 soren Mark /bin/rmail as obsolete rather than remove it. Pointed out by mrg.
/src/doc/
H A D3RDPARTY1.509 Mon Feb 19 03:18:04 GMT 2007 rpaulo bsd-family-tree and hostapd need your love. If you are willing to become
responsible for them, they will respect you like they respected me.
/src/sys/sys/
H A Dparam.h1.509 Wed Nov 02 03:06:19 GMT 2016 pgoyette Belatedly bump the kernel version for recent modularization changes for
ptrace(2).

Completed in 1313 milliseconds

12