summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* When building WITH_CTF=1, print the ctf executable that's going to berpaulo2010-07-293-33/+99
* Bump the witness pendlist to 768 to accomodate the increased number ofrpaulo2010-07-291-1/+1
* - Avoid calling the copy constructor when it is not necessary.lulf2010-07-291-4/+3
* - Remove unused instance of string.lulf2010-07-291-1/+0
* Update MIPS _stdint.h for 64 bit. Initial 64 bit changes for profile.h.jchandra2010-07-292-4/+40
* Fix RQB_FFS for 64 bit, we need to use ffsl() for 64bit.jchandra2010-07-291-2/+6
* Fix test for double-nul characters that terminate the string table atjhb2010-07-291-1/+1
* Adapt sparc64 and sun4v timer code for the new event timers infrastructure.mav2010-07-2919-120/+263
* Fix the comment block that has the nicerrs2010-07-291-12/+22
* PR SCTP Bugs. Basically a full sized frame ofrrs2010-07-294-31/+48
* Fix 'pciconf -a' by providing an implementation of PCIOCATTACHED.neel2010-07-291-0/+10
* Fix build for o32 kernels.neel2010-07-291-0/+4
* o) Subtract 64K from the default userland stack pointer. GCC generate codejmallett2010-07-292-65/+126
* - Add Japanese NLS catalogsgabor2010-07-294-0/+45
* - Use the traditional behaviour for filename and directory name inclusiongabor2010-07-296-68/+148
* The corrected error count field is dependent on CMCI, not TES.jhb2010-07-283-7/+7
* Add quirk for Apacer HT202 USB 2.0 Flash Drive.tijl2010-07-282-0/+5
* Provide descriptions for three vendors and four devices in usbdevs. Usegavin2010-07-281-0/+13
* Add myself as a ports committerbapt2010-07-282-0/+2
* Add support for the Corega CG-USBRS232R to uplcom(4)gavin2010-07-282-0/+3
* Fix clang warning on empty statement.mdf2010-07-281-2/+2
* Fix clang warning on empty statement.mdf2010-07-281-5/+5
* Redo fetch_read() using non-blocking sockets. This is necessary todes2010-07-281-20/+89
* Bump __FreeBSD_version for multizone malloc(9).mdf2010-07-281-1/+1
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-2811-24/+147
* Fix a couple of embarrassing mistakes in the previous commit.des2010-07-281-2/+2
* Protect GNUHASH translation functions with #ifdef; unbreak crosskaiw2010-07-281-0/+4
* Support the Pyramid KBS USB LCD under uftdi(4)gavin2010-07-282-0/+2
* The interpreter name should no longer be treated as a buffer that can bealc2010-07-284-21/+15
* Fix the entry for the Option ICON452 where an underscore was used instead ofthompsa2010-07-271-1/+1
* Add a parser for the ACPI SRAT table for amd64 and i386. It setsjhb2010-07-273-1/+331
* Update mlockall(2) to mention that it's superuser-only syscall, justtrasz2010-07-272-4/+7
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-2711-7/+206
* mips/rmi/bus_space_rmi_pci.c is needed even when PCI is disabled. Thisjchandra2010-07-271-1/+1
* Fix commented out resource limit check in mlockall(2). It's still racy,trasz2010-07-271-2/+1
* The changes in r210542 moved setting counter_upper and counter_lower_lastjchandra2010-07-271-2/+2
* Typo fix: s/ommited/omittedbcr2010-07-271-2/+2
* Introduce exec_alloc_args(). The objective being to encapsulate thealc2010-07-275-27/+33
* Small typo fix: s/ommited/omittedbcr2010-07-271-2/+2
* Prevent uhid(4) from attaching to the Liebert PowerSure Personal XT UPS.gavin2010-07-272-0/+5
* The count/compare values have to be tracked per CPU.jchandra2010-07-271-10/+14
OpenPOWER on IntegriCloud