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

/src/sys/dev/pci/
H A Dpcidevs.h1.1074 Sat May 21 00:49:50 GMT 2011 msaitoh regen
H A Dpcidevs_data.h1.1074 Sun May 22 08:13:56 GMT 2011 mrg regenerate.
H A Dpcidevs1.1074 Fri May 13 01:33:10 GMT 2011 msaitoh add entries for 82579LM and 82579V
/src/doc/
H A D3RDPARTY1.1074 Sun Dec 01 20:02:43 GMT 2013 christos new file(1)
H A DCHANGES1.1074 Sun Jun 22 14:40:03 GMT 2008 christos mention postfix 2.5.2
/src/sys/arch/i386/conf/
H A DGENERIC1.1074 Tue Jun 05 08:44:12 GMT 2012 abs Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least
give a hint that its not just for third party compat. No functional change.
/src/distrib/sets/lists/base/
H A Dmi1.1074 Sat Jul 19 18:38:33 GMT 2014 lneto lua: updated from 5.1 to 5.3 work3

* lua(1):
- changed lua_Integer to intmax_t
- updated distrib/sets/lists and etc/mtree
- updated bsd.lua.mk
- fixed bozohttpd (lua-bozo.c)
- compatibilized bindings: gpio, sqlite
* lua(4):
- removed floating-point and libc dependencies using '#ifndef _KERNEL'
- fixed division by zero and exponentiation
- libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
- acpica: removed isprint() from acnetbsd.h
- libc: moved strcspn.c, strpbrk.c and strspn.c to common
- removed stub headers
- compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE
/src/distrib/sets/lists/man/
H A Dmi1.1074 Fri May 23 21:11:40 GMT 2008 jnemeth Import siisata(4) by Jonathan A. Kollasch.

The siisata driver supports the Silicon Image SteelVine family of SATA-II
controllers, interfacing the hardware with the ata(4) and atapi(4) sub-
systems.

The following controllers are supported by the siisata driver:

Silicon Image SiI3124 4-port PCI/PCI-X
Silicon Image SiI3132 2-port PCI-Express x1
Silicon Image SiI3531 1-port PCI-Express x1

SATA Native Command Queueing is not yet supported.
Device hot swapping is not yet supported.
Silicon Image's Software RAID is not yet supported by the
ataraid(4) driver.

Approved by: core (christos), releng (bouyer)
/src/distrib/sets/lists/tests/
H A Dmi1.1074 Sun Jul 04 08:19:05 GMT 2021 rillig lint: remove outdated assertion

Since err.c 1.12 from 2000-07-06, lint allows to suppress individual
error messages. Suppressed error messages do not increment nerr.
Keeping nerr at 0 had triggered the assertion.
/src/share/mk/
H A Dbsd.own.mk1.1074 Sun Aug 12 18:36:27 GMT 2018 maya Try the more likely gfortran instead of g77.
g77 has likely not shipped as a binary in a long time.

No change for netbsd src as it has no fortran code, no change for pkgsrc
because it passes ${FC} for fortran packages.
/src/usr.bin/make/
H A Dvar.c1.1074 Sun Nov 19 22:06:15 GMT 2023 rillig make: replace 'variable expression' with 'expression' in diagnostics
/src/sys/conf/
H A Dfiles1.1074 Sun Jun 23 02:35:24 GMT 2013 riastradh Rework rndsink(9) abstraction and adapt arc4random(9) and cprng(9).

rndsink(9):
- Simplify API.
- Simplify locking scheme.
- Add a man page.
- Avoid races in destruction.
- Avoid races in requesting entropy now and scheduling entropy later.

Periodic distribution of entropy to sinks reduces the need for the
last one, but this way we don't need to rely on periodic distribution
(e.g., in a future tickless NetBSD).

rndsinks_lock should probably eventually merge with the rndpool lock,
but we'll put that off for now.

cprng(9):
- Make struct cprng_strong opaque.
- Move rndpseudo.c parts that futz with cprng guts to subr_cprng.c.
- Fix kevent locking. (Is kevent locking documented anywhere?)
- Stub out rump cprng further until we can rumpify rndsink instead.
- Strip code to grovel through struct cprng_strong in fstat.
/src/distrib/sets/lists/comp/
H A Dmi1.1074 Sat Oct 20 15:47:27 GMT 2007 minskim The man page for rcs2log(1) is not installed when MKCVS=no.

Completed in 1182 milliseconds