summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* We need to grab a node reference count to vap->iv_bss before using it as it isthompsa2010-09-027-16/+40
* Modify pxe.c to use the version of nfs_getrootfh() that returnsrmacklem2010-09-021-0/+59
* Modify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.rmacklem2010-09-021-2/+742
* Fix stupid error in r212109 which didn't swap DMA maps. This causedyongari2010-09-021-2/+2
* Modify nfs_diskless.c to recognize the environment variablermacklem2010-09-011-45/+120
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-0138-7/+43
* Move sis_reset() to sis_initl(). This ensures driver starts withyongari2010-09-011-7/+5
* Avoid controller reinitialization which could be triggered byyongari2010-09-011-0/+5
* Do not reinitialize controller whenever promiscuous mode oryongari2010-09-012-2/+11
* Report result of link state change to caller. Previously it alwaysyongari2010-09-011-2/+3
* Overhaul link state change handling. Previously sis(4) blindlyyongari2010-09-012-88/+100
* Fix a bug with sched_affinity() where it checks td_pinned of anothermdf2010-09-011-11/+13
* s/u_intXX_t/uintXX_t/gyongari2010-09-012-35/+35
* rmlock(9) two additions and one change/fix:mlaier2010-09-016-51/+148
* bus_dma(9) cleanup.yongari2010-09-012-420/+497
* Nuke unnecessary return at the end of function.yongari2010-09-011-8/+0
* style(9) - space after keywords.yongari2010-09-011-35/+35
* Remove leading and trailing white spaces.yongari2010-09-012-36/+36
* Updates for the RMI MIPS platform codejchandra2010-09-014-10/+13
* Add a sysctl knob to accept input packets on any link in a failover lagg.emaste2010-09-011-1/+9
* Fix a bug which results in peer IPv4 addresses a.b.c.d with 224<=d<=239tuexen2010-09-011-1/+1
* Use a cleaner expression to retrieve the memory size in pc98's boot2.c,dim2010-09-011-3/+2
* As long as we are going to panic anyway, there's no need to hide additionalemaste2010-09-011-2/+0
* Remove incorrect comments, also make sure signal isdavidxu2010-09-011-5/+4
* o Sync the man page with the reality: nfs/ includesmaxim2010-09-011-1/+3
* Make the /dev/dtrace/helper node have the mode 0660. This allowsrpaulo2010-09-011-1/+1
* Include <sys/sdt.h> on a generated header.rpaulo2010-09-011-0/+4
* Remove reference to device minor numbers in psm(4) man page.ed2010-09-011-18/+1
* o List MOUNTVER and SCHED classes. X-ref gsched(8). Bump Dd.maxim2010-09-011-1/+6
* In function __pthread_cxa_finalize(), also make code for removingdavidxu2010-09-011-1/+8
* Increase device reset timeout from 10 to 15 seconds, same as in ahci(4).mav2010-09-011-1/+1
* - Remove duplicate comment.lulf2010-09-011-14/+0
* pthread_atfork should acquire writer lock and protect the codedavidxu2010-09-011-1/+3
* Change atfork lock from mutex to rwlock, also make mutexes used by malloc()davidxu2010-09-016-28/+60
* Add signal handler wrapper, the reason to add it becauses there aredavidxu2010-09-0114-273/+591
* rescure comments from RELENG_4.davidxu2010-09-011-0/+12
* Whitespace and comment fixes.jamie2010-08-311-4/+2
* Don't over-allocate array values in jailparam_export.jamie2010-08-311-6/+9
* Make it clear in the example that jailparam_export's return valuejamie2010-08-311-1/+3
* Remove unnecessary atomic operation in bge_poll. bge(4) alwaysyongari2010-08-311-2/+2
* Make sure the interrupt entry point is within the video ROM range. We mustjkim2010-08-311-9/+15
* bge_txeof() already checks whether it has to free transmitted mbufsyongari2010-08-311-4/+3
* Eliminate confusing while () loop. In the first version of the code it waspjd2010-08-311-4/+3
* For consistency, change all 'i386' and MACHINE_ARCH to x86.delphij2010-08-313-3/+3
* Handle PAE case correctly. You cannot effectively specify a 4GByongari2010-08-312-3/+7
* Avoid directly manipulating a NULL pointer (which could result indim2010-08-311-2/+2
* Have memguard(9) crash with an easier-to-debug message on double-free.mdf2010-08-311-1/+5
* Always compile pc98 boot2 with gcc instead of clang, just as with i386dim2010-08-311-0/+7
* Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMAyongari2010-08-312-243/+152
* Use a more robust way to substitute gcc for clang, when compilingdim2010-08-312-2/+6
OpenPOWER on IntegriCloud