Searched hist:1.811 (Results 1 - 18 of 18) sorted by relevance
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.811 Thu Apr 20 13:11:03 GMT 2017 joerg branches: 1.811.2; Update build system for libarchive-3.3.2pre. 1.811 Thu Apr 20 13:11:03 GMT 2017 joerg branches: 1.811.2; Update build system for libarchive-3.3.2pre. |
| H A D | mi | 1.811 Wed Jun 03 18:47:05 GMT 2009 bouyer Add support for fr_*.UTF-8 locale. Setting LANG to fr_*.UTF-8 won't get the message catalog right (they're encoded in iso-8859-1), but other locale functions should work right. Proposed on tech-userlevel on 20 May 2009. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.811 Sun Dec 24 02:42:51 GMT 2023 gutteridge usbdevs: add RTL8188FU |
| H A D | usbdevs.h | 1.811 Thu Jan 23 07:12:12 GMT 2025 mrg regen. |
| H A D | usbdevs_data.h | 1.811 Thu Jan 23 07:12:12 GMT 2025 mrg regen. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.811 Sun Jul 30 22:41:52 GMT 2006 jmcneill regen |
| H A D | pcidevs_data.h | 1.811 Tue Aug 01 17:29:18 GMT 2006 bsh regen |
| H A D | pcidevs | 1.811 Sun Jul 30 22:41:38 GMT 2006 jmcneill Add VIA VT3314 (CN900) UniChrome integrated graphics |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.811 Sat Sep 29 07:00:20 GMT 2018 cherry Fix "use before init" of *idt. This should fix boot time pagefaulting and panic(9) on XEN kernels due to the boottime idt API reorg. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.811 Mon Feb 14 18:41:09 GMT 2011 jruoho ACPICA 20110211 is out. (Mostly bug fixes; for once, no big API changes.) |
| H A D | CHANGES | 1.811 Thu Mar 15 00:07:55 GMT 2007 xtraeme Note addition of the new p4tcc driver. |
| /src/sys/conf/ | ||
| H A D | files | 1.811 Fri Sep 08 20:58:57 GMT 2006 elad branches: 1.811.2; First take at security model abstraction. - Add a few scopes to the kernel: system, network, and machdep. - Add a few more actions/sub-actions (requests), and start using them as opposed to the KAUTH_GENERIC_ISSUSER place-holders. - Introduce a basic set of listeners that implement our "traditional" security model, called "bsd44". This is the default (and only) model we have at the moment. - Update all relevant documentation. - Add some code and docs to help folks who want to actually use this stuff: * There's a sample overlay model, sitting on-top of "bsd44", for fast experimenting with tweaking just a subset of an existing model. This is pretty cool because it's *really* straightforward to do stuff you had to use ugly hacks for until now... * And of course, documentation describing how to do the above for quick reference, including code samples. All of these changes were tested for regressions using a Python-based testsuite that will be (I hope) available soon via pkgsrc. Information about the tests, and how to write new ones, can be found on: http://kauth.linbsd.org/kauthwiki NOTE FOR DEVELOPERS: *PLEASE* don't add any code that does any of the following: - Uses a KAUTH_GENERIC_ISSUSER kauth(9) request, - Checks 'securelevel' directly, - Checks a uid/gid directly. (or if you feel you have to, contact me first) This is still work in progress; It's far from being done, but now it'll be a lot easier. Relevant mailing list threads: http://mail-index.netbsd.org/tech-security/2006/01/25/0011.html http://mail-index.netbsd.org/tech-security/2006/03/24/0001.html http://mail-index.netbsd.org/tech-security/2006/04/18/0000.html http://mail-index.netbsd.org/tech-security/2006/05/15/0000.html http://mail-index.netbsd.org/tech-security/2006/08/01/0000.html http://mail-index.netbsd.org/tech-security/2006/08/25/0000.html Many thanks to YAMAMOTO Takashi, Matt Thomas, and Christos Zoulas for help stablizing kauth(9). Full credit for the regression tests, making sure these changes didn't break anything, goes to Matt Fleming and Jaime Fournier. Happy birthday Randi! :) 1.811 Fri Sep 08 20:58:57 GMT 2006 elad branches: 1.811.2; First take at security model abstraction. - Add a few scopes to the kernel: system, network, and machdep. - Add a few more actions/sub-actions (requests), and start using them as opposed to the KAUTH_GENERIC_ISSUSER place-holders. - Introduce a basic set of listeners that implement our "traditional" security model, called "bsd44". This is the default (and only) model we have at the moment. - Update all relevant documentation. - Add some code and docs to help folks who want to actually use this stuff: * There's a sample overlay model, sitting on-top of "bsd44", for fast experimenting with tweaking just a subset of an existing model. This is pretty cool because it's *really* straightforward to do stuff you had to use ugly hacks for until now... * And of course, documentation describing how to do the above for quick reference, including code samples. All of these changes were tested for regressions using a Python-based testsuite that will be (I hope) available soon via pkgsrc. Information about the tests, and how to write new ones, can be found on: http://kauth.linbsd.org/kauthwiki NOTE FOR DEVELOPERS: *PLEASE* don't add any code that does any of the following: - Uses a KAUTH_GENERIC_ISSUSER kauth(9) request, - Checks 'securelevel' directly, - Checks a uid/gid directly. (or if you feel you have to, contact me first) This is still work in progress; It's far from being done, but now it'll be a lot easier. Relevant mailing list threads: http://mail-index.netbsd.org/tech-security/2006/01/25/0011.html http://mail-index.netbsd.org/tech-security/2006/03/24/0001.html http://mail-index.netbsd.org/tech-security/2006/04/18/0000.html http://mail-index.netbsd.org/tech-security/2006/05/15/0000.html http://mail-index.netbsd.org/tech-security/2006/08/01/0000.html http://mail-index.netbsd.org/tech-security/2006/08/25/0000.html Many thanks to YAMAMOTO Takashi, Matt Thomas, and Christos Zoulas for help stablizing kauth(9). Full credit for the regression tests, making sure these changes didn't break anything, goes to Matt Fleming and Jaime Fournier. Happy birthday Randi! :) |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.811 Mon Mar 05 23:30:18 GMT 2007 dillo Add file-system HFSP (commented out) to GENERIC kernels of ports on which Mac OS runs. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.811 Mon Jul 25 18:34:38 GMT 2005 hubertf Fix paths of vndcompress (binary and manpages+category) |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.811 Wed Apr 24 11:43:20 GMT 2019 kamil Add a complete C11 threads(3) implementation C11 Thread support library is a portable threading C API between OSs, similar to std::threads in the C++ world. The library is implemented as a thin shim over POSIX interfaces. NetBSD implements the API as a part of the POSIX threading library (libpthread(3)). C11 threads(3) are in the process of making them an integral part of the POSIX standard. The interface has been implemented in major OSs and used with stopgap libraries for older versions of them. C11 threading library is already used (with a stopgap implementation) in the NetBSD distribution in MESA. Original implementation by myself from 2016. ATF tests are new and cover almost all interfaces. Proposed on tech-userlevel@. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.811 Fri May 30 18:31:58 GMT 2014 joerg Always use our exception handling code for eARM. |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.811 Sun Feb 14 00:35:27 GMT 2021 rillig make: condense the code for parsing :S and :C modifiers No functional change. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.811 Mon Aug 29 05:40:17 GMT 2005 taca Add ioctl_copyin(9) and ioctl_copyout(9) for catman pages. |
Completed in 1425 milliseconds