| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace the last occurence of (long long) and %qd with | Yaroslav Tykhiy | 2004-11-02 | 1 | -2/+2 |
| * | stty sane should set the echo bits. | Poul-Henning Kamp | 2004-11-02 | 1 | -1/+1 |
| * | Add a small regression test that opens a TCP socket, listens on it, | Robert Watson | 2004-11-02 | 2 | -0/+120 |
| * | Acquire the accept mutex in soabort() before calling sotryfree(), as | Robert Watson | 2004-11-02 | 1 | -0/+1 |
| * | This is a forced commit to note that actually pam_strerror() | Yaroslav Tykhiy | 2004-11-02 | 0 | -0/+0 |
| * | Add support for Asus M6N laptops | Philip Paeps | 2004-11-02 | 2 | -0/+22 |
| * | Sort files properly. | Pawel Jakub Dawidek | 2004-11-02 | 1 | -2/+2 |
| * | Actually put hint.atkbd.0.flags="0x1" in /boot/device.hints on CD-ROMs. | Ruslan Ermilov | 2004-11-02 | 1 | -2/+3 |
| * | Add a man page for the NgATM helper module ngatmbase. | Hartmut Brandt | 2004-11-02 | 2 | -0/+123 |
| * | Implement TLS relocations for powerpc. | Suleiman Souhlal | 2004-11-02 | 3 | -3/+101 |
| * | Do the TLS offset allocations before relocations, as otherwise there | Suleiman Souhlal | 2004-11-02 | 1 | -11/+11 |
| * | Add OpenBSD 3.6. | Maxim Konovalov | 2004-11-02 | 1 | -3/+4 |
| * | Stay up to date with the latest ATA developments, where | Suleiman Souhlal | 2004-11-02 | 2 | -2/+4 |
| * | Uncomment options _KPOSIX_PRIORITY_SCHEDULING as it is enabled in the | Suleiman Souhlal | 2004-11-02 | 1 | -1/+1 |
| * | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | John Baldwin | 2004-11-01 | 20 | -27/+43 |
| * | Allow individual application processors to be disabled from the loader | John Baldwin | 2004-11-01 | 1 | -1/+16 |
| * | Removed bogus comment. | Gleb Smirnoff | 2004-11-01 | 1 | -2/+0 |
| * | o style changes: | Gleb Smirnoff | 2004-11-01 | 1 | -13/+11 |
| * | When listing the special $ variables, ($!, $#, etc) list them as $! | Alfred Perlstein | 2004-11-01 | 1 | -12/+16 |
| * | Do a better job of supporting more than one mouse device | Mike Makonnen | 2004-11-01 | 4 | -5/+57 |
| * | * Correct an off-by-one reading vpd ro data. | David E. O'Brien | 2004-11-01 | 4 | -6/+66 |
| * | Correct a typo and make the documentation more mdoc(7) complaint. | Xin LI | 2004-11-01 | 1 | -3/+3 |
| * | fix typo in generated /etc/exports: escape all ' | David E. O'Brien | 2004-11-01 | 2 | -2/+2 |
| * | OpenPAM allows passing a NULL "pamh" to pam_strerror() to indicate | Yaroslav Tykhiy | 2004-11-01 | 1 | -2/+5 |
| * | Remove redundant 'not'. | Pawel Jakub Dawidek | 2004-11-01 | 1 | -1/+1 |
| * | des added bge(4) support. | Max Laier | 2004-11-01 | 1 | -0/+1 |
| * | Save cancelflags in signal frame, this fixes a problem that | David Xu | 2004-11-01 | 4 | -0/+6 |
| * | Introduce a Boolean variable wakeup_needed to avoid repeated, unnecessary | Alan Cox | 2004-10-31 | 1 | -2/+9 |
| * | Utilize m_uiotombuf() in device write method, instead of home-grown | Gleb Smirnoff | 2004-10-31 | 2 | -69/+17 |
| * | Since last change moved ';' from macro to code, we need to embrace | Gleb Smirnoff | 2004-10-31 | 2 | -4/+4 |
| * | Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for the | Dag-Erling Smørgrav | 2004-10-31 | 6 | -10/+110 |
| * | Whitespace cleanup | Dag-Erling Smørgrav | 2004-10-31 | 5 | -23/+23 |
| * | Don't treat # as a comment in interpreter specification line. | Pawel Jakub Dawidek | 2004-10-31 | 1 | -1/+1 |
| * | Replace link to nonexistent raid(4) with one to geom(8). I don't like | Dima Dorfman | 2004-10-31 | 1 | -2/+1 |
| * | Make pthread_mutex_trylock(3) return EBUSY on failure, as all software | Brian Feldman | 2004-10-31 | 2 | -16/+2 |
| * | Remove the -k option to migrate. The option causes gpt(8) to preserve | Marcel Moolenaar | 2004-10-31 | 2 | -39/+25 |
| * | Don't barf when we encounter an UUID for GPT partitions. Instead, add | Marcel Moolenaar | 2004-10-31 | 2 | -2/+3 |
| * | During traversal of the active queue by vm_pageout_page_stats(), try | Alan Cox | 2004-10-30 | 1 | -1/+10 |
| * | With ALTQ, it is possible that although the queue was not empty when we | Dag-Erling Smørgrav | 2004-10-30 | 1 | -0/+7 |
| * | Add altq(4) support. | Dag-Erling Smørgrav | 2004-10-30 | 1 | -8/+10 |
| * | Eliminate an unused but initialized variable. | Alan Cox | 2004-10-30 | 1 | -2/+0 |
| * | - Stop shadowing global "pamh" by a local variable in auth_pam(). | Yaroslav Tykhiy | 2004-10-30 | 1 | -9/+15 |
| * | Describe the semantics of the sgetpwnam() helper function | Yaroslav Tykhiy | 2004-10-30 | 1 | -0/+3 |
| * | Save and restore state across suspend/resume events. | Ian Dowse | 2004-10-30 | 2 | -37/+92 |
| * | Whitespace cleanup. | Dag-Erling Smørgrav | 2004-10-30 | 2 | -55/+55 |
| * | Disable use of synchronization early in the boot by the MAC Framework; | Robert Watson | 2004-10-30 | 3 | -0/+63 |
| * | Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USB | Brooks Davis | 2004-10-30 | 1 | -0/+10 |
| * | Allow to change interfaces name on boot time. | Pawel Jakub Dawidek | 2004-10-30 | 4 | -0/+31 |
| * | MFi386: revision 1.599 (Preserve dcons(4) buffer passed by loader(8).) | Yoshihiro Takahashi | 2004-10-30 | 2 | -2/+34 |
| * | Remove a duplicate code. | Yoshihiro Takahashi | 2004-10-30 | 1 | -1/+0 |