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

/src/distrib/notes/common/
H A Dmain1.545 Fri Jun 22 18:23:59 GMT 2018 roy rtsol(8) and rtsold(8) have been long removed.
/src/sys/dev/usb/
H A Dusbdevs1.545 Sat Mar 06 20:59:07 GMT 2010 plunky add details of Option N.V. Wireless WAN modems for uhso(4) driver
H A Dusbdevs.h1.545 Sat May 22 18:51:19 GMT 2010 plunky regen for Magic Mouse id
H A Dusbdevs_data.h1.545 Mon Apr 19 21:56:00 GMT 2010 jmcneill regen for SUNRISING SR9600 Fast Ethernet
/src/sys/kern/
H A Dinit_main.c1.545 Tue Sep 12 16:17:21 GMT 2023 ad Back out recent change to replace pool_cache with then general allocator.
Will return to this when I have time again.
/src/sys/arch/amd64/conf/
H A DGENERIC1.545 Tue Nov 05 20:19:17 GMT 2019 maxv Add Kernel Concurrency Sanitizer (kCSan) support. This sanitizer allows us
to detect race conditions at runtime. It is a variation of TSan that is
easy to implement and more suited to kernel internals, albeit theoretically
less precise than TSan's happens-before.

We do basically two things:

- On every KCSAN_NACCESSES (=2000) memory accesses, we create a cell
describing the access, and delay the calling CPU (10ms).

- On all memory accesses, we verify if the memory we're reading/writing
is referenced in a cell already.

The combination of the two means that, if for example cpu0 does a read that
is selected and cpu1 does a write at the same address, kCSan will fire,
because cpu1's write collides with cpu0's read cell.

The coverage of the instrumentation is the same as that of kASan. Also, the
code is organized in a way similar to kASan, so it is easy to add support
for more architectures than amd64. kCSan is compatible with KCOV.

Reviewed by Kamil.
/src/share/man/man4/
H A DMakefile1.545 Mon Jan 24 01:15:00 GMT 2011 jakllsch Add pcf8563rtc(4) manual page. Derived from rs5c372rtc(4).
/src/sys/dev/pci/
H A Dpcidevs.h1.545 Sun Jul 06 07:19:58 GMT 2003 tron Regen.
H A Dpcidevs_data.h1.545 Sun Jul 06 14:59:54 GMT 2003 tron Regen.
H A Dpcidevs1.545 Sun Jul 06 00:02:07 GMT 2003 simonb Add an entry for the Intel E7505 Chipset Memory Controller Hub.
/src/usr.bin/xlint/lint1/
H A Dtree.c1.545 Mon Jul 03 07:03:19 GMT 2023 rillig lint: rename uppercase QUAD to LLONG

No binary change.
/src/sys/arch/i386/i386/
H A Dmachdep.c1.545 Thu Dec 04 19:38:21 GMT 2003 atatat Dynamic sysctl.

Gone are the old kern_sysctl(), cpu_sysctl(), hw_sysctl(),
vfs_sysctl(), etc, routines, along with sysctl_int() et al. Now all
nodes are registered with the tree, and nodes can be added (or
removed) easily, and I/O to and from the tree is handled generically.

Since the nodes are registered with the tree, the mapping from name to
number (and back again) can now be discovered, instead of having to be
hard coded. Adding new nodes to the tree is likewise much simpler --
the new infrastructure handles almost all the work for simple types,
and just about anything else can be done with a small helper function.

All existing nodes are where they were before (numerically speaking),
so all existing consumers of sysctl information should notice no
difference.

PS - I'm sorry, but there's a distinct lack of documentation at the
moment. I'm working on sysctl(3/8/9) right now, and I promise to
watch out for buses.
/src/distrib/sets/lists/base/
H A Dshl.mi1.545 Fri Jul 02 08:09:58 GMT 2010 mrg move the *.elf contents into the *mi* contents. we're not going to have
non-elf platforms at any thing in the near future, and these extra files
are only making sets handling even worse than necessary.

ok lukem.
H A Dmi1.545 Tue Apr 12 16:59:16 GMT 2005 kleink Actually give /var/chroot/spamd an `obsolete' keyword.
/src/doc/
H A D3RDPARTY1.545 Thu Aug 02 08:30:43 GMT 2007 heas Note the import of Postfix 2.4.5
/src/usr.bin/make/
H A Dmain.c1.545 Wed Dec 15 11:01:39 GMT 2021 rillig make: remove bmake_free

It was only used in 2 places, and in both these places, the pointer was
never null.
H A Dparse.c1.545 Thu Feb 04 21:33:14 GMT 2021 rillig make: rename some VAR constants to SCOPE

The word "context" does not fit perfectly to the variables that are
associate with a GNode, as the context is usually something from the
outside and the variables are more like properties inherent to the
GNode.

The term "global context" fits even less. Since the thing where
variables are looked up is commonly named a scope, use that term
instead.

This commit only renames the global variables VAR_GLOBAL, VAR_INTERNAL
and VAR_CMDLINE, plus a few very closely related comments. These are:

GNode.vars (because of line breaks)
GNode_Free (dito)
varname-make_print_var_on_error.mk
varname-make_print_var_on_error-jobs.mk

The debug message in Var_Stats is left as-is since there is no unit test
for it yet.

The other renamings (variable names "context", "ctxt", as well as
further comments) will be done in a follow-up commit.
H A Dvar.c1.545 Sun Sep 27 16:52:22 GMT 2020 rillig make(1): rename Buf_Size to Buf_Len

The new name better matches the field name Buffer.len as well as the
variables around the calls to this function.
/src/sys/sys/
H A Dparam.h1.545 Mon Aug 28 01:27:34 GMT 2017 kamil Welcome to 8.99.2!

mount_procfs(8): removal of /proc/#/ctl and filesystem tracing feature
/src/sys/arch/i386/conf/
H A DGENERIC1.545 Mon Jan 27 22:31:12 GMT 2003 thorpej Add the "ataraid" pseudo-device and the "ld" instances that attach
to it.
/src/distrib/sets/lists/man/
H A Dmi1.545 Sun Feb 09 10:01:14 GMT 2003 tron Add manual page for Broadcom BCM570x family Gigabit Ethernet driver.
/src/distrib/sets/lists/tests/
H A Dmi1.545 Fri Aug 16 15:34:05 GMT 2013 christos new hostent related tests.
/src/share/mk/
H A Dbsd.own.mk1.545 Tue Nov 11 03:39:08 GMT 2008 macallan it's ag10e not agten
/src/sys/conf/
H A Dfiles1.545 Sun Aug 11 13:17:55 GMT 2002 isaki Add driver for ScanLogic SL811HS/T USB Host Controller.
XXX It's experimental code yet.

For x68k: USB part of Nereid USB/Ethernet/memory board
For ISA: ISA USB Host board from Morphy planning
/src/distrib/sets/lists/comp/
H A Dmi1.545 Mon Mar 10 08:01:11 GMT 2003 lukem add usr/include/sys/tree.h

Completed in 1650 milliseconds