Searched hist:1.466 (Results 1 - 25 of 36) sorted by relevance
| /src/etc/ | ||
| H A D | Makefile | 1.466 Sun Aug 21 07:10:03 GMT 2022 lukem branches: 1.466.2; Deprecate extsrc/, EXTSRCSRCDIR, MKEXTSRC Remove support for building extsrc/: 1. Makefile: remove do-extsrc target. 2. build.sh: remove options -y and -Y extsrcdir. 3. distrib/sets: remove support for extsrc in various tools including the options -L ext and -y, and the extsrc sets. 4. doc/BUILDING.mdoc: remove docs for extsrc/, EXTSRCSRCDIR, MKEXTSRC (etc) 5. bsd.own.mk and various Makefiles: remove support for extsrc/, EXTSRCSRCDIR, MKEXTSRC. As proposed on tech-kern and tech-userlevel on 2022-01-07 and followed up on 2022-08-21. 1.466 Sun Aug 21 07:10:03 GMT 2022 lukem branches: 1.466.2; Deprecate extsrc/, EXTSRCSRCDIR, MKEXTSRC Remove support for building extsrc/: 1. Makefile: remove do-extsrc target. 2. build.sh: remove options -y and -Y extsrcdir. 3. distrib/sets: remove support for extsrc in various tools including the options -L ext and -y, and the extsrc sets. 4. doc/BUILDING.mdoc: remove docs for extsrc/, EXTSRCSRCDIR, MKEXTSRC (etc) 5. bsd.own.mk and various Makefiles: remove support for extsrc/, EXTSRCSRCDIR, MKEXTSRC. As proposed on tech-kern and tech-userlevel on 2022-01-07 and followed up on 2022-08-21. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.466 Fri May 19 14:18:41 GMT 2017 abhinav branches: 1.466.2; Correct the xref: return_address(9) is only available for i386. 1.466 Fri May 19 14:18:41 GMT 2017 abhinav branches: 1.466.2; Correct the xref: return_address(9) is only available for i386. |
| H A D | Makefile | 1.466 Fri May 23 21:11:40 GMT 2008 jnemeth Import siisata(4) by Jonathan A. Kollasch. The siisata driver supports the Silicon Image SteelVine family of SATA-II controllers, interfacing the hardware with the ata(4) and atapi(4) sub- systems. The following controllers are supported by the siisata driver: Silicon Image SiI3124 4-port PCI/PCI-X Silicon Image SiI3132 2-port PCI-Express x1 Silicon Image SiI3531 1-port PCI-Express x1 SATA Native Command Queueing is not yet supported. Device hot swapping is not yet supported. Silicon Image's Software RAID is not yet supported by the ataraid(4) driver. Approved by: core (christos), releng (bouyer) |
| /src/sys/net/ | ||
| H A D | if.c | 1.466 Tue Dec 17 04:54:36 GMT 2019 christos branches: 1.466.2; Protect network ioctls from non-authorized users. (Ilja Van Sprundel) 1.466 Tue Dec 17 04:54:36 GMT 2019 christos branches: 1.466.2; Protect network ioctls from non-authorized users. (Ilja Van Sprundel) |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.466 Tue Dec 28 13:27:32 GMT 2021 riastradh wd(4): Fix bugs in softbadsect handling. - Don't copyout kernel virtual addresses (of SLIST entries) that userland won't use anyway. => The structure still has space for this pointer; it's just always null when userland gets it now. - Don't copyout under a lock. - Stop and return error if copyout fails (unless we've already copied some out). - Don't kmem_free under a lock. XXX Unclear whether anyone actually uses WD_SOFTBADSECT or why -- it's always been disabled by default. Maybe we should just remove it? |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.466 Fri Apr 12 04:46:48 GMT 2019 msaitoh Add the following debug options: AI_DEBUG ATHN_DEBUG ATU_DEBUG AXEN_DEBUG BGE_DEBUG BNX_DEBUG BWFM_DEBUG CAS_DEBUG CBB_DEBUG CMALO_DEBUG EF_DEBUG IWN_DEBUG IX_DEBUG LII_DEBUG MSK_DEBUG OTUS_DEBUG RUM_DEBUG RUN_DEBUG UMB_DEBUG UPGT_DEBUG URAL_DEBUG URNDIS_DEBUG URTW_DEBUG URTWN_DEBUG WPI_DEBUG ZYD_DEBUG |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.466 Wed Sep 08 19:21:13 GMT 2010 zoltan Add myself to the list of developers. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.466 Thu Feb 27 00:55:31 GMT 2025 riastradh Test whether exec/spawn will zero registers. Currently implemented only for a handful of architectures; should extend this to all the others, and extend as appropriate if we find more register content is worth testing (like maybe vector registers, but they are managed differently anyway and less likely to leak). VAX test contributed (and tested) by Kalvis Duckmanton, with some tweaks by me; the others written and tested by me. IA64 skipped, even though I suspect it _would_ leak if the kernel code ran as is, because I have no way to test it. PR kern/59084: exec/spawn leaks register content |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.466 Mon Mar 06 00:49:31 GMT 2023 uwe portfeatures(9): the man page for the __HAVE macros The man page itself is a skeleton/template for now. Please add short descriptions and xrefs. If the target man page doesn't yet document relevant __HAVE macros (hi, mutex(9)), please add something there, possibly in a .Sh IMPLEMENTATION NOTES section. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.466 Sun May 20 05:05:06 GMT 2007 dogcow add devs for uslsa; data taken from OpenBSD's usbdevs. |
| H A D | usbdevs.h | 1.466 Mon May 07 07:15:16 GMT 2007 xtraeme regen |
| H A D | usbdevs_data.h | 1.466 Mon May 07 05:44:25 GMT 2007 xtraeme regen |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.466 Fri Jul 28 21:50:03 GMT 2023 rillig lint: extract 'vararg' and 'prototype' flags from global 'dcs' These flags are only relevant for parameter lists, so add a separate type for it. No functional change. |
| H A D | tree.c | 1.466 Fri Jul 01 20:53:13 GMT 2022 rillig lint: add quotes around operator in message 138, remove message 240 Message 138 doesn't occur in practice, it was the last one that was missing the quotes around the placeholder. Message 240 was also missing the quotes, but it was not reachable. There was also no apparent benefit in warning about 'assignment of different structures' when the message about 'assignment type mismatch' serves the same purpose. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.466 Thu Apr 30 15:22:32 GMT 2015 nat Remove unintended whitespace. |
| H A D | kern_exec.c | 1.466 Tue Jun 11 23:18:55 GMT 2019 kamil Add support for PTRACE_POSIX_SPAWN to report posix_spawn(3) events posix_spawn(3) is a first class syscall in NetBSD, different to (V)FORK+EXEC as these operations are executed in one go. This differs to Linux and FreeBSD, where posix_spawn(3) is implemented with existing kernel primitives (clone(2), vfork(2), exec(3)) inside libc. Typically LLDB and GDB software is aware of FORK/VFORK events. As discussed with the LLDB community, instead of slicing the posix_spawn(3) operation into phases emulating (V)FORK+EXEC(+VFORK_DONE) and returning intermediate state to the debugger, that might have abnormal state, introduce new event type: PTRACE_POSIX_SPAWN. A debugger implementor can easily map it into existing fork+exec semantics or treat as a distinct event. There is no functional change for existing debuggers as there was no support for reporting posix_spawn(3) events on the kernel side. |
| H A D | vfs_subr.c | 1.466 Wed May 24 09:53:55 GMT 2017 hannken With dounmount() working on a suspended file system remove no longer needed fields mnt_busynest and mnt_unmounting from struct mount. Welcome to 7.99.73 |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.466 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/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.466 Sun Aug 04 21:47:58 GMT 2002 thorpej Regen; added ADI BECC product ID. |
| H A D | pcidevs_data.h | 1.466 Sat Aug 10 16:30:46 GMT 2002 toshii Regen; added SiS745 host bridge. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.466 Fri Mar 01 16:41:42 GMT 2024 sjg make: export target scope values Pass target scope to Var_ReexportVars so that a target process will see the correct values in its env. We must then mark any Global scope variable as unexported so targets without local value get the Global one. |
| H A D | main.c | 1.466 Sat Nov 14 21:55:22 GMT 2020 rillig make(1): don't modify progname in usage |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.466 Thu Jan 24 03:20:28 GMT 2002 rafal One more change resulting from my GDT rearrangement... Since GMACHCALLS_SEL is always defined now, don't use that to test if we should install the MACH compat gate; test COMPAT_MACH instead. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.466 Fri May 01 15:30:46 GMT 2009 christos Put libgcc_s.so in /lib for MKPIE=yes |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.466 Sat Sep 23 17:38:58 GMT 2006 kleink tzdata2006l. |
Completed in 869 milliseconds