Searched hist:1.789 (Results 1 - 19 of 19) sorted by relevance

/src/sys/dev/pci/
H A Dif_wm.c1.789 Mon Sep 25 09:15:48 GMT 2023 rin wm(4): Replace /* nothing */ to __nothing for evcnt macros

Prevent empty if bodies for !WM_EVENT_COUNTERS.
H A Dpcidevs.h1.789 Wed May 31 21:43:25 GMT 2006 riz Regen.
H A Dpcidevs_data.h1.789 Mon Jun 05 15:58:55 GMT 2006 msaitoh regen
H A Dpcidevs1.789 Mon Jun 05 15:58:15 GMT 2006 msaitoh add 82541ER_LOM, 82547EI_MOBILE, 82546GB_PCIE(PRO/100MT),
82546GB_QUAD_COPPER(PRO/1000MT QP) and 82572EI(PRO/1000PT).
/src/sys/dev/usb/
H A Dusbdevs1.789 Mon Feb 01 04:46:33 GMT 2021 nia add another TPLINK RTL8192EU variant

to avoid confusion use TP-Link's names for these variants, matching
FreeBSD
H A Dusbdevs.h1.789 Thu Oct 21 20:57:06 GMT 2021 jakllsch regen
H A Dusbdevs_data.h1.789 Thu Oct 21 20:57:06 GMT 2021 jakllsch regen
/src/sys/arch/i386/i386/
H A Dmachdep.c1.789 Sat Aug 12 07:07:53 GMT 2017 maxv Remove vm86. Simplifies a number of critical places.

Pass 2.
/src/distrib/sets/lists/base/
H A Dshl.mi1.789 Wed Oct 26 21:24:20 GMT 2016 christos everyone is now on binutils-2.26 or more
H A Dmi1.789 Mon Jan 05 00:18:38 GMT 2009 lukem Move usr/share/mk/* from comp to base.
We provide make in base, so having the "system" .mk files there is useful.
Fixes PR 5865, PR 22126
/src/doc/
H A D3RDPARTY1.789 Sat Nov 27 11:44:23 GMT 2010 tron Note that Postfix 2.7.2 was imported.
H A DCHANGES1.789 Sat Feb 17 00:41:57 GMT 2007 daniel Document addition of VIA ACE support.
1.789 Sat Feb 17 00:41:57 GMT 2007 daniel Document addition of VIA ACE support.
/src/sys/arch/i386/conf/
H A DGENERIC1.789 Sun Oct 22 16:26:27 GMT 2006 bouyer Don't add ikphy twice; pointed out by Patrick Welche
/src/distrib/sets/lists/man/
H A Dmi1.789 Sat May 07 02:23:39 GMT 2005 perry add cat7/script.0 man7/script.7
/src/distrib/sets/lists/tests/
H A Dmi1.789 Tue Jul 10 06:49:29 GMT 2018 kre Add tests for pattern matching (filename expansion (glob), case statement
patterns, and variable expansion substring matching)

Currently (2018-07-10) all 3 sub-tests fail (sh bugs...)
Expect to see 14 (of 261) case matching sub-tests fail, 11 (of 167) filename
expansion (glob) sub-tests fail, and 6 (of 87) var substring sub-tests fail.

Also expect those numbers to reduce as sh bugs are fixed.
/src/share/mk/
H A Dbsd.own.mk1.789 Mon Mar 17 07:11:40 GMT 2014 mrg add libpthread-stubs.
/src/usr.bin/make/
H A Dvar.c1.789 Tue Feb 02 16:18:16 GMT 2021 rillig make: replace VarExprFlags with VarExprStatus

The combination of !VEF_UNDEF && VEF_DEF was not possible, which made it
rather strange to model this state as a bit set.

The only functional change is the renamed constants in the debug output.

Using ENUM_VALUE_RTTI_2 felt like overengineering since it's harder to
understand than a simple array of names.
/src/sys/conf/
H A Dfiles1.789 Fri Jul 14 18:41:40 GMT 2006 elad okay, since there was no way to divide this to two commits, here it goes..

introduce fileassoc(9), a kernel interface for associating meta-data with
files using in-kernel memory. this is very similar to what we had in
veriexec till now, only abstracted so it can be used more easily by more
consumers.

this also prompted the redesign of the interface, making it work on vnodes
and mounts and not directly on devices and inodes. internally, we still
use file-id but that's gonna change soon... the interface will remain
consistent.

as a result, veriexec went under some heavy changes to conform to the new
interface. since we no longer use device numbers to identify file-systems,
the veriexec sysctl stuff changed too: kern.veriexec.count.dev_N is now
kern.veriexec.tableN.* where 'N' is NOT the device number but rather a
way to distinguish several mounts.

also worth noting is the plugging of unmount/delete operations
wrt/fileassoc and veriexec.

tons of input from yamt@, wrstuden@, martin@, and christos@.
/src/distrib/sets/lists/comp/
H A Dmi1.789 Sun Jun 05 18:19:53 GMT 2005 thorpej config and genassym are not sysadmin tools, they are development tools.
As such, they don't belong in /usr/sbin, but rather /usr/bin. Move them
there.

Completed in 1469 milliseconds