Searched hist:1.770 (Results 1 - 19 of 19) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | if_wm.c | 1.770 Thu May 11 06:59:31 GMT 2023 msaitoh Sort lines. No functional change. Rearrange the order of the registers so that they are roughly in ascending order. |
| H A D | pcidevs.h | 1.770 Wed Mar 01 22:23:21 GMT 2006 dogcow branches: 1.770.2; add a bunch of Nvidia nForce ethernet IDs (via OpenBSD.) 1.770 Wed Mar 01 22:23:21 GMT 2006 dogcow branches: 1.770.2; add a bunch of Nvidia nForce ethernet IDs (via OpenBSD.) |
| H A D | pcidevs_data.h | 1.770 Mon Mar 06 08:24:13 GMT 2006 martin Regen (MOXA devices added) |
| H A D | pcidevs | 1.770 Mon Mar 06 08:23:00 GMT 2006 martin Add MOXA devices, from Olivier Cherrier |
| /src/sys/dev/usb/ | ||
| H A D | usbdevs | 1.770 Wed Jan 30 19:51:28 GMT 2019 jakllsch branches: 1.770.4; Add HP LP2[24]75w hub ids. (ID strings are missing from device.) 1.770 Wed Jan 30 19:51:28 GMT 2019 jakllsch branches: 1.770.4; Add HP LP2[24]75w hub ids. (ID strings are missing from device.) |
| H A D | usbdevs.h | 1.770 Sat Apr 11 06:55:48 GMT 2020 jdolecek regen |
| H A D | usbdevs_data.h | 1.770 Sat Apr 11 06:55:48 GMT 2020 jdolecek regen |
| /src/sys/arch/i386/i386/ | ||
| H A D | machdep.c | 1.770 Tue Dec 20 14:03:15 GMT 2016 maxv When the i386 port was designed, the bootstrap code needed little physical memory, and taking it below the kernel image was fine: we had 160 free pages, and never allocated more than 20. With amd64 however, we create a direct map, and for this map we need a number of page table pages that is mostly proportionate to the number of physical addresses available, which implies that these 160 free pages may not be enough. In particular, if the CPU does not support 1GB superpages, each 1GB chunk of physical memory needs a 4k page in the direct map, which means that if a machine has 160GB of ram, the bootstrap code allocates more than 160 pages, thereby overwriting the I/O mem area. If we push a little further, if a machine has 512GB of ram, we allocate ~525 pages, and start overwriting the kernel text, causing the system to go crazy at boot time. Fix this moving the physical allocation area from below the kernel to above it. avail_start is now beyond the kernel, and lowmem_rsvd indicates the reserved low-memory pages. The area [lowmem_rsvd; IOM_BEGIN[ is internalized into UVM, so there is no pa loss. The only limit now is the pa of LAPIC, which is located at ~4GB of memory, so it is perfectly fine. This change theoretically adds va support for 512GB of ram; and it is a prerequisite if we want to support more memory anyway. |
| /src/distrib/sets/lists/base/ | ||
| H A D | shl.mi | 1.770 Sat Apr 23 23:28:13 GMT 2016 christos Add {pthread,clock}_getcpuid man pages and bump. |
| H A D | mi | 1.770 Sun Aug 31 00:55:44 GMT 2008 christos one more catalog |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.770 Mon Jul 05 10:37:36 GMT 2010 jruoho ACPICA 20100702 is out. |
| H A D | CHANGES | 1.770 Thu Dec 21 19:38:24 GMT 2006 macallan mention X on shark |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.770 Sun Mar 13 15:20:09 GMT 2005 perry branches: 1.770.2; add memmem man pages 1.770 Sun Mar 13 15:20:09 GMT 2005 perry branches: 1.770.2; add memmem man pages |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.770 Wed Aug 02 16:24:29 GMT 2006 reed Fix comment, removed some periods at end of a couple comments (not all), and alphabetize "ral" before "re". This will make it easier to diff with GENERIC_LAPTOP. No real changes. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.770 Fri Mar 25 23:30:55 GMT 2005 cube Add a manpage for attimer(4), and cross-reference it from pcppi(4). |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.770 Fri Dec 08 01:19:29 GMT 2017 christos make _lwp_park return the remaining time to sleep in the "ts" argument if it is a relative timestamp, as discussed in tech-kern. XXX: pullup-8 |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.770 Wed Feb 26 05:51:11 GMT 2014 mrg put the new EXTERNAL_GCC_SUBDIR under MKGCC. |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.770 Sun Dec 27 13:15:43 GMT 2020 rillig make(1): do not inspect output variables in ParseVarnameShort |
| /src/sys/conf/ | ||
| H A D | files | 1.770 Fri Apr 14 13:09:06 GMT 2006 blymn Make i/o statistics collection more generic, include tape drives and nfs mounts in the set of devices that statistics will be reported on. |
Completed in 1568 milliseconds