Searched hist:1.312 (Results 1 - 25 of 102) sorted by relevance
| /src/sys/arch/powerpc/booke/dev/ | ||
| H A D | pq3etsec.c | 1.31 Mon Oct 02 01:55:40 GMT 2017 knakahara only get vtag when we have vtag like the other drivers. like if_bge.c:1.312 and if_stge.c:1.64. fixed by s-yamaguchi@IIJ, thanks. |
| /src/sys/kern/ | ||
| H A D | init_sysent.c | 1.312 Sun Jul 03 14:26:47 GMT 2016 christos branches: 1.312.2; regen 1.312 Sun Jul 03 14:26:47 GMT 2016 christos branches: 1.312.2; regen |
| H A D | tty.c | 1.312 Thu Dec 07 09:00:32 GMT 2023 pgoyette branches: 1.312.2; There's no COMPAT_60 code left here, so no need for conditional inclusion of header file. 1.312 Thu Dec 07 09:00:32 GMT 2023 pgoyette branches: 1.312.2; There's no COMPAT_60 code left here, so no need for conditional inclusion of header file. |
| H A D | init_main.c | 1.312 Sat Aug 04 11:03:00 GMT 2007 ad branches: 1.312.2; 1.312.4; Add cpuctl(8). For now this is not much more than a toy for debugging and benchmarking that allows taking CPUs online/offline. 1.312 Sat Aug 04 11:03:00 GMT 2007 ad branches: 1.312.2; 1.312.4; Add cpuctl(8). For now this is not much more than a toy for debugging and benchmarking that allows taking CPUs online/offline. 1.312 Sat Aug 04 11:03:00 GMT 2007 ad branches: 1.312.2; 1.312.4; Add cpuctl(8). For now this is not much more than a toy for debugging and benchmarking that allows taking CPUs online/offline. |
| H A D | syscalls.c | 1.312 Tue Jul 31 13:02:15 GMT 2018 rjs regen. |
| H A D | syscalls.master | 1.312 Sun May 19 22:25:48 GMT 2024 christos version dup3 |
| /src/ | ||
| H A D | build.sh | 1.312 Sun Dec 18 02:20:30 GMT 2016 christos Add -P for reproducible builds based on the latest cvs timestamp. |
| /src/sys/arch/alpha/conf/ | ||
| H A D | GENERIC | 1.312 Wed Mar 14 00:27:21 GMT 2007 drochner branches: 1.312.6; It doesn't make sense to specify "configuration" and "interface" locators for uhub because a hub can't have sub-devices. This might be sanity-checked eventually. Same for ubt now after the change to device attachment. 1.312 Wed Mar 14 00:27:21 GMT 2007 drochner branches: 1.312.6; It doesn't make sense to specify "configuration" and "interface" locators for uhub because a hub can't have sub-devices. This might be sanity-checked eventually. Same for ubt now after the change to device attachment. |
| /src/sys/arch/macppc/conf/ | ||
| H A D | GENERIC | 1.312 Wed Oct 23 09:28:57 GMT 2013 macallan branches: 1.312.4; add gffb, tweak comments 1.312 Wed Oct 23 09:28:57 GMT 2013 macallan branches: 1.312.4; add gffb, tweak comments |
| /src/sys/nfs/ | ||
| H A D | nfs_vnops.c | 1.312 Tue Sep 10 23:19:34 GMT 2019 christos branches: 1.312.2; remove NCHNAMLEN optimization 1.312 Tue Sep 10 23:19:34 GMT 2019 christos branches: 1.312.2; remove NCHNAMLEN optimization |
| /src/sys/sys/ | ||
| H A D | syscallargs.h | 1.312 Wed Oct 09 16:29:11 GMT 2024 christos regen |
| H A D | syscall.h | 1.312 Sun Apr 26 18:59:47 GMT 2020 thorpej Regen for native futex calls. |
| /src/share/misc/ | ||
| H A D | acronyms | 1.312 Thu Sep 16 08:33:24 GMT 2021 leot Add DW |
| /src/sys/arch/i386/conf/ | ||
| H A D | files.i386 | 1.312 Sun Jul 08 01:13:26 GMT 2007 jmcneill branches: 1.312.4; 1.312.8; Add gcscehci(4), an EHCI glue driver for the AMD CS5536 companion controller. This driver enables USB 2.0 high speed support on the Soekris net5501 (comBIOS ver. 1.31m). 1.312 Sun Jul 08 01:13:26 GMT 2007 jmcneill branches: 1.312.4; 1.312.8; Add gcscehci(4), an EHCI glue driver for the AMD CS5536 companion controller. This driver enables USB 2.0 high speed support on the Soekris net5501 (comBIOS ver. 1.31m). 1.312 Sun Jul 08 01:13:26 GMT 2007 jmcneill branches: 1.312.4; 1.312.8; Add gcscehci(4), an EHCI glue driver for the AMD CS5536 companion controller. This driver enables USB 2.0 high speed support on the Soekris net5501 (comBIOS ver. 1.31m). |
| H A D | INSTALL | 1.312 Sat Jun 16 00:35:56 GMT 2007 ad -options I2OVERBOSE. |
| /src/doc/ | ||
| H A D | BRANCHES | 1.312 Wed Nov 23 22:57:24 GMT 2011 jmcneill terminate ad-audiomp2, add jmcneill-audiomp3 |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.312 Sat Oct 15 17:29:12 GMT 2005 yamt branches: 1.312.2; - change the way to specify a bufq strategy. (by string rather than by number) - rather than embedding bufq_state in driver softc, have a pointer to the former. - move bufq related functions from kern/subr_disk.c to kern/subr_bufq.c. - rename method to strategy for consistency. - move some definitions which don't need to be exposed to the rest of kernel from sys/bufq.h to sys/bufq_impl.h. (is it better to move it to kern/ or somewhere?) - fix some obvious breakage in dev/qbus/ts.c. (not tested) 1.312 Sat Oct 15 17:29:12 GMT 2005 yamt branches: 1.312.2; - change the way to specify a bufq strategy. (by string rather than by number) - rather than embedding bufq_state in driver softc, have a pointer to the former. - move bufq related functions from kern/subr_disk.c to kern/subr_bufq.c. - rename method to strategy for consistency. - move some definitions which don't need to be exposed to the rest of kernel from sys/bufq.h to sys/bufq_impl.h. (is it better to move it to kern/ or somewhere?) - fix some obvious breakage in dev/qbus/ts.c. (not tested) |
| /src/sys/dev/raidframe/ | ||
| H A D | rf_netbsdkintf.c | 1.312 Fri Jul 25 08:10:38 GMT 2014 dholland branches: 1.312.2; Add d_discard to all struct cdevsw instances I could find. All have been set to "nodiscard"; some should get a real implementation. 1.312 Fri Jul 25 08:10:38 GMT 2014 dholland branches: 1.312.2; Add d_discard to all struct cdevsw instances I could find. All have been set to "nodiscard"; some should get a real implementation. |
| /src/sys/dev/pci/ | ||
| H A D | if_bge.c | 1.313 Wed Nov 22 02:35:54 GMT 2017 msaitoh branches: 1.313.2; Revert part of if_bge.c 1.312. It's not reqired to mask other than VLAN ID bits in VLAN tag. 1.312 Thu Sep 28 16:24:39 GMT 2017 christos - only get the vtag if we have it like the other drivers - mask the hardware vlan tag |
| H A D | files.pci | 1.312 Fri Jan 16 21:11:27 GMT 2009 cegger branches: 1.312.2; age driver needs mii_phy 1.312 Fri Jan 16 21:11:27 GMT 2009 cegger branches: 1.312.2; age driver needs mii_phy |
| /src/sys/rump/librump/rumpkern/ | ||
| H A D | rump.c | 1.312 Mon Aug 25 18:44:02 GMT 2014 pooka branches: 1.312.2; Remove and obsolete rumpkern_time as a separate component. 1.312 Mon Aug 25 18:44:02 GMT 2014 pooka branches: 1.312.2; Remove and obsolete rumpkern_time as a separate component. |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | pmap.c | 1.312 Sat Mar 14 14:05:43 GMT 2020 ad pmap_remove_all(): Return a boolean value to indicate the behaviour. If true, all mappings have been removed, the pmap is totally cleared out, and UVM can then avoid doing the work to call pmap_remove() for each map entry. If false, either nothing has been done, or some helpful arch-specific voodoo has taken place. |
| /src/sys/dev/ | ||
| H A D | DEVNAMES | 1.312 Fri Jul 27 00:02:26 GMT 2018 rkujawa Add TEA5767 FM radio driver. From Karuna Grewal. |
| /src/sys/arch/sparc/sparc/ | ||
| H A D | machdep.c | 1.312 Sat Jul 02 13:10:53 GMT 2011 mrg don't try to print fr_arg[6] since it doesn't exist. |
| /src/sys/arch/amiga/conf/ | ||
| H A D | GENERIC | 1.312 Thu Dec 08 11:31:09 GMT 2016 nat Add a synthesized pc beeper and keyboard bell for platforms with an audio device. |
Completed in 459 milliseconds