| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Before this fix, pax would stop the restore sequence for | kientzle | 2009-02-01 | 1 | -36/+4 |
* | Permit ` as a pad character in the filename table. | kientzle | 2009-02-01 | 1 | -4/+3 |
* | Constify val in g_handleattr() and str in g_handleattr_str(). | marcel | 2009-02-01 | 2 | -4/+5 |
* | Revert part of r187970, the NULL check was removed from | thompsa | 2009-02-01 | 1 | -0/+3 |
* | Remove check for null softc in attach, it can never happen. | thompsa | 2009-02-01 | 44 | -140/+0 |
* | Also un-split _PATH_STDPATH for grepability. | obrien | 2009-02-01 | 1 | -4/+3 |
* | David doesn't consider the prior -s behavior a bug. Back out this | imp | 2009-01-31 | 1 | -1/+0 |
* | Bring over the code from sys/i386/i386/mp_machdep.c, r187880 | bz | 2009-01-31 | 1 | -0/+3 |
* | Fix the inconsistent tabbing. | obrien | 2009-01-31 | 1 | -52/+55 |
* | Test wprintf() in addition to printf(). | das | 2009-01-31 | 1 | -3/+19 |
* | Add tests for conj{,f,l}() that I wrote some time ago. These test the | das | 2009-01-31 | 3 | -1/+169 |
* | Add a function attribute called `__malloc_like', which informs gcc | das | 2009-01-31 | 5 | -7/+9 |
* | After r186194 the *fs_strategy() functions always return 0. | bz | 2009-01-31 | 2 | -4/+2 |
* | Remove unused local variables. | bz | 2009-01-31 | 8 | -20/+2 |
* | Remove unused local MACROs. | bz | 2009-01-31 | 2 | -3/+0 |
* | There is no need to initialize the variable here. | bz | 2009-01-31 | 1 | -2/+0 |
* | Remove and unused variable. | bz | 2009-01-31 | 1 | -2/+1 |
* | Coalesce two consecutive #ifdef IPSEC blocks. | bz | 2009-01-31 | 1 | -4/+1 |
* | Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions | obrien | 2009-01-31 | 12 | -48/+48 |
* | Remove dead code from #if 0: | bz | 2009-01-31 | 1 | -4/+0 |
* | Like with r185713 make sure to not leak a lock as rtalloc1(9) returns | bz | 2009-01-31 | 5 | -9/+10 |
* | Fix a typo in a comment. | trhodes | 2009-01-31 | 1 | -1/+1 |
* | Fix bug in hint.hdac.X.config parsing. | mav | 2009-01-31 | 1 | -2/+2 |
* | Run with -B and just .POSIX. | obrien | 2009-01-31 | 1 | -2/+2 |
* | Write timestamps with exactly 9 digits after the period. | kientzle | 2009-01-31 | 4 | -3/+9 |
* | Remove 4 entirely unsued ip6 variables. | bz | 2009-01-30 | 3 | -16/+4 |