Searched hist:1.1316 (Results 1 - 11 of 11) sorted by relevance

/src/sys/dev/pci/
H A Dpcidevs.h1.1316 Mon Apr 02 07:31:17 GMT 2018 msaitoh Regen.
H A Dpcidevs_data.h1.1316 Wed Apr 04 10:17:52 GMT 2018 msaitoh Regen.
H A Dpcidevs1.1316 Sat Feb 24 14:05:46 GMT 2018 mlelstv Add AMD KERNCZ chipset for Zen processors.
/src/doc/
H A D3RDPARTY1.1316 Wed Mar 16 20:17:42 GMT 2016 wiz expat-2.1.1 out.
H A DCHANGES1.1316 Tue Nov 10 23:16:20 GMT 2009 macallan mention xf86-video-igs
1.1316 Tue Nov 10 23:16:20 GMT 2009 macallan mention xf86-video-igs
/src/distrib/sets/lists/base/
H A Dmi1.1316 Wed May 10 15:52:07 GMT 2023 christos update the sets for OpenSSL-3.x
/src/distrib/sets/lists/man/
H A Dmi1.1316 Mon May 09 17:13:21 GMT 2011 manu Attempt to fix build after perfuse addition (there is no MKPERFUSE)
/src/distrib/sets/lists/tests/
H A Dmi1.1316 Sat May 11 15:53:38 GMT 2024 rillig lint: warn when comparing an integer to a floating point constant
/src/share/mk/
H A Dbsd.own.mk1.1316 Thu May 11 17:57:14 GMT 2023 christos switch sparc64/aarch64 to OpenSSL-3.x
/src/sys/conf/
H A Dfiles1.1316 Mon Sep 01 04:47:03 GMT 2025 thorpej Put the pcfiic driver declaration in the global location, and adapt
the sparc64 instance to be a proper separate attachment.
/src/distrib/sets/lists/comp/
H A Dmi1.1316 Fri Oct 02 18:50:14 GMT 2009 elad First part of secmodel cleanup and other misc. changes:

- Separate the suser part of the bsd44 secmodel into its own secmodel
and directory, pending even more cleanups. For revision history
purposes, the original location of the files was

src/sys/secmodel/bsd44/secmodel_bsd44_suser.c
src/sys/secmodel/bsd44/suser.h

- Add a man-page for secmodel_suser(9) and update the one for
secmodel_bsd44(9).

- Add a "secmodel" module class and use it. Userland program and
documentation updated.

- Manage secmodel count (nsecmodels) through the module framework.
This eliminates the need for secmodel_{,de}register() calls in
secmodel code.

- Prepare for secmodel modularization by adding relevant module bits.
The secmodels don't allow auto unload. The bsd44 secmodel depends
on the suser and securelevel secmodels. The overlay secmodel depends
on the bsd44 secmodel. As the module class is only cosmetic, and to
prevent ambiguity, the bsd44 and overlay secmodels are prefixed with
"secmodel_".

- Adapt the overlay secmodel to recent changes (mainly vnode scope).

- Stop using link-sets for the sysctl node(s) creation.

- Keep sysctl variables under nodes of their relevant secmodels. In
other words, don't create duplicates for the suser/securelevel
secmodels under the bsd44 secmodel, as the latter is merely used
for "grouping".

- For the suser and securelevel secmodels, "advertise presence" in
relevant sysctl nodes (sysctl.security.models.{suser,securelevel}).

- Get rid of the LKM preprocessor stuff.

- As secmodels are now modules, there's no need for an explicit call
to secmodel_start(); it's handled by the module framework. That
said, the module framework was adjusted to properly load secmodels
early during system startup.

- Adapt rump to changes: Instead of using empty stubs for securelevel,
simply use the suser secmodel. Also replace secmodel_start() with a
call to secmodel_suser_start().

- 5.99.20.

Testing was done on i386 ("release" build). Spearated module_init()
changes were tested on sparc and sparc64 as well by martin@ (thanks!).

Mailing list reference:

http://mail-index.netbsd.org/tech-kern/2009/09/25/msg006135.html

Completed in 1071 milliseconds