summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Hook sysinstall to the build for powerpc.grehan2004-05-151-1/+1
|
* Mods for powerpc.grehan2004-05-154-20/+100
| | | | Submitted by: Suleiman Souhlal <refugee@segfaulted.com>
* Work around a problem somewhere with binutils (?) on arm, hopefully withoutcognet2004-05-152-0/+5
| | | | breaking any other arch this time.
* If asked to build a kernel without first building world, build thedes2004-05-151-1/+6
| | | | kernel toolchain first.
* Remove some debugging printf()s and a pointless device_set_desc() call.des2004-05-151-12/+7
|
* Remove libkern/mem*cognet2004-05-141-2/+0
|
* Implement bcopy, memcpy and memcmp in support.S.cognet2004-05-141-0/+2059
|
* Remove libkern/bzero.S and libkern/memset.S.cognet2004-05-141-2/+0
|
* Implement bzero et memset in support.Scognet2004-05-141-0/+161
|
* 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.
OpenPOWER on IntegriCloud