Searched hist:1.532 (Results 1 - 25 of 27) sorted by relevance
| /src/distrib/notes/common/ | ||
| H A D | main | 1.532 Sat Oct 01 00:32:35 GMT 2016 flxd Add myself |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.532 Mon Sep 28 10:16:30 GMT 2009 pooka +DWA-111 |
| H A D | usbdevs.h | 1.532 Sat Dec 12 14:03:48 GMT 2009 cherry regen from usbdevs 1.538 > Add product IDs for Qualcomm RWT FCT-CDMA 2000 1xRTT Modem, ZTE Storage and CDMA 1xEVDO Modem > From $FreeBSD: head/sys/dev/usb/usbdevs 199331 2009-11-16 20:35:16Z thompsa $ |
| H A D | usbdevs_data.h | 1.532 Sun Nov 15 17:34:32 GMT 2009 tsutsui Regen from usbdevs rev 1.537: > Add IDs for DisplayLink DL-1x0/1x5 based USB LCDs and USB-VGA adaptors. > Info from FUKAUMI Naoki's udl(4) driver patch. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.532 Fri May 16 20:39:48 GMT 2025 rillig lint: clean up |
| H A D | tree.c | 1.532 Thu Jun 29 00:52:06 GMT 2023 rillig lint: use standard terminology for bit-field width No functional change. |
| /src/distrib/sets/lists/base/ | ||
| H A D | mi | 1.532 Tue Mar 15 16:05:03 GMT 2005 peter branches: 1.532.2; Install pf(4) examples. Reviewed by yamt@. Thanks to hubertf@ for the reminder. 1.532 Tue Mar 15 16:05:03 GMT 2005 peter branches: 1.532.2; Install pf(4) examples. Reviewed by yamt@. Thanks to hubertf@ for the reminder. |
| H A D | shl.mi | 1.532 Sat Apr 10 21:33:00 GMT 2010 pooka Rename librumpfs_nullfs to librumpfs_null to make the basename the same as with the kernel module (and hence MOUNT_NULL). I added the old name to the obsolete list, but given that it was in-tree for only a bit over a week, I'll remove the entries in a few weeks. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.532 Wed Nov 04 01:30:19 GMT 2020 chs In uvmpd_tryownerlock(), if the initial try-lock of the owner lock fails then rather than do more try-locks and eventually sleep for a tick, take a hold on the current owner's lock, drop the page interlock, and acquire the lock that we took the hold on in a blocking fashion. After we get the lock, check if the lock that we acquired is still the lock for the owner of the page that we're interested in. If the owner hasn't changed then can proceed with this page, otherwise we will skip this page and move on to a different page. This dramatically reduces the amount of time that the pagedaemon sleeps trying to get locks, since even 1 tick is an eternity to sleep in this context and it was easy to trigger that case in practice, and with this new method the pagedaemon only very rarely actually blocks to acquire the lock that it wants since the object locks are adaptive, and when the pagedaemon does block then the amount of time it spends sleeping will be generally be much less than 1 tick. |
| /src/sys/net/ | ||
| H A D | if.c | 1.532 Thu Jun 05 06:28:12 GMT 2025 ozaki-r if: introduce if_first_addr() (and psref variant) It returns a first address (ifa) of a given family on a given interface. It will replace a bunch of open codes and make their intent clear. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.532 Thu Aug 01 13:48:50 GMT 2019 msaitoh Add ena(4). |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.532 Sun Nov 07 01:12:22 GMT 2010 jakllsch Add schide(4) man page. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.532 Sat Jun 07 04:17:10 GMT 2003 ichiro regen. |
| H A D | pcidevs_data.h | 1.532 Sat Jun 07 05:08:45 GMT 2003 ichiro regen. |
| H A D | pcidevs | 1.532 Sat Jun 07 04:28:09 GMT 2003 ichiro Upps, mistaken fixed sufix |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.532 Wed Aug 20 21:48:38 GMT 2003 fvdl Pass pointers to frames from assembly, do not use the 'frame on stack as argument passed by value' trick, as gcc 3.3.x makes (valid) assumptions about the stack that will not be true. Costs 2 instructions per trap/syscall on i386, 4 per interrupt for MP. One instruction per trap/syscall on amd64, 2 per interrupt for MP. I expect gcc 3.3.1 to make up for this by better optimization (it'd better..) While here, make amd64 compile again by using subr_mbr_disk.c |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.532 Thu Jun 21 06:02:10 GMT 2007 wiz ntp-4.2.4p2 out. |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.532 Fri Feb 05 05:15:12 GMT 2021 rillig make: in the Var_ functions, move the scope to the front This change provides for a more natural reading order in the code. Placing the scope first makes it immediately clear in which context the remaining parameters are interpreted. No functional change. |
| H A D | parse.c | 1.532 Tue Jan 26 23:44:56 GMT 2021 rillig make(1): in -dp mode, print stack trace with each diagnostic This makes it easier to track down where a warning or an error originated from. This information could be further enriched for .for loops, to also include the variable names and their values. For now, it's good enough to replace the large comment describing how a stack trace _could_ be generated with actual code that implements that idea. The syntax of the locations is <filename>:<lineno>, which intentionally differs from the traditional "<filename>" line <lineno>, since the former is more widely supported by editors and IDEs. Having this stacktrace information is especially intended for complicated systems built upon make, such as pkgsrc. |
| H A D | var.c | 1.532 Tue Sep 22 19:08:47 GMT 2020 rillig make(1): remove obsolete fix for PR bin/29985 |
| /src/sys/sys/ | ||
| H A D | param.h | 1.532 Mon Mar 06 10:10:07 GMT 2017 hannken Add field "mnt_lower" to "struct mount" to track the file system a layered file system is mounted on. Welcome to 7.99.65 |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.532 Mon Dec 09 16:24:39 GMT 2002 david Restore the cardbus config line. Cardslot is upset with pcmcia only. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.532 Sun Dec 01 09:17:27 GMT 2002 isaki Add bmd(4) for x68k. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.532 Thu Mar 28 18:51:28 GMT 2013 christos new test |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.532 Mon Oct 13 15:29:22 GMT 2008 apb In bsd.sys.mk and bsd.own.mk, sort lists of TOOL_* variables. In bsd.README, document all TOOL_* variables that are set in bsd.sys.mk. There are several TOOL_* variables that are set in bsd.own.mk, but not set in bsd.sys.mk and not documented in bsd.README. |
Completed in 1475 milliseconds