| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Correct an off-by-one reading vpd ro data. | obrien | 2004-11-01 | 4 | -6/+66 |
* | Correct a typo and make the documentation more mdoc(7) complaint. | delphij | 2004-11-01 | 1 | -3/+3 |
* | fix typo in generated /etc/exports: escape all ' | obrien | 2004-11-01 | 2 | -2/+2 |
* | OpenPAM allows passing a NULL "pamh" to pam_strerror() to indicate | yar | 2004-11-01 | 1 | -2/+5 |
* | Remove redundant 'not'. | pjd | 2004-11-01 | 1 | -1/+1 |
* | des added bge(4) support. | mlaier | 2004-11-01 | 1 | -0/+1 |
* | Save cancelflags in signal frame, this fixes a problem that | davidxu | 2004-11-01 | 4 | -0/+6 |
* | Introduce a Boolean variable wakeup_needed to avoid repeated, unnecessary | alc | 2004-10-31 | 1 | -2/+9 |
* | Utilize m_uiotombuf() in device write method, instead of home-grown | glebius | 2004-10-31 | 2 | -70/+18 |
* | Since last change moved ';' from macro to code, we need to embrace | glebius | 2004-10-31 | 2 | -4/+4 |
* | Add TUNABLE_LONG and TUNABLE_ULONG, and use the latter for the | des | 2004-10-31 | 6 | -10/+110 |
* | Whitespace cleanup | des | 2004-10-31 | 5 | -23/+23 |
* | Don't treat # as a comment in interpreter specification line. | pjd | 2004-10-31 | 1 | -1/+1 |
* | Replace link to nonexistent raid(4) with one to geom(8). I don't like | dd | 2004-10-31 | 1 | -2/+1 |
* | Make pthread_mutex_trylock(3) return EBUSY on failure, as all software | green | 2004-10-31 | 2 | -16/+2 |
* | Remove the -k option to migrate. The option causes gpt(8) to preserve | marcel | 2004-10-31 | 2 | -39/+25 |
* | Don't barf when we encounter an UUID for GPT partitions. Instead, add | marcel | 2004-10-31 | 2 | -2/+3 |
* | During traversal of the active queue by vm_pageout_page_stats(), try | alc | 2004-10-30 | 1 | -1/+10 |
* | With ALTQ, it is possible that although the queue was not empty when we | des | 2004-10-30 | 1 | -0/+7 |
* | Add altq(4) support. | des | 2004-10-30 | 1 | -8/+10 |
* | Eliminate an unused but initialized variable. | alc | 2004-10-30 | 1 | -2/+0 |
* | - Stop shadowing global "pamh" by a local variable in auth_pam(). | yar | 2004-10-30 | 1 | -9/+15 |
* | Describe the semantics of the sgetpwnam() helper function | yar | 2004-10-30 | 1 | -0/+3 |
* | Save and restore state across suspend/resume events. | iedowse | 2004-10-30 | 2 | -37/+92 |
* | Whitespace cleanup. | des | 2004-10-30 | 2 | -55/+55 |
* | Disable use of synchronization early in the boot by the MAC Framework; | rwatson | 2004-10-30 | 3 | -0/+63 |
* | Add a loader menu option to set hint.atkbd.0.flags=0x1 which allows USB | brooks | 2004-10-30 | 1 | -0/+10 |
* | Allow to change interfaces name on boot time. | pjd | 2004-10-30 | 4 | -0/+31 |
* | MFi386: revision 1.599 (Preserve dcons(4) buffer passed by loader(8).) | nyan | 2004-10-30 | 2 | -2/+34 |
* | Remove a duplicate code. | nyan | 2004-10-30 | 1 | -1/+0 |
* | - When choosing a thread on the run queue, check to see if its nice is | jeff | 2004-10-30 | 1 | -2/+4 |
* | Correct a bug in TCP SACK that could result in wedging of the TCP stack | rwatson | 2004-10-30 | 1 | -2/+2 |
* | Move if_handoff() from an inline in if_var.h to a function to if.c | rwatson | 2004-10-30 | 2 | -24/+27 |
* | Document support for the B&B Electronics USB->RS422/485 adapter. | le | 2004-10-30 | 1 | -1/+3 |
* | Add support for the B&B Electronics USB->RS422/485 adapter. | le | 2004-10-30 | 2 | -0/+19 |
* | Add additional "spare" fields to 'struct ifnet' in order to improve | rwatson | 2004-10-30 | 1 | -0/+5 |
* | - In sched_prio() check to see if the kse is assigned to a runq as the | jeff | 2004-10-30 | 1 | -1/+1 |
* | Add an assignment statement that I omitted from the previous revision. | alc | 2004-10-30 | 1 | -0/+1 |
* | Allow kill -9 to kill processes stuck in procfs STOPEVENTs. | alfred | 2004-10-30 | 1 | -0/+10 |
* | Add myself to the calendar | ahze | 2004-10-30 | 1 | -0/+1 |
* | Implement per-CPU SYSMAPs, i.e., CADDR* and CMAP*, to reduce lock | alc | 2004-10-29 | 1 | -33/+50 |
* | Remove si_mountpoint and si_bsize_phys from cdev. | phk | 2004-10-29 | 1 | -12/+4 |
* | Loose vfs_mountedon() | phk | 2004-10-29 | 2 | -14/+0 |
* | Don't set si_bsize_phys. | phk | 2004-10-29 | 1 | -4/+1 |
* | Don't set si_bsize_phys, nobody cares. | phk | 2004-10-29 | 1 | -2/+0 |
* | Don't give disks special treatment, they don't come this way anymore. | phk | 2004-10-29 | 1 | -37/+0 |
* | Don't set si_bszize_phys, nobody cares. | phk | 2004-10-29 | 1 | -4/+1 |
* | No point in setting si_bsize_phys anymore, nobody reads it. | phk | 2004-10-29 | 1 | -4/+1 |
* | Now that filesystems respect and understand GEOM access counts, refuse | phk | 2004-10-29 | 1 | -2/+0 |
* | Remove VOP_SPECSTRATEGY() from the system. | phk | 2004-10-29 | 3 | -67/+0 |