Searched hist:1.490 (Results 1 - 25 of 33) sorted by relevance
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.490 Mon Jan 16 09:28:40 GMT 2017 ryo branches: 1.490.4; 1.490.6; Make pfil(9) MP-safe (applying psref(9)) 1.490 Mon Jan 16 09:28:40 GMT 2017 ryo branches: 1.490.4; 1.490.6; Make pfil(9) MP-safe (applying psref(9)) 1.490 Mon Jan 16 09:28:40 GMT 2017 ryo branches: 1.490.4; 1.490.6; Make pfil(9) MP-safe (applying psref(9)) |
| H A D | kern_exec.c | 1.490 Wed Jan 29 15:47:52 GMT 2020 ad - Track LWPs in a per-process radixtree. It uses no extra memory in the single threaded case. Replace scans of p->p_lwps with lookups in the tree. Find free LIDs for new LWPs in the tree. Replace the hashed sleep queues for park/unpark with lookups in the tree under cover of a RW lock. - lwp_wait(): if waiting on a specific LWP, find the LWP via tree lookup and return EINVAL if it's detached, not ESRCH. - Group the locks in struct proc at the end of the struct in their own cache line. - Add some comments. |
| H A D | vfs_subr.c | 1.490 Thu Feb 04 21:07:06 GMT 2021 jdolecek introduce vfs.generic.timestamp_precision sysctl to control precision of the timer used for vfs_timestamp(); default stays the same to use nanotime(9), but option is there to use the faster, albeit less precise methods code taken from FreeBSD suggested by Mateusz Guzik in: http://mail-index.netbsd.org/tech-kern/2020/07/19/msg026620.html |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs_data.h | 1.490 Sun Dec 09 21:26:47 GMT 2007 smb branches: 1.490.2; Add Sierra 5725 miniPCI wireless card (CDMA EVDO) 1.490 Sun Dec 09 21:26:47 GMT 2007 smb branches: 1.490.2; Add Sierra 5725 miniPCI wireless card (CDMA EVDO) |
| H A D | usbdevs | 1.490 Sun Dec 09 21:21:21 GMT 2007 smb Add Sierra 5725 mini-PCI card |
| H A D | usbdevs.h | 1.490 Sat Dec 15 00:51:59 GMT 2007 mjf Regen. |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.490 Wed Mar 25 17:06:19 GMT 2020 jdolecek remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs to prepare for their eventual removal |
| H A D | GENERIC | 1.490 Thu Apr 25 15:22:44 GMT 2002 wiz Another options<TAB> -> options<SP><TAB>, noted by Patrick Welche. |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.490 Wed Oct 10 16:08:14 GMT 2012 apb Refer to the list of mirrors at http://www.NetBSD.org/mirrors in "Quick install notes for the impatient". Previously it said "Check the NetBSD website for details" without giving an URL. |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.490 Tue Oct 21 06:23:29 GMT 2025 pgoyette Add .debug versions of new tests |
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.490 Fri Jul 13 09:37:32 GMT 2018 maxv Remove the X86PMC code I had written, replaced by tprof. Many defines become unused in specialreg.h, so remove them. We don't want to add defines all the time, there are countless PMCs on many generations, and it's better to just inline the event/unit values. |
| H A D | Makefile | 1.490 Tue Apr 21 21:42:53 GMT 2009 pgoyette Add man pages for recently imported SD/MMC drivers. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.490 Sat Mar 09 10:41:11 GMT 2024 rillig lint: use fewer struct keywords |
| H A D | tree.c | 1.490 Fri Jan 13 19:41:50 GMT 2023 rillig lint: remove custom memory allocator Besides adding complexity, the custom memory allocator didn't invalidate freed memory, which made it harder to find possible use-after-free bugs. |
| /src/sys/net/ | ||
| H A D | if.c | 1.490 Tue Sep 21 14:57:26 GMT 2021 christos remove extra changes |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.490 Fri May 11 07:44:47 GMT 2018 maya Enable bwfm at pci. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.490 Tue Nov 19 06:52:08 GMT 2002 bsh Regen. for additional vendor IDs for Samsung Electronics Co. Ltd. |
| H A D | pcidevs_data.h | 1.490 Tue Nov 26 18:13:29 GMT 2002 thorpej Regen: Add IBM 133 PCI-X Bridge. |
| /src/usr.bin/make/ | ||
| H A D | job.c | 1.490 Fri Apr 11 17:21:31 GMT 2025 rillig make: convert more messages to the "file:123" format |
| H A D | main.c | 1.490 Sun Nov 29 01:40:26 GMT 2020 rillig make(1): reduce memory allocation for dirSearchPath |
| H A D | parse.c | 1.490 Sat Dec 19 00:27:34 GMT 2020 rillig make(1): clean up ParseRawLine |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.490 Tue Oct 08 20:17:09 GMT 2002 fvdl Get rid of pcb_flags; nothing was using it except for initialising it to 0. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.490 Tue Sep 08 07:08:01 GMT 2009 skrll Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}. Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook. Update the sets lists and add conditionals for lib{bfd,opcodes}. |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.490 Wed Dec 13 13:16:47 GMT 2006 perry note that a new postfix is out |
| /src/sys/sys/ | ||
| H A D | param.h | 1.490 Mon Dec 21 00:35:15 GMT 2015 mlelstv Support for separate I/O thread adds new functions to dk_subr module. Bump to 7.99.25 |
Completed in 1179 milliseconds