summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sh: Do not call exitshell() from evalcommand() unless evalcommand() forkedjilles2011-01-052-4/+22
* Update firmware to more recent versions.mjacob2011-01-053-54738/+56691
* On i386 and amd64, consistently use the following options whenever wedim2011-01-056-6/+6
* Remove ancient simulation code. Skyeye simulation never really workedimp2011-01-052-90/+0
* Remove an empty .if/.endif pair from sys/boot/ficl/Makefile that Idim2011-01-051-2/+0
* In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsodim2011-01-053-10/+3
* Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefilesdim2011-01-055-5/+0
* Fix null string handling in ofw_real_nextprop function. Pass the rightandreast2011-01-051-4/+10
* Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout thedim2011-01-053-3/+3
* Fix typo: March -> September.osa2011-01-051-1/+1
* Modify the experimental NFS server so that it callsrmacklem2011-01-051-7/+8
* Fix the experimental NFS server to use vfs_busyfs() insteadrmacklem2011-01-051-6/+5
* The camcontrol smppc option to clear a PHY error log is 'clearerrlog',ken2011-01-051-1/+1
* Teach ifconfig(8) the handy shared option shortcut aliases the NetBSDmarius2011-01-052-1/+18
* Fix whitespace.marius2011-01-051-37/+35
* Remove a redundant variable assignment found with the clang static analyzer.marius2011-01-051-1/+1
* Add a man page for the Object Specific Data (OSD) KPI.lstewart2011-01-052-0/+391
* Fix page fault that occurred when trying to initialize preloaded kernel module,trasz2011-01-051-3/+11
* Glen Barber is co-mentored by me and jkois, so add anotherkeramida2011-01-051-0/+1
* Add gjb to the doc committer graph, as my current mentee.keramida2011-01-051-0/+3
* Fix typo in default config file.jpaetzel2011-01-041-1/+1
* Update committers-doc.dot, noving doc committer alumni into the alumnigavin2011-01-041-12/+14
* On amd64 and i386, tell the compiler to refrain from generating SSE,dim2011-01-042-0/+2
* Remove '-elf' from build flags for libexec/rtld-elf for amd64 and i386.dim2011-01-042-4/+0
* Limit hardware bug workaround to controllers that have 4GB boundaryyongari2011-01-041-1/+4
* Correct an 8-year-old typo which reliably leads to typo after typo today:jmallett2011-01-041-42/+43
* OLDCARD is long gone.bschmidt2011-01-041-19/+1
* Partially revert change made in r212061. r212061 relied onyongari2011-01-041-1/+8
* Remove OCTEON1-32. Since moving to the Cavium SDK, we've lost our support forjmallett2011-01-041-91/+0
* Use errx() instead of err() in parseint. There is usually no interestingkib2011-01-041-2/+2
* Clarify the previous commit. AcpiFinishGpe() will not clear GPE for usjkim2011-01-041-1/+3
* Spell CRITICAL_ASSERT correctly.cperciva2011-01-041-2/+1
* Inherit the APB and the generic OFW PCI-PCI bridge driver from the genericmarius2011-01-042-38/+5
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended formarius2011-01-047-11/+17
* Add hamfisted locking to the Xen/PV pmap code: Only allow one thread tocperciva2011-01-041-0/+35
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyrwatson2011-01-0411-7/+62
* Make the parsing of the integer arguments for rtprio(1)/idprio(1) stricter.kib2011-01-041-18/+32
* kproc_exit() is already marked __dead2 so a NOTREACHED comment here isn'tjhb2011-01-041-1/+0
* Quiet clang warnings by using string literal format strings.emaste2011-01-041-2/+2
* Finish r210923, 210926. Mark some devices as eternal.kib2011-01-049-14/+20
* Instead of incrementing freework reference counter in indir_trunc(), dokib2011-01-041-15/+15
* Because sleepqueue may still being used, we should always check wchan withdavidxu2011-01-041-6/+0
* Quiet clang warnings by using literal format strings for printf-likeemaste2011-01-042-3/+3
* o) Add MIPS_COP_0_EXC_PC accessors to <machine/cpufunc.h>.jmallett2011-01-042-83/+108
* o) Unmask Central Interrupt Unit interrupts on APs, too.jmallett2011-01-041-4/+5
* Make format string a string literal. (Discovered by clang.)emaste2011-01-041-1/+1
* Adjust the critical section protecting _xen_flush_queue to cover thecperciva2011-01-041-4/+11
* Handle failure from ftpd_popen in statfilecmd().emaste2011-01-041-0/+4
* Clear GPE from a query handler if the task was deferred.jkim2011-01-041-8/+11
* Wait for commands to complete 10 times longer. This makes my A-DATA 32GB SDHCpjd2011-01-041-2/+2
OpenPOWER on IntegriCloud