| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a missing newline to a printf. | John Baldwin | 2005-12-02 | 1 | -1/+1 |
| * | Update the ICH7 support so it deals better with chips without AHCI. | Søren Schmidt | 2005-12-02 | 4 | -84/+115 |
| * | Fix markup. | David Xu | 2005-12-02 | 1 | -1/+4 |
| * | Restore the enabling of debugging by default by the DRM_DEBUG kernel option. | Eric Anholt | 2005-12-02 | 1 | -0/+4 |
| * | On the 82571 and newer chipset the ICR register is meaningful only | Gleb Smirnoff | 2005-12-02 | 1 | -1/+4 |
| * | 1. Check if message priority is less than MQ_PRIO_MAX. | David Xu | 2005-12-02 | 1 | -3/+4 |
| * | Define MQ_PRIO_MAX, it seems it is the only place | David Xu | 2005-12-02 | 1 | -0/+4 |
| * | Unbreak build when I fluff the clean-up of __FBSDID diff reduction | Doug Ambrisko | 2005-12-02 | 1 | -0/+2 |
| * | Remove mqueuefs from LINKS, it is no longer needed for nmount interface. | David Xu | 2005-12-02 | 1 | -1/+0 |
| * | Remove unsupported "dev" option from comments of mntopts.h. | Craig Rodrigues | 2005-12-02 | 1 | -1/+1 |
| * | messqge queue has been implemented, set _POSIX_MESSAGE_PASSING to 200112L. | David Xu | 2005-12-02 | 1 | -1/+1 |
| * | barrier and spin_lock had already been implemented in libpthread and | David Xu | 2005-12-02 | 1 | -2/+2 |
| * | We've already implemented all TMO functions, set _POSIX_TIMEOUTS to 200112L. | David Xu | 2005-12-02 | 1 | -1/+1 |
| * | Fix the misalignment bugs differently than was done in the previous | Marcel Moolenaar | 2005-12-02 | 2 | -23/+33 |
| * | Add support to easily build FreeBSD unpacked in a chroot of another | Doug Ambrisko | 2005-12-02 | 3 | -1/+14 |
| * | Add bluetooth.device.conf(5) man page | Maksim Yevmenkin | 2005-12-02 | 2 | -0/+183 |
| * | Make "missing dependency" errors more useful by indicating which port | Colin Percival | 2005-12-01 | 1 | -10/+10 |
| * | Sync usage() with SYNOPSIS. | Ruslan Ermilov | 2005-12-01 | 1 | -4/+4 |
| * | Add -q to usage(). | Ruslan Ermilov | 2005-12-01 | 1 | -2/+2 |
| * | Install the mqueue.h header. | Ruslan Ermilov | 2005-12-01 | 1 | -1/+2 |
| * | Preserve /etc/sysctl.conf when doing a binary update. This prevents, for | Philip Paeps | 2005-12-01 | 1 | -0/+1 |
| * | Fix the type of "eaddr" to guarantee the required alignment. | Ruslan Ermilov | 2005-12-01 | 2 | -16/+16 |
| * | - Use .fn to markup untimeout in two places it was missing. | John Baldwin | 2005-12-01 | 1 | -2/+6 |
| * | Tweak markup for POSIX standards. Minor wordsmithing. | Warner Losh | 2005-12-01 | 1 | -3/+7 |
| * | Document O_NOCTTY and O_SYNC. O_NOCTTY is a nop on freebsd, while on | Warner Losh | 2005-12-01 | 1 | -0/+17 |
| * | Clarify that si(4) doesn't support the newer SX+ cards from Specialix/Perle | John Baldwin | 2005-12-01 | 2 | -4/+6 |
| * | In make buildenv, spell sh as ${SHELL}. In this case, we don't want | Warner Losh | 2005-12-01 | 1 | -1/+1 |
| * | Add MLINK for execvP(3). | John Baldwin | 2005-12-01 | 1 | -1/+1 |
| * | Make the SYNOPSIS section a bit more informative. | Joel Dahl | 2005-12-01 | 7 | -12/+91 |
| * | 1. Set timer configuration values for sysconf(). | David Xu | 2005-12-01 | 1 | -2/+15 |
| * | Quickly fix brokeness in revision 1.157, that change was | David Xu | 2005-12-01 | 1 | -4/+4 |
| * | Add another 'best quote about XML evar!' courtesy Pav Lucistnik (pav@) | Wes Peters | 2005-12-01 | 1 | -0/+3 |
| * | Fix logic error which causes <null> to be printed instead of the | Maxim Sobolev | 2005-12-01 | 1 | -1/+1 |
| * | Add kernel module loading option for snd_atiixp(4). | Ariff Abdullah | 2005-12-01 | 1 | -0/+1 |
| * | set signal queue values for sysconf(). | David Xu | 2005-12-01 | 1 | -0/+4 |
| * | Fixing yet another regression introduced in rev1.37 by preserving cs_local | Tai-hwa Liang | 2005-12-01 | 1 | -0/+1 |
| * | Avoid using signal 127 and 128 as RT signals, these two signals confuse | David Xu | 2005-11-30 | 1 | -1/+1 |
| * | It is unclear who is wrong and who is right, but when operating on | Maxim Sobolev | 2005-11-30 | 1 | -0/+10 |
| * | Don't pass error value pointer to g_read_data(9) at all if we don't | Maxim Sobolev | 2005-11-30 | 13 | -25/+24 |
| * | Check for altq presence during module init, and allow module to work even if | Philip Paeps | 2005-11-30 | 1 | -2/+47 |
| * | - match_var: do not address memory at invalid address (`len' can be greater | Max Khon | 2005-11-30 | 2 | -3/+5 |
| * | fix dynamic changes in short slottime for 11g sta mode: set the | Sam Leffler | 2005-11-30 | 1 | -1/+1 |
| * | Check for g_read_data(9) errors properly: | Maxim Sobolev | 2005-11-30 | 17 | -26/+26 |
| * | Kill leading whilespace. | Maxim Sobolev | 2005-11-30 | 1 | -1/+1 |
| * | Teach this to create the "machine" and ${MACHINE_ARCH} (for pc98 | Ruslan Ermilov | 2005-11-30 | 1 | -4/+27 |
| * | Style: use S_ISDIR() (submitted by bde@) and eq() where appropriate. | Ruslan Ermilov | 2005-11-30 | 1 | -4/+3 |
| * | Byte copy IF_LLADDR() on stack to align it to be safe for typecasts. | Ruslan Ermilov | 2005-11-30 | 4 | -42/+40 |
| * | Remove superfluous bzero()'ing of the softc. | Marius Strobl | 2005-11-30 | 3 | -3/+0 |
| * | Remove superfluous inclusion of upa.h. | Marius Strobl | 2005-11-30 | 3 | -3/+0 |
| * | If bus_dmamap_load() failed, we free the mbuf. We also need to clear | Gleb Smirnoff | 2005-11-30 | 1 | -2/+6 |