Searched hist:1.424 (Results 1 - 25 of 43) sorted by relevance
| /src/share/man/man4/ | ||
| H A D | options.4 | 1.424 Thu Jun 06 08:34:05 GMT 2013 wiz branches: 1.424.2; fix typo. 1.424 Thu Jun 06 08:34:05 GMT 2013 wiz branches: 1.424.2; fix typo. |
| H A D | Makefile | 1.424 Thu Apr 12 18:21:26 GMT 2007 macallan Add chipsfb.4 and genfb.4 |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs.h | 1.424 Wed Dec 07 10:18:10 GMT 2005 augustss branches: 1.424.2; Regen. 1.424 Wed Dec 07 10:18:10 GMT 2005 augustss branches: 1.424.2; Regen. |
| H A D | usbdevs | 1.424 Sat Mar 25 14:12:19 GMT 2006 gdt add defines for vendor and product ids found in Kyocera KPC650 EVDO card, with a QUALCOMM MSM5500 chip. These differ from the same chip in the Airprime card, so I've added a _K suffix to the constants. Add Gnu Radio USRP. This might be a private or unofficial allocation, but I'll assume it's better to have it included. |
| H A D | usbdevs_data.h | 1.424 Mon Nov 28 19:32:29 GMT 2005 augustss Regen. |
| /src/sys/kern/ | ||
| H A D | init_main.c | 1.424 Thu Dec 16 00:42:22 GMT 2010 eeh branches: 1.424.2; ubc_init needs to run while we're still cold or uvmhist breaks. 1.424 Thu Dec 16 00:42:22 GMT 2010 eeh branches: 1.424.2; ubc_init needs to run while we're still cold or uvmhist breaks. |
| H A D | kern_exec.c | 1.424 Sun Mar 20 14:58:10 GMT 2016 khorben Let PaX ASLR know about the current emulation This effectively fixes PaX ASLR with 32-bits emulation on 64-bits platforms. Without this knowledge, the offset applied for 32-bits programs was really meant for a 64-bits address space - thus shifting the address up to 12 bits, with a success rate of about 1/4096. This offset is calculated once in the lifetime of the process, which therefore behaved normally when able to start. Fixes kern/50469, probably also kern/50986 Tested on NetBSD/amd64 (emul_netbsd32) |
| H A D | vfs_subr.c | 1.424 Mon Jul 11 08:27:37 GMT 2011 hannken Change VOP_BWRITE() to take a vnode as its first argument like all other VOPs do. Layered file systems no longer have to modify bp->b_vp and run into trouble when an async VOP_BWRITE() uses the wrong vnode. - change all occurences of VOP_BWRITE(bp) to VOP_BWRITE(bp->b_vp, bp). - remove layer_bwrite(). - welcome to 5.99.55 Adresses PR kern/38762 panic: vwakeup: neg numoutput No objections from tech-kern@. |
| /src/sys/netinet/ | ||
| H A D | tcp_input.c | 1.424 Tue Sep 29 02:58:53 GMT 2020 msaitoh branches: 1.424.2; s/occurence/occurrence/ 1.424 Tue Sep 29 02:58:53 GMT 2020 msaitoh branches: 1.424.2; s/occurence/occurrence/ |
| /src/sys/uvm/ | ||
| H A D | uvm_map.c | 1.424 Wed Aug 14 22:24:09 GMT 2024 rin uvm_map: Fix build failure with DIAGNOSTIC for rev 1.422 PR kern/51254: uvm assertion "!topdown || hint <= orig_hint" failed |
| /src/sys/arch/sparc64/sparc64/ | ||
| H A D | locore.s | 1.424 Sun Dec 20 11:58:58 GMT 2020 palle sun4v: add comment in sun4v_tl1_ptbl_miss code path - no functional change |
| /src/sys/dev/ata/ | ||
| H A D | wd.c | 1.424 Fri Jul 22 04:08:10 GMT 2016 jakllsch Add ATA8-ACS Long Logical Sector Feature Set support to wd(4). |
| /src/sys/arch/i386/conf/ | ||
| H A D | ALL | 1.424 Sat Jul 29 18:08:58 GMT 2017 maxv Remove TCP_COMPAT_42 from the config files. Pass 3. |
| /src/sys/arch/arm/arm32/ | ||
| H A D | pmap.c | 1.424 Fri Jan 29 07:00:28 GMT 2021 skrll More debug |
| /src/distrib/notes/common/ | ||
| H A D | main | 1.424 Wed Oct 29 13:09:25 GMT 2008 tsutsui - remove rarely maintained whatis files - wipe out changes lists for 4.0 (newer ones might be pulled from doc/CHANGES) - list some updated 3rd party programs |
| /src/distrib/sets/lists/debug/ | ||
| H A D | mi | 1.424 Fri Nov 24 16:21:17 GMT 2023 riastradh pthread: Add tests for pthread user stack allocation. PR lib/57721 XXX pullup-10 XXX pullup-9 XXX pullup-8 |
| /src/etc/ | ||
| H A D | Makefile | 1.424 Mon Aug 31 06:08:07 GMT 2015 uebayasi Exclude duplicate kernel config names in set generation. Suppress warnings of defining duplicate make(1) targets. |
| /src/share/man/man9/ | ||
| H A D | Makefile | 1.424 Sun Jun 03 01:52:47 GMT 2018 pgoyette Also add new entries in the .Nm list, and update Makefile to actually build the MLINKS |
| /src/share/mk/ | ||
| H A D | bsd.README | 1.424 Sun Dec 05 04:54:20 GMT 2021 msaitoh s/from from/from/ in comment. |
| /src/sys/dev/pci/ | ||
| H A D | files.pci | 1.424 Mon Jan 20 18:38:17 GMT 2020 thorpej Remove FDDI support. |
| H A D | pcidevs | 1.424 Wed May 15 14:14:34 GMT 2002 augustss branches: 1.424.2; Give a more suitable name to the DEC 21554 bridge. 1.424 Wed May 15 14:14:34 GMT 2002 augustss branches: 1.424.2; Give a more suitable name to the DEC 21554 bridge. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | cgram.y | 1.424 Sat Oct 01 09:42:40 GMT 2022 rillig lint: add hyphen to adjective 'old-style' |
| /src/sys/net/ | ||
| H A D | if.c | 1.424 Thu May 24 05:27:29 GMT 2018 msaitoh Print "NET_MPSAFE enabled" if it's enabled. |
| /src/sys/arch/x86/x86/ | ||
| H A D | pmap.c | 1.424 Sun Jul 16 19:55:43 GMT 2023 riastradh x86: Sprinkle extensive commentary about %fs/%gs initialization. Plus some other side quests like the three-stage GDT metamorphosis lifecycle. No functional change intended. |
| /src/sys/arch/amd64/conf/ | ||
| H A D | GENERIC | 1.424 Sat Feb 13 19:53:23 GMT 2016 riastradh Add nouveau to x86 GENERIC kernels. |
Completed in 566 milliseconds