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

/src/distrib/sets/lists/man/
H A Dmi1.1068 Thu May 01 22:09:29 GMT 2008 xtraeme branches: 1.1068.2;
Add the hpqlb(4) manpage. (HI CEGGER!)
1.1068 Thu May 01 22:09:29 GMT 2008 xtraeme branches: 1.1068.2;
Add the hpqlb(4) manpage. (HI CEGGER!)
/src/sys/dev/pci/
H A Dpcidevs.h1.1068 Wed Apr 13 22:24:45 GMT 2011 wiz regen (+ ATI Radeon HD4650)
H A Dpcidevs_data.h1.1068 Mon May 02 14:23:24 GMT 2011 manu Add support for new SUNIX PCI seriel and/or parallel adapters, with new
SUNIX vendor Id 0x1fd4 and product Id 0x1999. Constants were taken from
Linux open source driver distributed by SUNIX.

The following models should be supported now:
5008 1 parallel port
5016 16 serial ports, only 8 supported right now (PUC_MAX_PORTS limit)
5027 1 serial port
5037 2 serial ports
5056 4 serial ports
5066 8 serial ports, this model is the only one that was actually tested.
5069 1 serial port and 1 parallel port
5079 2 serial ports and 1 parallel port
5099 4 serial ports and 1 parallel port
H A Dpcidevs1.1068 Wed Mar 16 23:19:32 GMT 2011 matt Add Freescale P2020/P2010 device ids
/src/doc/
H A D3RDPARTY1.1068 Thu Nov 28 22:36:52 GMT 2013 christos pppd moved
H A DCHANGES1.1068 Mon May 26 00:26:48 GMT 2008 christos uberry.
1.1068 Mon May 26 00:26:48 GMT 2008 christos uberry.
/src/sys/arch/i386/conf/
H A DGENERIC1.1068 Sun Mar 25 00:11:16 GMT 2012 nonaka Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless network devices.
/src/distrib/sets/lists/base/
H A Dmi1.1068 Sat Jul 05 19:25:58 GMT 2014 dholland Update set lists for /usr/share/doc reorg.
/src/distrib/sets/lists/tests/
H A Dmi1.1068 Tue Jun 29 09:19:17 GMT 2021 rillig tests/lint: add tests for ILP32 platforms

Previously, all tests for lint had to produce the exact same output, no
matter which platform they ran on. This differs from practical needs
since lint is intended to produce different results depending on whether
the platform is ILP32 or LP64.

Examples for these are type conversions and the widths of the integer
types during lexical analysis.
/src/share/mk/
H A Dbsd.own.mk1.1068 Sat Jul 14 22:57:47 GMT 2018 maya Update comment to match what the below text does

(This logic needs to go into gcc config files, but removing it
requires mknative)
/src/usr.bin/make/
H A Dvar.c1.1068 Thu Nov 02 06:09:07 GMT 2023 rillig make: when comparing substrings, don't read beyond the substring's end

Right now, Substring_Words terminates each word with a '\0', but that's
an implementation detail that is not required by the interface, so don't
rely on it.
/src/sys/conf/
H A Dfiles1.1068 Sat Apr 27 17:22:58 GMT 2013 christos ccd and cgd don't need flag
/src/distrib/sets/lists/comp/
H A Dmi1.1068 Tue Sep 25 01:13:55 GMT 2007 lukem Add raise_default_signal(3) -- raise the default signal handler.
Can be used by applications that have their own SIGINT (et al)
handlers and want to exit in a manner that correctly
signals to the parent that the process was terminated by a signal.
See http://www.cons.org/cracauer/sigint.html for more info.
Discussed on tech-userlevel@.

Completed in 1352 milliseconds