| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Remove the flags argument from mac_externalize_*_label(), as it's not | rwatson | 2003-11-06 | 8 | -30/+30 |
* | | | | - Remove the local definition of sched_pin and unpin. They are provided in | jeff | 2003-11-06 | 1 | -17/+3 |
* | | | | - Add a pinned count to the thread so that cpu pinning may nest. This is | jeff | 2003-11-06 | 2 | -2/+15 |
* | | | | OK, this might be a bit silly, but add another popcnt() candidate. | peter | 2003-11-06 | 2 | -0/+12 |
* | | | | Rephrase .Nd description to contain the key | kientzle | 2003-11-06 | 1 | -1/+1 |
* | | | | Spelling and grammar fixes. | anholt | 2003-11-05 | 2 | -16/+16 |
* | | | | Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs. | anholt | 2003-11-05 | 1 | -4/+14 |
* | | | | o make debug_mpsafenet globally visible | sam | 2003-11-05 | 3 | -10/+31 |
* | | | | Enable GB2312 locale. | davidxu | 2003-11-05 | 8 | -2/+12 |
* | | | | Instead of marking all 159 interrupts as available in the IRQ resource | jhb | 2003-11-05 | 1 | -3/+19 |
* | | | | When remapping an ISA interrupt from one intpin to another, disable the | jhb | 2003-11-05 | 4 | -18/+42 |
* | | | | Two style nits. | jhb | 2003-11-05 | 2 | -0/+4 |
* | | | | Add GB2312 locale files. | davidxu | 2003-11-05 | 3 | -0/+152 |
* | | | | Add GB2312 encoding file. | davidxu | 2003-11-05 | 1 | -0/+243 |
* | | | | Add gb2312 encoding. | davidxu | 2003-11-05 | 4 | -1/+121 |
* | | | | Add r_earth, r_moon, r_sun, representing the terrestrial, lunar, and | mph | 2003-11-05 | 1 | -0/+3 |
* | | | | Add a small testcase for the new -f-f mode. | phk | 2003-11-05 | 1 | -0/+60 |
* | | | | Give mtree(8) the ability to take [two -f spec] arguments and compare | phk | 2003-11-05 | 7 | -8/+238 |
* | | | | - add explanation of what an active file system is | kensmith | 2003-11-05 | 1 | -2/+14 |
* | | | | Make sure argv[x] exists before using it. | johan | 2003-11-05 | 1 | -9/+15 |
* | | | | This commit was generated by cvs2svn to compensate for changes in r122137, | njl | 2003-11-05 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix a bug in iasl(8) that caused it to core dump while parsing a DSDT | njl | 2003-11-05 | 1 | -1/+1 |
* | | | | | Change config file syntax to be less FreeBSD 3.x | imp | 2003-11-05 | 1 | -1/+1 |
* | | | | | Rename spec() and verify() functions to have mtree_ prefix and take | phk | 2003-11-05 | 4 | -13/+10 |
* | | | | | Take advantage of the fact that we know the err(3) function does not | phk | 2003-11-05 | 1 | -24/+14 |
* | | | | | Make this WARNS=6 clean by: | johan | 2003-11-05 | 2 | -4/+14 |
* | | | | | Fix Scott's email address. | trhodes | 2003-11-05 | 1 | -2/+2 |
* | | | | | style(9) | deischen | 2003-11-05 | 2 | -80/+106 |
* | | | | | Don't declare the malloc lock; use the declaration provided in libc. | deischen | 2003-11-05 | 2 | -2/+12 |
* | | | | | Remove #include of spinlock.h from libc_private.h. Declare spinlocks as | deischen | 2003-11-05 | 2 | -5/+4 |
* | | | | | byebye in6_ifawithscope(). it was a function for old source | ume | 2003-11-05 | 2 | -283/+0 |
* | | | | | Include machine/asmacros.h instead of machine/asm.h. | nyan | 2003-11-05 | 2 | -2/+2 |
* | | | | | The my(4) drivers require miibus(4) to function properly. | trhodes | 2003-11-05 | 1 | -0/+3 |
* | | | | | Excise the xe supported devices from the hardware list and, instead, | bmah | 2003-11-05 | 2 | -60/+2 |
* | | | | | - Adjust some of the bitfields in the ioapic_intsrc struct to be unsigned | jhb | 2003-11-05 | 2 | -36/+36 |
* | | | | | Add a workaround for MP Tables that list the same PCI IRQ twice with | jhb | 2003-11-05 | 2 | -6/+32 |
* | | | | | make sure to treat destrination address as KAME internal form | ume | 2003-11-05 | 1 | -29/+8 |
* | | | | | Pull ataraid out from under giant. | sos | 2003-11-05 | 1 | -3/+3 |
* | | | | | Removed the garbage options DPT_ALLOW_MEMIO, HIFN_NO_RNG, | bde | 2003-11-05 | 1 | -16/+0 |
* | | | | | Removed reference to the garbage (and soon to be deleted) option | bde | 2003-11-05 | 1 | -1/+0 |
* | | | | | Removed references to the garbage (and soon to be deleted) options | bde | 2003-11-05 | 1 | -10/+0 |
* | | | | | Fixed misformatting of the options lines for CD9660_ICONV, | bde | 2003-11-05 | 1 | -25/+25 |
* | | | | | Moved $FreeBSD$ to the beginning of the file. | bde | 2003-11-05 | 1 | -10/+6 |
* | | | | | - refrect recent changes. | ume | 2003-11-05 | 1 | -193/+466 |
* | | | | | Fixed a reference to a nonexistent variable in previous commit. Renaming | bde | 2003-11-05 | 2 | -18/+16 |
* | | | | | Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafe | harti | 2003-11-05 | 2 | -2/+9 |
* | | | | | When compiled with debugging trace the number of transmit mbufs that | harti | 2003-11-05 | 2 | -2/+46 |
* | | | | | Initialize the USED flag in new external receive buffers to 0, not to 1. | harti | 2003-11-05 | 1 | -2/+2 |
* | | | | | Replace the lock-less algorithm for the free item list with a more | harti | 2003-11-05 | 1 | -64/+36 |
* | | | | | Update. | sos | 2003-11-05 | 1 | -24/+23 |