Searched hist:1.1165 (Results 1 - 13 of 13) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.1165 Mon Dec 23 10:05:09 GMT 2013 msaitoh regen. |
| H A D | pcidevs_data.h | 1.1165 Wed Dec 25 16:05:18 GMT 2013 msaitoh regen. |
| H A D | pcidevs | 1.1165 Wed Nov 13 16:24:33 GMT 2013 msaitoh Add Intel I347-AT4 |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.1165 Sat Oct 25 19:08:48 GMT 2014 christos new pppd |
| H A D | CHANGES | 1.1165 Sun Jan 11 18:09:31 GMT 2009 dsl Add a note about make(1) .for loop processing. 1.1165 Sun Jan 11 18:09:31 GMT 2009 dsl Add a note about make(1) .for loop processing. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.1165 Sat Aug 12 06:46:13 GMT 2017 maxv Remove support for vm86 on i386. It is bug-friendly, and there is no point in having kernel support for this: the instruction set of the CPU is small, and it can easily be emulated in userland entirely. There are also several assumptions in the code that are not respected, and the slightest confusion in the trap frame can lead to ring0 exploits. vm86 has received zero maintenance. As far as I can tell, it was added 20 years ago in order to make doscmd work. But doscmd has not been maintained either, and was removed from pkgsrc in 2011. dosbox can be used instead: it does not require kernel support, and will produce better results than our flimsy implementation. Pass 1. (many pieces still in the tree) |
| /src/distrib/sets/lists/base/ | ||
| H A D | mi | 1.1165 Sun Dec 10 20:38:13 GMT 2017 bouyer Fix fallout from hid factorisation: - need to install sys/dev/hid/hid.h for userland - include it where needed - most of the time in place if usb/usbhid.h |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.1165 Sun Oct 11 00:47:38 GMT 2009 nakayama Add .cat and .man tag properly to zfs man pages. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.1165 Wed Nov 17 04:33:26 GMT 2021 kre Adjust new libcurses test filenames to the ones atually installed. Possibly the intent was that the names used here were correct, and the error is where they're installed - if so, that can be corrected later. Hopefully this will fix the remaining current build issue. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.1165 Mon Nov 18 15:38:07 GMT 2019 christos switch arm to gcc-8 |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.1165 Wed Jun 11 18:49:58 GMT 2025 sjg make: check variable names for invalid characters Variable names should not contain white-space. As is; make quietly ignores gmake syntax like $(addprefix -I, $(INCLUDE_DIR_LIST)) which means we are not doing what the makefile wants, and the user has no clue. CheckVarname is called only if there are no modifiers to be applied as :L and others legitimately can handle white-space, it will issue a warning if illegal characters are found. Currently only white-space is checked. The NetBSD build produces a few warnings - in one case a makefile intended for gmake, and the other some dubious constructs by bsd.prog.mk in support of ATF tests such as OBJS.${PROG} when PROG is actually a list. Reviewed by: rillig |
| /src/sys/conf/ | ||
| H A D | files | 1.1165 Tue Nov 01 22:54:33 GMT 2016 pgoyette Update dependencies for COMPAT_LINUX32 to include COMPAT_NETBSD32 Without this, an attempt to build a kernel with COMPAT_LINUX32 but without COMPAT_NETBSD32 will fail during the execution of genassym, and the error messages are not very helpful. With this change, config(1) will automatically (and silently) select/add COMPAT_NETBSD32 to the configuration. It might be better if config(1) were to issue an appropriate diagnostic, but that is a change for some future day. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.1165 Mon Jun 23 10:22:40 GMT 2008 ad Install manual pages for the atomic ops. |
Completed in 1193 milliseconds