Searched hist:1.1170 (Results 1 - 13 of 13) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1170 Sat Jan 04 02:57:50 GMT 2014 msaitoh regen.
H A Dpcidevs_data.h1.1170 Thu Jan 09 17:28:30 GMT 2014 msaitoh regen.
H A Dpcidevs1.1170 Sat Dec 21 09:23:36 GMT 2013 msaitoh Add some Intel E600 and EG20T devices.
/src/doc/
H A D3RDPARTY1.1170 Fri Nov 07 10:36:25 GMT 2014 wiz groff-1.22.3 out.
H A DCHANGES1.1170 Mon Jan 19 07:20:38 GMT 2009 jmmv Document update of ATF to 0.6.
/src/sys/arch/i386/conf/
H A DGENERIC1.1170 Mon Nov 06 02:57:18 GMT 2017 rin Revive commented out DISKLABEL_EI option to kernel configuration files
that contain FFS_EI option.
/src/distrib/sets/lists/base/
H A Dmi1.1170 Wed Jan 24 09:51:25 GMT 2018 wiz When second keyword is 'obsolete', first one should be foo-obsolete as well.
/src/distrib/sets/lists/man/
H A Dmi1.1170 Mon Oct 26 01:59:35 GMT 2009 christos add flex
/src/distrib/sets/lists/tests/
H A Dmi1.1170 Sun Nov 28 14:49:28 GMT 2021 rillig tests/indent: move test for ':' to lsym_token.c
/src/share/mk/
H A Dbsd.own.mk1.1170 Sun Jan 12 16:11:51 GMT 2020 christos re-enable BSDTAR now that the two issues (symlinks/atomicity) have been fixed.
/src/usr.bin/make/
H A Dvar.c1.1170 Sat Jun 28 22:39:27 GMT 2025 rillig make: consistently use double quotes in error messages

Previously, some error messages used single quotes, very few used
backticks or parentheses, most already used double quotes.

While here, reword a few error messages to be clearer or more consistent
with related error messages.
/src/sys/conf/
H A Dfiles1.1170 Thu Feb 16 08:12:43 GMT 2017 knakahara add l2tp(4) L2TPv3 interface.

originally implemented by IIJ SEIL team.
/src/distrib/sets/lists/comp/
H A Dmi1.1170 Tue Jul 29 13:17:40 GMT 2008 pooka Install rump libraries and utilities to the base system and remove the
private non-installed build infrastructure from sys/rump.

breakdown of commit:
* install relevant headers into /usr/include/rump
* build sys/rump/librump/rumpuser and sys/rump/librump/rumpkern
from src/lib and install as librumpuser and librump, respectively
+ this retains the ability to test a librump build with just the
kernel sources at hand
* move sys/rump/fs/lib/libukfs and sys/rump/fs/lib/libp2k to src/lib
for general consumption, they are not kernel-space dwellers anyway
* build and install sys/rump/fs/lib/lib$fs as librumpfs_$fs
* add chapter 3 manual pages for rump, rumpuser, ukfs and p2k
* build and install userspace kernel file system daemons if MKPUFFS=yes
is spexified
* retire fsconsole for now, it will make a comeback with an actually
implemented version shortly

Completed in 1485 milliseconds