Searched hist:1.318 (Results 1 - 25 of 94) sorted by relevance
| /src/sys/sys/ | ||
| H A D | syscall.h | 1.318 Fri Aug 14 00:55:03 GMT 2020 riastradh branches: 1.318.2; regen 1.318 Fri Aug 14 00:55:03 GMT 2020 riastradh branches: 1.318.2; regen |
| /src/ | ||
| H A D | build.sh | 1.318 Tue Oct 03 10:59:04 GMT 2017 maya Accept also ../xsrc in our sanity check, we use this as a default too, if it exists. |
| H A D | UPDATING | 1.318 Sat Apr 17 04:08:32 GMT 2021 mrg add a note about potential GCC 9->10 build failures |
| /src/sys/arch/i386/conf/ | ||
| H A D | INSTALL | 1.318 Wed Oct 17 19:54:42 GMT 2007 garbled branches: 1.318.2; Merge the ppcoea-renovation branch to HEAD. This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target. 1.318 Wed Oct 17 19:54:42 GMT 2007 garbled branches: 1.318.2; Merge the ppcoea-renovation branch to HEAD. This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target. |
| /src/sys/dev/usb/ | ||
| H A D | uhci.c | 1.318 Fri Apr 05 18:57:10 GMT 2024 riastradh branches: 1.318.2; usb *hci: Always set ux_status before usbd_xfer_schedule_timeout. Add an assert to usbd_xfer_schedule_timeout to enforce this. Since access to ux_status is serialized by the bus lock, and nothing releases the bus lock in the interim, this doesn't make a functional change. But it does reduce confusion by readers, who no longer have to worry if some callers got the order wrong. It could also now potentially be factored out in a subsequent commit. 1.318 Fri Apr 05 18:57:10 GMT 2024 riastradh branches: 1.318.2; usb *hci: Always set ux_status before usbd_xfer_schedule_timeout. Add an assert to usbd_xfer_schedule_timeout to enforce this. Since access to ux_status is serialized by the bus lock, and nothing releases the bus lock in the interim, this doesn't make a functional change. But it does reduce confusion by readers, who no longer have to worry if some callers got the order wrong. It could also now potentially be factored out in a subsequent commit. |
| H A D | ohci.c | 1.318 Tue Dec 21 09:51:22 GMT 2021 skrll Change the usb_mem API to take a bus_dma_tag_t in usb_allocmem instead of a struct usbd_bus *. This allows an HCD to use more than one tag. |
| /src/share/misc/ | ||
| H A D | acronyms | 1.318 Wed Oct 15 15:09:33 GMT 2025 jschauma +FKA formerly known as |
| H A D | acronyms.comp | 1.318 Thu Jan 21 17:58:56 GMT 2021 kamil Add RTP (Real-time Transport Protocol) |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.318 Sun Jan 15 19:51:06 GMT 2006 abs branches: 1.318.2; 1.318.4; cast 16bit atap_capacity to u_int64_t before << 16. (assigned to a u_int64_t variable). Fixes 1 to 2 TB disks in qemu. Tested with 1200GB and to a lesser extent 2047GB sparse files. For reference an empty FFS1 filesystem on a 1200GB sparse file uses 19GB of disk. 1.318 Sun Jan 15 19:51:06 GMT 2006 abs branches: 1.318.2; 1.318.4; cast 16bit atap_capacity to u_int64_t before << 16. (assigned to a u_int64_t variable). Fixes 1 to 2 TB disks in qemu. Tested with 1200GB and to a lesser extent 2047GB sparse files. For reference an empty FFS1 filesystem on a 1200GB sparse file uses 19GB of disk. 1.318 Sun Jan 15 19:51:06 GMT 2006 abs branches: 1.318.2; 1.318.4; cast 16bit atap_capacity to u_int64_t before << 16. (assigned to a u_int64_t variable). Fixes 1 to 2 TB disks in qemu. Tested with 1200GB and to a lesser extent 2047GB sparse files. For reference an empty FFS1 filesystem on a 1200GB sparse file uses 19GB of disk. |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.318 Tue Dec 19 19:40:03 GMT 2017 kamil Drop SYS_vadvise The (o)vadvise syscall is dummy since the beginning of NetBSD. It is an obsolete remnant from the old UNIX. Sponsored by <The NetBSD Foundation> |
| H A D | syscalls.c | 1.318 Sun Apr 26 18:59:47 GMT 2020 thorpej Regen for native futex calls. |
| H A D | kern_sig.c | 1.318 Sun Jun 09 01:13:47 GMT 2013 riz branches: 1.318.2; Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes can named the same as those on other platforms. For example, proc:::exec-success, not proc:::exec_success. Implementation follows the same basic principle as FreeBSD's; add another field to the SDT_PROBE_DEFINE macro which is the name as exposed to userland. 1.318 Sun Jun 09 01:13:47 GMT 2013 riz branches: 1.318.2; Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes can named the same as those on other platforms. For example, proc:::exec-success, not proc:::exec_success. Implementation follows the same basic principle as FreeBSD's; add another field to the SDT_PROBE_DEFINE macro which is the name as exposed to userland. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.318 Wed Jan 04 16:36:49 GMT 2012 yamt update the status of yamt-pagecache branch. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | pmap.c | 1.318 Wed Oct 10 17:44:40 GMT 2007 ad branches: 1.318.2; Comment out references to spinlockmgr(). 1.318 Wed Oct 10 17:44:40 GMT 2007 ad branches: 1.318.2; Comment out references to spinlockmgr(). |
| H A D | machdep.c | 1.318 Wed Apr 25 08:19:33 GMT 2012 dholland Fix totally uncompilable code. PR 46374 from Henning Petersen. |
| /src/share/mk/ | ||
| H A D | bsd.lib.mk | 1.318 Fri Oct 07 09:15:22 GMT 2011 mrg branches: 1.318.2; obsolete libgcc_pic and friends. all libgcc's are supposed to be pic for platforms with shlibs already (and are.) this obsoletes our hacks for the libgcc specs to use libgcc_pic, and fixes a couple of other issues reported to me directly. 1.318 Fri Oct 07 09:15:22 GMT 2011 mrg branches: 1.318.2; obsolete libgcc_pic and friends. all libgcc's are supposed to be pic for platforms with shlibs already (and are.) this obsoletes our hacks for the libgcc specs to use libgcc_pic, and fixes a couple of other issues reported to me directly. |
| H A D | bsd.prog.mk | 1.318 Sun Aug 12 11:50:51 GMT 2018 christos fix broken library variable definitions (inconsistencies between bsd.README and bsd.prog.mk) |
| /src/sys/dev/scsipi/ | ||
| H A D | cd.c | 1.318 Wed Mar 19 15:48:23 GMT 2014 martin branches: 1.318.2; PR kern/48550: additional initialization and sanity checking on the reported blocksize of the medium. 1.318 Wed Mar 19 15:48:23 GMT 2014 martin branches: 1.318.2; PR kern/48550: additional initialization and sanity checking on the reported blocksize of the medium. |
| H A D | sd.c | 1.318 Sun Nov 20 02:38:24 GMT 2016 pgoyette Avoid calling bufq_free() from critical code sections. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | pmap.c | 1.318 Wed Dec 20 05:33:59 GMT 2023 thorpej Remove unnecessary <sys/malloc.h>. |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.318 Sun Sep 23 09:21:03 GMT 2018 maxv Remove ISDN from the kernel. It has remained unmaintained for a long time, is of poor quality, and is now an obstacle to MP-ification. It was removed ten years ago from FreeBSD for the same reason. This retires a big user of the mbuf API, and will ease maintenance of the kernel. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.318 Wed Oct 17 19:52:57 GMT 2007 garbled Merge the ppcoea-renovation branch to HEAD. This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here. TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted. NOTES: pmppc was removed as an arch, and moved to a evbppc target. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.318 Thu Sep 14 07:58:39 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/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.318 Wed Jun 27 06:08:15 GMT 2018 martin Comment out liblsan entries to fix the build |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.318 Thu Aug 03 13:13:05 GMT 2023 rin Fix lists for HAVE_GCC=12. |
Completed in 420 milliseconds