| Commit message (Expand) | Author | Age | Files | Lines |
| * | o eliminate widespread on-stack mbuf use for bpf by introducing | Sam Leffler | 2003-12-28 | 16 | -260/+115 |
| * | Move the declaration of sfbufspeak and sfbufsused to mbuf.h, | Mike Silbersack | 2003-12-28 | 8 | -16/+11 |
| * | Fix the maxpipekva warning message so that it points to the correct | Mike Silbersack | 2003-12-28 | 1 | -1/+1 |
| * | Remove GIANT_REQUIRED from kmem_suballoc(). | Alan Cox | 2003-12-28 | 1 | -2/+0 |
| * | New sio module. A number of people have suggested this over the years | Warner Losh | 2003-12-27 | 1 | -0/+25 |
| * | Add detach methods so we can unload the sio module. | Warner Losh | 2003-12-27 | 3 | -0/+3 |
| * | Remove GIANT_REQUIRED from exec_unmap_first_page(). | Alan Cox | 2003-12-27 | 1 | -1/+0 |
| * | Fix slight disordering of supported cards. | Warner Losh | 2003-12-27 | 1 | -3/+3 |
| * | o Fix a comment: softticks lives in sys/kern/kern_timeout.c. | Maxim Konovalov | 2003-12-27 | 1 | -1/+1 |
| * | Fixed style bugs in rev.1.12 (unsorting of prototypes by adding new ones | Bruce Evans | 2003-12-27 | 1 | -4/+5 |
| * | Track current and peak sfbuf usage, export the values via sysctl. | Mike Silbersack | 2003-12-27 | 8 | -0/+38 |
| * | - Reduce Giant's scope in vm_fault(). | Alan Cox | 2003-12-26 | 1 | -14/+10 |
| * | Minor correction to revision 1.258: Use the proc pointer that is passed to | Alan Cox | 2003-12-26 | 1 | -2/+1 |
| * | Don't truncate the interface name in ifunit(). It's now possible to query | Brian Feldman | 2003-12-26 | 1 | -2/+2 |
| * | Make msdosfs support the dirty flag in FAT16 and FAT32. | Tom Rhodes | 2003-12-26 | 5 | -1/+106 |
| * | Create a separate kthread that executes sched_cpu() once a second. Because | John Baldwin | 2003-12-26 | 1 | -6/+21 |
| * | Fix acpi_MatchHid() to check the compatibility ID's if the hardware ID | John Baldwin | 2003-12-26 | 1 | -3/+3 |
| * | Don't confuse NULL with 0. | David E. O'Brien | 2003-12-26 | 3 | -4/+4 |
| * | Don't confuse NULL with 0. | David E. O'Brien | 2003-12-26 | 2 | -5/+5 |
| * | Don't confuse NULL with 0. | David E. O'Brien | 2003-12-26 | 1 | -3/+3 |
| * | Attempt to handle the status field in the ndis_packet oob area correctly. | Bill Paul | 2003-12-26 | 2 | -5/+54 |
| * | GC the AMD64 special handling. | David E. O'Brien | 2003-12-26 | 1 | -2/+1 |
| * | regen (__restrict) | Alfred Perlstein | 2003-12-26 | 1 | -8/+8 |
| * | Put restrict back in, the compilation failure was my fault when I | Alfred Perlstein | 2003-12-26 | 1 | -8/+8 |
| * | Add __restrict qualifiers to copyinfrom, copyinstrfrom, copystr, copyinstr, | Alfred Perlstein | 2003-12-26 | 3 | -11/+18 |
| * | Properly initialize all members of the sentinel entry. | David E. O'Brien | 2003-12-26 | 1 | -1/+1 |
| * | The record's stuck. The record's stuck. The record's stuck. | Warner Losh | 2003-12-26 | 1 | -3/+0 |
| * | Back out the last batch of changes until I have a chance to properly | Bill Paul | 2003-12-26 | 5 | -61/+69 |
| * | Merged from sys/dev/sio/sio.c revision 1.417. | Bruce Evans | 2003-12-26 | 2 | -4/+4 |
| * | Don't call the miniport driver's releasepacket function unless the | Brian Feldman | 2003-12-26 | 3 | -37/+56 |
| * | In socket(2) we only need Giant around the call to socreate, so just | David Malone | 2003-12-25 | 1 | -2/+2 |
| * | Don't TAILQ_INIT kq_head twice, once is enough. | David Malone | 2003-12-25 | 1 | -1/+0 |
| * | When calculating the sequence number to use in an ip6fw reset, remember to | David Malone | 2003-12-25 | 1 | -0/+2 |
| * | Vastly improve performance of IRQ handling on stopped interfaces with | Poul-Henning Kamp | 2003-12-25 | 2 | -0/+5 |
| * | Give the timer API one last overhaul: this time, use the new callout | Bill Paul | 2003-12-25 | 3 | -17/+11 |
| * | Try to simplify the SiS probe. If SiS stays with the current schema for | Søren Schmidt | 2003-12-25 | 1 | -22/+9 |
| * | Don't add CWARNFLAGS to CFLAGS here, they were already added by bsd.sys.mk. | Ruslan Ermilov | 2003-12-25 | 1 | -1/+1 |
| * | Fixed another 0 (actually '\0') vs / NULL mixup. This completes | Bruce Evans | 2003-12-25 | 1 | -1/+1 |
| * | Quick fix for LINT breakage caused by interface changes in accept(2), etc. | Bruce Evans | 2003-12-25 | 1 | -33/+36 |
| * | - In ndis_intr(), don't do any interrupt processing if the IFF_UP | Bill Paul | 2003-12-25 | 1 | -9/+6 |
| * | Avoid using any of the ndis_packet/ndis_packet_private fields for | Bill Paul | 2003-12-25 | 3 | -23/+24 |
| * | NULL fallout | Sam Leffler | 2003-12-25 | 1 | -4/+4 |
| * | Fix another 0 / NULL mixup. | Mike Silbersack | 2003-12-25 | 1 | -1/+1 |
| * | - Add stubs for Ndis*File() functions | Bill Paul | 2003-12-25 | 3 | -10/+116 |
| * | - Fix some compiler warnings in subr_pe.c | Bill Paul | 2003-12-24 | 5 | -26/+61 |
| * | Don't use NULL with integral types. | Marcel Moolenaar | 2003-12-24 | 1 | -6/+6 |
| * | regen (after removal of restrict) | Alfred Perlstein | 2003-12-24 | 1 | -8/+8 |
| * | We're not ready for restrict qualifiers here. | Alfred Perlstein | 2003-12-24 | 1 | -8/+8 |
| * | fix warnings. NULL -> 0 | Alfred Perlstein | 2003-12-24 | 1 | -4/+4 |
| * | NULL -> 0 | Alfred Perlstein | 2003-12-24 | 2 | -5/+5 |