| Commit message (Expand) | Author | Age | Files | Lines |
* | o Fix a comment: softticks lives in sys/kern/kern_timeout.c. | maxim | 2003-12-27 | 1 | -1/+1 |
* | Fixed style bugs in rev.1.12 (unsorting of prototypes by adding new ones | bde | 2003-12-27 | 1 | -4/+5 |
* | Track current and peak sfbuf usage, export the values via sysctl. | silby | 2003-12-27 | 8 | -0/+38 |
* | - Reduce Giant's scope in vm_fault(). | alc | 2003-12-26 | 1 | -14/+10 |
* | Minor correction to revision 1.258: Use the proc pointer that is passed to | alc | 2003-12-26 | 1 | -2/+1 |
* | Don't truncate the interface name in ifunit(). It's now possible to query | green | 2003-12-26 | 1 | -2/+2 |
* | Make msdosfs support the dirty flag in FAT16 and FAT32. | trhodes | 2003-12-26 | 5 | -1/+106 |
* | Create a separate kthread that executes sched_cpu() once a second. Because | jhb | 2003-12-26 | 1 | -6/+21 |
* | Fix acpi_MatchHid() to check the compatibility ID's if the hardware ID | jhb | 2003-12-26 | 1 | -3/+3 |
* | Don't confuse NULL with 0. | obrien | 2003-12-26 | 3 | -4/+4 |
* | Don't confuse NULL with 0. | obrien | 2003-12-26 | 2 | -5/+5 |
* | Don't confuse NULL with 0. | obrien | 2003-12-26 | 1 | -3/+3 |
* | Attempt to handle the status field in the ndis_packet oob area correctly. | wpaul | 2003-12-26 | 2 | -5/+54 |
* | GC the AMD64 special handling. | obrien | 2003-12-26 | 1 | -2/+1 |
* | regen (__restrict) | alfred | 2003-12-26 | 1 | -8/+8 |
* | Put restrict back in, the compilation failure was my fault when I | alfred | 2003-12-26 | 1 | -8/+8 |
* | Add __restrict qualifiers to copyinfrom, copyinstrfrom, copystr, copyinstr, | alfred | 2003-12-26 | 3 | -11/+18 |
* | Properly initialize all members of the sentinel entry. | obrien | 2003-12-26 | 1 | -1/+1 |
* | The record's stuck. The record's stuck. The record's stuck. | imp | 2003-12-26 | 1 | -3/+0 |
* | Back out the last batch of changes until I have a chance to properly | wpaul | 2003-12-26 | 5 | -61/+69 |
* | Merged from sys/dev/sio/sio.c revision 1.417. | bde | 2003-12-26 | 2 | -4/+4 |
* | Don't call the miniport driver's releasepacket function unless the | green | 2003-12-26 | 3 | -37/+56 |
* | In socket(2) we only need Giant around the call to socreate, so just | dwmalone | 2003-12-25 | 1 | -2/+2 |
* | Don't TAILQ_INIT kq_head twice, once is enough. | dwmalone | 2003-12-25 | 1 | -1/+0 |
* | When calculating the sequence number to use in an ip6fw reset, remember to | dwmalone | 2003-12-25 | 1 | -0/+2 |
* | Vastly improve performance of IRQ handling on stopped interfaces with | phk | 2003-12-25 | 2 | -0/+5 |
* | Give the timer API one last overhaul: this time, use the new callout | wpaul | 2003-12-25 | 3 | -17/+11 |
* | Try to simplify the SiS probe. If SiS stays with the current schema for | sos | 2003-12-25 | 1 | -22/+9 |
* | Don't add CWARNFLAGS to CFLAGS here, they were already added by bsd.sys.mk. | ru | 2003-12-25 | 1 | -1/+1 |
* | Fixed another 0 (actually '\0') vs / NULL mixup. This completes | bde | 2003-12-25 | 1 | -1/+1 |
* | Quick fix for LINT breakage caused by interface changes in accept(2), etc. | bde | 2003-12-25 | 1 | -33/+36 |
* | - In ndis_intr(), don't do any interrupt processing if the IFF_UP | wpaul | 2003-12-25 | 1 | -9/+6 |
* | Avoid using any of the ndis_packet/ndis_packet_private fields for | wpaul | 2003-12-25 | 3 | -23/+24 |
* | NULL fallout | sam | 2003-12-25 | 1 | -4/+4 |
* | Fix another 0 / NULL mixup. | silby | 2003-12-25 | 1 | -1/+1 |
* | - Add stubs for Ndis*File() functions | wpaul | 2003-12-25 | 3 | -10/+116 |
* | - Fix some compiler warnings in subr_pe.c | wpaul | 2003-12-24 | 5 | -26/+61 |
* | Don't use NULL with integral types. | marcel | 2003-12-24 | 1 | -6/+6 |
* | regen (after removal of restrict) | alfred | 2003-12-24 | 1 | -8/+8 |
* | We're not ready for restrict qualifiers here. | alfred | 2003-12-24 | 1 | -8/+8 |
* | fix warnings. NULL -> 0 | alfred | 2003-12-24 | 1 | -4/+4 |
* | NULL -> 0 | alfred | 2003-12-24 | 2 | -5/+5 |
* | regen | alfred | 2003-12-24 | 1 | -9/+9 |
* | NULL -> 0 where appropriate. | alfred | 2003-12-24 | 5 | -23/+23 |
* | Add restrict qualifiers. | alfred | 2003-12-24 | 3 | -31/+37 |
* | change NULL to 0 to silence warning. | alfred | 2003-12-24 | 2 | -2/+2 |
* | NULL is not 0. | ume | 2003-12-24 | 1 | -1/+1 |
* | correct bridge_version: replace unexpanded RCS keywords by a fixed string | sam | 2003-12-24 | 1 | -1/+1 |
* | Document that when we are addressing an open()/close() race, the reason | rwatson | 2003-12-24 | 2 | -0/+4 |
* | Return AE_OK for stub functions returning ACPI_STATUS, not NULL | peter | 2003-12-24 | 1 | -2/+2 |