summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* multiple: Remove 3rd clause from BSD license where approved by theeadler2014-03-14283-1315/+4798
* Point hat! Fix a broken f_isinteger().dteske2014-03-141-1/+1
* Remove IPX support.glebius2014-03-14142-14071/+91
* Remove useless NULL string '' in compound strings. Look very closely.dteske2014-03-142-3/+3
* Set nokeyword property on some files which don't already have it. This will ...eadler2014-03-140-0/+0
* Fix future namespace issues for functions taking $var_to_set -- functionsdteske2014-03-141-26/+48
* Update copyright.dteske2014-03-142-2/+2
* Comments.dteske2014-03-141-5/+3
* Add debug statement just before attempting to exec a module.dteske2014-03-141-0/+1
* Remove indexfile from debug statement as it is already logged bydteske2014-03-141-2/+1
* Cleanup redundant logic and add some comments to help explain howbdrewery2014-03-141-14/+17
* Fix -o size less than PAGE_SIZE resulting in SIZE_MAX being used.bdrewery2014-03-141-2/+4
* Combine similar code from vprintf(9) and log(9).bdrewery2014-03-141-39/+25
* Fix an uninitialized variable error I perpetrated when splitting someian2014-03-141-6/+7
* Hide a few messages under bootverbose.delphij2014-03-141-7/+11
* Re-format the license to conform to our BSD license template as muchbrueffer2014-03-131-13/+12
* Pull in r201021 from upstream libc++ trunk:dim2014-03-132-20/+28
* Report ZVOL block size as GEOM stripesize.mav2014-03-131-5/+9
* Connect 64-bit boot ficl to the buildemaste2014-03-131-0/+1
* Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleanerasomers2014-03-134-60/+40
* Add amd64 EFI headersemaste2014-03-133-1/+860
* Fix pw(8) deletion of group "username" on userdel even if group "username"dteske2014-03-131-1/+9
* Correct type for malloc().jhb2014-03-131-2/+2
* Fix pointer type in call to malloceadler2014-03-131-1/+1
* Fix pointer type in call to malloceadler2014-03-131-1/+1
* remove link to the missing AMD Geode LX SB man page... we can add itjmg2014-03-131-1/+0
* Add MSI support to puc(9)rstone2014-03-136-3/+62
* To avoid missing a chance to cancel thread, call _pthread_testcancel at thedavidxu2014-03-131-0/+1
* Connect the hyperv drivers to the build.gjb2014-03-132-0/+7
* Add hyperv manual pages provided by Microsoft, formattedgjb2014-03-137-0/+632
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-1325-267/+155
* Put the offset of the CRC32C in csum_data instead of 0.tuexen2014-03-121-4/+4
* Initialize paddr to handle the case of zero size.kib2014-03-121-0/+1
* SCTP uses CRC32C and not Adler anymore. While there change the referencetuexen2014-03-121-2/+2
* wlanstats: print timestampeadler2014-03-121-0/+5
* Do not vdrop() the tmpfs vnode until it is unlocked. The holdkib2014-03-121-1/+2
* Since both netinet/ and netinet6/ call into netipsec/ and netpfil/,glebius2014-03-124-23/+15
* Make ether_line really report an error when all input is invalid.jmmv2014-03-121-5/+7
* Fix description of WITHOUT_BMAKE's purpose.jmmv2014-03-121-2/+2
* Remove broken tests for eui64_line.jmmv2014-03-123-92/+1
* Make the strerror tests work without libtap.jmmv2014-03-122-34/+42
* Turn a test precondition into a skip in the mdconfig tests.jmmv2014-03-121-2/+2
* Fix sa tests.jmmv2014-03-1213-195/+202
* Only run the make tests when make is fmake.jmmv2014-03-121-1/+20
* Fix lastcomm tests under amd64.jmmv2014-03-123-56/+58
* Use correct types for sizeof() in the calculations for the malloc(9) sizes [1].kib2014-03-123-15/+6
* The auio structure is only initialized when the vnode is symlink,kib2014-03-121-1/+1
* Make ministat CRNL tolerant by stripping all isspace() from the tailphk2014-03-121-2/+3
* Avoid segment fault when attempting to clean up cylinder groupmckusick2014-03-121-6/+8
* Delete stray clause 3 (Advertising clause) and renumber while i'mimp2014-03-117-11/+7
OpenPOWER on IntegriCloud