Searched hist:1.533 (Results 1 - 25 of 27) sorted by relevance
| /src/distrib/notes/common/ | ||
| H A D | main | 1.533 Wed Nov 09 08:18:56 GMT 2016 rin branches: 1.533.2; Add myself 1.533 Wed Nov 09 08:18:56 GMT 2016 rin branches: 1.533.2; Add myself |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.533 Fri Oct 02 14:40:36 GMT 2009 pooka add another vid for fujitsu |
| H A D | usbdevs.h | 1.533 Sat Dec 12 14:30:59 GMT 2009 cherry regen properly for usbdevs, 1.538, _after_ commit |
| H A D | usbdevs_data.h | 1.533 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 $ |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.533 Sun Sep 14 11:14:00 GMT 2025 rillig lint: add more type details to several messages In most expressions, the integer promotions are performed on the operands, making the actual type different from the "visible" type of an operand. To properly explain the situation, mention the type before the integer promotions in case it differs from the resulting type. |
| H A D | tree.c | 1.533 Fri Jun 30 08:45:22 GMT 2023 rillig lint: add query for assigning an integer 0 to a pointer |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.533 Thu Nov 12 07:44:01 GMT 2020 simonb Set a better default for MAXFILES on larger RAM machines if not otherwise specified the kernel config file. Arbitary numbers are 20,000 files for 16GB RAM or more and 10,000 files for 1GB RAM or more. TODO: Adjust this and other values totally dynamically. |
| /src/sys/net/ | ||
| H A D | if.c | 1.533 Thu Jun 05 06:29:27 GMT 2025 ozaki-r Apply if_first_addr() and if_first_addr_psref() |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.533 Wed Aug 07 06:28:03 GMT 2019 maxv Sync with reality. |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.533 Sat Nov 13 00:47:24 GMT 2010 jnemeth PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) network driver The et(4) driver supports PCI Express Ethernet adapters based on the Agere/LSI ET1310/ET1301 integrated MAC/PHY. The et(4) driver was written by Sepherosa Ziehau for DragonFlyBSD, ported to OpenBSD by Jonathan Gray and subsequently ported to NetBSD by Kaspar Brand. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.533 Sat Jun 07 04:29:48 GMT 2003 ichiro regen. |
| H A D | pcidevs_data.h | 1.533 Sat Jun 07 09:08:02 GMT 2003 wiz regen (+ATI 9100, 9600TX, 9500/9700) |
| H A D | pcidevs | 1.533 Sat Jun 07 05:07:52 GMT 2003 ichiro add productID of ATI |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.533 Sun Aug 24 17:52:30 GMT 2003 chs add support for non-executable mappings (where the hardware allows this) and make the stack and heap non-executable by default. the changes fall into two basic catagories: - pmap and trap-handler changes. these are all MD: = alpha: we already track per-page execute permission with the (software) PG_EXEC bit, so just have the trap handler pay attention to it. = i386: use a new GDT segment for %cs for processes that have no executable mappings above a certain threshold (currently the bottom of the stack). track per-page execute permission with the last unused PTE bit. = powerpc/ibm4xx: just use the hardware exec bit. = powerpc/oea: we already track per-page exec bits, but the hardware only implements non-exec mappings at the segment level. so track the number of executable mappings in each segment and turn on the no-exec segment bit iff the count is 0. adjust the trap handler to deal. = sparc (sun4m): fix our use of the hardware protection bits. fix the trap handler to recognize text faults. = sparc64: split the existing unified TSB into data and instruction TSBs, and only load TTEs into the appropriate TSB(s) for the permissions. fix the trap handler to check for execute permission. = not yet implemented: amd64, hppa, sh5 - changes in all the emulations that put a signal trampoline on the stack. instead, we now put the trampoline into a uvm_aobj and map that into the process separately. originally from openbsd, adapted for netbsd by me. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.533 Sun Apr 11 05:45:57 GMT 2010 pooka Following nullfs, rename rumpfs_umapfs to rumpfs_umap to make the basename the same as the kernel module (this too was in-tree only for a little over a week with the old name). |
| H A D | mi | 1.533 Fri Mar 18 17:44:17 GMT 2005 drochner add new brazilian-abnt2 keymap |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.533 Thu Jun 21 17:02:08 GMT 2007 mrg note GCC 4.1.3-20070620 |
| /src/usr.bin/make/ | ||
| H A D | main.c | 1.533 Fri Feb 05 19:19:17 GMT 2021 sjg Avoid strdup in mkTempFile Require caller to pass a buffer and size if they want the tempfile not unlinked. Add Job_TempFile to handle blocking signals around call to mkTempFile, so that meta_open_filemon can use it in jobs mode. |
| H A D | parse.c | 1.533 Wed Jan 27 00:02:38 GMT 2021 rillig make(1): fix irrelevant message in -W mode |
| H A D | var.c | 1.533 Tue Sep 22 20:19:46 GMT 2020 rillig make(1): prepare Var_Subst for proper error handling Returning a VarParseResult instead of a string makes it possible to let the error bubble up, until it reaches the main expression. |
| /src/sys/sys/ | ||
| H A D | param.h | 1.533 Tue Mar 14 09:04:16 GMT 2017 ozaki-r Bump kernel version for ifnet_psref_class hiding Welcome to 7.99.66 |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.533 Thu Dec 26 08:21:56 GMT 2002 junyoung #<space>comment... Pointed out by collver1 via PR#18468. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.533 Sun Dec 08 21:57:50 GMT 2002 perry add qsubst |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.533 Sun Apr 14 18:00:48 GMT 2013 jmmv Add missing Kyuafile. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.533 Mon Oct 13 18:23:47 GMT 2008 apb Remove references to TOOL_BEBOXELF2PEF and TOOL_BEBOXMKBOOTIMAGE, which were obsoleted in May 2008. |
Completed in 1538 milliseconds