Searched hist:1.537 (Results 1 - 25 of 25) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.537 Sat Feb 06 10:15:48 GMT 2010 tonio branches: 1.537.2; regen 1.537 Sat Feb 06 10:15:48 GMT 2010 tonio branches: 1.537.2; regen 1.531 Sun Nov 15 17:34:32 GMT 2009 tsutsui Regen from usbdevs rev 1.537: > Add IDs for DisplayLink DL-1x0/1x5 based USB LCDs and USB-VGA adaptors. > Info from FUKAUMI Naoki's udl(4) driver patch. |
| H A D | usbdevs_data.h | 1.537 Mon Jan 18 20:55:37 GMT 2010 martin regen 1.532 Sun Nov 15 17:34:32 GMT 2009 tsutsui Regen from usbdevs rev 1.537: > Add IDs for DisplayLink DL-1x0/1x5 based USB LCDs and USB-VGA adaptors. > Info from FUKAUMI Naoki's udl(4) driver patch. |
| H A D | usbdevs | 1.537 Sun Nov 15 17:33:28 GMT 2009 tsutsui Add IDs for DisplayLink DL-1x0/1x5 based USB LCDs and USB-VGA adaptors. Info from FUKAUMI Naoki's udl(4) driver patch. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.537 Mon Apr 17 08:34:58 GMT 2017 hannken branches: 1.537.2; Welcome to 7.99.70 1.537 Mon Apr 17 08:34:58 GMT 2017 hannken branches: 1.537.2; Welcome to 7.99.70 |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.537 Wed Oct 25 16:59:12 GMT 2017 utkarsh009 Added my name to the NetBSD developers list. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.537 Fri Mar 18 23:37:06 GMT 2022 riastradh entropy(9): Establish the softint a little earlier. Just need to wait until softint_establish and high-priority xcalls will work, no later than that. Doing this earlier gives us slightly more of a chance to ensure cprng_fast and ssp get entropy from hardware RNG devices that rely on interrupts. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.537 Mon Oct 07 11:53:40 GMT 2019 msaitoh Add support IC Plus IP1000* PHYs. PR/kern 42314 first reported by Tomokazu HARADA and patch provided by Andrius V. |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.537 Sun Nov 28 01:57:17 GMT 2010 christos Add ihphy |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.537 Sun Jun 08 13:21:05 GMT 2003 ichiro regen. |
| H A D | pcidevs_data.h | 1.537 Sat Jun 14 10:00:09 GMT 2003 ichiro regen. |
| H A D | pcidevs | 1.537 Fri Jun 13 07:14:18 GMT 2003 kent Add some ICH5/ICH5R device IDs. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.537 Fri Jun 30 21:06:18 GMT 2023 rillig lint: fix handling of unnamed struct/union members The support for unnamed struct/union members that was added in decl.c 1.60 from 2015-10-13 was simple but wrong. It didn't cover initializers of these structures and computed wrong sizes for structures containing anonymous unions. At that time, the handling of initializers was broken as well, it was fixed 6 years later in init.c 1.229 from 2021-12-22. Real-life examples for code that lint couldn't handle are: * external/bsd/jemalloc/dist/src/jemalloc.c * external/mit/xorg/lib/dri.old/Makefile |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.537 Wed Sep 10 19:48:49 GMT 2003 christos move compat_16 stuff into a separate file. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.537 Fri May 21 11:07:20 GMT 2010 pooka Bump major of libpuffs, librefuse and libp2k. Hmm, 60 lines changed (!!), 3 medium camels sacrificed and half the total working time spent here. I picked the wrong day to not quit editing setlists. |
| H A D | mi | 1.537 Tue Mar 22 00:45:07 GMT 2005 tron Move X11 obsolete file lists into "xbase" set. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.537 Mon Jul 02 16:20:21 GMT 2007 wiz New texinfo out. |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.537 Wed Apr 14 17:20:48 GMT 2021 rillig make: remove unnecessary modifier ':U' for certain fixed expressions No functional change, since the expression is evaluated using VARE_WANTRES, not using VARE_UNDEFERR. |
| H A D | parse.c | 1.537 Mon Feb 01 22:16:57 GMT 2021 rillig make: rename Parse_include_file to IncludeFile |
| H A D | var.c | 1.537 Fri Sep 25 05:04:51 GMT 2020 rillig make(1): rename local variables in Var_Subst The variable name "str" did not make it clear enough that the pointer is constantly moving, to parse the given string. The name "p" expresses this more clearly. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.537 Tue Jan 07 03:19:38 GMT 2003 jmcneill *soren* remember <SPACE><TAB> in config files :-) Space-Tab-ify ACPI examples. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.537 Sat Dec 21 00:52:59 GMT 2002 lukem add sunlabel |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.537 Thu Jun 27 20:03:36 GMT 2013 christos add pktinfo tests |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.537 Sun Oct 26 15:51:20 GMT 2008 apb Set HOST_SH?=/bin/sh unconditionally. Previously, it was conditionally set to /usr/bin/bash if HOST_CYGWIN was defined, but now build.sh tries to set HOST_SH appropriately. Remove the HOST_CYGWIN variable, which was not used for any other purpose. Document that HOST_SH should be an absolute path. THis was proposed in tech-toolchain. |
| /src/sys/conf/ | ||
| H A D | files | 1.537 Thu Jun 27 06:26:51 GMT 2002 junyoung - Work around a hardware bug that loaded fonts don't work, which is found on many (all?) of PCI-based ATI graphics cards. It is fully optional and can be enabled by adding `options VGA_CONSOLE_ATI_BROKEN_FONTSEL' to config file. - Temporarily remove `quirk' mechanism. Similar code already exists in pci_quirks.c. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.537 Sat Feb 15 21:11:47 GMT 2003 jdolecek add POSIX sigtimedwait(), sigwaitinfo(), sigwait() - wait for queued signals note these are for non-threaded programs only - libpthread will provide it's own thread-aware wrapper |
Completed in 1700 milliseconds