summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More tests.pjd2010-08-122-101/+63
* Allow interrupt driven config hooks to be registered from config hook callbacks.gibbs2010-08-121-8/+45
* Portable Makefile.pjd2010-08-121-20/+21
* Fix copy&pasted code - we want to create character device here.pjd2010-08-121-4/+4
* Properly indent a continue statement. No functional changes.gibbs2010-08-121-1/+1
* Add the half of time-of-day clock resolution when we adjust system time fromjkim2010-08-121-1/+7
* Fix compile. It seemed better to have memguard.c include opt_vm.h inmdf2010-08-122-0/+10
* Provide description for 'machdep.disable_rtc_set' sysctl. Clean up style(9)jkim2010-08-121-19/+13
* Allow user created symbolic links to cover device files and directoriesjh2010-08-123-15/+56
* Fix crunchide to work on sparc64 and perhaps other 64 bit platforms.adrian2010-08-121-1/+6
* Fix breakage on 64bit architecture by using inttypes.h macro.takawata2010-08-121-1/+2
* Revert r211176:attilio2010-08-122-16/+2
* Fix tindebox breakage about format warning.takawata2010-08-121-1/+1
* SMP support in n64.jchandra2010-08-124-17/+10
* Implement pmap changes suggested by alc@:jchandra2010-08-123-78/+52
* Optimization for pmap_kenter(), call pmap_update_page() only whenjchandra2010-08-121-1/+2
* Re-arrange the pmap calls that use smp_rendezvous() on SMP, so that theirjchandra2010-08-121-38/+71
* * Fix indentationadrian2010-08-121-1/+2
* The buffers b_vflags field is not always properly protected bykib2010-08-122-4/+59
* Softdep_process_worklist() should unsuspend not only before processingkib2010-08-121-8/+26
* Loading the NF CCA values may take longer than expected to occur.adrian2010-08-121-6/+15
* Use ar5212IsNFCalInProgress() to check for NF calibration progress.adrian2010-08-121-1/+1
* Fix indentation.adrian2010-08-121-1/+1
* Ensure that the correct rxchainmask is used when doing calibration in theadrian2010-08-121-0/+7
* Internal NF calibration should not occur in parallel with any otheradrian2010-08-121-1/+12
* Add a couple of functions to check NF calibration progress / completion.adrian2010-08-122-0/+39
* Fix copyright information.takawata2010-08-121-1/+1
* Reset switchtime and switchticks after resynchronizing the system clock.jkim2010-08-122-1/+6
* Add tpm(4) driver for Trusted Platform Module.takawata2010-08-128-0/+1822
* Update various places that store or manipulate CPU masks to use cpumask_tjhb2010-08-1114-31/+34
* Add TCG ACPI spec table (TCPA) support.takawata2010-08-112-0/+274
* Rework memguard(9) to reserve significantly more KVA to detectmdf2010-08-116-319/+441
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-117-39/+42
* Add translation support for section type SHT_SUNW_dof.kaiw2010-08-111-0/+2
* Fix for 64 bit compile, with SMP enabled.jchandra2010-08-111-2/+3
* - Improve the wait4data() routine so it behaves better when checkinggad2010-08-111-7/+23
* Update a stale comment about grep.delphij2010-08-111-1/+1
* Teach elfdump(1) about the SUNW_dof section.rpaulo2010-08-111-0/+1
* Add man pages for the CTF tools.rpaulo2010-08-116-3/+288
* - Use loops where possible to avoid code duplication.pjd2010-08-1114-733/+208
* Allow to specify uid, gid and mode for create_file().pjd2010-08-111-3/+13
* Several fixes for libproc:rpaulo2010-08-115-9/+25
* Consistently set us to be SPC3 for our inquiry data.mjacob2010-08-112-18/+73
* Do not use %z to print a time_t. Fixes build on architectures where time_tjhb2010-08-111-2/+2
* Fix typo in comment.jhb2010-08-111-1/+1
* More and more tests.pjd2010-08-118-626/+583
* Move create_file() to misc.sh, as it is going to be used in more places.pjd2010-08-111-0/+35
* Make use of recently added dirgen_max() and namegen_max() to implementpjd2010-08-1126-266/+356
* Instead of hardcoding {NAME_MAX} as 255 and {PATH_MAX} as 1024 obtain those frompjd2010-08-111-7/+46
* IPI handlers may run generally with interrupts disabled because theyattilio2010-08-112-2/+16
OpenPOWER on IntegriCloud