| Commit message (Expand) | Author | Age | Files | Lines |
* | - Cleanup checksum code. | rrs | 2009-02-03 | 15 | -755/+849 |
* | Adds support for SCTP checksum offload. This means | rrs | 2009-02-03 | 5 | -5/+64 |
* | Improve robustness of NMI handling, for NMIs recognized in kernel | jkoshy | 2009-02-03 | 4 | -26/+84 |
* | Use NULL in preference to 0 in pointer contexts. | imp | 2009-02-03 | 2 | -9/+9 |
* | Make bioq_disksort have a ANSI-C definition rather than a K&R definition. | imp | 2009-02-03 | 1 | -3/+1 |
* | rman_debug should be static, so make it static. | imp | 2009-02-03 | 1 | -1/+1 |
* | Use ANSI function definition for profil. | imp | 2009-02-03 | 1 | -3/+1 |
* | Prefer ANSI function definitions to K&R ones. | imp | 2009-02-03 | 1 | -6/+3 |
* | Use NULL in preference to 0 for pointers. | imp | 2009-02-03 | 2 | -7/+7 |
* | Use NULL in preference to 0 for pointers. | imp | 2009-02-03 | 2 | -2/+2 |
* | o Use unsigned for bit fields. | imp | 2009-02-03 | 1 | -3/+3 |
* | int foo(void) is the proper ANSI function definition when there's no | imp | 2009-02-03 | 1 | -1/+1 |
* | In g_handleattr(), set bp->bio_completed also for the case | marcel | 2009-02-03 | 1 | -1/+2 |
* | Introduce a C type representing the header for GNU-style hash table | jkoshy | 2009-02-03 | 1 | -0/+11 |
* | Move away from autogenerated enums, these values never change and its helpful | thompsa | 2009-02-03 | 5 | -124/+114 |
* | o Define some symbols for a few items that are bare constants in the | imp | 2009-02-03 | 2 | -16/+34 |
* | make sure that interrupts are disabled when handling page faults et al | kmacy | 2009-02-03 | 1 | -4/+4 |
* | Use NULL in preference to 0 for pointers. | imp | 2009-02-03 | 1 | -4/+4 |
* | Use NULL in preference to '0' for pointers. | imp | 2009-02-03 | 1 | -2/+2 |
* | Use %u instead of %zu when we intend to print integer constant. | delphij | 2009-02-03 | 1 | -3/+3 |
* | Declare bus_data_devices to be static: it isn't used elsewhere. | imp | 2009-02-03 | 1 | -5/+5 |
* | break out of loop if we run out of mbufs | kmacy | 2009-02-02 | 1 | -5/+6 |
* | Goof, catch up to constant rename (I renamed it to match the overall PCI | jhb | 2009-02-02 | 1 | -1/+1 |
* | - Add a new ioctl to /dev/pci to fetch details on an individual BAR of a | jhb | 2009-02-02 | 1 | -0/+9 |
* | Provide a type for the argument. | rdivacky | 2009-02-02 | 1 | -1/+1 |
* | Properly retun error core from kbdmux_modevent() | emax | 2009-02-02 | 1 | -1/+1 |
* | Begin basic improvements to fwcontrol in the area of handling | sbruno | 2009-02-02 | 2 | -13/+12 |
* | Move a comment to where it belongs. | cognet | 2009-02-02 | 1 | -2/+1 |
* | Remove unused variables. | cognet | 2009-02-02 | 5 | -13/+4 |
* | - Add a new ioctl to /dev/pci to fetch details on an individual BAR of a | jhb | 2009-02-02 | 4 | -11/+169 |
* | - Use a separate pointer to the allocated memory for freeing, as strsep may | lulf | 2009-02-02 | 1 | -3/+3 |
* | Hook up btpand(8) to the build | emax | 2009-02-02 | 1 | -0/+1 |
* | Fix client mode. Pick up service availability changes. | emax | 2009-02-02 | 3 | -21/+19 |
* | o make SAVE_CCK slightly less error prone by always writing the _flag | sam | 2009-02-02 | 1 | -2/+3 |
* | restore variable initialization removed in r187831; this broke | sam | 2009-02-02 | 1 | -1/+1 |
* | Since, rc.d/defaultroute has the ability to wait for a | mtm | 2009-02-02 | 1 | -1/+1 |
* | The 30 second wait for network interfaces to show up effectively makes the | mtm | 2009-02-02 | 1 | -4/+15 |
* | The last sector in the first segment might just be a sync, increment before | phk | 2009-02-02 | 1 | -0/+1 |
* | Don't overwrite it, if only one sector is written yet. | phk | 2009-02-02 | 1 | -7/+8 |
* | Alow dirname(1) to accept multiple arguments in the same way that | rwatson | 2009-02-02 | 2 | -5/+9 |
* | Explain that we assume AF_INET and only use the addr and port field | luigi | 2009-02-02 | 1 | -1/+4 |
* | remove duplicate #include | luigi | 2009-02-02 | 1 | -1/+0 |
* | Remove duplicate OPTFLAGS definition. | fjoe | 2009-02-02 | 1 | -1/+0 |
* | Fix select on platforms where sizeof(long) != sizeof(int). This used | sepotvin | 2009-02-02 | 1 | -2/+2 |
* | Sort the options, per style(9). | imp | 2009-02-02 | 1 | -24/+25 |
* | src/usr.bin/usbhidaction/usbhidaction.c | alfred | 2009-02-02 | 13 | -60/+189 |
* | Some updates and bug squashing in the firewire stack. | sbruno | 2009-02-01 | 5 | -69/+88 |
* | when promoting an 11b channel to 11g do not accept a ``pure G'' (OFDM only) | sam | 2009-02-01 | 1 | -2/+2 |
* | Remove the single global unlocked route cache ip6_forward_rt | bz | 2009-02-01 | 7 | -136/+75 |
* | put the altq-related functions into a separate file. | luigi | 2009-02-01 | 6 | -122/+167 |