summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Fix --color behaviour to only output color sequences if stdout is a ttygabor2010-07-253-32/+60
* Get N64 building by defining VM_FREELIST_DIRECT to beimp2010-07-251-0/+1
* MFi386: revision 210387nyan2010-07-251-1/+1
* Allow external interrupts.andrew2010-07-242-7/+163
* Consider snapshots as descendants via zfs allow -dmm2010-07-241-4/+12
* Fix the include path for nfs_lock.h.rmacklem2010-07-241-1/+1
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-2416-500/+21
* ichwd: correct range check for timeout valueavg2010-07-241-2/+2
* style(9) fixgnn2010-07-241-4/+8
* Use forward declartion for enum uio_seg in imgact.h. This allows to removekib2010-07-241-2/+1
* Fix alignment for the 'flags' label, and make more room for 'tdev'.trasz2010-07-241-2/+2
* Add P_HASTHREADS flag description.trasz2010-07-241-1/+2
* Reword the comment, fixing typo.kib2010-07-241-2/+2
* Increment td->td_intr_nesting_level for LAPIC timer interrupts. Among othermav2010-07-241-0/+2
* Remove extra commas from KTR_EVENT4() macro to match number of CTR6() args.mav2010-07-241-1/+1
* Make failed open of /dev/mdctl in the bsnmpd hostres module non-fatal.simon2010-07-241-2/+5
* Catch up with r210324. d_buf will be NULL for SHT_NOBITS sections, do notnp2010-07-231-1/+1
* Regenkib2010-07-233-5/+5
* Remove the linux_exec_copyin_args(), freebsd32_exec_copyin_args() maykib2010-07-234-102/+10
* Fix crashes when using grep -R:delphij2010-07-232-11/+16
* Eliminate a little bit of duplicated code.alc2010-07-234-9/+5
* Fix a bug in the statistics code for tracking the head andgnn2010-07-231-10/+82
* zfs arc_memory_throttle: available memory is free + cacheavg2010-07-231-1/+2
* - Add Russian catalog [1]gabor2010-07-233-4/+19
* dtrace: correctly map sections to addresses in elf object modules (amd64)avg2010-07-232-6/+70
* kgdb: correctly map sections to addresses in elf object modules (amd64)avg2010-07-231-6/+28
* completely ignore zero-sized elf sections in modules of elf object type (amd64)avg2010-07-232-0/+8
* cpufreq: allocate long-lived buffer for handling of sysctl requestsavg2010-07-231-7/+6
* Note that foreground fsck should be run after a filesystem related panic.mckusick2010-07-231-0/+9
* Make lorunningspace catch up with hirunningspace.ivoras2010-07-231-1/+6
* Crypto(4) driver for AESNI.kib2010-07-2311-0/+1489
* Document that SI unit suffixes are supported for -b and -s optionsae2010-07-231-7/+11
* Add a -S switch to override the default syslog pid file. This can be usefulbrian2010-07-233-10/+25
* Add some comments.mav2010-07-231-2/+2
* Update MIPS timer code (except RMI) to utilize new MI event timermav2010-07-236-131/+140
* Prevent access after free to table entry in case whenae2010-07-231-8/+8
* Enable fake resolving of SMB RIDs by using nulldomain and UID_NOBODYmm2010-07-222-14/+13
* Add the s3c24x0 real time clock driverandrew2010-07-224-1/+194
* Rework how device memory is allocated on the s3c24x0 CPU's.andrew2010-07-225-81/+67
* Fix previous commit: don't remove the WERROR definition when usingrpaulo2010-07-221-1/+3
* Fixes a mistake to calculate CALC_COEFF2() value that tmp[3] isweongyo2010-07-221-2/+2
* - Regenerate after adding WITH_GNU_GREPgabor2010-07-221-4/+4
* - Bump __FreeBSD_version for BSD grep importgabor2010-07-221-1/+1
* Add BSD grep to the base system and make it our default grep.gabor2010-07-2219-3/+2583
* Build clang libraries by default with -fno-exceptions and withrpaulo2010-07-225-0/+15
* Correctly setup LDADD with regards to libstand. The submitter pointsrpaulo2010-07-221-1/+1
* Make these files compile with clang.rpaulo2010-07-222-0/+2
* Disable building libobjc with clang as it's not yet supported.rpaulo2010-07-221-0/+3
* Handle a few corner cases for clang like we did with icc. These shouldrpaulo2010-07-223-6/+8
* Fix an obvious typo from r1.1. We were acquiring an exclusive writer lockjkim2010-07-221-1/+1
OpenPOWER on IntegriCloud