summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When printf is being used as a sh(1) builtin, it can not calldelphij2010-12-141-3/+1
* Remove unecessary and clearly wrong usage of atomic(9).yongari2010-12-141-5/+3
* Remove spurious printf left over from debugging our XenStore support.gibbs2010-12-141-1/+0
* Fix a memory leak on the error conditionkevlo2010-12-141-1/+1
* Check the return value of malloc().kevlo2010-12-141-0/+5
* Slightly different formatting for options list.rwatson2010-12-141-1/+1
* Further refinements to the xen.4 man page: fix typos, add material onrwatson2010-12-141-16/+75
* Just pass M_ZERO to malloc(9) instead of clearing allocated memory separately.pjd2010-12-141-2/+1
* Move sysctl invocation to using a variable that's fully pathed.gordon2010-12-141-2/+3
* Change memguard_fudge() so that it can handle km_max being zero. Notalc2010-12-141-2/+3
* We work on ctype's and not only on numbers so set LC_ALL instead ofdelphij2010-12-141-1/+1
* IEEE Std 1003.1-2008, Section 1.4, Utility Description Defaults saysdelphij2010-12-141-10/+10
* Make use of EX_USAGE for usage().delphij2010-12-141-2/+4
* Tighten up some of the comments describing turnstiles and sleepqueues.mckusick2010-12-132-9/+10
* Add a rudimentary Xen man page summarising the state of Xen on amd64 andrwatson2010-12-131-0/+115
* Add a rudimentary Xen man page summarising the state of Xen on amd64 andrwatson2010-12-131-0/+2
* The only caller of mknum() provides a char instead of an int, so make itdelphij2010-12-131-2/+2
* Move locale.h include to the beginning header section as pointed out bydelphij2010-12-131-3/+2
* Bump manual page date.trasz2010-12-131-1/+1
* After PSARC/2010/029, "canonical six" no longer exists.trasz2010-12-131-1/+3
* Recognize NFSv4 ACL semantics and run proper regression test.trasz2010-12-131-1/+5
* Adapt filesystem-independent NFSv4 ACL code (used by UFS, but not by ZFS)trasz2010-12-131-63/+258
* Updates for I2C devices on XLR engg boards.jchandra2010-12-133-34/+10
* FreeBSD committer Dan Moschuk has passed away. Here is his death notice:imp2010-12-131-1/+1
* fix mips build breakage introduced in r216375: atomic_store_int doesn't existsavg2010-12-131-3/+1
* USB probing often takes a long time and finishes finding devices after initbrucec2010-12-131-1/+1
* Add options NO_ADAPTIVE_SX to the XENHVM kernel configuration, matchingrwatson2010-12-131-0/+1
* Remove duplicate check, turning dead code into live code.uqs2010-12-131-2/+0
* - Add myself to committers-ports.dotwen2010-12-131-0/+3
* sh: Various simplifications to jobs.c:jilles2010-12-121-11/+5
* Remove the advertising clause from UCB copyrighted files in sbin. Thisjoel2010-12-124-16/+0
* sh: Fix some tests that used sh instead of ${SH}jilles2010-12-122-2/+2
* Bugfix: Do correct accounting using the MIB counters when antuexen2010-12-121-0/+5
* sh: Add a test for r216387 (long arithmetic expression in here document).jilles2010-12-121-0/+12
* In fpudna()/npxdna(), mark FPU context initialized and optionallykib2010-12-122-2/+6
* Add regression test for new NFSv4 ACL semantics, verified with ZFSv28.trasz2010-12-121-0/+562
* Handle the special ruleset 0 in devfs_ruleset_use(). An attempt set thejh2010-12-121-0/+5
* I2C drivers for XLR/XLS processors.jchandra2010-12-129-263/+711
* sh: Remove the herefd hack.jilles2010-12-123-15/+0
* Reduce the Xen timecounter from 1GHz to 2^-9 GHz, thereby increasing thecperciva2010-12-111-2/+3
* sh: Replace some macros and repeated code in expand.c with functions.jilles2010-12-111-31/+32
* Add some isync()s related to the 64-bit MMU scratch page to avoid racenwhitehorn2010-12-112-0/+4
* Make the machdep.independent_wallclock sysctl do what it says on the box.cperciva2010-12-111-1/+2
* Fix stack alignment (required to be to 16 bytes) instead of ptrace andnwhitehorn2010-12-112-5/+5
* sh: Use vsnprintf() rather than crafting our own in fmtstr().jilles2010-12-111-18/+5
* Allow to specify path to a file we want to test with sendfile(2).pjd2010-12-111-3/+16
* Remove redundant semicolon and empty like.pjd2010-12-111-2/+1
* Remove unnecessary debug/error CFLAGS.syrinx2010-12-111-1/+0
* acpi_fujitsu: update for P8010avg2010-12-111-1/+54
* fix atomic_set_xxx misuse in rgeavg2010-12-111-2/+2
OpenPOWER on IntegriCloud