| Commit message (Expand) | Author | Age | Files | Lines |
* | - Sync with Hardware Notes. | simon | 2004-05-09 | 1 | -9/+31 |
* | Correct the implementation of pmap_page_is_mapped(): It should return TRUE | alc | 2004-05-09 | 2 | -2/+19 |
* | Don't confuse "GEOM" with "geom". | pjd | 2004-05-09 | 1 | -1/+1 |
* | Use a binary search to find the range containing a character in | tjr | 2004-05-09 | 3 | -20/+34 |
* | o fix a sentence to match with the synopsis [1] | brueffer | 2004-05-09 | 1 | -3/+3 |
* | This file has never been used, nor will it ever be used in FreeBSD, so | imp | 2004-05-09 | 1 | -71/+0 |
* | set m_len to reflect mbuf contents on return from m_dup1; fixes an obscure | sam | 2004-05-09 | 1 | -0/+1 |
* | This commit was generated by cvs2svn to compensate for changes in r129059, | marcel | 2004-05-09 | 18 | -190/+1273 |
|\ |
|
| * | Update to BETA 7. Besides C++ support, which is irrelevant to us, | marcel | 2004-05-09 | 18 | -190/+1273 |
* | | Remove redundant sanity check before add_mac() when adding | csjp | 2004-05-09 | 1 | -2/+0 |
* | | Cache queue pages are not mapped. Thus, the pmap_remove_all() by | alc | 2004-05-09 | 1 | -1/+0 |
* | | Add 4.10 and 5.2.1 entries so that pkg_add -r fetches from the right | bmah | 2004-05-08 | 1 | -1/+3 |
* | | Since revision 1.280 of vm/vm_page.c, vm_page_grab() always returns a | alc | 2004-05-08 | 1 | -2/+0 |
* | | The FTS_NOSTAT option is an optimisation that reduces the number | peadar | 2004-05-08 | 4 | -6/+156 |
* | | - Remove the old sparc64 OFW PCI code (as opposed to the former | marius | 2004-05-08 | 20 | -886/+25 |
* | | Fix rtprio() to do sensible things when called from threaded processes. | julian | 2004-05-08 | 1 | -4/+45 |
* | | Avoid pointless zeroing of the bogus page in vfs_bio_clrbuf(). | alc | 2004-05-08 | 1 | -6/+8 |
* | | We don't need the dependency on the pccard module here. | imp | 2004-05-08 | 1 | -1/+0 |
* | | It turns out that the module dependency on pccard is in error. Since | imp | 2004-05-08 | 6 | -6/+0 |
* | | Add support CS4294 | sanpei | 2004-05-08 | 1 | -0/+1 |
* | | Unconditionally lock Giant in do_sendfile(), rather than locking it | rwatson | 2004-05-08 | 1 | -2/+2 |
* | | It was pointed out[0] that ctags(1) uses some potentially dangerous | cjc | 2004-05-07 | 1 | -16/+45 |
* | | Minor fixes for ia64 installs: | jhb | 2004-05-07 | 4 | -2/+16 |
* | | Add an implementation of copysignl(), a long double version of copysign(). | stefanf | 2004-05-07 | 4 | -4/+57 |
* | | Add an MLINK for fabsl(). | stefanf | 2004-05-07 | 1 | -1/+1 |
* | | Add manual page for Cronyx Tau-PCI adapters. | rik | 2004-05-07 | 1 | -0/+93 |
* | | Define KINFO_PROC_SIZE for arm. | cognet | 2004-05-07 | 1 | -1/+1 |
* | | Compare t_brkc against (char)_POSIX_VDISABLE, not against -1. | cognet | 2004-05-07 | 1 | -1/+1 |
* | | Teach route(8) how to deal with root being in a prison. If prison | csjp | 2004-05-07 | 1 | -0/+4 |
* | | o fix a typo | brueffer | 2004-05-07 | 1 | -3/+3 |
* | | Use better way of closing fr support before current sppp get it. | rik | 2004-05-07 | 1 | -7/+12 |
* | | Sync with RELENG_4 | rik | 2004-05-07 | 1 | -2/+2 |
* | | Use better way of closing fr support before current sppp doesn't have it. | rik | 2004-05-07 | 1 | -8/+13 |
* | | In r1.190, vslock() and vsunlock() were bogusly made to do a "user wire" | green | 2004-05-07 | 1 | -1/+1 |
* | | Sync with RELENG_4. | rik | 2004-05-07 | 1 | -3/+3 |
* | | Delete unused cx_slow_ih. | rik | 2004-05-07 | 1 | -4/+0 |
* | | Document SHLIB, kind of. | des | 2004-05-07 | 1 | -2/+2 |
* | | Add SHLIB as a shortcut for shared-only libraries. | des | 2004-05-07 | 1 | -2/+5 |
* | | Revert previous commit. We should not get any FP traps from within | marcel | 2004-05-07 | 1 | -18/+15 |
* | | Make sure to sanitize the FP status register. Specifically this | marcel | 2004-05-07 | 1 | -0/+3 |
* | | Change hw.acpi.cpu.cx_lowest to accept values in the form of C1, | njl | 2004-05-07 | 3 | -15/+20 |
* | | Remove unwinder files that are commented-out. | marcel | 2004-05-07 | 1 | -3/+0 |
* | | o IFNAMSIZ does include the trailing \0. | maxim | 2004-05-07 | 2 | -1/+6 |
* | | Properly remove MAP_FUTUREWIRE when a vm_map_entry gets torn down. | green | 2004-05-07 | 1 | -0/+1 |
* | | Provide the sysctl net.inet.ip.process_options to control the processing | andre | 2004-05-06 | 3 | -2/+24 |
* | | Rename acpi_cpu to cpu. Change the probe routine to early on reject | njl | 2004-05-06 | 1 | -42/+90 |
* | | Move the CPU newbus attachment to i386 legacy. The acpi_cpu device will | njl | 2004-05-06 | 2 | -71/+71 |
* | | Mention that hme(4) now supports long frames for vlan(4) natively. | joerg | 2004-05-06 | 2 | -0/+8 |
* | | Detach i386/isa/elcr.c. | nyan | 2004-05-06 | 1 | -1/+0 |
* | | Fixed PC98 support. | nyan | 2004-05-06 | 1 | -0/+31 |