Searched hist:1.691 (Results 1 - 22 of 22) sorted by relevance
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.691 Sun Mar 08 02:16:46 GMT 2015 christos add more from OpenBSD |
| H A D | usbdevs.h | 1.691 Sun Aug 23 10:49:09 GMT 2015 skrll regen |
| H A D | usbdevs_data.h | 1.691 Fri Jul 03 13:17:20 GMT 2015 skrll Regen |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.691 Wed Nov 02 00:10:08 GMT 2011 uwe branches: 1.691.2; Switch sh3 to gdb7. 1.691 Wed Nov 02 00:10:08 GMT 2011 uwe branches: 1.691.2; Switch sh3 to gdb7. |
| /src/share/man/man4/ | ||
| H A D | Makefile | 1.691 Wed Dec 18 07:37:18 GMT 2019 maxv Retire filemon, discussed on tech-kern@. |
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.691 Thu Jan 27 21:48:37 GMT 2005 jdolecek regen: add id for nForce2 Ultra 400 audio |
| H A D | pcidevs_data.h | 1.691 Wed Feb 02 11:20:40 GMT 2005 abs Regen to pick up corrected code for VIA VT6421 |
| H A D | pcidevs | 1.691 Tue Feb 01 18:21:14 GMT 2005 abs Add 'VT642 SATA RAID Controller'. It looks like a viaide, it smells like a viaide... but you can only address the drives once you have put two or more of them into a RAID or JBOD. |
| /src/usr.bin/xlint/lint1/ | ||
| H A D | tree.c | 1.691 Sun Sep 14 00:05:05 GMT 2025 rillig lint: do not preserve bit-field information in integer promotions The bit-field information was wrongly added back in 2021. At that time, the integer constraints had not been implemented yet, so it was a straight-forward idea to implement value restrictions using the type system and propagage these through the expressions. Due to preserving the bit-field information, some lint warnings contained wrong type information. These warnings are now fixed. |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.691 Sat Jul 24 00:45:54 GMT 2010 jym Welcome PAE inside i386 current. This patch is inspired by work previously done by Jeremy Morse, ported by me to -current, merged with the work previously done for port-xen, together with additionals fixes and improvements. PAE option is disabled by default in GENERIC (but will be enabled in ALL in the next few days). In quick, PAE switches the CPU to a mode where physical addresses become 36 bits (64 GiB). Virtual address space remains at 32 bits (4 GiB). To cope with the increased size of the physical address, they are manipulated as 64 bits variables by kernel and MMU. When supported by the CPU, it also allows the use of the NX/XD bit that provides no-execution right enforcement on a per physical page basis. Notes: - reworked locore.S - introduce cpu_load_pmap(), used to switch pmap for the curcpu. Due to the different handling of pmap mappings with PAE vs !PAE, Xen vs native, details are hidden within this function. This helps calling it from assembly, as some features, like BIOS calls, switch to pmap_kernel before mapping trampoline code in low memory. - some changes in bioscall and kvm86_call, to reflect the above. - the L3 is "pinned" per-CPU, and is only manipulated by a reduced set of functions within pmap. To track the L3, I added two elements to struct cpu_info, namely ci_l3_pdirpa (PA of the L3), and ci_l3_pdir (the L3 VA). Rest of the code considers that it runs "just like" a normal i386, except that the L2 is 4 pages long (PTP_LEVELS is still 2). - similar to the ci_pae_l3_pdir{,pa} variables, amd64's xen_current_user_pgd becomes an element of cpu_info (slowly paving the way for MP world). - bootinfo_source struct declaration is modified, to cope with paddr_t size change with PAE (it is not correct to assume that bs_addr is a paddr_t when compiled with PAE - it should remain 32 bits). bs_addrs is now a void * array (in bootloader's code under i386/stand/, the bs_addrs is a physaddr_t, which is an unsigned long). - fixes in multiboot code (same reason as bootinfo): paddr_t size change. I used Elf32_* types, use RELOC() where necessary, and move the memcpy() functions out of the if/else if (I do not expect sym and str tables to overlap with ELF). - 64 bits atomic functions for pmap - all pmap_pdirpa access are now done through the pmap_pdirpa macro. It hides the L3/L2 stuff from PAE, as well as the pm_pdirpa change in struct pmap (it now becomes a PDP_SIZE array, with or without PAE). - manipulation of recursive mappings ( PDIR_SLOT_{,A}PTEs ) is done via loops on PDP_SIZE. See also http://mail-index.netbsd.org/port-i386/2010/07/17/msg002062.html No objection raised on port-i386@ and port-xen@R for about a week. XXX kvm(3) will be fixed in another patch to properly handle both PAE and !PAE kernel dumps (VA => PA macros are slightly different, and need proper 64 bits PA support in kvm_i386). XXX Mixing PAE and !PAE modules may lead to unwanted/unexpected results. This cannot be solved easily, and needs lots of thinking before being declared safe (paddr_t/bus_addr_t size handling, PD/PT macros abstractions). |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.691 Sat Mar 01 03:28:06 GMT 2014 christos bump bind libraries |
| H A D | mi | 1.691 Mon Mar 05 16:57:06 GMT 2007 tnozaki iconv: add following CCS/CES support. - CNS11643-[3-7] <-> UCS:BMP/SIP (EUC-TW, ISO-2022-CN-EXT) - HKSCS <-> UCS:BMP/SIP (Big5-HKSCS) - JISX0213-[1-2] <-> UCS:BMP/SIP (EUC-JIS-2004,Shift_JIS-2004,ISO-2022-JP-2004) |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.691 Sun May 03 06:52:44 GMT 2009 roy Import dhcpcd-5.0.1 |
| H A D | CHANGES | 1.691 Sun Sep 10 05:14:25 GMT 2006 riz scan_ffs -F file support has been pulled up to netbsd-4. |
| /src/usr.bin/make/ | ||
| H A D | parse.c | 1.691 Mon Jan 23 23:01:52 GMT 2023 sjg make: .[NO]READONLY for control of read-only variables Reviewed by: rillig |
| H A D | var.c | 1.691 Sat Nov 21 15:28:44 GMT 2020 rillig make(1): clean up parameter order in EvalUndefined |
| /src/sys/sys/ | ||
| H A D | param.h | 1.691 Mon Mar 08 20:02:47 GMT 2021 christos welcome to 9.99.81, ip_randomid() signature change. |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.691 Sat Jul 30 06:35:36 GMT 2005 yamt add "options VMSWAP" to non INSTALL kernels. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.691 Mon May 03 00:56:55 GMT 2004 kanaoka Add vald(4) manual page. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.691 Wed Nov 02 00:51:22 GMT 2016 kamil Add new test t_ptrace with traceme1 This test is a placeholder for further checks of the native ptrace(2) function calls. XXX: Is it safe to call ATF functions from a child? FreeBSD seems to construct dedicated asserts for them. XXX: printf(3) calls from a child are not intercepted by atf-run(1) Sponsored by <The NetBSD Foundation>. |
| /src/sys/conf/ | ||
| H A D | files | 1.691 Mon Oct 04 01:16:39 GMT 2004 thorpej Add a parsing module for 4.4BSD/NetBSD disklabels. This module supports disklabels nested inside an MBR "NetBSD" or "386BSD" partition (first one found is considered authoritative for the disk), or in one of several known locations for various NetBSD platforms. It can read native or other- endian disklabels (code is there, but not tested). If you want to play with this, exercise caution; you can't currently mountroot on a wedge (setroot() needs some work). Enabled by the DKWEDGE_METHOD_BSDLABEL kernel option. |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.691 Sun Apr 18 23:42:23 GMT 2004 lukem Add MLINKS for: CIRCLEQ_FOREACH(3) CIRCLEQ_FOREACH_REVERSE(3) LIST_FOREACH(3) SIMPLEQ_FOREACH(3) SLIST_EMPTY(3) SLIST_ENTRY(3) SLIST_FIRST(3) SLIST_FOREACH(3) SLIST_HEAD(3) SLIST_HEAD_INITIALIZER(3) SLIST_INIT(3) SLIST_INSERT_AFTER(3) SLIST_INSERT_HEAD(3) SLIST_NEXT(3) SLIST_REMOVE(3) SLIST_REMOVE_HEAD(3) STAILQ_EMPTY(3) STAILQ_ENTRY(3) STAILQ_FIRST(3) STAILQ_FOREACH(3) STAILQ_HEAD(3) STAILQ_HEAD_INITIALIZER(3) STAILQ_INIT(3) STAILQ_INSERT_AFTER(3) STAILQ_INSERT_HEAD(3) STAILQ_INSERT_TAIL(3) STAILQ_NEXT(3) STAILQ_REMOVE(3) STAILQ_REMOVE_HEAD(3) TAILQ_FOREACH(3) TAILQ_FOREACH_REVERSE(3) TAILQ_LAST(3) TAILQ_PREV(3) |
Completed in 1573 milliseconds