Age | Commit message (Expand) | Author |
2011-04-11 | -s comes before -t and also add -s to command syntax. Prompted by jmc. | Nicholas Marriott |
2011-04-11 | allow man(1) to find the ports/infrastructure manpages by default. | Stuart Henderson |
2011-04-11 | Move the DDB includes up in the file so that the m_print() prototype is | Claudio Jeker |
2011-04-11 | Delete 'OpenBSD2.1' and 'simpleroot'. Two entries previously used | Kenneth R Westerback |
2011-04-11 | Add -s option to detach all clients attached to a session, from Zac | Nicholas Marriott |
2011-04-11 | uncompressed video formats have a fixed per-pixel bit depth, which | Jacob Meuser |
2011-04-10 | Reviewing my version of the code, Andrew Fresh found an elegant way to | Ingo Schwarze |
2011-04-10 | Backout m_split_mbuf() from revision 1.150. It seems that m_split() | Alexander Bluhm |
2011-04-10 | sync | Theo de Raadt |
2011-04-10 | Correct the logic on when fib-update is set. Test the flag don't | Jonathan Gray |
2011-04-10 | tweak previous; | Jason McIntyre |
2011-04-10 | Fix display glitch leading to crash. If we're reformatting, check | Martynas Venckus |
2011-04-10 | The {,l}lrint{,f} functions avoid to shift results by more than 31 | Martynas Venckus |
2011-04-10 | Merge viapm and viaenv | Alexandr Shadchin |
2011-04-10 | Revert Rev. 1.189. The delayed ip checksum calculation causes problems | Claudio Jeker |
2011-04-10 | 'fakecdrom' disktab entry no longer needed, nor is mksuncd mangling of | Kenneth R Westerback |
2011-04-10 | - remove MOTIF bits here too | Jasper Lievisse Adriaanse |
2011-04-10 | A last few NULL -> 0 corrections. | Miod Vallat |
2011-04-10 | bring back changes in r 1.192: | Jacob Meuser |
2011-04-10 | tsk, float version of lrint is affected by a different bug, where | Martynas Venckus |
2011-04-10 | Extend the PCI memory address space to 36-bit. The first BIOSen that assign | Mark Kettenis |
2011-04-10 | add tests for yet-another bug of netbsd implementation of lrint. | Martynas Venckus |
2011-04-10 | Apply some tough type-love and give rdist a chance to handle files | Kenneth R Westerback |
2011-04-10 | I am only now noticing the number of sets have not been adjusted after the | Miod Vallat |
2011-04-10 | Pull more headers to avoid warnings about structs being undefined. | Miod Vallat |
2011-04-10 | Add -fno-builtin-exit to CFLAGS to silence gcc4. | Miod Vallat |
2011-04-10 | Uninitialized local variable. | Miod Vallat |
2011-04-10 | Pull more headers to avoid warnings about structs being undefined. | Miod Vallat |
2011-04-10 | 20 -> DBL_FRACHBITS | Martynas Venckus |
2011-04-10 | The assumption that |1.0 * 2^exp| = 0, exp < -1 cannot be made when | Martynas Venckus |
2011-04-10 | add tests for values zero, -zero; and values close to zero with | Martynas Venckus |
2011-04-10 | NULL -> 0 | Miod Vallat |
2011-04-10 | Include <libkern.h> to get proper strrchr() prototype. | Miod Vallat |
2011-04-10 | Revert bulk of the FS.base diff, as it causes issues on some machines | Philip Guenthe |
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe |
2011-04-10 | hppa64 does not have a libspmath | Theo de Raadt |
2011-04-10 | 'kernel libraries' always get in the way of the build process. Teach | Theo de Raadt |
2011-04-09 | implement one last check that Andrew overlooked | Ingo Schwarze |
2011-04-09 | implementation of the remaining checks; | Ingo Schwarze |
2011-04-09 | don't tell the inline assembly here it will take a 64 bit io port | Jonathan Gray |
2011-04-09 | Make this compile without warnings in all modes, and do not use NULL when | Miod Vallat |
2011-04-09 | add all 64 bit dma plumbing but stick with 32 for now by default. | Marco Peereboom |
2011-04-09 | repair a 32-bit truncation in paddr_t calculation, allowing my 8GB | Theo de Raadt |
2011-04-09 | Since buffers are now global, bump the default buffer-limit a bit higher | Nicholas Marriott |
2011-04-09 | We are incorrectly processing option 33 (static route), treating | Kenneth R Westerback |
2011-04-09 | On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL() | Theo de Raadt |
2011-04-09 | Fix multiple issues and make the code simpler and more robust: | Ingo Schwarze |
2011-04-09 | More NULL -> 0 fallout. | Miod Vallat |
2011-04-09 | If the terminal supports sitm for italics, use it instead of standout | Nicholas Marriott |
2011-04-09 | use unique wait channels | Theo de Raadt |