| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add few VIA bridges to agp_via.c and connect it to amd64 build | jkim | 2009-01-23 | 5 | -18/+28 |
* | Use the correct type for the timeout parameter to the 32-bit | jhb | 2009-01-23 | 1 | -1/+1 |
* | Note the implication of setting the 'w' permission on directories, | trhodes | 2009-01-23 | 1 | -2/+7 |
* | urtw(4) works also on amd64. | weongyo | 2009-01-23 | 1 | -0/+1 |
* | Add urtw(4) to the list of supported network interface. | weongyo | 2009-01-23 | 1 | -0/+1 |
* | Add an entry for the urtw(4) module. | weongyo | 2009-01-23 | 1 | -0/+1 |
* | Connect urtw.4 to the build. | weongyo | 2009-01-23 | 1 | -0/+4 |
* | Connect urtw(4) to the i386 build only because it's not tested on amd64 | weongyo | 2009-01-23 | 1 | -0/+2 |
* | fix return status handling by ar5XXXReset; this is the reason the | sam | 2009-01-23 | 5 | -10/+10 |
* | Add a new USB wireless driver, urtw(4) for supporting Realtek's 8187L | weongyo | 2009-01-23 | 6 | -0/+3860 |
* | Add an example of using bs=2048 to duplicate data CD-ROMs. | keramida | 2009-01-23 | 1 | -0/+5 |
* | don't run the calibration code if scanning, we won't be on the home channel | sam | 2009-01-23 | 1 | -0/+4 |
* | Attaching to the init process returns EINVAL, | trhodes | 2009-01-23 | 1 | -2/+2 |
* | Move to having a caps flag. Newer versions of the AT91 family don't | imp | 2009-01-23 | 1 | -13/+21 |
* | remove some useless #include, | luigi | 2009-01-22 | 1 | -8/+2 |
* | Don't over-commit the DMA. Use the passed in size of the transfer | imp | 2009-01-22 | 1 | -2/+1 |
* | Migrate towards using at91_master_clock. Initialize the clocks for | imp | 2009-01-22 | 3 | -5/+12 |
* | Use at91_master_clock instead of AT91C_MASTER_CLOCK. | imp | 2009-01-22 | 2 | -2/+3 |
* | Remove now-redundant declaration. | imp | 2009-01-22 | 1 | -1/+0 |
* | Store at91_master_clock in a global variable as opposed to a compile | imp | 2009-01-22 | 2 | -0/+4 |
* | VIA Nano processor has a special MSR (CENT_HARDWARECTRL3) bit 32 to determine | jkim | 2009-01-22 | 2 | -2/+4 |
* | Include a missing header file. | jkim | 2009-01-22 | 1 | -0/+1 |
* | Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386 | jkim | 2009-01-22 | 2 | -4/+10 |
* | Add a comment explaining what ARM_KERN_DIRECTMAP is all about. | cognet | 2009-01-22 | 1 | -0/+7 |
* | Fix a compile bogon. 'ppbus' is used by two different sets of debug code | jhb | 2009-01-22 | 1 | -0/+2 |
* | MFV of tzdata2009a | edwin | 2009-01-22 | 5 | -17/+78 |
* | Add externs to fix build with VIMAGE_GLOBALS after r187289. | bz | 2009-01-22 | 1 | -0/+2 |
* | Document the "-U" option. While it is not part of the | trhodes | 2009-01-22 | 2 | -2/+5 |
* | Add support for multibyte thousands_sep encodings, e.g., U+066C. | das | 2009-01-22 | 3 | -173/+225 |
* | - Update my copyright. | jeff | 2009-01-22 | 1 | -16/+27 |
* | Rename sc_is_pseudo to sc_nobulk member in ufoma_softc. | takawata | 2009-01-22 | 1 | -13/+13 |
* | Add locking to ppc and ppbus and mark the whole lot MPSAFE: | jhb | 2009-01-21 | 21 | -497/+830 |
* | - Document targets run-depends-list and build-depends-list | tabthorpe | 2009-01-21 | 1 | -2/+7 |
* | Add the dresden elektronik SensorTerminalBoard which uses an FT245. | joerg | 2009-01-21 | 2 | -0/+19 |
* | Change __FreeBSD_version to prepare for merging r184102. | jkim | 2009-01-21 | 1 | -1/+1 |
* | Fix a few style bogons. | jhb | 2009-01-21 | 2 | -4/+3 |
* | Add Unicode rendering to the teken demo application. | ed | 2009-01-21 | 2 | -11/+32 |
* | Default to normal bus timing mode on SD cards. In practice, most | imp | 2009-01-21 | 1 | -0/+1 |
* | o The f_max is really at91_master_clock / 2, not 30MHz, so compute it as such. | imp | 2009-01-21 | 1 | -3/+6 |
* | Fix minor style nit for file consistency. | imp | 2009-01-21 | 1 | -5/+4 |
* | Make the command reporting be under boot verbose. | imp | 2009-01-21 | 1 | -6/+10 |
* | Move the code from ufs_lookup.c used to do dotdot lookup, into | kib | 2009-01-21 | 3 | -22/+36 |
* | Now that vfs_markatime() no longer requires an exclusive lock due to | jhb | 2009-01-21 | 1 | -2/+2 |
* | Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP: | jhb | 2009-01-21 | 4 | -18/+31 |
* | Fix copy/paste mistake in variable name. This could lead to using incorrect | mav | 2009-01-21 | 1 | -1/+1 |
* | Latest bulletin C from Daniel GAMBIS: no leap at the end of june 2009. | phk | 2009-01-21 | 1 | -16/+7 |
* | Merge-from-Googlecode r419 | kientzle | 2009-01-21 | 4 | -18/+81 |
* | Add functions WITNESS so it can be asserted that the lock is not released for a | thompsa | 2009-01-21 | 2 | -0/+59 |
* | correct typo that left programmed sifs time in the slot time | sam | 2009-01-21 | 2 | -3/+3 |
* | Fix typo in comment | emax | 2009-01-20 | 1 | -1/+1 |