| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | We need to grab a node reference count to vap->iv_bss before using it as it is | thompsa | 2010-09-02 | 7 | -16/+40 |
* | Modify pxe.c to use the version of nfs_getrootfh() that returns | rmacklem | 2010-09-02 | 1 | -0/+59 |
* | Modify lib/libstand/nfs.c to use NFSv3 instead of NFSv2. | rmacklem | 2010-09-02 | 1 | -2/+742 |
* | Fix stupid error in r212109 which didn't swap DMA maps. This caused | yongari | 2010-09-02 | 1 | -2/+2 |
* | Modify nfs_diskless.c to recognize the environment variable | rmacklem | 2010-09-01 | 1 | -45/+120 |
* | Add missing MODULE_VERSION() definitions, this resolves problems around | thompsa | 2010-09-01 | 38 | -7/+43 |
* | Move sis_reset() to sis_initl(). This ensures driver starts with | yongari | 2010-09-01 | 1 | -7/+5 |
* | Avoid controller reinitialization which could be triggered by | yongari | 2010-09-01 | 1 | -0/+5 |
* | Do not reinitialize controller whenever promiscuous mode or | yongari | 2010-09-01 | 2 | -2/+11 |
* | Report result of link state change to caller. Previously it always | yongari | 2010-09-01 | 1 | -2/+3 |
* | Overhaul link state change handling. Previously sis(4) blindly | yongari | 2010-09-01 | 2 | -88/+100 |
* | Fix a bug with sched_affinity() where it checks td_pinned of another | mdf | 2010-09-01 | 1 | -11/+13 |
* | s/u_intXX_t/uintXX_t/g | yongari | 2010-09-01 | 2 | -35/+35 |
* | rmlock(9) two additions and one change/fix: | mlaier | 2010-09-01 | 6 | -51/+148 |
* | bus_dma(9) cleanup. | yongari | 2010-09-01 | 2 | -420/+497 |
* | Nuke unnecessary return at the end of function. | yongari | 2010-09-01 | 1 | -8/+0 |
* | style(9) - space after keywords. | yongari | 2010-09-01 | 1 | -35/+35 |
* | Remove leading and trailing white spaces. | yongari | 2010-09-01 | 2 | -36/+36 |
* | Updates for the RMI MIPS platform code | jchandra | 2010-09-01 | 4 | -10/+13 |
* | Add a sysctl knob to accept input packets on any link in a failover lagg. | emaste | 2010-09-01 | 1 | -1/+9 |
* | Fix a bug which results in peer IPv4 addresses a.b.c.d with 224<=d<=239 | tuexen | 2010-09-01 | 1 | -1/+1 |
* | Use a cleaner expression to retrieve the memory size in pc98's boot2.c, | dim | 2010-09-01 | 1 | -3/+2 |
* | As long as we are going to panic anyway, there's no need to hide additional | emaste | 2010-09-01 | 1 | -2/+0 |
* | Remove incorrect comments, also make sure signal is | davidxu | 2010-09-01 | 1 | -5/+4 |
* | o Sync the man page with the reality: nfs/ includes | maxim | 2010-09-01 | 1 | -1/+3 |
* | Make the /dev/dtrace/helper node have the mode 0660. This allows | rpaulo | 2010-09-01 | 1 | -1/+1 |
* | Include <sys/sdt.h> on a generated header. | rpaulo | 2010-09-01 | 1 | -0/+4 |
* | Remove reference to device minor numbers in psm(4) man page. | ed | 2010-09-01 | 1 | -18/+1 |
* | o List MOUNTVER and SCHED classes. X-ref gsched(8). Bump Dd. | maxim | 2010-09-01 | 1 | -1/+6 |
* | In function __pthread_cxa_finalize(), also make code for removing | davidxu | 2010-09-01 | 1 | -1/+8 |
* | Increase device reset timeout from 10 to 15 seconds, same as in ahci(4). | mav | 2010-09-01 | 1 | -1/+1 |
* | - Remove duplicate comment. | lulf | 2010-09-01 | 1 | -14/+0 |
* | pthread_atfork should acquire writer lock and protect the code | davidxu | 2010-09-01 | 1 | -1/+3 |
* | Change atfork lock from mutex to rwlock, also make mutexes used by malloc() | davidxu | 2010-09-01 | 6 | -28/+60 |
* | Add signal handler wrapper, the reason to add it becauses there are | davidxu | 2010-09-01 | 14 | -273/+591 |
* | rescure comments from RELENG_4. | davidxu | 2010-09-01 | 1 | -0/+12 |
* | Whitespace and comment fixes. | jamie | 2010-08-31 | 1 | -4/+2 |
* | Don't over-allocate array values in jailparam_export. | jamie | 2010-08-31 | 1 | -6/+9 |
* | Make it clear in the example that jailparam_export's return value | jamie | 2010-08-31 | 1 | -1/+3 |
* | Remove unnecessary atomic operation in bge_poll. bge(4) always | yongari | 2010-08-31 | 1 | -2/+2 |
* | Make sure the interrupt entry point is within the video ROM range. We must | jkim | 2010-08-31 | 1 | -9/+15 |
* | bge_txeof() already checks whether it has to free transmitted mbufs | yongari | 2010-08-31 | 1 | -4/+3 |
* | Eliminate confusing while () loop. In the first version of the code it was | pjd | 2010-08-31 | 1 | -4/+3 |
* | For consistency, change all 'i386' and MACHINE_ARCH to x86. | delphij | 2010-08-31 | 3 | -3/+3 |
* | Handle PAE case correctly. You cannot effectively specify a 4GB | yongari | 2010-08-31 | 2 | -3/+7 |
* | Avoid directly manipulating a NULL pointer (which could result in | dim | 2010-08-31 | 1 | -2/+2 |
* | Have memguard(9) crash with an easier-to-debug message on double-free. | mdf | 2010-08-31 | 1 | -1/+5 |
* | Always compile pc98 boot2 with gcc instead of clang, just as with i386 | dim | 2010-08-31 | 1 | -0/+7 |
* | Split common parent DMA tag into ring DMA tag and TX/RX mbuf DMA | yongari | 2010-08-31 | 2 | -243/+152 |
* | Use a more robust way to substitute gcc for clang, when compiling | dim | 2010-08-31 | 2 | -2/+6 |