Searched hist:1.625 (Results 1 - 23 of 23) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.625 Sat Aug 04 13:03:17 GMT 2012 nonaka Add PLANEX GW-USH300N. |
| H A D | usbdevs.h | 1.625 Mon Nov 26 17:36:35 GMT 2012 christos regen |
| H A D | usbdevs_data.h | 1.625 Fri Nov 02 00:58:48 GMT 2012 jakllsch regen |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.625 Wed Dec 16 08:20:03 GMT 2015 jdc Add manual page for ADM1026. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.625 Wed May 12 07:07:53 GMT 2004 tron Regen for PR kern/25166. |
| H A D | pcidevs_data.h | 1.625 Thu May 27 20:21:12 GMT 2004 christos Regen |
| H A D | pcidevs | 1.625 Wed May 12 07:07:34 GMT 2004 tron Add support for Broadcom BCM5788 GbE. Patches supplied by FUKAUMI Naoki in PR kern/25166. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.625 Tue Mar 19 23:19:04 GMT 2024 rillig lint: keep invalid arguments in function calls Previously, arguments of incomplete type or 'void' cleared all arguments of the function call expression, requiring extra checks in later checks. Invalid function calls are now exported to the .ln files, but that's irrelevant in practice as these invalid function calls make lint1 fail, after which xlint removes the .ln file. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.625 Wed Jan 23 19:46:44 GMT 2008 bouyer Merge the bouyer-xeni386 branch. This brings in PAE support to NetBSD xeni386 (domU only). PAE support is enabled by 'options PAE', see the new XEN3PAE_DOMU and INSTALL_XEN3PAE_DOMU kernel config files. See the comments in arch/i386/include/{pte.h,pmap.h} to see how it works. In short, we still handle it as a 2-level MMU, with the second level page directory being 4 pages in size. pmap switching is done by switching the L2 pages in the L3 entries, instead of loading %cr3. This is almost required by Xen, which handle the last L2 page (the one mapping 0xc0000000 - 0xffffffff) in a very special way. But this approach should also work for native PAE support if ever supported (in fact, the pmap should almost suport native PAE, what's missing is bootstrap code in locore.S). |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.625 Wed May 02 02:43:00 GMT 2012 christos bump libssh |
| H A D | mi | 1.625 Tue May 30 19:33:26 GMT 2006 tron Remove obsolete sendmail manual pages, add postfix manual pages. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.625 Wed Aug 13 04:48:02 GMT 2008 lukem openldap 2.4.11 |
| H A D | CHANGES | 1.625 Tue May 30 21:27:39 GMT 2006 christos mention sendmail removal. |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.625 Sun Jun 30 11:37:21 GMT 2024 rillig make: add detailed exit status to message for failed sub-commands Several commands communicate via the exit status and not only distinguish between zero and non-zero, so make this information available to ease investigations. The command "false" is not guaranteed to exit with a consistent status, so use "(exit 13)" instead in the tests, to keep these tests portable across different operating systems. The exit status 127 is required for a shell that cannot find a command, so keep that one. |
| H A D | parse.c | 1.625 Fri Jan 07 09:35:11 GMT 2022 rillig make: clean up local variables in ParseDependencyTargets Having only a single moving pointer is less confusing than the previous copying between tgt and cp. For example, it did not make sense that the target would start with '!'. No functional change. |
| H A D | var.c | 1.625 Sat Oct 31 14:55:33 GMT 2020 rillig make(1): rename local variable freePtr in Var_Parse |
| /src/sys/sys/ | ||
| H A D | param.h | 1.625 Fri Dec 13 20:50:08 GMT 2019 ad NetBSD 9.99.24 - UVM changes |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.625 Thu Jul 29 22:29:35 GMT 2004 jmmv Implement border color customization in wscons(4), only available for vga(4) at the moment. This includes the addition of two new wsdisplay ioctls, WSDISPLAY_{G,S}BORDER, one to get the actual color and one to set it, respectively. Possible colors match those defined by ANSI (and listed in wsdisplayvar.h). It also adds two accessops to the underlying graphics device, getborder and setborder, which mach their ioctl counterparts. Two kernel options are added: WSDISPLAY_CUSTOM_BORDER, which enables the ioctls described above (to customize the border color from userland after boot), and WSDISPLAY_BORDER_COLOR, which sets the color at boot time. The former is enabled by default on the GENERIC kernel, but not on INSTALL (among others). The later is always commented out, leaving the usual black border as a default. wsconsctl is modified to allow accessing this value easily. For example, 'wsconsctl -d -w border=blue'. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.625 Thu Oct 30 08:22:45 GMT 2003 wiz Add sab(4) and sabtty(4) for sparc64. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.625 Tue May 26 22:05:44 GMT 2015 htodd Revert wrong build fix. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.625 Fri Apr 23 19:41:03 GMT 2010 joerg Add MKBSDTAR, defaulting to no. It switching cpio and tar to the libarchive based frontends. |
| /src/sys/conf/ | ||
| H A D | files | 1.625 Fri Aug 08 18:54:39 GMT 2003 christos exec_elf_common.c is no more. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.625 Wed Oct 01 01:31:20 GMT 2003 christos remove kernel.h |
Completed in 1859 milliseconds