summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for o32 (when it isn't the default), n32, n64, and o64 toimp2010-03-051-10/+31
* - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded.jh2010-03-0510-36/+74
* Redirect stdin from /dev/null when starting a jail:netchild2010-03-053-3/+25
* more documentation on new dummynet features.luigi2010-03-051-18/+98
* Use default WARNS setting (of 6) for lib/csu.uqs2010-03-056-15/+7
* Properly declare non-extern functions in crt1uqs2010-03-055-5/+13
* Update the list of the process flags. Note that the lists of pendingkib2010-03-051-3/+15
* fix a memory leak when deleting RED queuesluigi2010-03-051-0/+6
* MFx86: the part of r204641nyan2010-03-051-2/+7
* Don't spam dmesg with "registered firmware ..." when module is compiledsobomax2010-03-051-2/+13
* Use our preferred license text (no more "voices in his head"). While here,joel2010-03-047-99/+55
* Remove stale references to libkrb5.imp2010-03-041-11/+12
* put calls to gzclose() under ifdef COMPRESS_USER_CORES to preventalfred2010-03-041-1/+1
* portability fixesluigi2010-03-042-2/+17
* don't use keywords as variable names.luigi2010-03-041-7/+7
* moused is useful even without usb, so remove comment asking if it is.imp2010-03-041-1/+0
* Use our standard license text. No more voices in the authors head. :-)joel2010-03-0411-88/+88
* Fix an obvious lock escape and fix a typo in a comment.nwhitehorn2010-03-041-2/+4
* make the listing of queues/pipes/schedulers handle the case ofluigi2010-03-041-4/+19
* fix handling of setsluigi2010-03-041-5/+13
* reduce diffs with the cross-platform version (windows needsluigi2010-03-041-0/+14
* use callout_drain() (outside the lock) when unloading the module.luigi2010-03-041-4/+7
* improve compatibility with RELENG_7.2luigi2010-03-041-0/+14
* remove stale commentluigi2010-03-041-2/+0
* ed(1): make WARNS=6 cleanuqs2010-03-042-7/+1
* mount_nwfs(8): make WARNS=6 cleanuqs2010-03-042-8/+13
* Let the afterinstall target ignore failures from running chflags. Thisscottl2010-03-041-1/+1
* Remove no-op of WARNS?=edwin2010-03-041-1/+0
* Add links to cam(4).mav2010-03-049-8/+12
* Reflect added CAM ATA support.mav2010-03-041-28/+51
* - Implement -3 option (show previous, this and next month) option.edwin2010-03-043-206/+266
* Patch some more concurrency issues here. This expands the page tablenwhitehorn2010-03-041-23/+43
* Rework smu(4) to be asynchronous. It turns out that the combination ofnwhitehorn2010-03-041-73/+181
* Enable the use of nanosleep() instead of using pause() and signals.gshapiro2010-03-041-0/+1
* Remove some unused cruft.neel2010-03-041-47/+0
* Add support for CPUs with cache coherent DMA. The two main changes are:neel2010-03-044-10/+35
* Updated rtld for n32 support.imp2010-03-042-153/+315
* Make the n32 scripts actually generate, ummm, n32 binaries... <blush>imp2010-03-042-2/+2
* Make 'make manlint' happy. No actual visible change.delphij2010-03-031-5/+1
* When returning error from msdosfs_lookup(), make sure that *vpp is NULL.kib2010-03-031-3/+6
* Use ABI neutral macrosaimp2010-03-032-29/+51
* __main and __gccmain are no longer required, so eliminate them.imp2010-03-031-3/+0
* Cast these to intmax_t before printing to fix build bustage. Betterimp2010-03-031-7/+9
* sched_getparam was just plain broke for time-sharerrs2010-03-032-10/+27
* Adds bwn(4) to NOTES.weongyo2010-03-031-0/+2
* Looks like S8 and SP are reversed in setjmp, so longjmp doesn't workimp2010-03-031-2/+2
* - Make function of finding an available drive name a macro.lulf2010-03-031-14/+12
* - Fix spelling.lulf2010-03-031-1/+1
* Hook up the bwn driver.weongyo2010-03-031-0/+3
* Give make kernel-toolchain a one-liner here. Although documented inimp2010-03-031-0/+1
OpenPOWER on IntegriCloud