| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | /etc/rc.d/ip6fw was deprecated. | ume | 2010-08-05 | 1 | -1/+0 |
* | Fix a race between clock_intr() and tick_ticker() when updating | neel | 2010-08-05 | 2 | -19/+29 |
* | Comment out IEEE Std 1003.1-2001 conformance proclaimed too early, | ache | 2010-08-05 | 1 | -5/+5 |
* | Change kgdb_lookup() to resolve symbols via GDB instead of via libkvm(3). | jhb | 2010-08-04 | 3 | -29/+23 |
* | Copy inode birthtime to the struct stat32. | kib | 2010-08-04 | 1 | -0/+1 |
* | Fix style. | kib | 2010-08-04 | 1 | -1/+2 |
* | Add 3 level page tables for MIPS in n64. | jchandra | 2010-08-04 | 5 | -264/+408 |
* | ithd_name no longer defined, use td_name. Fix compile with KTR enabled. | jchandra | 2010-08-04 | 1 | -1/+1 |
* | Whitespace fix for last check-in, move empty line to below endif. | jchandra | 2010-08-04 | 1 | -1/+1 |
* | MIPS 64 bit support. | jchandra | 2010-08-04 | 1 | -0/+14 |
* | Do not free sc if attach failed, as it was allocated by the bus | gavin | 2010-08-04 | 1 | -1/+0 |
* | Fix typo. | joel | 2010-08-04 | 1 | -1/+1 |
* | In order for MAXVNODES_MAX to be an "int" on powerpc and sparc, we must | alc | 2010-08-04 | 1 | -1/+1 |
* | Add some mutex locking on the nfsnode to the regular NFS client. | rmacklem | 2010-08-04 | 2 | -5/+10 |
* | Catch known CPUs before using IA32_TEMPERATURE_TARGET. | delphij | 2010-08-04 | 1 | -28/+40 |
* | sh: Return 0 from eval if no command was given. | jilles | 2010-08-03 | 2 | -1/+11 |
* | grdc(6): de-obfuscate the timekeeping of now/delay | uqs | 2010-08-03 | 1 | -6/+8 |
* | Correctly sort usbconfig(8) within the SEE ALSO section. | bcr | 2010-08-03 | 1 | -1/+1 |
* | Fix typo. | joel | 2010-08-03 | 1 | -1/+1 |
* | Spelling fixes. | joel | 2010-08-03 | 13 | -19/+19 |
* | Add support for ATI Radeon HD 4250. | olli | 2010-08-03 | 1 | -0/+1 |
* | Update references from nonexistent usbconfig(1) to usbconfig(8). | bcr | 2010-08-03 | 1 | -4/+4 |
* | Remove an unnecessary register load. | jkim | 2010-08-03 | 1 | -2/+1 |
* | grdc(6): Partial backout of r210755 | uqs | 2010-08-03 | 1 | -18/+24 |
* | Properly set ifi_datalen for compat32 struct if_data32. | kib | 2010-08-03 | 1 | -1/+1 |
* | savectx() has not been used for fork(2) for about 15 years. [1] | jkim | 2010-08-03 | 3 | -107/+65 |
* | - Do not use the runtime mask when logfile is specified. | fabient | 2010-08-03 | 3 | -4/+12 |
* | When compat32 recvmsg(2) does not need to copy out control messages, set | kib | 2010-08-03 | 1 | -0/+2 |
* | Check that gsp is not NULL before access. It can be NULL | ae | 2010-08-03 | 1 | -1/+1 |
* | Allow file as a top source, it works with socket now. | fabient | 2010-08-03 | 2 | -72/+90 |
* | One question mark per question; everything else is just exaggerating. | bz | 2010-08-03 | 1 | -1/+1 |
* | Check that table is not NULL before access, it can be NULL | ae | 2010-08-03 | 1 | -1/+1 |
* | Modify the return value for nfscl_mustflush() from boolean_t, | rmacklem | 2010-08-03 | 4 | -12/+12 |
* | Fix typo | emax | 2010-08-02 | 1 | -1/+1 |
* | Update the "desiredvnodes" calculation. In particular, make the part of | alc | 2010-08-02 | 1 | -8/+19 |
* | Rearrange struct pcb. r177532 (CVS r1.64 of pcb.h) moved pcb_flags to make | jkim | 2010-08-02 | 2 | -10/+10 |
* | Fix two (very common) occurrences of s/sytem/system in comments. | bcr | 2010-08-02 | 2 | -2/+2 |
* | Give kgdb(1) a chance to take a look at FPU state. | jkim | 2010-08-02 | 1 | -0/+1 |
* | - Merge savectx2() with savectx() and struct xpcb with struct pcb. [1] | jkim | 2010-08-02 | 7 | -203/+152 |
* | Fix another mismerge: bring back the definition of DT_MUTEX_HELD(). | rpaulo | 2010-08-02 | 1 | -0/+8 |
* | Fix the result of a mismerge. MUTEX_HELD should be DT_MUTEX_HELD() and | rpaulo | 2010-08-02 | 2 | -9/+11 |
* | Tweak the logic to disable CLFLUSH in virtual environments to work around | jhb | 2010-08-02 | 2 | -12/+12 |
* | Added myself (must have forgot a couple of years ago?) and fixed the | glarkin | 2010-08-02 | 1 | -1/+2 |
* | Spelling fixes. | joel | 2010-08-02 | 7 | -9/+9 |
* | Fix case for library macros | uqs | 2010-08-02 | 1 | -1/+1 |
* | mdoc policing: use consistent section ordering, fix quotes and trailing | uqs | 2010-08-02 | 1 | -15/+15 |
* | MFV OpenSolaris DTrace userland bits. | rpaulo | 2010-08-02 | 112 | -250/+4419 |
|\ |
|
| * | Update DTrace userland code to the latest available. | rpaulo | 2010-08-02 | 114 | -295/+4462 |
* | | Fix the calltree top view that incorrectly filter out some nodes. | fabient | 2010-08-02 | 1 | -2/+8 |
* | | mdoc: remove unbalanced quotes | uqs | 2010-08-02 | 2 | -6/+6 |