Searched hist:1.899 (Results 1 - 14 of 14) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.899 Sat Sep 08 16:39:27 GMT 2007 ober regen. added Intel Pro/Wifi 4965AGN
H A Dpcidevs_data.h1.899 Sun Sep 09 01:09:19 GMT 2007 xtraeme regen
H A Dpcidevs1.899 Sat Sep 08 16:38:28 GMT 2007 ober Add definitions for Intel 4965AGN.
/src/distrib/sets/lists/base/
H A Dshl.mi1.899 Thu Aug 27 15:31:59 GMT 2020 riastradh Sort and deduplicate set lists.
H A Dmi1.899 Sun Dec 12 00:48:31 GMT 2010 pooka utility to halt a rump kernel
/src/doc/
H A D3RDPARTY1.899 Wed Jan 25 09:36:13 GMT 2012 wiz gdb-7.4 out.
H A DCHANGES1.899 Sat Aug 04 11:40:58 GMT 2007 ad Note cpuctl(8).
/src/sys/conf/
H A Dfiles1.899 Wed Apr 23 05:21:17 GMT 2008 thorpej branches: 1.899.2;
Add subroutines to support collating per-cpu-gathered network statistics.
1.899 Wed Apr 23 05:21:17 GMT 2008 thorpej branches: 1.899.2;
Add subroutines to support collating per-cpu-gathered network statistics.
/src/sys/arch/i386/conf/
H A DGENERIC1.899 Mon May 26 00:25:32 GMT 2008 christos Add uberry.
/src/distrib/sets/lists/man/
H A Dmi1.899 Sat Jun 24 05:11:40 GMT 2006 mrg add support for MKISCSI=no.
/src/distrib/sets/lists/tests/
H A Dmi1.899 Sat Aug 22 16:51:25 GMT 2020 rillig make(1): add test for deferred variable expansion in dependencies
/src/share/mk/
H A Dbsd.own.mk1.899 Mon Feb 08 10:39:09 GMT 2016 skrll Remove the .SUNW_ctf sections when converting form ELF -> a.out by
updating OBJCOPY_ELF2AOUT_FLAGS
/src/usr.bin/make/
H A Dvar.c1.899 Sat Apr 03 22:02:59 GMT 2021 rillig make: remove VarFlags from debug logging

Before the introduction of ExprDefined, VarFlags contained whether the
expression was defined or not, which was useful to know since the final
value of the expression depends on this information. The other VarFlags
do not influence the evaluation, so there is no point logging them.
/src/distrib/sets/lists/comp/
H A Dmi1.899 Fri Jul 14 18:41:41 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@.

Completed in 1245 milliseconds