Searched hist:1.462 (Results 1 - 25 of 36) sorted by relevance
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.462 Thu Apr 03 22:46:22 GMT 2008 xtraeme branches: 1.462.2; 1.462.4; Add the finsio(4) driver. This driver supports the Hardware Monitor device in the Fintek LPC Super I/O chips, this includes the following list: - F71805F - F71806F - F71862FG - F71872F - F71882 - F71883F This has been adapted from the fins(4) driver available in OpenBSD, which only supported F71805F. Tobias Nygren <tnn> and myself added support for the other chips; thanks go to Tobias for testing the driver with a Fintek F71882 chip. 1.462 Thu Apr 03 22:46:22 GMT 2008 xtraeme branches: 1.462.2; 1.462.4; Add the finsio(4) driver. This driver supports the Hardware Monitor device in the Fintek LPC Super I/O chips, this includes the following list: - F71805F - F71806F - F71862FG - F71872F - F71882 - F71883F This has been adapted from the fins(4) driver available in OpenBSD, which only supported F71805F. Tobias Nygren <tnn> and myself added support for the other chips; thanks go to Tobias for testing the driver with a Fintek F71882 chip. 1.462 Thu Apr 03 22:46:22 GMT 2008 xtraeme branches: 1.462.2; 1.462.4; Add the finsio(4) driver. This driver supports the Hardware Monitor device in the Fintek LPC Super I/O chips, this includes the following list: - F71805F - F71806F - F71862FG - F71872F - F71882 - F71883F This has been adapted from the fins(4) driver available in OpenBSD, which only supported F71805F. Tobias Nygren <tnn> and myself added support for the other chips; thanks go to Tobias for testing the driver with a Fintek F71882 chip. |
| H A D | options.4 | 1.462 Sun Feb 19 07:43:42 GMT 2017 rin PR kern/51208 Add DISKLABEL_EI (``Endian-Independent'' disklabel) kernel option to machines that support Master Boot Record (MBR) |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.462 Sat Feb 10 14:30:38 GMT 2007 salo branches: 1.462.2; regen. 1.462 Sat Feb 10 14:30:38 GMT 2007 salo branches: 1.462.2; regen. |
| H A D | usbdevs | 1.462 Thu May 03 06:33:23 GMT 2007 skrll Add the DeLorme Earthmate LT-20 GPS. Prompted by David Howland. |
| H A D | usbdevs_data.h | 1.462 Sat Feb 10 10:36:50 GMT 2007 mlelstv Get the correct RCS-IDs included |
| /src/sys/sys/ | ||
| H A D | param.h | 1.462 Thu Nov 27 01:44:59 GMT 2014 ozaki-r branches: 1.462.2; Welcome to 7.99.2 (struct ifnet change) 1.462 Thu Nov 27 01:44:59 GMT 2014 ozaki-r branches: 1.462.2; Welcome to 7.99.2 (struct ifnet change) |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.462 Mon Apr 13 10:49:34 GMT 2020 jdolecek fix use-after-free for ata xfer on bio submission found by KASAN driver ata_bio hooks read parts of the xfer after ata_exec_xfer() call in order to determine return value, change so that the hook doesn't return any value - callers do not care already, as all I/O requests are asynchronous this problem was uncovered by recent change for wd(4) to not hold wd mutex during ata_bio call, the interrupt for the xfer might thus actually fire immediately adjust also ata_exec_command driver hooks similarily - remove all completion and waiting logic from drivers, upper layer ata code using AT_WAIT/AT_POLL changed to call ata_wait_cmd() itself PR kern/55169 by Nick Hudson |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.462 Sun Jan 27 08:53:30 GMT 2019 maxv Remove the satlink driver. It was disabled everywhere, had no man page and no use either. Spotted by thorpej in PR/21345, ok christos. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.462 Fri Apr 02 21:52:55 GMT 2010 spz update portmaster and releng lists |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.462 Sun Jan 26 22:41:00 GMT 2025 kre Correct a minor typo. s/sandboc/sandbox/ |
| /src/etc/ | ||
| H A D | Makefile | 1.462 Sat May 28 00:36:56 GMT 2022 nia Fix typo. Hopefully this didn't break anyone's build, sorry. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.462 Mon Jan 17 22:47:43 GMT 2022 christos Add new acl vnode op pages |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.462 Sat Jul 15 09:40:36 GMT 2023 rillig lint: add debug logging for memory management and the symbol table |
| H A D | tree.c | 1.462 Fri Jun 24 20:44:53 GMT 2022 rillig lint: allow pointer cast between compatible structs Lint already allowed pointer casts from 'struct counter' to 'struct counter_impl'. Now it also allows the other direction. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.462 Fri Mar 06 09:28:15 GMT 2015 mrg wait for config_mountroot threads to complete before we tell init it can start up. this solves the problem where a console device needs mountroot to complete attaching, and must create wsdisplay0 before init tries to open /dev/console. fixes PR#49709. XXX: pullup-7 |
| H A D | kern_exec.c | 1.462 Sun Nov 11 10:55:58 GMT 2018 maxv Fix stack info leak. There are 2x4 bytes of padding in struct ps_strings. [ 223.896199] kleak: Possible leak in copyout: [len=32, leaked=8] [ 223.906430] #0 0xffffffff80224d0a in kleak_note <netbsd> [ 223.906430] #1 0xffffffff80224d8a in kleak_copyout <netbsd> [ 223.918363] #2 0xffffffff80b1e26c in copyoutpsstrs <netbsd> [ 223.926560] #3 0xffffffff80b1e331 in copyoutargs <netbsd> [ 223.936216] #4 0xffffffff80b21768 in execve_runproc <netbsd> [ 223.946225] #5 0xffffffff80b21cc9 in execve1 <netbsd> [ 223.946225] #6 0xffffffff8025a89c in sy_call <netbsd> [ 223.956225] #7 0xffffffff8025aace in sy_invoke <netbsd> [ 223.966232] #8 0xffffffff8025ab54 in syscall <netbsd> |
| H A D | vfs_subr.c | 1.462 Wed Apr 12 10:26:33 GMT 2017 hannken Switch vfs_vnode_lock_print() and printlockedvnodes() to _mountlist_next(). Switch sched_sync() and sysctl_kern_vnode() to mountlist iterator. |
| /src/sys/net/ | ||
| H A D | if.c | 1.462 Wed Sep 25 09:53:37 GMT 2019 ozaki-r Make panic messages more informative |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.462 Fri Jul 28 16:10:28 GMT 2017 maxv After a careful review, and all things considered, disable compat43 by default on amd64. The use case is limited, the potential for damage too high, and it is safer to run a BSD4.3 binary on i386 since the kernel does not have to go through netbsd32 - which may not correctly reproduce i386. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.462 Wed Jul 31 11:16:49 GMT 2002 bouyer Regen: remove duplicate entry for 82801DB_LPC. |
| H A D | pcidevs_data.h | 1.462 Fri Aug 02 19:36:28 GMT 2002 soren Regen. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.462 Fri Dec 29 00:59:43 GMT 2023 rillig make: clean up comments No binary change, except for line numbers in assertions. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.462 Tue Nov 20 07:42:33 GMT 2001 enami Cosmetic changes to previous commit. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.462 Sat Feb 28 15:32:29 GMT 2009 pooka add if_shm to setlists |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.462 Wed Aug 30 23:31:53 GMT 2006 rpaulo postfix 2.3.3 was imported some days ago |
Completed in 1102 milliseconds