Searched hist:1.497 (Results 1 - 25 of 32) sorted by relevance
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.497 Sun Sep 27 13:48:51 GMT 2020 roy branches: 1.497.2; vether: Add to kernel configurations It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out. 1.497 Sun Sep 27 13:48:51 GMT 2020 roy branches: 1.497.2; vether: Add to kernel configurations It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out. |
| H A D | GENERIC | 1.497 Sat Jun 22 23:13:37 GMT 2002 fvdl Add bge@pci attachment. |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.497 Mon Apr 21 21:17:51 GMT 2008 cegger branches: 1.497.2; Phison Electronics, vendor of my USB Stick 1.497 Mon Apr 21 21:17:51 GMT 2008 cegger branches: 1.497.2; Phison Electronics, vendor of my USB Stick |
| H A D | usbdevs_data.h | 1.497 Mon Apr 28 20:24:01 GMT 2008 martin branches: 1.497.2; Remove clause 3 and 4 from TNF licenses 1.497 Mon Apr 28 20:24:01 GMT 2008 martin branches: 1.497.2; Remove clause 3 and 4 from TNF licenses |
| H A D | usbdevs.h | 1.497 Sun May 11 06:44:16 GMT 2008 cegger regen. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.497 Mon Apr 16 14:51:59 GMT 2018 kamil branches: 1.497.2; Remove the rnewprocp argument from fork1(9) It's now unused and it can cause use-after-free scenarios as noted by <Mateusz Guzik>. Reference: http://mail-index.netbsd.org/tech-kern/2017/09/08/msg022267.html Sponsored by <The NetBSD Foundation> 1.497 Mon Apr 16 14:51:59 GMT 2018 kamil branches: 1.497.2; Remove the rnewprocp argument from fork1(9) It's now unused and it can cause use-after-free scenarios as noted by <Mateusz Guzik>. Reference: http://mail-index.netbsd.org/tech-kern/2017/09/08/msg022267.html Sponsored by <The NetBSD Foundation> |
| H A D | kern_exec.c | 1.497 Sun Apr 19 20:31:59 GMT 2020 thorpej - Only increment nprocs when we're creating a new process, not just when allocating a PID. - Per above, proc_free_pid() no longer decrements nprocs. It's now done in proc_free() right after proc_free_pid(). - Ensure nprocs is accessed using atomics everywhere. |
| H A D | vfs_subr.c | 1.497 Sat Apr 29 10:06:33 GMT 2023 riastradh kern/vfs_subr.c: Sort includes. No functional change intended. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.501 Fri Jan 17 00:19:17 GMT 2003 jonathan regen from pcidevs rev 1.497: Add pcidevs entries for more Broadcom 570x family variants. 1.497 Mon Dec 30 04:03:04 GMT 2002 explorer update |
| H A D | pcidevs_data.h | 1.499 Fri Jan 17 00:19:16 GMT 2003 jonathan regen from pcidevs rev 1.497: Add pcidevs entries for more Broadcom 570x family variants. 1.497 Thu Jan 16 00:32:47 GMT 2003 gendalia Add 3com 3c905CX-TX and Nvidia nForce2 MCP-T ac-97, on the ASUS A7N8X Deluxe motherboard, Chipset: NVIDIA nForce2 MCP-T |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.497 Wed Aug 28 15:39:30 GMT 2013 slp Added slp@ to NetBSD Developers list. |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.497 Sat Dec 29 11:30:11 GMT 2018 maxv Retire compat_ibcs2, as discussed on tech-kern@. FreeBSD did the same recently. |
| H A D | Makefile | 1.497 Fri Aug 14 21:17:21 GMT 2009 mbalmer Add support for multi-position electro-mechanical keylocks. An example driver, gpiolock(4), is provided as an example how to interface real hardware. A new securemodel, securemodel_keylock, is provided to show how this can be used to tie keylocks to overall system security. This is experimental code. The diff has been on tech-kern for several weeks. Reviewed by many, kauth(9) integration reviewed by Elad Efrat; approved by tonnerre@ and tron@. Thanks to everyone who provided feedback. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.497 Thu May 09 20:15:05 GMT 2024 rillig lint: sort grammar rules according to the order they appear in C23 |
| H A D | tree.c | 1.497 Sat Jan 28 00:39:49 GMT 2023 rillig lint: split usual arithmetic conversions into separate functions No functional change. |
| /src/sys/net/ | ||
| H A D | if.c | 1.497 Fri Dec 31 14:24:26 GMT 2021 riastradh sys/net: New functions if_ioctl, if_init, and if_stop. These are wrappers, suitable for inserting appropriate kasserts regarding the API's locking contract, for the corresponding functions in struct ifnet. Since these are intended to commit configuration changes to the interface, which may involve resetting the device, the caller should hold IFNET_LOCK. However, I can't straightforwardly prove that all callers do yet, so the assertion is disabled for now. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.497 Tue Jul 31 16:44:29 GMT 2018 khorben Add a port of the umb(4) driver from OpenBSD The umb(4) driver provides support for USB MBIM (Mobile Broadband Interface Model) devices. MBIM devices establish connections via cellular networks such as GPRS, UMTS, and LTE. They appear as a regular point-to-point network interface, transporting raw IP frames. Required configuration parameters like PIN and APN have to be set with umbctl(8), a new tool specific to this driver. The IP address is configured automatically; the default route and DNS server information have to be set separately. The driver is not fully functional yet, it is therefore still marked as experimental and disabled by default. Any help welcome to complete it! Tested on NetBSD/amd64, with a Sierra Wireless EM7345 LTE modem on a Lenovo ThinkPad T440s. No functional change expected otherwise. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.497 Wed Apr 23 19:27:23 GMT 2025 rillig make: prevent overly large values for the -j option A comment previously suggested to clip the number of parallel jobs to PIPE_BUF, but that would have been wrong, as PIPE_BUF is not the maximum capacity of a pipe, but rather the maximum number of bytes that are guaranteed to be written to the pipe atomically. Previously, the output end of the token pool pipe was blocking, which meant that the "errno == EAGAIN" branches were unreachable. Now that the pipe is nonblocking, they would be reachable. When setting up the token pool, writing to a full pipe indicates too many parallel jobs requested, and is thus rejected. At any later point in time, writing to a full pipe indicates an internal error, as each sub-make is supposed to only return as many tokens as it previously took from the pool. Therefore, error out in these situations. |
| H A D | main.c | 1.497 Sun Dec 13 20:09:02 GMT 2020 rillig make(1): constify progname |
| H A D | parse.c | 1.497 Sat Dec 19 13:30:00 GMT 2020 rillig make(1): reduce debugging details in Parse_SetInput The address of readMoreArg is hardly useful when stepping through this part of the code, therefore omit it. Instead of mentioning the exact function names of the data source, describe them in words, which helps especially in the case of .for loops. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.497 Thu Nov 14 00:52:28 GMT 2002 minoura Add support for National Semiconductor Geode(TM) familly of processors. Thanks to Hiroshi Miura <miura AT da-cha DOT org> for testing. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.497 Mon Oct 05 22:32:58 GMT 2009 haad Add zfs sets and needed veriables to hook zfs into the build. ZFS on i386 need still one fix othervise it should be ready for testing. |
| H A D | mi | 1.497 Thu Aug 12 16:07:07 GMT 2004 lukem Move the lib<foo>.so entry (link) from comp to base, so that applications on systems without the `comp' set installed can dlopen() a library without supplying the major number. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.497 Mon Jan 01 10:55:51 GMT 2007 wiz ntp-4.2.4 is out. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.497 Thu Jun 16 02:54:41 GMT 2016 ozaki-r Bump kernel version for mbuf (pkthdr#rcvif) change |
Completed in 1004 milliseconds