summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Insert "arm" between "amd64" and "powerpc"cognet2004-05-141-2/+2
| | | | Requested by: bde
* Change ffs_realloccg() to set the valid bits for the extended part of thekensmith2004-05-141-2/+10
| | | | | | | | fragment to zero the valid parts of a VM_IO buffer. RE would like this to be part of 4.10-RC3 so this will be MFC-ed immediately. Reviewed by: alc, tegge
* Fixed total disorder of MD includes.bde2004-05-141-10/+10
| | | | Disorder buffer overflowed by: arm commit
* Fix breakage caused by alphabetically sorting SRCS: rtld_start.S must come ↵se2004-05-141-1/+2
| | | | | | first! The previous version made all shared binaries dump core.
* Fixed some common printf format errors. Don't assume that "struct foo *"bde2004-05-142-33/+27
| | | | | | | | is "void *" (it isn't) or that the default promotion of pid_t is int. Instead, assume that casting "struct foo *" to "void *" and printing the result with %p is useful, and that all pid_t's are representable as longs. Fixed some minor style bugs (mainly spelling errors in comments).
* Back out last revision that unnecessarily changed valid assemblerru2004-05-146-1606/+1601
| | | | | | line comments and damaged the CVS history. Prompted by: bde, jhb
* Partly back out last revision that unnecessarily changed validru2004-05-141-236/+236
| | | | | | assembler line comments and damaged the CVS history. Prompted by: bde, jhb
* Correct the misuse of \- (mdoc(7) mathematical minus) when - (mdoc(7)simon2004-05-149-13/+13
| | | | | | | hyphen) is meant. Mdoc(7) clue by: ru Reviewed by: ru
* Style fixes:bde2004-05-141-11/+5
| | | | | | | | Main ones: mostly use conditional expressions in ifdefs instead of a mixture of conditional expressions and nested ifdefs. Nearby ones: - don't do less than echo the code in the comment about libc_r - fixed some internal insertion sort errors and indentation errors.
* Fixed some insertion sort errors (external ones only).bde2004-05-141-25/+25
|
* Bump the .Dd value.joerg2004-05-141-7/+14
| | | | | | | Update xrefs to more contemporary items. Requested by: ru, green MFC after: 1 week
* When I wrote this man page more than 5 years ago, I simply didn'tjoerg2004-05-141-2/+4
| | | | | | | | | understand the true symmetric nature of Enigma, so my description of ``automatically detects that the input is encrypted'' was simply wrong. Replace that by a more accurate description of why feeding the ciphertext again into the engine will decrypt it. MFC after: 1 week
* mdoc(7) police:hmp2004-05-141-1/+1
| | | | * remove an extra comma at the end of the .Nm list
* Instead of scanning the entire lower 1 MB of RAM, only scan locationsnjl2004-05-142-29/+53
| | | | | | | | | | where the RSD PTR can actually occur. According to section 5.2.2 of the ACPI spec, we only consider two regions for the base address: 1. EBDA (0x0 - 0x3FF) 2. High memory (0xE0000 - 0xFFFFF) I don't know whether this fixes any actual problems but is more correct.
* Use a simpler, faster buffering scheme for partial characters in mbrtowc().tjr2004-05-141-21/+27
|
* MFNetBSD (umodem.c 1.46):sanpei2004-05-141-2/+2
| | | | URL updates
* This is FreeBSD/arm, not FreeBSD/i386cognet2004-05-141-1/+1
| | | | Submitted by: ru
* Use four spaces instead of tab for second level indentation.cognet2004-05-141-1/+1
| | | | Requested by: ru
* Do not attempt to build libdisk, libthr and libc_r for arm.cognet2004-05-141-3/+8
|
* Do not build sysintall for arm.cognet2004-05-141-1/+1
|
* Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm.cognet2004-05-141-0/+3
|
* Some arm bits for gprof.cognet2004-05-143-0/+62
|
* Do not build truss on arm.cognet2004-05-141-1/+2
|
* Define uart_sa1110_ops and uart_sa1110_classe in .c files instead of spammingcognet2004-05-142-0/+5
| | | | uart_cpu.h
* Define INLINE_LIMIT for arm.cognet2004-05-141-0/+3
|
* Do not attempt to build anything in sys/boot for arm.cognet2004-05-141-0/+2
|
* Define MACHINE_CPU for arm.cognet2004-05-141-0/+3
|
* Define iaddr_t and saddr_t for arm.cognet2004-05-141-1/+4
|
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.cognet2004-05-148-0/+36
|
* Add a list of all local changed files. All these files have been takenmbr2004-05-141-0/+66
| | | | of the vendor tree.
* We don't need these files. Add the to the x-list.mbr2004-05-145-1393/+3
|
* Implement enough of an uart driver to get serial console working.cognet2004-05-145-3/+539
|
* -maxdepth and -mindepth are global variableseik2004-05-141-3/+16
| | | | | | PR: 66613 Approved by: ru MFC after: 3 days
* Import libkern arm specific bits.cognet2004-05-143-0/+713
|
* Import the openssl conf for arm.cognet2004-05-141-0/+177
|
* Import _setjmp.S for arm in libstand.cognet2004-05-141-0/+106
|
* Import libkvm MD file for arm.cognet2004-05-141-0/+103
|
* Arm bits for libpthread. It has no chances to work and should be consideredcognet2004-05-1410-0/+942
| | | | as stubs.
* C runtime support for FreeBSD/arm.cognet2004-05-144-0/+169
|
* Import arm bits for rtld-elf.cognet2004-05-146-2/+684
| | | | Obtained from: NetBSD
* Import the softfloat emulation library, needed for FreeBSD/arm right now.cognet2004-05-1439-0/+14975
| | | | | It should become useless when gcc 3.4 will be imported, as libgcc from gcc 3.4 contains this bits for arm.
* Import the FreeBSD/arm libc bits.cognet2004-05-1453-0/+6228
| | | | Obtained from: NetBSD
* We use __arm__, not __arm32__.cognet2004-05-141-1/+1
|
* Define malloc_pageshift and malloc_minsize for arm.cognet2004-05-141-0/+4
|
* Add config magic for arm.cognet2004-05-144-0/+261
|
* Import FreeBSD/arm kernel bits.cognet2004-05-14124-69/+30630
| | | | | | | | It only supports sa1110 (on simics) right now, but xscale support should come soon. Some of the initial work has been provided by : Stephane Potvin <sepotvin at videotron.ca> Most of this comes from NetBSD.
* Add support for GPE being a package of { reference, gpe bit }.njl2004-05-141-40/+86
| | | | | Rework the ECDT probe to pass all the parameters in a temporary struct. Note why we are mostly ok evaluating _GLK so early.
* Fix a bug which I discovered recently while doing IPv6 testing atwpaul2004-05-141-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Wind River. In the IPv4 output path, one of the tests in ip_output() checks how many slots are actually available in the interface output queue before attempting to send a packet. If, for example, we need to transmit a packet of 32K bytes over an interface with an MTU of 1500, we know it's going to take about 21 fragments to do it. If there's less than 21 slots left in the output queue, there's no point in transmitting anything at all: IP does not do retransmission, so sending only some of the fragments would just be a waste of bandwidth. (In an extreme case, if you're sending a heavy stream of fragmented packets, you might find yourself sending nothing by the first fragment of all your packets.) So if ip_output() notices there's not enough room in the output queue to send the frame, it just dumps the packet and returns ENOBUFS to the app. It turns out ip6_output() lacks this code. Consequently, this caused the netperf UDPIPV6_STREAM test to produce very poor results with large write sizes. This commit adds code to check the remaining space in the output queue and junk fragmented packets if they're too big to be sent, just like with IPv4. (I can't imagine anyone's running an NFS server using UDP over IPv6, but if they are, this will likely make them a lot happier. :)
* Fix a potential stack buffer overflow on systems whose ACPI OEMIDjdp2004-05-141-2/+2
| | | | | | fills its field (6 characters). In that case the OEMID is not null-terminated, and the sprintf that was used would copy up to the next null byte, which could be pretty far away.
* Document the "files" directive.cognet2004-05-132-0/+8
| | | | Reminded by: jmg
OpenPOWER on IntegriCloud