| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for BUFFALO LPC3-CLX 10/100Base-T PC-Card | imp | 2003-07-19 | 1 | -0/+1 |
* | sync to 1.59 | imp | 2003-07-19 | 1 | -1/+4 |
* | Add Buffalo LPC3_CLX. | imp | 2003-07-19 | 1 | -0/+1 |
* | Add mutex for routing entries. | hsu | 2003-07-19 | 1 | -1/+8 |
* | Fix a busdma bogon: | wpaul | 2003-07-18 | 1 | -3/+3 |
* | Fix a printf format warning I introduced. | phk | 2003-07-18 | 1 | -21/+19 |
* | Remove a lock held across casuptr() that snuck in last commit. | mtm | 2003-07-18 | 1 | -2/+5 |
* | Move the decision on whether to unset the contested | mtm | 2003-07-18 | 1 | -48/+40 |
* | Fix a number of occurences of calling uma_zalloc() with neither | harti | 2003-07-18 | 2 | -13/+13 |
* | Reference PR for IntelligentStick quirk entry. | thomas | 2003-07-18 | 1 | -1/+1 |
* | Add a comment above rip_ctloutput() documenting that the privilege | rwatson | 2003-07-18 | 1 | -0/+10 |
* | When INVARIANTS is defined make sure that uma_zalloc_arg (and hence | harti | 2003-07-18 | 1 | -0/+20 |
* | Clean up include files. | simokawa | 2003-07-18 | 6 | -23/+6 |
* | Remove extern declaration of ps_showallprocs. The definition is already gone. | tjr | 2003-07-18 | 1 | -1/+0 |
* | If a proposed swap device exceeds the 8G artificial limit which out | phk | 2003-07-18 | 1 | -6/+6 |
* | Move the implementation of the vmspace_swap_count() (used only in | phk | 2003-07-18 | 3 | -64/+65 |
* | Add a new function swap_pager_status() which reports the total size of the | phk | 2003-07-18 | 4 | -18/+27 |
* | Merge swap_pager.c and vm_swap.c into swap_pager.c, the separation | phk | 2003-07-18 | 4 | -582/+504 |
* | Correct the device identifiers for the ProATM cards. | harti | 2003-07-18 | 1 | -2/+2 |
* | Add some debug messages. | simokawa | 2003-07-18 | 1 | -4/+6 |
* | Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modes | robert | 2003-07-18 | 1 | -0/+12 |
* | To avoid a kernel panic provoked by a NULL pointer dereference, | robert | 2003-07-17 | 2 | -1/+8 |
* | Avoid exposing declarations for kernel variables to userland. | jake | 2003-07-17 | 1 | -0/+4 |
* | Fix sigwait to conform to POSIX. | davidxu | 2003-07-17 | 1 | -67/+109 |
* | o Refine kse_thr_interrupt to allow it to handle different commands. | davidxu | 2003-07-17 | 10 | -134/+138 |
* | Correct six return statements which returned zero instead of | robert | 2003-07-17 | 1 | -9/+10 |
* | Make sure that SWP_NPAGES always has the same value in all source | phk | 2003-07-17 | 2 | -7/+5 |
* | Style(9) cleanup. There was no consistent style in this driver, and | markm | 2003-07-17 | 7 | -912/+830 |
* | Fix a bogon in the previous commit. When suppressing multiple isab | jhb | 2003-07-17 | 1 | -1/+1 |
* | Correct comments to indicate that the EM_RADV and EM_TADV parameters | jdp | 2003-07-17 | 1 | -2/+2 |
* | Now that the dust has settled, make dflt_lock() always panic. | scottl | 2003-07-17 | 1 | -4/+0 |
* | Add quirk entry for IntelligentStick disc-on-key USB devices. | thomas | 2003-07-17 | 1 | -0/+8 |
* | The card resets the S/Uni chip when it is resetted. Therefor | harti | 2003-07-17 | 1 | -0/+5 |
* | Drop Giant around syncache timer processing. | hsu | 2003-07-17 | 1 | -1/+1 |
* | Fix umtx locking, for libthr, in the kernel. | mtm | 2003-07-17 | 2 | -24/+48 |
* | Fix the ski loader, broken by the gcc upgrade. Update the linker | marcel | 2003-07-17 | 8 | -262/+230 |
* | Have the linker script look more like the default linker script | marcel | 2003-07-17 | 2 | -92/+78 |
* | Change the style of the english used to print accounting enabled | bmilekic | 2003-07-16 | 1 | -2/+2 |
* | seems like i386 && DIAGNOSTIC needs sys/proc.h | jmg | 2003-07-16 | 1 | -0/+1 |
* | Nuke the declaration of a function which was not implemented. | truckman | 2003-07-16 | 1 | -1/+0 |
* | Log process accounting activation/deactivation. | bmilekic | 2003-07-16 | 1 | -0/+2 |
* | add missing machine/bus.h that is necessary to build now that usb is bus_dma | jmg | 2003-07-16 | 1 | -0/+1 |
* | add missing machine/bus.h headers that are now necessary because of the | jmg | 2003-07-16 | 6 | -0/+6 |
* | change CLASS depending upon __ELF_WORD_SIZE. This is necessary if | jmg | 2003-07-16 | 1 | -1/+5 |
* | Rearrange the SYSINIT order to call lockmgr_init() earlier so that | truckman | 2003-07-16 | 3 | -29/+6 |
* | Add support for the BCM5705 and its ilk. Changes: | wpaul | 2003-07-16 | 4 | -111/+325 |
* | add support for interrupt counting on sparc64. This copies part of the | jmg | 2003-07-16 | 6 | -4/+125 |
* | make allocation of the necessary data structures most efficent by using | jmg | 2003-07-15 | 2 | -5/+5 |
* | fix support for umass and related devices on ohci. This is a partial | jmg | 2003-07-15 | 3 | -79/+151 |
* | Allow set 31 to be used for rules other than 65535. | luigi | 2003-07-15 | 2 | -23/+28 |