| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync with head | des | 2009-09-25 | 1 | -5/+3 |
* | Style | des | 2009-09-25 | 1 | -6/+6 |
* | Sync with head | des | 2009-09-25 | 322 | -2206/+4374 |
|\ |
|
| * | Slight style cleanup. | des | 2009-09-25 | 1 | -18/+16 |
| * | Fix couple of style nits missed in the previous commit. | jkim | 2009-09-25 | 1 | -1/+1 |
| * | - Use x86bios_offset() instead of BIOS_PADDRTOVADDR() macro.[1] | jkim | 2009-09-25 | 1 | -14/+23 |
| * | Fletcher4 is not the default checksum algorithm. | pjd | 2009-09-25 | 1 | -1/+1 |
| * | Switch to fletcher4 as the default checksum algorithm. Fletcher2 was proven to | pjd | 2009-09-25 | 2 | -3/+103 |
| * | Reject some VESA graphics modes if the controller does not have enough | jkim | 2009-09-25 | 1 | -34/+50 |
| * | - Reduce BIOS memory mapping. We want 1MB of physical memory, not 12MB[1]. | jkim | 2009-09-25 | 2 | -14/+12 |
| * | Merge r194204 from amd64/i386: | marius | 2009-09-25 | 1 | -0/+1 |
| * | Add a new escape sequence to switch between cons25 and xterm. | ed | 2009-09-25 | 2 | -0/+15 |
| * | Conformance: ignore {delete,insert} line while outside the scrolling region. | ed | 2009-09-25 | 1 | -0/+10 |
| * | Fix LINT build. | delphij | 2009-09-25 | 1 | -1/+1 |
| * | don't report error if key was deleted. | davidxu | 2009-09-25 | 1 | -1/+11 |
| * | In function do_rw_wrlock, when a writer got an error and before returning, | davidxu | 2009-09-25 | 1 | -2/+16 |
| * | Dump real mode registers under bootverbose to help debugging BIOS emulator. | jkim | 2009-09-24 | 1 | -0/+10 |
| * | Add __unused. | ed | 2009-09-24 | 1 | -1/+1 |
| * | Make SCS work in 8-bit mode. | ed | 2009-09-24 | 4 | -13/+24 |
| * | Initialize registers to zero before calling the interrupt handlers inside | jkim | 2009-09-24 | 1 | -0/+1 |
| * | Some broken VESA BIOSes, e.g., IBM T23, return wrong value from | jkim | 2009-09-24 | 1 | -4/+5 |
| * | r197444 unnecessarily changed positions of these files. Re-sort. | jkim | 2009-09-24 | 2 | -4/+4 |
| * | - Use FreeBSD function naming convention. | jkim | 2009-09-24 | 6 | -55/+55 |
| * | Align Tx/Rx descriptors on 32 bytes boundary instead of PAGE_SIZE. | yongari | 2009-09-24 | 2 | -9/+8 |
| * | Destroy dmamap in dma cleanup. | yongari | 2009-09-24 | 1 | -0/+1 |
| * | Consistently use bus_addr_t. | yongari | 2009-09-24 | 2 | -10/+10 |
| * | Do not call BUS_DRIVER_ADDED() for detached buses (attach failed) on | mav | 2009-09-24 | 1 | -1/+1 |
| * | Use __NO_STRICT_ALIGNMENT to determine whether de(4) have to apply | yongari | 2009-09-24 | 2 | -5/+2 |
| * | Remove unnecessary locking from attach(). This fixes a LOR between the | jhb | 2009-09-24 | 1 | -4/+0 |
| * | Before calling vflush(FORCECLOSE) mark file system as unmounted so the | pjd | 2009-09-24 | 2 | -1/+16 |
| * | Close race in zfs_zget(). We have to increase usecount first and then | pjd | 2009-09-24 | 1 | -9/+19 |
| * | Add a backtrace to the "fpudna in kernel mode!" case, to help track down | emaste | 2009-09-24 | 1 | -1/+4 |
| * | Update the includes to two more levels of subdirs. | rpaulo | 2009-09-24 | 1 | -2/+2 |
| * | number of cleanups in i386 and amd64 pci md code | avg | 2009-09-24 | 3 | -15/+16 |
| * | Don't create more partitions than can fit in the table by checking | marcel | 2009-09-24 | 1 | -0/+4 |
| * | rwlock implemented from libthr need to fall through the 'hard path' and | attilio | 2009-09-23 | 1 | -2/+5 |
| * | Move sys/dev/x86bios to sys/compat/x86bios. | jkim | 2009-09-23 | 9 | -11/+10 |
| * | - Use spin lock instead of default mutex for safety. INT/IRET instructions | jkim | 2009-09-23 | 1 | -76/+42 |
| * | Replace 'can not' with 'cannot' so that we use 'cannot' everywhere. | rpaulo | 2009-09-23 | 1 | -1/+1 |
| * | Extract the code to find and map the MADT ACPI table during early kernel | jhb | 2009-09-23 | 8 | -445/+537 |
| * | Uninline an instance of STAILQ_FOREACH_SAFE(). | jhb | 2009-09-23 | 1 | -2/+1 |
| * | Use %zu for size_t, not %zd. | emaste | 2009-09-23 | 1 | -3/+3 |
| * | Add cross-filesystem regression tests for ACLs. | trasz | 2009-09-23 | 3 | -1/+289 |
| * | In VOP_SETACL(9) and VOP_GETACL(9), specifying wrong ACL type should result | trasz | 2009-09-23 | 1 | -2/+2 |
| * | Add ACL fuzzer. It's not used by the regression tests right now, | trasz | 2009-09-23 | 1 | -0/+225 |
| * | Improve on r197334: | mlaier | 2009-09-23 | 1 | -2/+9 |
| * | - Remove a bogus test: setsockopt() doesn't return a length, getsockopt() | jhb | 2009-09-23 | 1 | -4/+1 |
| * | - Bump __FreeBSD_version to reflect the point when EVFILT_USER kevent filter | stas | 2009-09-23 | 1 | -1/+1 |
| * | Document osrel node for procfs. | kib | 2009-09-23 | 1 | -1/+9 |
| * | Add per-process osrel node to the procfs, to allow read and set p_osrel | kib | 2009-09-23 | 5 | -1/+75 |