summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sync with headdes2009-09-251-5/+3
* Styledes2009-09-251-6/+6
* Sync with headdes2009-09-25322-2206/+4374
|\
| * Slight style cleanup.des2009-09-251-18/+16
| * Fix couple of style nits missed in the previous commit.jkim2009-09-251-1/+1
| * - Use x86bios_offset() instead of BIOS_PADDRTOVADDR() macro.[1]jkim2009-09-251-14/+23
| * Fletcher4 is not the default checksum algorithm.pjd2009-09-251-1/+1
| * Switch to fletcher4 as the default checksum algorithm. Fletcher2 was proven topjd2009-09-252-3/+103
| * Reject some VESA graphics modes if the controller does not have enoughjkim2009-09-251-34/+50
| * - Reduce BIOS memory mapping. We want 1MB of physical memory, not 12MB[1].jkim2009-09-252-14/+12
| * Merge r194204 from amd64/i386:marius2009-09-251-0/+1
| * Add a new escape sequence to switch between cons25 and xterm.ed2009-09-252-0/+15
| * Conformance: ignore {delete,insert} line while outside the scrolling region.ed2009-09-251-0/+10
| * Fix LINT build.delphij2009-09-251-1/+1
| * don't report error if key was deleted.davidxu2009-09-251-1/+11
| * In function do_rw_wrlock, when a writer got an error and before returning,davidxu2009-09-251-2/+16
| * Dump real mode registers under bootverbose to help debugging BIOS emulator.jkim2009-09-241-0/+10
| * Add __unused.ed2009-09-241-1/+1
| * Make SCS work in 8-bit mode.ed2009-09-244-13/+24
| * Initialize registers to zero before calling the interrupt handlers insidejkim2009-09-241-0/+1
| * Some broken VESA BIOSes, e.g., IBM T23, return wrong value fromjkim2009-09-241-4/+5
| * r197444 unnecessarily changed positions of these files. Re-sort.jkim2009-09-242-4/+4
| * - Use FreeBSD function naming convention.jkim2009-09-246-55/+55
| * Align Tx/Rx descriptors on 32 bytes boundary instead of PAGE_SIZE.yongari2009-09-242-9/+8
| * Destroy dmamap in dma cleanup.yongari2009-09-241-0/+1
| * Consistently use bus_addr_t.yongari2009-09-242-10/+10
| * Do not call BUS_DRIVER_ADDED() for detached buses (attach failed) onmav2009-09-241-1/+1
| * Use __NO_STRICT_ALIGNMENT to determine whether de(4) have to applyyongari2009-09-242-5/+2
| * Remove unnecessary locking from attach(). This fixes a LOR between thejhb2009-09-241-4/+0
| * Before calling vflush(FORCECLOSE) mark file system as unmounted so thepjd2009-09-242-1/+16
| * Close race in zfs_zget(). We have to increase usecount first and thenpjd2009-09-241-9/+19
| * Add a backtrace to the "fpudna in kernel mode!" case, to help track downemaste2009-09-241-1/+4
| * Update the includes to two more levels of subdirs.rpaulo2009-09-241-2/+2
| * number of cleanups in i386 and amd64 pci md codeavg2009-09-243-15/+16
| * Don't create more partitions than can fit in the table by checkingmarcel2009-09-241-0/+4
| * rwlock implemented from libthr need to fall through the 'hard path' andattilio2009-09-231-2/+5
| * Move sys/dev/x86bios to sys/compat/x86bios.jkim2009-09-239-11/+10
| * - Use spin lock instead of default mutex for safety. INT/IRET instructionsjkim2009-09-231-76/+42
| * Replace 'can not' with 'cannot' so that we use 'cannot' everywhere.rpaulo2009-09-231-1/+1
| * Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-238-445/+537
| * Uninline an instance of STAILQ_FOREACH_SAFE().jhb2009-09-231-2/+1
| * Use %zu for size_t, not %zd.emaste2009-09-231-3/+3
| * Add cross-filesystem regression tests for ACLs.trasz2009-09-233-1/+289
| * In VOP_SETACL(9) and VOP_GETACL(9), specifying wrong ACL type should resulttrasz2009-09-231-2/+2
| * Add ACL fuzzer. It's not used by the regression tests right now,trasz2009-09-231-0/+225
| * Improve on r197334:mlaier2009-09-231-2/+9
| * - Remove a bogus test: setsockopt() doesn't return a length, getsockopt()jhb2009-09-231-4/+1
| * - Bump __FreeBSD_version to reflect the point when EVFILT_USER kevent filterstas2009-09-231-1/+1
| * Document osrel node for procfs.kib2009-09-231-1/+9
| * Add per-process osrel node to the procfs, to allow read and set p_osrelkib2009-09-235-1/+75
OpenPOWER on IntegriCloud