| Commit message (Expand) | Author | Age | Files | Lines |
* | I missed two pieces of the commit to this file. Robert has already | dwmalone | 2004-07-18 | 1 | -1/+1 |
* | Start the entropy device insecure/unblocked. I'll be handing over | markm | 2004-07-18 | 2 | -5/+3 |
* | In -CURRENT pseudo devices are not statically assigned at compile time, | maxim | 2004-07-18 | 6 | -6/+6 |
* | Fix exclusive-bit leakage. | pjd | 2004-07-18 | 1 | -1/+1 |
* | Add support System TALKS Inc. SGC-X2UL | sanpei | 2004-07-18 | 2 | -0/+5 |
* | Quirk for SEGRAND NP-900 USB MP3Player | sanpei | 2004-07-18 | 1 | -0/+8 |
* | Only extract a physical address from a pte in pmap_extract() if the pte is | alc | 2004-07-18 | 1 | -9/+13 |
* | Remove GIANT_REQUIRED from vmapbuf(). | alc | 2004-07-18 | 1 | -2/+0 |
* | Remove the GIANT_REQUIRED preceding pmap_remove() in | alc | 2004-07-18 | 1 | -1/+0 |
* | Remove 'sg' argument to linux_sendto_hdrincl, which is what I think was | rwatson | 2004-07-18 | 1 | -1/+1 |
* | Drop Giant and acquire the UNIX domain socket subsystem lock a bit | rwatson | 2004-07-18 | 1 | -4/+4 |
* | m_tag_copy takes an additional "how" parameter in FreeBSD. | mlaier | 2004-07-18 | 1 | -0/+8 |
* | Fix macro so that we don't get missing initializer warnings. | alfred | 2004-07-17 | 1 | -1/+3 |
* | Change named parameters from max (which conflicts with a macro in libkern.h) | alfred | 2004-07-17 | 1 | -2/+2 |
* | Remedy my omission of one change in the prevision revision: pmap_remove() | alc | 2004-07-17 | 1 | -0/+3 |
* | Fix typo. | davidxu | 2004-07-17 | 1 | -1/+1 |
* | - Utilize pmap_pte_quick() rather than pmap_pte() in pmap_remove() and | alc | 2004-07-17 | 1 | -2/+4 |
* | Fix the !INET6 build. | dwmalone | 2004-07-17 | 1 | -0/+4 |
* | Add a kern_setsockopt and kern_getsockopt which can read the option | dwmalone | 2004-07-17 | 3 | -99/+110 |
* | The tcp syncache code was leaving the IPv6 flowlabel uninitialised | dwmalone | 2004-07-17 | 2 | -6/+32 |
* | Merge in a stable fix from OpenBSD: | mlaier | 2004-07-17 | 1 | -52/+63 |
* | Dont set "address setup timing" on newer VIA chips. | sos | 2004-07-17 | 1 | -1/+2 |
* | Rename the sound device drivers. | nyan | 2004-07-17 | 2 | -12/+14 |
* | Merged from the following changes. | nyan | 2004-07-17 | 6 | -60/+88 |
* | Correct typo. | nyan | 2004-07-17 | 1 | -1/+1 |
* | Remove duplicate include. | nyan | 2004-07-17 | 1 | -1/+0 |
* | Add some PCI IDs for OHCI chips. | simokawa | 2004-07-17 | 2 | -0/+30 |
* | Resurrect kld support. Support ADDR16_HA/LA relocations, and sync | grehan | 2004-07-17 | 1 | -43/+45 |
* | Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associated | mlaier | 2004-07-17 | 3 | -22/+34 |
* | MFamd64 revision 1.478 | alc | 2004-07-17 | 1 | -6/+5 |
* | Make M_SKIP_FIREWALL a global (and semantic) flag, preventing anything from | jmallett | 2004-07-17 | 2 | -14/+2 |
* | Be consistant with probe | imp | 2004-07-16 | 1 | -2/+1 |
* | Ignore more strange return values of the test_aux_port() function, | mux | 2004-07-16 | 2 | -12/+20 |
* | Fix the build. pcm is no more. | ps | 2004-07-16 | 1 | -4/+0 |
* | Remove dead or unused code, such as spl calls. | alc | 2004-07-16 | 1 | -25/+0 |
* | - Move TDF_OWEPREEMPT, TDF_OWEUPC, and TDF_USTATCLOCK over to td_pflags | jhb | 2004-07-16 | 9 | -24/+31 |
* | Whitespace fix. | jhb | 2004-07-16 | 1 | -1/+1 |
* | Improve readability a bit by changing some code at the end of a function | jhb | 2004-07-16 | 1 | -6/+2 |
* | /usr/libexec/ld-elf.so.1 -> /libexec/ld-elf32.so.1 | obrien | 2004-07-16 | 1 | -1/+1 |
* | Use ACPI_ALL_NOTIFY instead of registering handlers separately. | njl | 2004-07-16 | 2 | -8/+4 |
* | Fix the alpha (and others) module build by only building fdc_acpi.c on | njl | 2004-07-16 | 1 | -7/+9 |
* | when IN6P_AUTOFLOWLABEL is set, the flowlabel is not set on | ume | 2004-07-16 | 1 | -2/+10 |
* | According to POSIX sys/socket.h must define CMSG_NXTHDR but most not | harti | 2004-07-16 | 1 | -1/+1 |
* | Fix acpi_video loading. When we started cleaning up the duplicate handles | njl | 2004-07-16 | 1 | -5/+4 |
* | Add a SUSER_RUID flag to suser_cred. This flag indicates that we want to | cperciva | 2004-07-16 | 2 | -3/+3 |
* | Sync the example of MODULES_OVERRIDE with the renamed sound drivers. | tanimura | 2004-07-16 | 1 | -1/+1 |
* | Rename snd_pcm as sound. | tanimura | 2004-07-16 | 1 | -1/+1 |
* | Rename the sound device drivers: | tanimura | 2004-07-16 | 36 | -156/+181 |
* | Remove unused fields from the pmap. | alc | 2004-07-16 | 2 | -4/+0 |
* | Rename Biba and MLS _single label elements to _effective, which more | rwatson | 2004-07-16 | 4 | -353/+353 |