summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Style: tabs after #definekevlo2010-08-111-1/+1
* Fix some typos: flush vs. flash, and some others.olli2010-08-111-3/+3
* Fix compilation when DDB disabled. Adds 'ifdef DDB' aroundjchandra2010-08-111-4/+4
* Add parentheses around the argument 'x' used in the __bswapXX(x) macros. Revertneel2010-08-112-7/+7
* Start using the 'init_static_kenv()' API provided by r198561 to initializeneel2010-08-111-19/+6
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-1113-149/+214
* More tests, mostly related to devices and sockets.pjd2010-08-1012-217/+666
* sh: Fix heap-based buffer overflow in pathname generation.jilles2010-08-102-16/+44
* Now that the uplcom(4) driver can autodetect the chipset type, sync thegavin2010-08-102-7/+98
* Fix a typo due to a stale version of the patch.attilio2010-08-102-2/+2
* Fix some places that may use cpumask_t while they still use 'int' types.attilio2010-08-104-28/+35
* Place spinlock_enter() and spinlock_exit() just around X86EMU calls.jkim2010-08-101-4/+4
* crunchgen now works for mips - so restore building /rescue for it.adrian2010-08-101-3/+0
* Connect the new script 490.status-pkg-changes (see r210863)olli2010-08-101-0/+4
* - Fixes to the chkportsum script to handle better some special cases,gabor2010-08-101-9/+9
* Port over changes to the crunch symbol hiding method from NetBSD.adrian2010-08-101-134/+88
* Don't delay updating the longcal timer - instead, update the longcaladrian2010-08-101-1/+1
* Bring over ar5416 inivals from Linux-2.6.34.adrian2010-08-101-36/+39
OpenPOWER on IntegriCloud