| Commit message (Expand) | Author | Age | Files | Lines |
* | Add minor optimization. It's less strict than its kernel counterpart | trasz | 2010-09-09 | 1 | -0/+9 |
* | Note bug in trying to printf(1) things like: '-%s\n' "foo" | obrien | 2010-09-09 | 1 | -0/+7 |
* | libelf is overly strict about the type and alignment of Elf_Data | kaiw | 2010-09-09 | 1 | -11/+6 |
* | Document the format of extended capabilities in the '-c' output. | jhb | 2010-09-09 | 1 | -1/+13 |
* | Fix an incorrect use of sbuf_overflowed() after a call to sbuf_finish(). | mdf | 2010-09-09 | 1 | -7/+3 |
* | Add a drain function for struct sysctl_req, and use it for a variety of | mdf | 2010-09-09 | 11 | -194/+88 |
* | - Use 'sta' to hold the PCIR_STATUS register value instead of 'cmd' when | jhb | 2010-09-09 | 1 | -6/+6 |
* | - Rename the constant for the Master Data Parity Error flag in the | jhb | 2010-09-09 | 1 | -24/+24 |
* | Add drain functionality to sbufs. The drain is a function that is | mdf | 2010-09-09 | 4 | -15/+207 |
* | Clean up and update sys/mips/rmi/rmi_mips_exts.h | jchandra | 2010-09-09 | 3 | -341/+345 |
* | Refactor sbuf code so that most uses of sbuf_extend() are in a new | mdf | 2010-09-09 | 1 | -25/+69 |
* | Fix small errors in the sbuf(9) man page. | mdf | 2010-09-09 | 1 | -4/+9 |
* | Reorder statistics tracking and table lock acquisitions already in place | nwhitehorn | 2010-09-09 | 1 | -4/+6 |
* | Fix the experimental NFS client so that it doesn't panic when | rmacklem | 2010-09-09 | 1 | -1/+3 |
* | On architectures with non-tree-based page tables like PowerPC, every page | nwhitehorn | 2010-09-09 | 1 | -2/+5 |
* | Fix a problem where device detection would work unreliably on Serverworks | nwhitehorn | 2010-09-09 | 3 | -20/+34 |
* | Don't clobber an existing target object file when doing the DTrace | rpaulo | 2010-09-09 | 1 | -0/+12 |
* | Fix two bugs in DTrace: | rpaulo | 2010-09-09 | 4 | -15/+44 |
* | Remove VI_MOUNT flag from vnode on VFS_MOUNT() failure. | pjd | 2010-09-09 | 1 | -0/+3 |
* | Let psm(4) use si_drv1 to refer to its softc. | ed | 2010-09-09 | 1 | -28/+22 |
* | Add file missed in r212337, my bad... | imp | 2010-09-09 | 1 | -0/+34 |
* | Minor clean up for nlge - nlna_submit_rx_free_desc() can use the same desc | jchandra | 2010-09-09 | 1 | -56/+19 |
* | Correct definition of T2 mode bit of MRBE Message Page 5 Next Page | yongari | 2010-09-08 | 1 | -1/+1 |
* | Doing first mount and updating mount points are both handled by the same | pjd | 2010-09-08 | 1 | -220/+268 |
* | - Log all the problems in devfs_fixup(). | pjd | 2010-09-08 | 1 | -2/+14 |
* | sh: Fix 'read' if all chars before the first IFS char are backslash-escaped. | jilles | 2010-09-08 | 3 | -0/+19 |
* | If autoboot_delay is set to -1, boot immediately without checking for | jhb | 2010-09-08 | 1 | -1/+4 |
* | pc-sysinstall(8) patch that allows images to be written to disks | imp | 2010-09-08 | 13 | -239/+523 |
* | Add few more bintime math macros. | mav | 2010-09-08 | 1 | -0/+19 |
* | Make sure to only pickup hid_input items when parsing input reports. | emax | 2010-09-08 | 1 | -1/+2 |
* | Check TARGET_ARCH as well as TARGET to determine if we are doing a cross | nwhitehorn | 2010-09-08 | 1 | -1/+1 |
* | Add custom kernel configuration and device tree source files for | emax | 2010-09-08 | 2 | -0/+341 |
* | Fix a printf specifier on 64-bit systems. | nwhitehorn | 2010-09-08 | 1 | -1/+1 |
* | sh: Add simple tests for backslashes in the read builtin. | jilles | 2010-09-08 | 2 | -0/+20 |
* | Simplify chkattached(). The PCIOCATTACHED ioctl only needs the pi_sel | jhb | 2010-09-08 | 1 | -7/+3 |
* | - Add register definitions related to extended capability IDs in | jhb | 2010-09-08 | 2 | -0/+179 |
* | subr_bus: use hexadecimal representation for bit flags | avg | 2010-09-08 | 1 | -8/+8 |
* | nlge (alternate XLR GMAC driver) updates: | jchandra | 2010-09-08 | 1 | -50/+45 |
* | During SMP startup there is time window, when SMP started, but interrupts | mav | 2010-09-08 | 1 | -1/+26 |
* | Fix a typo in the original import of this code from NetBSD that caused the | nwhitehorn | 2010-09-08 | 2 | -2/+4 |
* | Clean up fast message ring code for XLR. | jchandra | 2010-09-08 | 3 | -227/+116 |
* | Add Buffalo (Melco Inc.) LUA3-U2-ATX to list of supported devices. | sanpei | 2010-09-08 | 1 | -0/+2 |
* | For total interrupt count on -vm screen count all interrupts, but not only | mav | 2010-09-08 | 1 | -3/+3 |
* | To avoid possible race condition, SIGCANCEL is always sent except the | davidxu | 2010-09-08 | 1 | -1/+1 |
* | Fix an error made in r209975 related to context ID allocation for 64-bit | nwhitehorn | 2010-09-07 | 1 | -4/+7 |
* | Consistently use tab characters instead of tab + space characters. | yongari | 2010-09-07 | 2 | -130/+131 |
* | Remove trailing CR at EOL. | yongari | 2010-09-07 | 1 | -83/+83 |
* | Avoid "Entry can disappear before we lock fdvp" panic. | ivoras | 2010-09-07 | 1 | -3/+7 |
* | Code correction in refresh_mbufs, just continuing | jfv | 2010-09-07 | 1 | -2/+2 |
* | Tighten up the rx mbuf refresh code, there were some | jfv | 2010-09-07 | 2 | -51/+65 |