Searched hist:1.430 (Results 1 - 25 of 41) sorted by relevance
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.430 Sun Apr 20 07:11:21 GMT 2008 mrg branches: 1.430.2; bump libbfd major since its ABI changed 2 weeks ago. 1.430 Sun Apr 20 07:11:21 GMT 2008 mrg branches: 1.430.2; bump libbfd major since its ABI changed 2 weeks ago. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.430 Mon Jun 27 22:41:28 GMT 2022 andvar fix various typos in comments. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.430 Sat Oct 07 16:05:32 GMT 2017 jdolecek Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch ATA subsystem was changed to support several outstanding commands, and use NCQ xfers if supported by both the controller and the disk, including NCQ error recovery. Set NCQ high priority for BPRIO_TIMECRITICAL xfers if supported. Added FUA support. Done some work towards MP-safe, all ATA code tsleep()/wakeup() replaced by condvars, and switched most code from spl* to mutexes (separate wd(4) and ata channel lock). Introduced new option WD_CHAOS_MONKEY to facilitate testing of error handling, fixed several uncovered issues. Also fixed several problems with kernel dump to wd(4) disk. Tested with ahcisata(4), mvsata(4), siisata(4), piixide(4) on amd64, with and without port multiplier, both disk and ATAPI devices; other drivers and archs mechanically adjusted and compile-tested. NCQ is supported for ahcisata(4) and siisata(4) for any controller, for mvsata(4) only Gen IIe ones for now. Also enabled ATAPI support in mvsata(4). Thanks to Matt Thomas for initial ATA infrastructure patch, and Jonathan A.Kollasch for siisata(4) NCQ changes and general testing. Also fixes PR kern/43169 (wd(4)); and PR kern/11811, PR kern/47041, PR kern/51979 (kernel dump) |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.430 Thu Sep 14 07:58:41 GMT 2017 mrg clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options. removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.430 Thu Aug 26 08:56:21 GMT 2021 skrll Improve a comment |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.430 Sun Nov 30 21:13:03 GMT 2008 tjam Added myself. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.430 Fri Mar 15 15:32:07 GMT 2024 riastradh libcrypto: Add some trivial tests for truncated SHA-512 variants. These should use more of the test vectors from https://csrc.nist.gov/Projects/Cryptographic-Algorithm-Validation-Program/Secure-Hashing#Testing but this will do for now to detect the buffer overrun rake we left lying around for ourselves. PR lib/58039 |
| /src/etc/ | ||
| H A D | Makefile | 1.430 Sun Jun 18 02:43:43 GMT 2017 christos no need for debug printing. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.430 Thu Sep 20 06:54:36 GMT 2018 rin Link pci_intr_*(9) to pci_intr(9), except for those described in pci_msi(9). |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.430 Wed May 25 10:18:29 GMT 2022 nia mk: Allow building base without the MBONE applications by setting MKMBONE=no in mk.conf |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.430 Sun Oct 13 21:09:35 GMT 2013 dholland Reorganize the file-system-related options; put options for each fs type (or group of fs types) in its own subsection and put the fs-independent options first. Bump date. |
| H A D | Makefile | 1.430 Fri Jun 01 11:34:32 GMT 2007 jnemeth note new xirc manpage |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.430 Tue Jun 06 08:53:58 GMT 2006 tron Resolve name conflict between Sun Type 6 and Type 7 USB keyboard. |
| H A D | usbdevs.h | 1.430 Fri Mar 31 08:43:07 GMT 2006 rpaulo regen |
| H A D | usbdevs_data.h | 1.430 Sun Mar 26 17:58:42 GMT 2006 christos regen |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.430 Sun Jul 26 14:51:18 GMT 2020 jdolecek Add driver for Intel XMM7360 LTE modem, based upon Linux driver available at https://github.com/xmm7360/xmm7360-pci This version works on Linux, OpenBSD, and NetBSD. OpenBSD port written for genua GmbH Modem requires python script from the master site to initialize the network, it will be added to pkgsrc shortly |
| H A D | pcidevs.h | 1.430 Sat May 18 07:19:41 GMT 2002 matt Regen. |
| H A D | pcidevs_data.h | 1.430 Sun May 19 00:19:22 GMT 2002 sommerfeld Regen |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.430 Sat Jan 21 13:07:22 GMT 2023 rillig lint: add support for the C11 type qualifier '_Atomic' That keyword can be used as a type specifier as well, support for that will be added later. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.430 Thu May 26 04:25:26 GMT 2011 uebayasi Support userconf(4) command in boot(8)/boot.cfg(5) on i386/amd64. From jmmv@, no objections seen in the proposed thread: http://mail-index.netbsd.org/tech-kern/2009/01/22/msg004081.html |
| H A D | kern_exec.c | 1.430 Sun May 22 14:26:09 GMT 2016 christos reduce #ifdef mess caused by PaX |
| H A D | vfs_subr.c | 1.430 Sun Jan 29 07:13:42 GMT 2012 dholland Tidy up the VFS_QUOTACTL interface. Renumber the command codes in a logical order (as opposed to the previous order, which accumulated arbitrarily), remove the separate codes for argument encoding as there's now a 1-1 mapping between ops and argument substructures, and assert in VFS_QUOTACTL() itself that the op in the args structure matches the op passed directly. This change requires a kernel version bump. |
| /src/sys/net/ | ||
| H A D | if.c | 1.430 Mon Jul 09 14:54:01 GMT 2018 christos Calling rtinit(sa_family = AF_LINK, RTM_DELETE, 0) is guaranteed not to work. Remove bogus call leaving a KASSERT behind. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.430 Wed Apr 13 15:26:28 GMT 2016 riastradh Enable nouveau by default again in x86 GENERIC. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.430 Tue Apr 27 15:21:42 GMT 2021 christos Print -de error information when running multiple jobs Problem and patch description from https://reviews.freebsd.org/D29647: When running `make -de` (without any -j flag) bmake prints which command failed. However, when using the -j flag the -de flag is ignored. This can make it rather difficult to determine which command failed in an very parallel build (especially when combined with the -s flag to avoid ridiculously large logfiles). For single-threaded builds we can combine -s with -de to get the failed command but this does not work with -jN (even with -j1). This patch prints the failed shell script with -de in the multiple jobs mode as well. From Alexander Richardson @ FreeBSD |
Completed in 1232 milliseconds