summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libdtrace, dtrace(1) and lockstat(1) are for i386 and amd64 only rightrpaulo2010-07-312-3/+12
* Update to the new proc_detach() function.rpaulo2010-07-311-2/+2
* dtrace(1) now depends on libutil and librtld_db.rpaulo2010-07-311-2/+4
* Build librtld_db.rpaulo2010-07-311-0/+2
* Bump the shared library major version due to ABI conflicts.rpaulo2010-07-311-1/+1
* New version of libproc. Changes are:rpaulo2010-07-3116-76/+1316
* MFp4 @181628:bz2010-07-311-6/+20
* Add libproc.rpaulo2010-07-311-0/+1
* Simplify the Makefile. The i386 and amd64 sections are equal.rpaulo2010-07-311-10/+1
* libproc is going to be i386/amd64 only with the next update.rpaulo2010-07-311-1/+3
* Add librtld_db.rpaulo2010-07-311-0/+1
* Add LIBRTLD_DB.rpaulo2010-07-311-0/+1
* Report the time left for the sleep on SIGINFO.kib2010-07-311-19/+47
* Import the librtld_db library. This is needed by userland DTrace.rpaulo2010-07-314-0/+581
* Add support for the IBM Full-System Simulator (Mambo). This code has beennwhitehorn2010-07-3111-0/+831
* Fix a bunch of typos and spelling mistakes.joel2010-07-3117-24/+24
* Spelling fixes.joel2010-07-318-9/+9
* pci_if.h is required to build atacore.rpaulo2010-07-311-1/+1
* Fix a bug in syncache where the initial CWND for new incoming connectionsandre2010-07-301-1/+2
* In rdmsr_safe, use zero extend (by doing a 32-bit movl overdelphij2010-07-301-1/+1
* Add MALLOC_DEBUG_MAXZONES=8 to powerpc64 GENERIC configuration file.mdf2010-07-301-0/+1
* Fix indention of attribution line for some recent additions.uqs2010-07-301-3/+3
* Change copyright holder to author. We prefer using a real legaldelphij2010-07-303-3/+3
* Add missing escape characthers.rpaulo2010-07-302-2/+2
* Fix spelling.joel2010-07-301-1/+1
* A simple test harness to help debug problems with the ZFS boot code.dfr2010-07-301-0/+120
* gsched(8) was first released with FreeBSD 8.1uqs2010-07-301-1/+1
* n64 support - enable UX bit in STATUS for kernel and userspace.jchandra2010-07-304-11/+18
* Fix a couple of typos.uqs2010-07-306-10/+9
* - Add Ukranian cataloggabor2010-07-302-0/+13
* MIPS n64 support - support kstack in XKSEG.jchandra2010-07-303-4/+19
* Fix typo in pom(6) manpageuqs2010-07-301-1/+1
* Fix previous commit: I forgot to include parenthesis.rpaulo2010-07-303-66/+66
* Consistently check header type after reading PCIR_HDRTYPE register.yongari2010-07-291-18/+23
* Add compat32 shims for opencrypto(4).kib2010-07-291-7/+266
* Update rge driver for 64 bit kernel.jchandra2010-07-291-14/+34
* 64 bit support for MIPS rtld.jchandra2010-07-292-10/+17
* Fix typo.pjd2010-07-291-1/+1
* Prepare for 3 level page tables for MIPS.jchandra2010-07-293-24/+22
* Add fuiword() in n64 for completeness.jchandra2010-07-291-0/+1
* MIPS 64 bit support. Define fuword64() for n64 compilation, fuword() shouldjchandra2010-07-291-3/+20
* Improve cputemp(4) driver wrt newer Intel processors, especiallydelphij2010-07-293-13/+49
* Mark the __curthread() functions as __pure2 and remove the volatile keywordjhb2010-07-293-6/+6
* - Some minor changes to the messages to increase usefulness of error msgsgabor2010-07-2911-52/+38
* Make sure that we clear the correct bits when we turn offgnn2010-07-292-21/+34
* When performing a sanity check on the SRAT table to ensure that eachjhb2010-07-291-1/+2
* MFamd64: r210615jkim2010-07-292-1/+2
* Fix another fallout from r208833. savectx() is used to save CPU contextjkim2010-07-291-1/+1
* Rename PCB_USER_FPU to PCB_USERFPU not to clash with a macro from fpu.h.jkim2010-07-293-3/+3
* kill: Stop processing if a syntactically invalid pid is encountered.jilles2010-07-291-4/+3
OpenPOWER on IntegriCloud