Searched hist:1.338 (Results 1 - 25 of 82) sorted by relevance
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.338 Tue Nov 23 11:13:53 GMT 2010 hannken branches: 1.338.2; 1.338.4; Remove unused count from pseudo-device md. 1.338 Tue Nov 23 11:13:53 GMT 2010 hannken branches: 1.338.2; 1.338.4; Remove unused count from pseudo-device md. 1.338 Tue Nov 23 11:13:53 GMT 2010 hannken branches: 1.338.2; 1.338.4; Remove unused count from pseudo-device md. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.338 Sun Sep 04 00:17:13 GMT 2011 nakayama branches: 1.338.2; 1.338.6; 1.338.8; ih_pil is an interrupt level, not an interrupt mask. 1.338 Sun Sep 04 00:17:13 GMT 2011 nakayama branches: 1.338.2; 1.338.6; 1.338.8; ih_pil is an interrupt level, not an interrupt mask. 1.338 Sun Sep 04 00:17:13 GMT 2011 nakayama branches: 1.338.2; 1.338.6; 1.338.8; ih_pil is an interrupt level, not an interrupt mask. 1.338 Sun Sep 04 00:17:13 GMT 2011 nakayama branches: 1.338.2; 1.338.6; 1.338.8; ih_pil is an interrupt level, not an interrupt mask. |
| /src/sys/arch/i386/conf/ | ||
| H A D | files.i386 | 1.338 Fri Jun 13 17:26:33 GMT 2008 christos branches: 1.338.2; 1.338.4; 1.338.6; pointless to compile md_root.c without md.c 1.338 Fri Jun 13 17:26:33 GMT 2008 christos branches: 1.338.2; 1.338.4; 1.338.6; pointless to compile md_root.c without md.c 1.338 Fri Jun 13 17:26:33 GMT 2008 christos branches: 1.338.2; 1.338.4; 1.338.6; pointless to compile md_root.c without md.c 1.338 Fri Jun 13 17:26:33 GMT 2008 christos branches: 1.338.2; 1.338.4; 1.338.6; pointless to compile md_root.c without md.c |
| /src/ | ||
| H A D | build.sh | 1.338 Sat May 23 17:26:32 GMT 2020 jmcneill When MACHINE_ARCH is missing, give direction on how to get a list of valid options |
| H A D | Makefile | 1.338 Fri Sep 08 00:01:56 GMT 2023 riastradh branches: 1.338.2; Makefile: Run `postinstall -d /', not `postinstall -d //'. This happens when doing `build.sh install=/'. The message is less confusing and it makes postinstall's job simpler for detecting when it's installing to / rather than somewhere else. 1.338 Fri Sep 08 00:01:56 GMT 2023 riastradh branches: 1.338.2; Makefile: Run `postinstall -d /', not `postinstall -d //'. This happens when doing `build.sh install=/'. The message is less confusing and it makes postinstall's job simpler for detecting when it's installing to / rather than somewhere else. |
| H A D | UPDATING | 1.338 Tue May 23 20:26:52 GMT 2023 lukem ctfmerge tool fixes might need a clean tools build |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.338 Sun Sep 19 15:52:04 GMT 2021 thorpej Regen for eventfd(2) and timerfd(2). |
| H A D | kern_sig.c | 1.338 Wed Oct 25 08:12:39 GMT 2017 maya Use C99 initializer for filterops Mostly done with spatch with touchups for indentation @@ expression a; identifier b,c,d; identifier p; @@ const struct filterops p = - { a, b, c, d + { + .f_isfd = a, + .f_attach = b, + .f_detach = c, + .f_event = d, }; |
| H A D | kern_synch.c | 1.338 Fri Jan 24 20:05:15 GMT 2020 ad Carefully put kernel_lock back the way it was, and add a comment hinting that changing it is not a good idea, and hopefully nobody will ever try to change it ever again. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.338 Wed Mar 15 06:17:39 GMT 2017 snj add netbsd-7-1 |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs_data.h | 1.338 Mon Jun 30 00:42:27 GMT 2003 martin branches: 1.338.2; Regen (Sony USB Memory Stick Slot (MSC-U03) added) 1.338 Mon Jun 30 00:42:27 GMT 2003 martin branches: 1.338.2; Regen (Sony USB Memory Stick Slot (MSC-U03) added) |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | machdep.c | 1.338 Wed Oct 27 04:15:00 GMT 2021 thorpej Use the signal trampoline version constants from <sys/signal.h>. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.338 Sun Feb 12 14:50:38 GMT 2023 abs Add optoion GENERIC.local include to the end of ~all GENERIC configs This excludes atari, sgimips, evbmips, evbppc, evbsh3, and hpcarm all of which have somewhat specific kernel config file layouts |
| /src/distrib/sets/lists/comp/ | ||
| H A D | shl.mi | 1.338 Wed Aug 26 16:03:40 GMT 2020 riastradh Clarify wg(4)'s relation to WireGuard, pending further discussion. Still planning to replace wgconfig(8) and wg-keygen(8) by one wg(8) tool compatible with wireguard-tools; update wg(4) for the minor changes from the 2018-06-30 spec to the 2020-06-01 spec; &c. This just clarifies the current state of affairs as it exists in the development tree for now. Mark the man page EXPERIMENTAL for extra clarity. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | shl.mi | 1.338 Wed Feb 21 22:53:47 GMT 2024 christos changes for new bind. XXX: removing lint libraries where lint does not work anymore is temporary. |
| /src/share/misc/ | ||
| H A D | acronyms.comp | 1.338 Tue Feb 28 19:08:37 GMT 2023 fcambus Add PE (portable executable). We have an entry for COFF, so it makes sense to add PE as well. |
| /src/share/mk/ | ||
| H A D | bsd.prog.mk | 1.338 Sun Aug 15 10:30:39 GMT 2021 christos Fix sun2 build for ldap/gssapi |
| /src/sys/dev/scsipi/ | ||
| H A D | sd.c | 1.338 Tue Feb 11 15:02:42 GMT 2025 mlelstv Handle unit startup issues also before "media is loaded". |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.338 Wed Jan 17 00:41:48 GMT 2018 sevan Enable veriexec(4) support by default on the macppc port and update the manual to mention it. Closes PR port-powerpc/52908 |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.338 Sun Oct 30 00:12:21 GMT 2011 hannken branches: 1.338.2; Import of the virtio driver written by MINOURA Makoto <minoura@netbsd.org> with minor changes to make it compile an run on -current. This driver speeds up disk and network access in virtual environments like KVM. Enabled on i386 and amd64. Tested with a CentOS 5.7 x86_64 host. See http://ozlabs.org/~rusty/virtio-spec/virtio.pdf for the specification. 1.338 Sun Oct 30 00:12:21 GMT 2011 hannken branches: 1.338.2; Import of the virtio driver written by MINOURA Makoto <minoura@netbsd.org> with minor changes to make it compile an run on -current. This driver speeds up disk and network access in virtual environments like KVM. Enabled on i386 and amd64. Tested with a CentOS 5.7 x86_64 host. See http://ozlabs.org/~rusty/virtio-spec/virtio.pdf for the specification. |
| /src/sys/ufs/ffs/ | ||
| H A D | ffs_vfsops.c | 1.338 Wed Dec 23 23:31:28 GMT 2015 christos We need to check if the inode is initialized for ffsv2 when we translate a filehandle to a vnode. This can come from nfs and it could be out of range. In that case we read garbage from the disk, end up trying to free bogus data when we put the vnode back and we crash. XXX: pullup-7 |
| /src/sys/ufs/lfs/ | ||
| H A D | lfs_vfsops.c | 1.338 Wed Aug 12 18:26:27 GMT 2015 dholland Make 32-bit and 64-bit versions of SEGSUM. Also fix some of the FINFO handling as it's closely entangled. |
| H A D | lfs_vnops.c | 1.338 Sun Jul 18 23:56:14 GMT 2021 dholland Use macros for the canned parts of device and fifo vnode op tables. Add GENFS_SPECOP_ENTRIES and GENFS_FIFOOP_ENTRIES macros that contain the portion of the vnode ops table declaration that is (conservatively) the same in every fs. Use these in every fs that supports devices and/or fifos with separate ops tables. Note that ptyfs works differently (it has one type of vnode with open-coded dispatch to the specfs code, which I haven't changed in this commit) and rump/librump/rumpvfs/rumpfs.c has an indirect dynamic dispatch that already does more or less the same thing, which I also haven't changed. Also note that this anticipates a few bits in the next changeset here and there, and adds missing but unreachable calls in some cases (e.g. most fses weren't defining whiteout on devices and fifos, but it isn't reachable there), and it changes parsepath on devices and fifos to genfs_badop from genfs_parsepath (but it's not reachable there either). It appears that devices in kernfs were missing kqfilter, so it's possible that if you try to use kqueue on /kern/rootdev that it'll explode. And finally note that the ops declaration tables aren't order-dependent. (Other than vop_default_desc has to come first.) Otherwise this wouldn't work. |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.338 Wed Jun 01 00:49:44 GMT 2016 christos Avoid locking issues when copying out requires taking a fault and we are finding out our own maps, by allocating a buffer and copying out after we collected the information. |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.338 Sun Apr 08 06:58:47 GMT 2007 dyoung Include opt_ata.h for ATADEBUG definition instead of #defining it unconditionally. |
Completed in 539 milliseconds