HomeSort by: relevance | last modified time | path
    Searched hist:1.886 (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/dev/pci/
pcidevs_data.h 1.886 Mon Aug 06 22:40:08 UTC 2007 martin branches: 1.886.2;
regen
Mon Aug 06 22:40:08 UTC 2007 martin branches: 1.886.2;
regen
1.886.2.2 Mon Aug 06 22:40:09 UTC 2007 martin regen
1.886.2.1 Mon Aug 06 22:40:08 UTC 2007 martin file pcidevs_data.h was added on branch matt-mips64 on 2007-08-06 22:40:09 +0000
pcidevs.h 1.886 Sat Aug 04 09:34:07 UTC 2007 kiyohara Regen.
pcidevs 1.886 Sat Aug 04 09:33:05 UTC 2007 kiyohara Add support agp_amd64. Imported from FreeBSD.
  /src/usr.bin/make/
var.c 1.886 Mon Mar 15 15:39:13 UTC 2021 rillig make: change debug log for variable evaluation flags to lowercase

This makes them easier distinguishable from variable names since the
latter are usually uppercase.

No functional change outside debug mode.
  /src/sys/arch/i386/conf/
GENERIC 1.886 Mon Mar 31 15:19:28 UTC 2008 jmcneill Enable asus(4)
  /src/sys/conf/
files 1.886 Wed Jan 16 00:34:50 UTC 2008 ad Pull in my modules code for review/test/hacking.
  /src/doc/
CHANGES 1.886 Sun Jul 08 00:15:19 UTC 2007 pooka note addition of puffs-based mount_portal
3RDPARTY 1.886 Sat Nov 05 23:03:20 UTC 2011 christos add tre
  /src/distrib/sets/lists/tests/
mi 1.886 Fri Aug 07 19:24:27 UTC 2020 rillig make(1): add test for exporting variables
  /src/share/mk/
bsd.own.mk 1.886 Tue Jan 26 17:47:06 UTC 2016 christos external binutils and gdb variables.
  /src/distrib/sets/lists/base/
mi 1.886 Tue Nov 02 19:12:46 UTC 2010 joerg Install XZ's header files.
shl.mi 1.886 Fri May 15 23:32:27 UTC 2020 christos PR/55102: Kamil Rytarowski: Duplicate fifo_vnodeop_entries,
fifo_vnodeop_opv_desc symbols.

Many filesystems ffs, lfs, ulfs, chfs, ext2fs etc. use fifofs
internally for their fifo vnops. NFS does too, but it also needs
networking anyway. Unfortunately fifofs brings in a lot of the
networking code so that the rumpkernel is not well partition. In
addition the fifo code is rarely used.

The existing hack depended on duplicating the above symbols and
adding minimal functionality for the majority of the the tests
(except the ffs and the puffs one). In these two cases both symbols
were loaded and the symbol sizes clashed which broke the sanitizers.
While this can be fixed with weak symbols and other kinds of
indirection, it is more straight forward to select between the
minimal and the full fifofs implementation by introducing a new
shared library librumpvfs_nofifofs.
  /src/distrib/sets/lists/man/
mi 1.886 Sat May 13 09:02:18 UTC 2006 xtraeme Driver for iTE IT87xxF and compatibles hardware monitor. Add
commented out entries on GENERIC and GENERIC_LAPTOP.

Adapted from OpenBSD.
  /src/distrib/sets/lists/comp/
mi 1.886 Sat Jun 03 04:36:43 UTC 2006 tnozaki fix lib/33476:
added following manpages (derived from FreeBSD),
wcwidth(3) wcswidth(3)
wcstol(3) wcstoll(3) wcstoimax(3)
wcstoul(3) wcstoull(3) wcstoumax(3)
and update doc/TODO.i18n.

Completed in 2132 milliseconds