Searched hist:1.1099 (Results 1 - 14 of 14) sorted by relevance

/src/usr.bin/make/
H A Dtest-variants.mk1.6 Fri Mar 01 17:47:05 GMT 2024 rillig make: remove test variant for NO_REGEX

The compile-time toggle was removed in var.c 1.1099 from 2024-02-07.

H A Dvar.c1.1099 Wed Feb 07 06:43:02 GMT 2024 rillig make: remove unneeded conditional-compilation toggles

The toggles INCLUDES, LIBRARIES, POSIX, SYSVINCLUDE, SYSVVARSUB,
GMAKEEXPORT and SUNSHCMD are no longer needed, they were unconditionally
set.

The toggle NO_REGEX was configurable from the command line, but
disabling it would result in various error messages about the unknown
':C' modifier.

OK sjg@.
/src/sys/dev/pci/
H A Dpcidevs.h1.1099 Fri Mar 02 18:11:59 GMT 2012 nonaka regen.
H A Dpcidevs_data.h1.1099 Sat Mar 03 05:40:11 GMT 2012 nonaka regen.
H A Dpcidevs1.1099 Tue Oct 04 09:16:23 GMT 2011 njoly Add 3WARE 9750 Series RAID.
/src/doc/
H A D3RDPARTY1.1099 Sat Mar 01 11:08:11 GMT 2014 roy Note import of dhcpcd-6.3.1
H A DCHANGES1.1099 Sat Aug 30 07:35:46 GMT 2008 christos new wpa_supplicant/hostapd code.
/src/sys/arch/i386/conf/
H A DGENERIC1.1099 Sun Jan 26 19:16:16 GMT 2014 dsl Remove support for 'external' floating point units and the MS-DOS
compatible method of handling floating point exceptions.
Make kernel support for teh fpu non-optional (486SX should still work).
Only 386 cpus support external fpu, and i386 support was removed years ago.
This means that the npx code no longer uses port 0xf0 or interupt 13.
All the "npx at isa" lines go from the configs, arch/i386/isa/npx.c
is now mandatory for all i386 kernels.
I've renamed npxinit() to fpuinit() and npxinit_cpu() to fpuinit_cpu()
to match the very similar amd64 functions.
The fpu of the boot cpu is now initialised by a direct call from
cpu_configure(), this enables FP emulation for a 486SX.
(for amd64 the cr0 values are set in locore.S and similar).
This fixes a long-standing bug in linux_setregs() - which did not
save the fpu regsiters if they were active.
I've test booted a single cpu i386 kernel (using anita).
amd64 builds - none of teh changes should affect it.
The i386 XEN kernels build, but I'm not sure where they set cr0, and
it might have got lost!
/src/distrib/sets/lists/base/
H A Dmi1.1099 Sat Mar 28 14:09:58 GMT 2015 jmcneill Split hdaudio and PCI attach glue. Even though the driver was written with
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move
common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.
/src/distrib/sets/lists/man/
H A Dmi1.1099 Sat Sep 27 13:16:53 GMT 2008 reed Instead of removing entries, I should have marked them obsolete.
Sorry I didn't read the "Note" at the top of the file.
/src/distrib/sets/lists/tests/
H A Dmi1.1099 Sun Aug 01 13:31:48 GMT 2021 rillig tests/lint: test the usual arithmetic conversions

The function 'balance' does not mention __uint128_t and nevertheless
works as expected. Need to investigate further.
/src/share/mk/
H A Dbsd.own.mk1.1099 Mon Feb 04 00:34:12 GMT 2019 mrg revert previous for now.
/src/sys/conf/
H A Dfiles1.1099 Sun Aug 24 07:59:23 GMT 2014 jnemeth Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
/src/distrib/sets/lists/comp/
H A Dmi1.1099 Sun Dec 09 20:37:42 GMT 2007 jmcneill Add power management framework man page.

Completed in 1266 milliseconds