| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't manually set b_bufobj, pbgetvp() does this for us. | Poul-Henning Kamp | 2004-11-15 | 1 | -1/+0 |
| * | More kasserts. | Poul-Henning Kamp | 2004-11-15 | 1 | -1/+6 |
| * | style polishing. | Poul-Henning Kamp | 2004-11-15 | 1 | -7/+3 |
| * | Move pbgetvp() and pbrelvp() to vm_pager.c with the rest of the pbuf stuff. | Poul-Henning Kamp | 2004-11-15 | 2 | -46/+44 |
| * | expect the caller to have called pbrelvp() if necessary. | Poul-Henning Kamp | 2004-11-15 | 1 | -3/+0 |
| * | Explicitly call pbrelvp() | Poul-Henning Kamp | 2004-11-15 | 2 | -0/+3 |
| * | Order of arguments after "optional" is not without significance: | Poul-Henning Kamp | 2004-11-15 | 1 | -4/+4 |
| * | After discussions with Nate, repo copy the acpi assist drivers from | Warner Losh | 2004-11-15 | 11 | -1886/+17 |
| * | Merge 1.3 from acpi_snc.c: don't use return_VALUE() macro | Warner Losh | 2004-11-15 | 1 | -24/+22 |
| * | Add comment about why amd64 and ia64 don't build acpi modules. | Warner Losh | 2004-11-15 | 1 | -2/+2 |
| * | Apply a bandaid to avoid hangs on Ultra 2 machines. The second Z8530 | Marcel Moolenaar | 2004-11-15 | 1 | -1/+1 |
| * | Be slightly more paranoid about using the divisor in a division and | Marcel Moolenaar | 2004-11-15 | 1 | -2/+6 |
| * | Remove the BR tag. When the machine doesn't have the DIG64 HCDP | Marcel Moolenaar | 2004-11-14 | 1 | -1/+1 |
| * | Implement UART_IOCTL_BAUD. Consequently, when the baudrate was unset | Marcel Moolenaar | 2004-11-14 | 1 | -1/+11 |
| * | Add UART_IOCTL_BAUD to allow us to query the hardware about the | Marcel Moolenaar | 2004-11-14 | 2 | -0/+6 |
| * | Make sure the baudrate specified with the BR tag is somewhat sane. | Marcel Moolenaar | 2004-11-14 | 1 | -0/+20 |
| * | Make it clear that the acpi modules can only be compiled on i386. | Scott Long | 2004-11-14 | 1 | -0/+8 |
| * | s/return_VALUE/return / to fix build breakage when ACPI_DEBUG is | Don Lewis | 2004-11-14 | 1 | -3/+3 |
| * | Further refine the if_em vlan fix in if_em.c:1.53: | Robert Watson | 2004-11-14 | 1 | -4/+19 |
| * | Commit more debugging output. This is a little bit of using a large hammer, | David E. O'Brien | 2004-11-14 | 2 | -0/+20 |
| * | Move the bit of the syncer which deals with vnodes into a separate | Poul-Henning Kamp | 2004-11-14 | 1 | -36/+46 |
| * | Rearrange memory management for ioctl arguments to use stronger checks | Poul-Henning Kamp | 2004-11-14 | 1 | -25/+16 |
| * | style polish. | Poul-Henning Kamp | 2004-11-14 | 1 | -8/+6 |
| * | Move #define up. | Poul-Henning Kamp | 2004-11-14 | 1 | -5/+5 |
| * | Use PORTSDIR, falling back to /usr/ports | Warner Losh | 2004-11-14 | 1 | -1/+1 |
| * | Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and it | Warner Losh | 2004-11-13 | 2 | -20/+12 |
| * | Eliminate vop_revoke() function now that devfs_revoke() does the entire job. | Poul-Henning Kamp | 2004-11-13 | 2 | -43/+0 |
| * | Integrate most of vop_revoke() into devfs_revoke() where it belongs. | Poul-Henning Kamp | 2004-11-13 | 1 | -1/+24 |
| * | Add the devfs_fp_check() function which helps us get from a struct file | Poul-Henning Kamp | 2004-11-13 | 1 | -70/+34 |
| * | The default VOP_REVOKE() should be vop_panic() as we should never | Poul-Henning Kamp | 2004-11-13 | 1 | -1/+1 |
| * | VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does not | Poul-Henning Kamp | 2004-11-13 | 1 | -20/+0 |
| * | Set ramsize depending on a value from eprom instead of using | Bjoern A. Zeeb | 2004-11-13 | 2 | -6/+18 |
| * | fifos doesn't need a vop_lookup, the default will do fine. | Poul-Henning Kamp | 2004-11-13 | 1 | -19/+0 |
| * | Polish two functions a bit so that it is easier to wrap them in | Poul-Henning Kamp | 2004-11-13 | 1 | -21/+33 |
| * | Merge copyright notices. | Max Laier | 2004-11-13 | 1 | -28/+1 |
| * | There's no reason for "read" and "echo" commands to not | Ruslan Ermilov | 2004-11-13 | 1 | -2/+2 |
| * | Remove debugging printf. | Olivier Houchard | 2004-11-13 | 1 | -1/+0 |
| * | Don't forget to clear the PG_WRITEABLE flag when appropriate. | Olivier Houchard | 2004-11-13 | 1 | -0/+6 |
| * | Use uma_prealloc() on the l2table_zone to prevent a LOR at startup. | Olivier Houchard | 2004-11-13 | 1 | -3/+5 |
| * | Be prepared to accept NULL mountargs as part of root-mounting. | Poul-Henning Kamp | 2004-11-13 | 1 | -5/+9 |
| * | Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. | Poul-Henning Kamp | 2004-11-13 | 16 | -87/+90 |
| * | Correct two incorrectly merged changes introduced in sysv_sem.c:1.71: | Robert Watson | 2004-11-13 | 1 | -2/+1 |
| * | Fix the MDIOCDETACH ioctl() for md(4). Now that the md_file field in | Marcel Moolenaar | 2004-11-13 | 1 | -1/+1 |
| * | o Change the strcmp() to a strncmp() to allow us to attach to 'E' | Philip Paeps | 2004-11-12 | 2 | -116/+112 |
| * | Minor whitespace nitpicking to reduce my diffs of Real Changes[tm] | Philip Paeps | 2004-11-12 | 2 | -18/+12 |
| * | Fix ng_ksocket(4) operation as a divert socket, which is pretty useful | Gleb Smirnoff | 2004-11-12 | 1 | -11/+12 |
| * | Implement interrupt counting, so that vmstat -i work. | Olivier Houchard | 2004-11-12 | 3 | -9/+21 |
| * | Change the way we automatically add prefix routes when adding a new address. | Max Laier | 2004-11-12 | 1 | -27/+147 |
| * | Ports aren't generally ready for parallel make. | Ruslan Ermilov | 2004-11-12 | 1 | -1/+1 |
| * | Catch a few more autofs references. | Peter Wemm | 2004-11-12 | 2 | -2/+0 |