Searched +hist:1.56 +hist:2.1 (Results 1 - 25 of 58) sorted by relevance
| /src/sys/arch/i386/i386/ | ||
| H A D | db_interface.c | 1.89 Wed Sep 18 22:29:39 GMT 2024 rin i386: DDB: Call x86_pause() (`pause` insn) when CPUs are paused as already done for amd64: https://mail-index.netbsd.org/source-changes/2023/07/31/msg146423.html `pause` insn has been introduced to Pentium 4. However, its opcode is consisted of `nop` (0x90) followed by `rep` prefix (0xf3), and therefore interpreted as `nop` for older processors. Intel assured this behavior [1]. Also note that we already use `pause` unconditionally for i386. Briefly tested on QEMU. [1] Intel, ``AP-949 Using Spin-Loops on Intel Pentium 4 Processor and Intel Xeon Processor'', Version 2.1, Sec 2.1.1. (2001) 1.89 Wed Sep 18 22:29:39 GMT 2024 rin i386: DDB: Call x86_pause() (`pause` insn) when CPUs are paused as already done for amd64: https://mail-index.netbsd.org/source-changes/2023/07/31/msg146423.html `pause` insn has been introduced to Pentium 4. However, its opcode is consisted of `nop` (0x90) followed by `rep` prefix (0xf3), and therefore interpreted as `nop` for older processors. Intel assured this behavior [1]. Also note that we already use `pause` unconditionally for i386. Briefly tested on QEMU. [1] Intel, ``AP-949 Using Spin-Loops on Intel Pentium 4 Processor and Intel Xeon Processor'', Version 2.1, Sec 2.1.1. (2001) 1.56 Wed Nov 28 16:28:44 GMT 2007 ad branches: 1.56.6; Use the new atomic ops. 1.56 Wed Nov 28 16:28:44 GMT 2007 ad branches: 1.56.6; Use the new atomic ops. 1.89 Wed Sep 18 22:29:39 GMT 2024 rin i386: DDB: Call x86_pause() (`pause` insn) when CPUs are paused as already done for amd64: https://mail-index.netbsd.org/source-changes/2023/07/31/msg146423.html `pause` insn has been introduced to Pentium 4. However, its opcode is consisted of `nop` (0x90) followed by `rep` prefix (0xf3), and therefore interpreted as `nop` for older processors. Intel assured this behavior [1]. Also note that we already use `pause` unconditionally for i386. Briefly tested on QEMU. [1] Intel, ``AP-949 Using Spin-Loops on Intel Pentium 4 Processor and Intel Xeon Processor'', Version 2.1, Sec 2.1.1. (2001) 1.89 Wed Sep 18 22:29:39 GMT 2024 rin i386: DDB: Call x86_pause() (`pause` insn) when CPUs are paused as already done for amd64: https://mail-index.netbsd.org/source-changes/2023/07/31/msg146423.html `pause` insn has been introduced to Pentium 4. However, its opcode is consisted of `nop` (0x90) followed by `rep` prefix (0xf3), and therefore interpreted as `nop` for older processors. Intel assured this behavior [1]. Also note that we already use `pause` unconditionally for i386. Briefly tested on QEMU. [1] Intel, ``AP-949 Using Spin-Loops on Intel Pentium 4 Processor and Intel Xeon Processor'', Version 2.1, Sec 2.1.1. (2001) 1.56 Wed Nov 28 16:28:44 GMT 2007 ad branches: 1.56.6; Use the new atomic ops. 1.56 Wed Nov 28 16:28:44 GMT 2007 ad branches: 1.56.6; Use the new atomic ops. |
| /src/sys/dev/pci/ | ||
| H A D | if_age.c | 1.56 Tue Mar 05 08:25:02 GMT 2019 msaitoh Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes if_upgt.c's ETHER_ALIGN from 0 to 2. 1.9 Wed Jan 21 07:48:54 GMT 2009 cegger Roll our own ETHER_ALIGN #define like many other driver do. Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do). Also use ETHER_ALIGN to correctly adjust new mbufs. This makes the driver finally work. Tested by Jochen Kunz: ping -nf 192.168.2.1 PING 192.168.2.1 (192.168.2.1): 56 data bytes ----192.168.2.1 PING Statistics---- 28949 packets transmitted, 28949 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms 2710.6 packets/sec sent, 2710.6 packets/sec received XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers? 1.9 Wed Jan 21 07:48:54 GMT 2009 cegger Roll our own ETHER_ALIGN #define like many other driver do. Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do). Also use ETHER_ALIGN to correctly adjust new mbufs. This makes the driver finally work. Tested by Jochen Kunz: ping -nf 192.168.2.1 PING 192.168.2.1 (192.168.2.1): 56 data bytes ----192.168.2.1 PING Statistics---- 28949 packets transmitted, 28949 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms 2710.6 packets/sec sent, 2710.6 packets/sec received XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers? 1.9 Wed Jan 21 07:48:54 GMT 2009 cegger Roll our own ETHER_ALIGN #define like many other driver do. Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do). Also use ETHER_ALIGN to correctly adjust new mbufs. This makes the driver finally work. Tested by Jochen Kunz: ping -nf 192.168.2.1 PING 192.168.2.1 (192.168.2.1): 56 data bytes ----192.168.2.1 PING Statistics---- 28949 packets transmitted, 28949 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms 2710.6 packets/sec sent, 2710.6 packets/sec received XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers? 1.9 Wed Jan 21 07:48:54 GMT 2009 cegger Roll our own ETHER_ALIGN #define like many other driver do. Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do). Also use ETHER_ALIGN to correctly adjust new mbufs. This makes the driver finally work. Tested by Jochen Kunz: ping -nf 192.168.2.1 PING 192.168.2.1 (192.168.2.1): 56 data bytes ----192.168.2.1 PING Statistics---- 28949 packets transmitted, 28949 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms 2710.6 packets/sec sent, 2710.6 packets/sec received XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers? 1.56 Tue Mar 05 08:25:02 GMT 2019 msaitoh Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes if_upgt.c's ETHER_ALIGN from 0 to 2. 1.9 Wed Jan 21 07:48:54 GMT 2009 cegger Roll our own ETHER_ALIGN #define like many other driver do. Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do). Also use ETHER_ALIGN to correctly adjust new mbufs. This makes the driver finally work. Tested by Jochen Kunz: ping -nf 192.168.2.1 PING 192.168.2.1 (192.168.2.1): 56 data bytes ----192.168.2.1 PING Statistics---- 28949 packets transmitted, 28949 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms 2710.6 packets/sec sent, 2710.6 packets/sec received XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers? 1.9 Wed Jan 21 07:48:54 GMT 2009 cegger Roll our own ETHER_ALIGN #define like many other driver do. Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do). Also use ETHER_ALIGN to correctly adjust new mbufs. This makes the driver finally work. Tested by Jochen Kunz: ping -nf 192.168.2.1 PING 192.168.2.1 (192.168.2.1): 56 data bytes ----192.168.2.1 PING Statistics---- 28949 packets transmitted, 28949 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms 2710.6 packets/sec sent, 2710.6 packets/sec received XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers? 1.9 Wed Jan 21 07:48:54 GMT 2009 cegger Roll our own ETHER_ALIGN #define like many other driver do. Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do). Also use ETHER_ALIGN to correctly adjust new mbufs. This makes the driver finally work. Tested by Jochen Kunz: ping -nf 192.168.2.1 PING 192.168.2.1 (192.168.2.1): 56 data bytes ----192.168.2.1 PING Statistics---- 28949 packets transmitted, 28949 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms 2710.6 packets/sec sent, 2710.6 packets/sec received XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers? 1.9 Wed Jan 21 07:48:54 GMT 2009 cegger Roll our own ETHER_ALIGN #define like many other driver do. Use ETHER_ALIGN to calculate number of segments correctly (actually the same way as FreeBSD and OpenBSD do). Also use ETHER_ALIGN to correctly adjust new mbufs. This makes the driver finally work. Tested by Jochen Kunz: ping -nf 192.168.2.1 PING 192.168.2.1 (192.168.2.1): 56 data bytes ----192.168.2.1 PING Statistics---- 28949 packets transmitted, 28949 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.157/0.364/2.272/0.023 ms 2710.6 packets/sec sent, 2710.6 packets/sec received XXX Shouldn't if_ether.h provide ETHER_ALIGN instead of defining it in all drivers? |
| H A D | pcireg.h | 1.56 Wed Nov 28 04:03:16 GMT 2007 briggs branches: 1.56.2; 1.56.6; Correct a typo. To create the command/status word, shift the components left, not right. 1.56 Wed Nov 28 04:03:16 GMT 2007 briggs branches: 1.56.2; 1.56.6; Correct a typo. To create the command/status word, shift the components left, not right. 1.56 Wed Nov 28 04:03:16 GMT 2007 briggs branches: 1.56.2; 1.56.6; Correct a typo. To create the command/status word, shift the components left, not right. 1.16 Mon Jun 01 17:48:13 GMT 1998 cgd according to the PCI 2.1 spec, the low _two_ bits of I/O BARs have defined meaning/value other than specifying the address of the region. (lowest bit is 1, meaning I/O space. second-lowest bit is reserved.) |
| /src/sys/arch/arc/conf/ | ||
| H A D | PICA | 1.56 Sun Feb 05 05:01:49 GMT 2006 cube branches: 1.56.2; 1.56.4; 1.56.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf). 1.56 Sun Feb 05 05:01:49 GMT 2006 cube branches: 1.56.2; 1.56.4; 1.56.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf). 1.56 Sun Feb 05 05:01:49 GMT 2006 cube branches: 1.56.2; 1.56.4; 1.56.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf). 1.56 Sun Feb 05 05:01:49 GMT 2006 cube branches: 1.56.2; 1.56.4; 1.56.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf). 1.18 Tue Feb 22 11:25:59 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6 1.56 Sun Feb 05 05:01:49 GMT 2006 cube branches: 1.56.2; 1.56.4; 1.56.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf). 1.56 Sun Feb 05 05:01:49 GMT 2006 cube branches: 1.56.2; 1.56.4; 1.56.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf). 1.56 Sun Feb 05 05:01:49 GMT 2006 cube branches: 1.56.2; 1.56.4; 1.56.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf). 1.56 Sun Feb 05 05:01:49 GMT 2006 cube branches: 1.56.2; 1.56.4; 1.56.6; Remove 'count' argument for pseudo-devices that ignore it (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf). 1.18 Tue Feb 22 11:25:59 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6 |
| H A D | ARCTIC | 1.56 Sun Mar 06 17:08:20 GMT 2011 bouyer branches: 1.56.4; merge the bouyer-quota2 branch. This adds a new on-disk format to store disk quota usage and limits, integrated with ffs metadata. Usage is checked by fsck_ffs (no more quotacheck) and is covered by the WAPBL journal. Enabled with kernel option QUOTA2 (added where QUOTA was enabled in kernel config files), turned on with tunefs(8) on a per-filesystem basis. mount_mfs(8) can also turn quotas on. See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html for details. 1.56 Sun Mar 06 17:08:20 GMT 2011 bouyer branches: 1.56.4; merge the bouyer-quota2 branch. This adds a new on-disk format to store disk quota usage and limits, integrated with ffs metadata. Usage is checked by fsck_ffs (no more quotacheck) and is covered by the WAPBL journal. Enabled with kernel option QUOTA2 (added where QUOTA was enabled in kernel config files), turned on with tunefs(8) on a per-filesystem basis. mount_mfs(8) can also turn quotas on. See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html for details. 1.4 Tue Feb 22 11:25:58 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6 |
| H A D | RAMDISK | 1.56 Fri Feb 18 21:05:51 GMT 2005 dsl branches: 1.56.4; Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT 1.56 Fri Feb 18 21:05:51 GMT 2005 dsl branches: 1.56.4; Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT 1.4 Tue Feb 22 11:25:59 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6 |
| H A D | files.arc | 1.56 Sun Sep 03 18:12:48 GMT 2006 gdamore branches: 1.56.2; Convert to MI todr framework. 1.56 Sun Sep 03 18:12:48 GMT 2006 gdamore branches: 1.56.2; Convert to MI todr framework. 1.16 Tue Feb 22 11:25:59 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6 |
| H A D | M403 | 1.56 Sat Mar 02 02:42:10 GMT 2013 christos Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it. 1.4 Tue Feb 22 11:25:58 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6 |
| /src/share/misc/ | ||
| H A D | bsd-family-tree | 1.56 Fri May 30 07:26:06 GMT 2014 msaitoh branches: 1.56.2; 1.56.6; 1.56.8; Sync with FreeBSD: - Add DragonFly 3.6.0 and 3.6.1 - Add FreeBSD 9.2 and 10.0 - Add Mac OS X 10.9 - Add OpenBSD 5.4 - Change the master's URL. Add some releases: - Add NetBSD 5.1.4 and 5.2.2 - Add OpenBSD 5.5 1.56 Fri May 30 07:26:06 GMT 2014 msaitoh branches: 1.56.2; 1.56.6; 1.56.8; Sync with FreeBSD: - Add DragonFly 3.6.0 and 3.6.1 - Add FreeBSD 9.2 and 10.0 - Add Mac OS X 10.9 - Add OpenBSD 5.4 - Change the master's URL. Add some releases: - Add NetBSD 5.1.4 and 5.2.2 - Add OpenBSD 5.5 1.56 Fri May 30 07:26:06 GMT 2014 msaitoh branches: 1.56.2; 1.56.6; 1.56.8; Sync with FreeBSD: - Add DragonFly 3.6.0 and 3.6.1 - Add FreeBSD 9.2 and 10.0 - Add Mac OS X 10.9 - Add OpenBSD 5.4 - Change the master's URL. Add some releases: - Add NetBSD 5.1.4 and 5.2.2 - Add OpenBSD 5.5 1.56 Fri May 30 07:26:06 GMT 2014 msaitoh branches: 1.56.2; 1.56.6; 1.56.8; Sync with FreeBSD: - Add DragonFly 3.6.0 and 3.6.1 - Add FreeBSD 9.2 and 10.0 - Add Mac OS X 10.9 - Add OpenBSD 5.4 - Change the master's URL. Add some releases: - Add NetBSD 5.1.4 and 5.2.2 - Add OpenBSD 5.5 1.28 Wed Nov 02 20:27:43 GMT 2005 rpaulo Add NetBSD 2.1 and 2.0.3. Thanks to riz, jmc, jschauma and salo. Did if forget anyone? |
| /src/distrib/sets/lists/comp/ | ||
| H A D | md.pmax | 1.56 Sat Jul 29 19:10:56 GMT 2006 ad Remove RASTERCONSOLE support from the pmax port. 1.21 Thu Jul 02 06:36:38 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library related files. Partition into three categories: * shl.mi -- MI sharedlib files present on all ports with shared libs * shl.aout -- MI sharedlib files present on all ELF ports * shl.elf -- MI sharedlib files present on all a.out ports Add rudimentary shl* support to makeflist. Remove files left empty after shlib normalization. Add ad.mips where appropriate. Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1). |
| H A D | ad.m68k | 1.56 Thu Jul 12 10:46:40 GMT 2018 maxv Remove the kernel PMC code. Sent yesterday on tech-kern@. This change: * Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good. * Removes the PMC code of ARM XSCALE. * Removes all the pmc.h files. They were all empty, except for ARM XSCALE. * Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h. * Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump. * Removes the pmc_evid_t and pmc_ctr_t types. * Removes all the associated man pages. The sets are marked as obsolete. 1.3 Thu Jul 02 06:36:37 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library related files. Partition into three categories: * shl.mi -- MI sharedlib files present on all ports with shared libs * shl.aout -- MI sharedlib files present on all ELF ports * shl.elf -- MI sharedlib files present on all a.out ports Add rudimentary shl* support to makeflist. Remove files left empty after shlib normalization. Add ad.mips where appropriate. Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1). |
| H A D | ad.mips | 1.56 Mon Aug 10 02:44:37 GMT 2015 mrg obsolete and clean up gcc=3 (3.3), gcc=4 (4.1), and gcc=45 (4.5) sets. 1.1 Thu Jul 02 06:36:37 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library related files. Partition into three categories: * shl.mi -- MI sharedlib files present on all ports with shared libs * shl.aout -- MI sharedlib files present on all ELF ports * shl.elf -- MI sharedlib files present on all a.out ports Add rudimentary shl* support to makeflist. Remove files left empty after shlib normalization. Add ad.mips where appropriate. Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1). |
| H A D | md.alpha | 1.56 Mon Apr 27 14:22:40 GMT 2009 njoly Add some missing entries to fix MKDEBUG build on alpha. Looks good from tsutsui. 1.8 Thu Jul 02 06:36:37 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library related files. Partition into three categories: * shl.mi -- MI sharedlib files present on all ports with shared libs * shl.aout -- MI sharedlib files present on all ELF ports * shl.elf -- MI sharedlib files present on all a.out ports Add rudimentary shl* support to makeflist. Remove files left empty after shlib normalization. Add ad.mips where appropriate. Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1). |
| H A D | md.sparc | 1.56 Wed Feb 26 22:31:11 GMT 2003 thorpej Back out change that made libpthread per-platform. It is *intentional* that the build fails on platforms which do not yet have libpthread support. 1.24 Thu Jul 02 06:36:38 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library related files. Partition into three categories: * shl.mi -- MI sharedlib files present on all ports with shared libs * shl.aout -- MI sharedlib files present on all ELF ports * shl.elf -- MI sharedlib files present on all a.out ports Add rudimentary shl* support to makeflist. Remove files left empty after shlib normalization. Add ad.mips where appropriate. Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1). |
| /src/sys/arch/mips/include/ | ||
| H A D | mips_param.h | 1.56 Sat May 03 02:00:57 GMT 2025 riastradh mips_param.h: Add include guard. Prompted by nearby fix for: PR port-evbmips/59385: PGSHIFT is inconsistently defined on MIPS 1.10 Fri Sep 11 16:46:31 GMT 1998 jonathan Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>. Adds (most) support for ARC platform to port-independent mips code. Some changes (e.g., clean up of overlapping CPU/FPU ids) inspired by comparison to the OpenBSD 2.1 codebase of Soda's ARC port. Open issues: * Still no support for r4600 or mipsIV CPUs with two-way L1 cache. Code derived from Per Fogelstrom's OpenBSD source doesn't work on mips3 pmaxes with L2 cache. * Still some port-specific #ifdefs, for interrupt enable and pmax L2 cache-size. Needs more thought, but overlaps with work-in-progress by Tohru and Tsubai on spl()s and related stuff. |
| H A D | cpuregs.h | 1.56 Wed Aug 28 02:09:29 GMT 2002 simonb Add the Toshiba TX4927 CPU. 1.15 Fri Sep 11 16:46:31 GMT 1998 jonathan Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>. Adds (most) support for ARC platform to port-independent mips code. Some changes (e.g., clean up of overlapping CPU/FPU ids) inspired by comparison to the OpenBSD 2.1 codebase of Soda's ARC port. Open issues: * Still no support for r4600 or mipsIV CPUs with two-way L1 cache. Code derived from Per Fogelstrom's OpenBSD source doesn't work on mips3 pmaxes with L2 cache. * Still some port-specific #ifdefs, for interrupt enable and pmax L2 cache-size. Needs more thought, but overlaps with work-in-progress by Tohru and Tsubai on spl()s and related stuff. |
| H A D | locore.h | 1.56 Sat Aug 18 04:13:28 GMT 2001 simonb Reorder some function prototypes more logically. 1.14 Fri Sep 11 16:46:31 GMT 1998 jonathan branches: 1.14.2; Changes to sys/arch/mips from ARC port, from Noriyuki Soda <soda@sra.co.jp>. Adds (most) support for ARC platform to port-independent mips code. Some changes (e.g., clean up of overlapping CPU/FPU ids) inspired by comparison to the OpenBSD 2.1 codebase of Soda's ARC port. Open issues: * Still no support for r4600 or mipsIV CPUs with two-way L1 cache. Code derived from Per Fogelstrom's OpenBSD source doesn't work on mips3 pmaxes with L2 cache. * Still some port-specific #ifdefs, for interrupt enable and pmax L2 cache-size. Needs more thought, but overlaps with work-in-progress by Tohru and Tsubai on spl()s and related stuff. |
| /src/sys/arch/arc/dev/ | ||
| H A D | pccons.c | 1.56 Sat Sep 13 17:13:57 GMT 2008 tsutsui branches: 1.56.2; 1.56.8; - use memmove(9) for possible overlapped screen copies, per PR port-arc/36703 - replace bcopy(9) with memcpy(9) where no overlap - fix a typo in comment Tested by using sysinst with pccons(4) on gxemul. 1.56 Sat Sep 13 17:13:57 GMT 2008 tsutsui branches: 1.56.2; 1.56.8; - use memmove(9) for possible overlapped screen copies, per PR port-arc/36703 - replace bcopy(9) with memcpy(9) where no overlap - fix a typo in comment Tested by using sysinst with pccons(4) on gxemul. 1.56 Sat Sep 13 17:13:57 GMT 2008 tsutsui branches: 1.56.2; 1.56.8; - use memmove(9) for possible overlapped screen copies, per PR port-arc/36703 - replace bcopy(9) with memcpy(9) where no overlap - fix a typo in comment Tested by using sysinst with pccons(4) on gxemul. 1.14 Tue Feb 22 11:26:00 GMT 2000 soda merge changes between OpenBSD-2.1 and OpenBSD-2.6 |
| /src/distrib/sets/lists/base/ | ||
| H A D | md.sparc | 1.56 Fri Jan 26 01:37:19 GMT 2001 jwise Add pkg names for remaining files in `base'. 1.36 Thu Jul 02 06:36:37 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library related files. Partition into three categories: * shl.mi -- MI sharedlib files present on all ports with shared libs * shl.aout -- MI sharedlib files present on all ELF ports * shl.elf -- MI sharedlib files present on all a.out ports Add rudimentary shl* support to makeflist. Remove files left empty after shlib normalization. Add ad.mips where appropriate. Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1). |
| H A D | md.i386 | 1.56 Tue Sep 07 15:45:07 GMT 1999 perry branches: 1.56.4; update to reflect current reality. 1.56 Tue Sep 07 15:45:07 GMT 1999 perry branches: 1.56.4; update to reflect current reality. 1.37 Thu Jul 02 06:36:37 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library related files. Partition into three categories: * shl.mi -- MI sharedlib files present on all ports with shared libs * shl.aout -- MI sharedlib files present on all ELF ports * shl.elf -- MI sharedlib files present on all a.out ports Add rudimentary shl* support to makeflist. Remove files left empty after shlib normalization. Add ad.mips where appropriate. Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1). |
| H A D | ad.mips | 1.56 Wed Oct 22 16:51:31 GMT 2014 christos Add libasan 1.1 Thu Jul 02 06:36:36 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library related files. Partition into three categories: * shl.mi -- MI sharedlib files present on all ports with shared libs * shl.aout -- MI sharedlib files present on all ELF ports * shl.elf -- MI sharedlib files present on all a.out ports Add rudimentary shl* support to makeflist. Remove files left empty after shlib normalization. Add ad.mips where appropriate. Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1). |
| /src/distrib/sets/ | ||
| H A D | makeflist | 1.56 Tue Nov 26 06:22:22 GMT 2002 lukem use ${make} instead of ${MAKE} in the shell scripts, to prevent weird lossage with the modified ${MAKE} getting passed to child make's 1.9 Thu Jul 02 06:36:35 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library related files. Partition into three categories: * shl.mi -- MI sharedlib files present on all ports with shared libs * shl.aout -- MI sharedlib files present on all ELF ports * shl.elf -- MI sharedlib files present on all a.out ports Add rudimentary shl* support to makeflist. Remove files left empty after shlib normalization. Add ad.mips where appropriate. Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1). |
| /src/include/ | ||
| H A D | netdb.h | 1.63 Sun Apr 25 00:54:45 GMT 2010 joerg Add the constant database reader (cdbr(3)) and writer ((cdbw(3)). They implement a space efficent write-once database with fast access path. Switch the services(5) database to use cdb. The size of the database file decreases from 2.1MB disk space to 307KB. Access performance is about the same if setservent(0) is used and about an order of magnitude faster otherwise. services_mkdb defaults to the new format, but can optionally create the old db(3) format as well for statically linked legacy applications. 1.56 Sat Jan 27 21:25:23 GMT 2007 christos Merge back all our changes. |
| /src/usr.bin/make/ | ||
| H A D | util.c | 1.56 Fri Jul 03 08:02:55 GMT 2020 rillig make(1): remove redundant parentheses around return values 1.23 Sat Sep 04 04:21:28 GMT 1999 christos PR/8259: Chris Demetriou: Fix stack overflow bugs exposed by the glibc-2.1.1 Makefile. Use snprintf everywhere. |
| /src/distrib/sets/lists/xbase/ | ||
| H A D | shl.mi | 1.56 Wed Oct 01 09:30:58 GMT 2014 skrll Fix SHLIB_MAJOR to match xorg and fix linking against libxcb-sync which broke kwin for me. 1.1 Thu Jul 02 06:36:39 GMT 1998 jonathan Do datbase normalization on sets/lists/*/* containing shared-library related files. Partition into three categories: * shl.mi -- MI sharedlib files present on all ports with shared libs * shl.aout -- MI sharedlib files present on all ELF ports * shl.elf -- MI sharedlib files present on all a.out ports Add rudimentary shl* support to makeflist. Remove files left empty after shlib normalization. Add ad.mips where appropriate. Make libc, libedit numbers consistent (libc.so.12.29, libedit.2.1). |
Completed in 189 milliseconds