Searched hist:1.463 (Results 1 - 25 of 36) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.463 Thu Mar 08 23:14:43 GMT 2007 riz branches: 1.463.2; 1.463.4; Regen for addition of FTDI "Serial 2232C". 1.463 Thu Mar 08 23:14:43 GMT 2007 riz branches: 1.463.2; 1.463.4; Regen for addition of FTDI "Serial 2232C". 1.463 Thu Mar 08 23:14:43 GMT 2007 riz branches: 1.463.2; 1.463.4; Regen for addition of FTDI "Serial 2232C". |
| H A D | usbdevs_data.h | 1.463 Sat Feb 10 14:30:38 GMT 2007 salo branches: 1.463.2; regen. 1.463 Sat Feb 10 14:30:38 GMT 2007 salo branches: 1.463.2; regen. |
| H A D | usbdevs | 1.463 Mon May 07 05:44:00 GMT 2007 xtraeme Add support for ASUS WL-167g ver 2, from PR kern/35113 (Dave Huang). |
| /src/sys/kern/ | ||
| H A D | vfs_subr.c | 1.463 Mon Apr 17 08:34:27 GMT 2017 hannken branches: 1.463.2; Add vfs_trybusy() and mountlist_iterator_trynext() and use it for the syncer. 1.463 Mon Apr 17 08:34:27 GMT 2017 hannken branches: 1.463.2; Add vfs_trybusy() and mountlist_iterator_trynext() and use it for the syncer. |
| H A D | init_main.c | 1.463 Thu Apr 23 23:23:08 GMT 2015 pgoyette Update initialization of sysmon and its components. These are now handled as part of module initialization, and do not require manual invocation. sysmon_taskq is special, since it is potentially used by several non-module users who may need the facility before modules are fully ready. |
| H A D | kern_exec.c | 1.463 Wed May 01 17:21:55 GMT 2019 kamil Add eventswitch() in signal code Route all crash and debugger related signal through eventswitch(), that calls sigswitch() with preprocessed arguments. This code avoids code duplication and allows to introduce changes that will affect all callers of sigswitch() in debugger-related events. No functional change intended. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.463 Sun May 24 22:12:29 GMT 2020 jdolecek account for already transferred data (partially done I/O) when retrying an xfer, to avoid reading/writing data from/to wrong offset, and eventually beyond the end of data buffer fixes data corruption under QEMU observed by Paul Ripke for emulated IDE drives |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.463 Wed Feb 06 11:58:31 GMT 2019 rin Add ure(4) to kernel config files. Also add PHY drivers where necessary. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.463 Mon May 03 16:15:05 GMT 2010 tsutsui - remove resigned developers - remove "other contributors" in the time of 386BSD XXX: probably we should simply refer htdocs/people/developers.html XXX: rather than maintaining two independent lists |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.463 Mon Jan 27 18:30:53 GMT 2025 christos Add getnameinfo files |
| /src/etc/ | ||
| H A D | Makefile | 1.463 Sat May 28 14:31:11 GMT 2022 nia mk: Add MKFINGER, MKTALK flags for not building talk, talkd, finger, fingerd. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.463 Sat Feb 12 17:10:20 GMT 2022 riastradh __cpu_simple_lock(9): New man page. This doesn't mean you should use it! Mostly it's to document the semantics to help understand existing uses, which should not proliferate, and audit definitions. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.463 Sun Feb 19 11:16:45 GMT 2017 wiz Add some articles. |
| H A D | Makefile | 1.463 Tue Apr 22 22:37:13 GMT 2008 cegger amdtemp(4): Driver for AMD CPU Temperature Sensors. Adopted from OpenBSD's kate(4). Changes beyond OpenBSD's driver: - Improved support for AMD K8 - Added support for AMD Barcelona, AMD Phenom and AMD Griffin Tested on various single and multi-socket machines. Review and OK xtreame |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.463 Sat Jul 15 13:35:24 GMT 2023 rillig lint: add detailed logging for finding memory allocation bugs |
| H A D | tree.c | 1.463 Fri Jun 24 21:22:11 GMT 2022 rillig lint: do not warn about pointer casts to array types If the (recursive) element type of the array is compatible, that's good enough. Even after the previous commits, this warning is the one that occurs most in a standard NetBSD build, and it is generally ignored. For now, focus on reducing the number of false positives to an acceptable level. |
| /src/sys/net/ | ||
| H A D | if.c | 1.463 Sun Oct 06 15:11:17 GMT 2019 uwe xc_barrier - convenience function to xc_broadcast() a nop. Make the intent more clear and also avoid a bunch of (xcfunc_t)nullop casts that gcc 8 -Wcast-function-type is not happy about. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.463 Fri Aug 04 09:30:19 GMT 2017 maxv Revert my changes, and re-enable COMPAT_NOMID, COMPAT_09 and COMPAT_43. Several compat options happen to be dependent on the compat_43_* functions, the availability of which is (wrongfully) controlled with COMPAT_43. Same for COMPAT_09. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.463 Fri Aug 02 00:45:23 GMT 2002 ad Regen. |
| H A D | pcidevs_data.h | 1.463 Sat Aug 03 17:12:43 GMT 2002 kent regen |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.463 Fri Jan 05 23:22:06 GMT 2024 rillig make: miscellaneous cleanups |
| H A D | main.c | 1.463 Sat Nov 14 18:07:26 GMT 2020 rillig make(1): use progname instead of hard-coded 'make' in warning This only affects the warning that chdir to objdir failed. In sub-makes the progname includes the [n], allowing to narrow down the actual cause of the problem. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.463 Tue Nov 20 07:44:17 GMT 2001 enami Just test if DEBUG_MEMLOAD is defined or not instead of testing its value. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.463 Fri Apr 10 23:19:26 GMT 2009 christos bump libc for memrchr and glob_pattern_p |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.463 Fri Sep 08 23:35:48 GMT 2006 agc Sync some fields with reality. |
Completed in 1111 milliseconds