Searched hist:1.743 (Results 1 - 22 of 22) sorted by relevance

/src/usr.bin/make/unit-tests/
H A Dposix.mk1.5 Sun Apr 13 09:44:58 GMT 2025 rillig tests/make: duplicate ".POSIX:" lines don't hurt anymore

Fixed in parse.c 1.743 from a few minutes ago.

/src/sys/dev/pci/
H A Dif_wm.c1.743 Tue Jul 19 06:50:34 GMT 2022 skrll KNF
H A Dpcidevs.h1.743 Tue Dec 06 20:55:33 GMT 2005 fvdl Regen for BCM5789.
H A Dpcidevs_data.h1.743 Thu Dec 08 17:38:34 GMT 2005 xtraeme regen
H A Dpcidevs1.743 Thu Dec 08 17:38:11 GMT 2005 xtraeme Add three Rhine ethernet adapters.
/src/sys/dev/usb/
H A Dusbdevs_data.h1.743 Tue Jun 05 13:21:37 GMT 2018 martin branches: 1.743.2;
regen
1.743 Tue Jun 05 13:21:37 GMT 2018 martin branches: 1.743.2;
regen
H A Dusbdevs1.743 Tue Oct 31 00:20:51 GMT 2017 khorben Add the TP-LINK TL-WN823N (version 2)
H A Dusbdevs.h1.743 Sun Jul 08 08:32:53 GMT 2018 spz add identification for some Yubikeys
/src/share/man/man4/
H A DMakefile1.743 Thu Apr 03 16:33:48 GMT 2025 bouyer Add gscan(4), a driver for USB to CAN bus adapters.
This driver supports the Geschwister Schneider USB to CAN adapter, and
clones supported by the open-source candleLight firmware.

Add gscan to evbarm GENERIC (which already supports CAN family and the
sunxican(4) driver by default), and to amd64 ALL.

/src/sys/arch/i386/i386/
H A Dmachdep.c1.743 Sun Jan 26 19:16:17 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 Dshl.mi1.743 Wed Jul 08 17:29:56 GMT 2015 christos bump bind libraries
H A Dmi1.743 Fri Mar 28 05:47:27 GMT 2008 lukem Fix fat-finger in previous.
Use "e.g.," instead of "E.g.,".
Noted by Geoff Wing.
/src/doc/
H A D3RDPARTY1.743 Sun Dec 27 01:44:13 GMT 2009 christos mention new openssh
H A DCHANGES1.743 Wed Nov 01 17:43:49 GMT 2006 tls Change GENERIC, GENERIC.MP, GENERIC.MPACPI, GENERIC_LAPTOP, INSTALL,
INSTALL.MP, INSTALL_LAPTOP, and DISKLESS kernels so that they are
smaller and faster by removing support for actual i386 CPUs (which
lack write protection in supervisor mode, which requires a costly
workaround) and math coprocessor emulation. Coprocessor emulation
is retained in the LAPTOP kernels, but not in the others. Where
it is known that a configuration cannot be run with particular CPUs
(i486 in *MP kernels) remove that support as well. Compile all
kernels with appropriate architecture and tuning flags (reduces
size, makes things faster). Those requiring support for machines
with i386 CPU or lacking coprocessor can use the *SMALL or *TINY
kernels.
/src/usr.bin/make/
H A Dparse.c1.743 Sun Apr 13 09:34:43 GMT 2025 rillig make: after entering POSIX mode, don't leave it again
H A Dvar.c1.743 Sun Dec 20 13:38:43 GMT 2020 rillig make(1): return FStr from Var_Parse

This reduces the number of variable declarations at the call sites.
/src/sys/arch/i386/conf/
H A DGENERIC1.743 Sat Apr 15 17:48:23 GMT 2006 jmmv Remove the getwschar and putwschar accessops from wsdisplay drivers as
requested by uwe@. These were wrong because they were receiving an
emulcookie yet they were accessops (thus having to receive an accesscookie).
Instead, just handle the WSDISPLAYIO_{GET,PUT}WSCHAR ioctls from the
driver's ioctl accessop.

As this reduces the amount of code needed to handle these operations to
two small functions in each driver, remove the WSDISPLAY_CHARFUNCS kernel
option.

Reviewed by, at least, uwe@ and macallan@. No objections in tech-kern@.
/src/distrib/sets/lists/man/
H A Dmi1.743 Mon Jan 03 06:15:42 GMT 2005 lukem Build & install pam_ssh.so.0 now that libssh is available for use.
/src/distrib/sets/lists/tests/
H A Dmi1.743 Mon May 15 09:58:22 GMT 2017 ozaki-r Add test cases for SA lifetime
/src/share/mk/
H A Dbsd.own.mk1.743 Wed Aug 07 22:09:30 GMT 2013 skrll Switch alpha to USE_COMPILERCRTSTUFF= no
/src/sys/conf/
H A Dfiles1.743 Sun Nov 27 21:14:26 GMT 2005 thorpej Move 802.11-specific files to files.net80211
/src/distrib/sets/lists/comp/
H A Dmi1.743 Tue Dec 14 01:49:30 GMT 2004 yamt add sched_yield manpage.

Completed in 1611 milliseconds