Searched hist:1.560 (Results 1 - 25 of 25) sorted by relevance

/src/sys/kern/
H A Dvfs_syscalls.c1.560 Mon Jul 10 02:31:55 GMT 2023 christos Add memfd_create(2) from GSoC 2023 by Theodore Preduta
/src/sys/arch/i386/i386/
H A Dmachdep.c1.560 Wed Mar 02 11:48:03 GMT 2005 mycroft branches: 1.560.2;
Copyright maintenance.
1.560 Wed Mar 02 11:48:03 GMT 2005 mycroft branches: 1.560.2;
Copyright maintenance.
/src/distrib/notes/common/
H A Dmain1.560 Wed Dec 04 13:04:09 GMT 2019 uwe "Administrivia" is a real word and it was used here on purpose.
/src/sys/dev/usb/
H A Dusbdevs1.560 Sun Jun 27 10:32:13 GMT 2010 kardel add MTK chipset based GPS receiver (e. g. Qstarz BT-Q1000eX)
H A Dusbdevs.h1.560 Thu Nov 04 09:19:14 GMT 2010 pooka regen
H A Dusbdevs_data.h1.560 Wed Nov 03 20:46:58 GMT 2010 christos regen
/src/sys/arch/amd64/conf/
H A DGENERIC1.560 Sat Jan 25 18:38:34 GMT 2020 thorpej Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.
/src/share/man/man4/
H A DMakefile1.560 Wed Jun 22 20:29:38 GMT 2011 jruoho Add a small summary page for altq. From the list in PR # kern/21345.
/src/sys/dev/pci/
H A Dpcidevs.h1.560 Tue Jul 29 19:47:44 GMT 2003 thorpej Regen: Add the product ID used for the i82546EB chips present on the
Intel PRO/1000 MT Quad Port Server Adapter.
H A Dpcidevs_data.h1.560 Fri Aug 01 11:55:43 GMT 2003 wiz regen (avoid duplicate definition, PR 22331)
H A Dpcidevs1.560 Fri Aug 01 00:05:27 GMT 2003 jonathan Add product IDs for Sun's bcm582x-compatible crypto accelerators
/src/usr.bin/xlint/lint1/
H A Dtree.c1.560 Mon Jul 10 19:47:12 GMT 2023 rillig lint: merge duplicate code for getting the name of an operator
/src/distrib/sets/lists/base/
H A Dshl.mi1.560 Sun Dec 05 06:02:28 GMT 2010 christos sets for new libpcap and tcpdump
H A Dmi1.560 Mon Jul 11 15:37:00 GMT 2005 kiyohara ieee1394 import from FreeBSD.
/src/doc/
H A D3RDPARTY1.560 Mon Oct 22 11:26:55 GMT 2007 wiz postfix-2.4.6 out.
/src/usr.bin/make/
H A Dmain.c1.560 Tue Dec 28 01:11:36 GMT 2021 rillig make: constify cached_realpath

No binary change.
H A Dparse.c1.560 Mon Jun 21 10:42:06 GMT 2021 rillig make: document ParseDependencyOp
H A Dvar.c1.560 Sat Oct 03 00:30:17 GMT 2020 rillig make(1): in lint mode, reject modifiers without delimiter

The expression ${VAR:LPL} must now be written as ${VAR:L:P:L}. The
manual page has never documented that some modifiers don't need to be
delimited by ':' and others need to. That would have been unnecessarily
confusing anyway.
/src/sys/sys/
H A Dparam.h1.560 Thu May 03 21:43:33 GMT 2018 christos Fix COMPAT_NETBSD32 cmsg handling:

1. alignment was wrong for > 1 message
2. macros were doing incorrect pointer comparisons, fortunately ending
the iteration early after the fists cmsg instead of crashing.
3. don't output 32 bit ktrace records for cmsg. 32 bit programs running
under emulation on 64 bit systems should produce 64 bit ktrace records
so that the native ktrace can handle the records; remove extra arguments
that are now not needed (the 32 bit msghdr).
4. output the correct type for cmsg trace records.
5. output all the cmsg records in traces instead of just the first one.

Welcome to 8.99.15 because of the argument removal.

XXX: Really all the code should be changed to use the CMSG_{FIRST,NXT}HDR
macros...
/src/sys/arch/i386/conf/
H A DGENERIC1.560 Thu May 15 13:13:23 GMT 2003 wiz Remove last traces of obsolete olms and omms drivers.
Ok'd by drochner and fvdl.
/src/distrib/sets/lists/man/
H A Dmi1.560 Thu Apr 17 11:49:35 GMT 2003 bjh21 Add acorn32 busmouse(4), opms(4), qms(4), and wsqms(4).
/src/distrib/sets/lists/tests/
H A Dmi1.560 Thu Jan 30 15:04:04 GMT 2014 joerg Add test for uint64 to real long double conversion.
/src/share/mk/
H A Dbsd.own.mk1.560 Fri Mar 27 19:36:55 GMT 2009 drochner Use "i486" as GNU_ARCH for i386 so that the toolchain and libraries
can use instructions which were not available on the original i386
(eg cmpxchg). Due to some strangeness in gcc's i386 support this needs
an extra --with-arch=i486 configure argument for gcc to have the desired
effect, see my post "i386 vs i486, some inconsistencies" to tech-toolchain
some weeks ago.
I'm not happy to break compatibility, but since (a) kernel support
for i386 was removed and (b) i387 code was put into libm this is
just another coffin nail.
The gain is besides consistency and more efficient code that intel
atomar intrinsics can now be used by gcc. (which would need runtime
library support otherwise)
/src/sys/conf/
H A Dfiles1.560 Thu Oct 10 21:56:50 GMT 2002 thorpej Move IPKDB config defns to ipkdb/files.ipkdb.
/src/distrib/sets/lists/comp/
H A Dmi1.560 Fri Apr 18 04:56:58 GMT 2003 thorpej Add <sys/power.h>.

Completed in 1603 milliseconds