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

/src/distrib/sets/lists/man/
H A Dmi1.1109 Wed Oct 29 17:26:57 GMT 2008 jkunz branches: 1.1109.2;
Ported alipm(4) and admtemp(4) from OpenBSD.
1.1109 Wed Oct 29 17:26:57 GMT 2008 jkunz branches: 1.1109.2;
Ported alipm(4) and admtemp(4) from OpenBSD.
/src/sys/dev/pci/
H A Dpcidevs.h1.1109 Fri Apr 13 00:04:11 GMT 2012 cegger regen.
H A Dpcidevs_data.h1.1109 Wed Apr 18 21:22:26 GMT 2012 bouyer Regen: Add various newer LSI RAID/SAS controllers
H A Dpcidevs1.1109 Wed Apr 04 22:58:56 GMT 2012 uwe Add Marvell Yukon 88e8040 ethernet.
/src/doc/
H A D3RDPARTY1.1109 Tue May 06 20:39:37 GMT 2014 wiz gdb-7.7.1 out.
H A DCHANGES1.1109 Fri Sep 05 01:03:31 GMT 2008 lukem db -Th
/src/sys/arch/i386/conf/
H A DGENERIC1.1109 Mon Aug 18 06:31:24 GMT 2014 christos - Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing
/src/distrib/sets/lists/base/
H A Dmi1.1109 Mon Aug 10 02:44:36 GMT 2015 mrg obsolete and clean up gcc=3 (3.3), gcc=4 (4.1), and gcc=45 (4.5) sets.
/src/distrib/sets/lists/tests/
H A Dmi1.1109 Mon Aug 09 20:07:23 GMT 2021 rillig lint: warn about 'char * = strchr(const char *, int)'

Found in findcc.c, there are about 25 other instances of this
incongruency in the whole source tree.

For more examples of functions from the C Standard Library that
implicitly remove the 'const' qualifier from an argument, see the C++
include file 'cstring'.
/src/share/mk/
H A Dbsd.own.mk1.1109 Sat Mar 09 17:59:28 GMT 2019 christos Switch i386 and aarch64 to jemalloc (really I could switch everyone at this
point).
/src/usr.bin/make/
H A Dvar.c1.1109 Tue May 07 18:26:22 GMT 2024 sjg make: all command line overrides go in .MAKEOVERRIDES

Not all variables that start with '.' are internals,
and unless they are explicitly flagged as internal should go
into .MAKEOVERRIDES

Update varname-dot-makeoverrides to check this.

Also avoid using SCOPE_CMDLINE when ReadOnly will do.
/src/sys/conf/
H A Dfiles1.1109 Fri Oct 10 09:13:21 GMT 2014 uebayasi Define "machdep" attribute and mark files (in amd64 and x86).
/src/distrib/sets/lists/comp/
H A Dmi1.1109 Tue Jan 15 03:37:13 GMT 2008 rmind Implementation of processor-sets, affinity and POSIX real-time extensions.
Add schedctl(8) - a program to control scheduling of processes and threads.

Notes:
- This is supported only by SCHED_M2;
- Migration of LWP mechanism will be revisited;

Proposed on: <tech-kern>. Reviewed by: <ad>.

Completed in 1224 milliseconds