| Commit message (Expand) | Author | Age | Files | Lines |
| * | Acquire the accept mutex in soabort() before calling sotryfree(), as | Robert Watson | 2004-11-02 | 1 | -0/+1 |
| * | Add support for Asus M6N laptops | Philip Paeps | 2004-11-02 | 2 | -0/+22 |
| * | Implement TLS relocations for powerpc. | Suleiman Souhlal | 2004-11-02 | 1 | -0/+28 |
| * | 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 |
| * | * Correct an off-by-one reading vpd ro data. | David E. O'Brien | 2004-11-01 | 4 | -6/+66 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | - When choosing a thread on the run queue, check to see if its nice is | Jeff Roberson | 2004-10-30 | 1 | -2/+4 |
| * | Correct a bug in TCP SACK that could result in wedging of the TCP stack | Robert Watson | 2004-10-30 | 1 | -2/+2 |
| * | Move if_handoff() from an inline in if_var.h to a function to if.c | Robert Watson | 2004-10-30 | 2 | -24/+27 |
| * | Add support for the B&B Electronics USB->RS422/485 adapter. | Lukas Ertl | 2004-10-30 | 2 | -0/+19 |
| * | Add additional "spare" fields to 'struct ifnet' in order to improve | Robert Watson | 2004-10-30 | 1 | -0/+5 |
| * | - In sched_prio() check to see if the kse is assigned to a runq as the | Jeff Roberson | 2004-10-30 | 1 | -1/+1 |
| * | Add an assignment statement that I omitted from the previous revision. | Alan Cox | 2004-10-30 | 1 | -0/+1 |
| * | Allow kill -9 to kill processes stuck in procfs STOPEVENTs. | Alfred Perlstein | 2004-10-30 | 1 | -0/+10 |
| * | Implement per-CPU SYSMAPs, i.e., CADDR* and CMAP*, to reduce lock | Alan Cox | 2004-10-29 | 1 | -33/+50 |
| * | Remove si_mountpoint and si_bsize_phys from cdev. | Poul-Henning Kamp | 2004-10-29 | 1 | -12/+4 |
| * | Loose vfs_mountedon() | Poul-Henning Kamp | 2004-10-29 | 2 | -14/+0 |
| * | Don't set si_bsize_phys. | Poul-Henning Kamp | 2004-10-29 | 1 | -4/+1 |
| * | Don't set si_bsize_phys, nobody cares. | Poul-Henning Kamp | 2004-10-29 | 1 | -2/+0 |
| * | Don't give disks special treatment, they don't come this way anymore. | Poul-Henning Kamp | 2004-10-29 | 1 | -37/+0 |
| * | Don't set si_bszize_phys, nobody cares. | Poul-Henning Kamp | 2004-10-29 | 1 | -4/+1 |
| * | No point in setting si_bsize_phys anymore, nobody reads it. | Poul-Henning Kamp | 2004-10-29 | 1 | -4/+1 |
| * | Now that filesystems respect and understand GEOM access counts, refuse | Poul-Henning Kamp | 2004-10-29 | 1 | -2/+0 |
| * | Remove VOP_SPECSTRATEGY() from the system. | Poul-Henning Kamp | 2004-10-29 | 3 | -67/+0 |
| * | Remove the last call in the system to VOP_SPECSTRATEGY(): We can no | Poul-Henning Kamp | 2004-10-29 | 1 | -7/+2 |
| * | Move NTFS to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 1 | -30/+1 |
| * | Move HPFS to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 3 | -33/+26 |
| * | Move EXT2FS to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 8 | -100/+114 |
| * | Move CD9660 to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 12 | -72/+74 |
| * | Move UDF to GEOM backing instead of DEVFS. | Poul-Henning Kamp | 2004-10-29 | 3 | -25/+28 |