| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for o32 (when it isn't the default), n32, n64, and o64 to | imp | 2010-03-05 | 1 | -10/+31 |
* | - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded. | jh | 2010-03-05 | 10 | -36/+74 |
* | Redirect stdin from /dev/null when starting a jail: | netchild | 2010-03-05 | 3 | -3/+25 |
* | more documentation on new dummynet features. | luigi | 2010-03-05 | 1 | -18/+98 |
* | Use default WARNS setting (of 6) for lib/csu. | uqs | 2010-03-05 | 6 | -15/+7 |
* | Properly declare non-extern functions in crt1 | uqs | 2010-03-05 | 5 | -5/+13 |
* | Update the list of the process flags. Note that the lists of pending | kib | 2010-03-05 | 1 | -3/+15 |
* | fix a memory leak when deleting RED queues | luigi | 2010-03-05 | 1 | -0/+6 |
* | MFx86: the part of r204641 | nyan | 2010-03-05 | 1 | -2/+7 |
* | Don't spam dmesg with "registered firmware ..." when module is compiled | sobomax | 2010-03-05 | 1 | -2/+13 |
* | Use our preferred license text (no more "voices in his head"). While here, | joel | 2010-03-04 | 7 | -99/+55 |
* | Remove stale references to libkrb5. | imp | 2010-03-04 | 1 | -11/+12 |
* | put calls to gzclose() under ifdef COMPRESS_USER_CORES to prevent | alfred | 2010-03-04 | 1 | -1/+1 |
* | portability fixes | luigi | 2010-03-04 | 2 | -2/+17 |
* | don't use keywords as variable names. | luigi | 2010-03-04 | 1 | -7/+7 |
* | moused is useful even without usb, so remove comment asking if it is. | imp | 2010-03-04 | 1 | -1/+0 |
* | Use our standard license text. No more voices in the authors head. :-) | joel | 2010-03-04 | 11 | -88/+88 |
* | Fix an obvious lock escape and fix a typo in a comment. | nwhitehorn | 2010-03-04 | 1 | -2/+4 |
* | make the listing of queues/pipes/schedulers handle the case of | luigi | 2010-03-04 | 1 | -4/+19 |
* | fix handling of sets | luigi | 2010-03-04 | 1 | -5/+13 |
* | reduce diffs with the cross-platform version (windows needs | luigi | 2010-03-04 | 1 | -0/+14 |
* | use callout_drain() (outside the lock) when unloading the module. | luigi | 2010-03-04 | 1 | -4/+7 |
* | improve compatibility with RELENG_7.2 | luigi | 2010-03-04 | 1 | -0/+14 |
* | remove stale comment | luigi | 2010-03-04 | 1 | -2/+0 |
* | ed(1): make WARNS=6 clean | uqs | 2010-03-04 | 2 | -7/+1 |
* | mount_nwfs(8): make WARNS=6 clean | uqs | 2010-03-04 | 2 | -8/+13 |
* | Let the afterinstall target ignore failures from running chflags. This | scottl | 2010-03-04 | 1 | -1/+1 |
* | Remove no-op of WARNS?= | edwin | 2010-03-04 | 1 | -1/+0 |
* | Add links to cam(4). | mav | 2010-03-04 | 9 | -8/+12 |
* | Reflect added CAM ATA support. | mav | 2010-03-04 | 1 | -28/+51 |
* | - Implement -3 option (show previous, this and next month) option. | edwin | 2010-03-04 | 3 | -206/+266 |
* | Patch some more concurrency issues here. This expands the page table | nwhitehorn | 2010-03-04 | 1 | -23/+43 |
* | Rework smu(4) to be asynchronous. It turns out that the combination of | nwhitehorn | 2010-03-04 | 1 | -73/+181 |
* | Enable the use of nanosleep() instead of using pause() and signals. | gshapiro | 2010-03-04 | 1 | -0/+1 |
* | Remove some unused cruft. | neel | 2010-03-04 | 1 | -47/+0 |
* | Add support for CPUs with cache coherent DMA. The two main changes are: | neel | 2010-03-04 | 4 | -10/+35 |
* | Updated rtld for n32 support. | imp | 2010-03-04 | 2 | -153/+315 |
* | Make the n32 scripts actually generate, ummm, n32 binaries... <blush> | imp | 2010-03-04 | 2 | -2/+2 |
* | Make 'make manlint' happy. No actual visible change. | delphij | 2010-03-03 | 1 | -5/+1 |
* | When returning error from msdosfs_lookup(), make sure that *vpp is NULL. | kib | 2010-03-03 | 1 | -3/+6 |
* | Use ABI neutral macrosa | imp | 2010-03-03 | 2 | -29/+51 |
* | __main and __gccmain are no longer required, so eliminate them. | imp | 2010-03-03 | 1 | -3/+0 |
* | Cast these to intmax_t before printing to fix build bustage. Better | imp | 2010-03-03 | 1 | -7/+9 |
* | sched_getparam was just plain broke for time-share | rrs | 2010-03-03 | 2 | -10/+27 |
* | Adds bwn(4) to NOTES. | weongyo | 2010-03-03 | 1 | -0/+2 |
* | Looks like S8 and SP are reversed in setjmp, so longjmp doesn't work | imp | 2010-03-03 | 1 | -2/+2 |
* | - Make function of finding an available drive name a macro. | lulf | 2010-03-03 | 1 | -14/+12 |
* | - Fix spelling. | lulf | 2010-03-03 | 1 | -1/+1 |
* | Hook up the bwn driver. | weongyo | 2010-03-03 | 1 | -0/+3 |
* | Give make kernel-toolchain a one-liner here. Although documented in | imp | 2010-03-03 | 1 | -0/+1 |