Searched hist:1.1070 (Results 1 - 13 of 13) sorted by relevance
| /src/sys/dev/pci/ | ||
| H A D | pcidevs.h | 1.1070 Fri May 13 01:34:05 GMT 2011 msaitoh regen. |
| H A D | pcidevs_data.h | 1.1070 Sat May 14 21:58:48 GMT 2011 martin Regen |
| H A D | pcidevs | 1.1070 Mon Apr 04 17:59:59 GMT 2011 bouyer Add RDC PCI-ISA bridge |
| /src/doc/ | ||
| H A D | 3RDPARTY | 1.1070 Fri Nov 29 08:53:14 GMT 2013 mrg note GMP 5.1.3 is in tree. |
| H A D | CHANGES | 1.1070 Thu Jun 12 00:03:47 GMT 2008 lukem Explicitly note LDAP support was added to postfix & amd. |
| /src/sys/conf/ | ||
| H A D | files | 1.1070 Sun Apr 28 03:11:32 GMT 2013 christos branches: 1.1070.2; put needs flag back in a bunch of drivers because we need the file for #ifdefs 1.1070 Sun Apr 28 03:11:32 GMT 2013 christos branches: 1.1070.2; put needs flag back in a bunch of drivers because we need the file for #ifdefs |
| /src/sys/arch/i386/conf/ | ||
| H A D | GENERIC | 1.1070 Sun Apr 08 20:49:29 GMT 2012 christos PR/46310: Ryo ONODERA: Add support for cardbus bwi(4) |
| /src/distrib/sets/lists/base/ | ||
| H A D | mi | 1.1070 Sat Jul 05 22:08:14 GMT 2014 dholland Put /usr/share/doc/reference/ref1/make in the right list. The dirs are always created. |
| /src/distrib/sets/lists/man/ | ||
| H A D | mi | 1.1070 Wed May 14 16:49:47 GMT 2008 reinoud Import writing part of the UDF file system making optical media like CD's and DVD's behave like floppy discs. Writing is supported upto and including version 2.01; version 2.50 and 2.60 will follow. Also extending the UDF implementation to support symbolic links and hardlinks. Added are the mmcformat(8) tool to format rewritable CD/DVD discs and newfs_udf(8). Limitations: all operations can be performed on the file system though the sheduling is currently optimised for archiving workloads. mv(1)/rename(2) is currently only implemented for non-directories. |
| /src/distrib/sets/lists/tests/ | ||
| H A D | mi | 1.1070 Tue Jun 29 21:33:08 GMT 2021 rillig lint: fix wrong warning about out-of-range value '\xff' for char This only affects platforms where char has the same representation as unsigned char. |
| /src/share/mk/ | ||
| H A D | bsd.own.mk | 1.1070 Tue Jul 17 18:04:57 GMT 2018 christos Let's build gdb for aarch64. |
| /src/usr.bin/make/ | ||
| H A D | var.c | 1.1070 Sun Nov 19 09:45:19 GMT 2023 rillig tests/make: test and explain exporting of variables |
| /src/distrib/sets/lists/comp/ | ||
| H A D | mi | 1.1070 Fri Oct 05 03:28:13 GMT 2007 dyoung Work in progress: use a raw socket for GRE in IP encapsulation instead of adding/subtracting our own IPv4 header. There are many benefits: gre(4) needn't grok the outer encapsulation header any longer, so this simplifies the gre(4) code. The IP stack needn't grok GRE, so it is simplified, too. gre(4) will benefit from optimizations in the socket code. Eventually, gre(4) will gain an IPv6 encapsulation with very few new lines of code. There is a small performance loss. A 133 MHz, 486-class AMD Elan sinks/sources a TCP stream over GRE with about 93% the throughput of the old code. TCP throughput on a 266 MHz, 586-class AMD Geode is about 96% the throughput of the old code. A 175-MHz ADM5120 (MIPS) only sinks a TCP stream over GRE at about 90% of the old code; I am still investigating that. I produced stripped-down versions of sosend() and soreceive() for gre(4) to use. They are guaranteed not to block, so they can be called from a software interrupt and from a socket upcall, respectively. A kernel thread is no longer necessary for socket transmit/receive, but I didn't get around to removing it, yet. Thanks to Matt Thomas for suggesting the use of stripped-down socket code and software interrupts, and to Andrew Doran for advice and answers concerning software interrupts, threads, and performance. |
Completed in 1294 milliseconds