| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment out enabling FIS Based Switching inside ata_ahci_issue_cmd() as it | mav | 2009-03-01 | 1 | -1/+1 |
* | Fix range-check error introduced in r182292. Also do not do anything | dchagin | 2009-03-01 | 1 | -1/+3 |
* | Do a bit of struct ifnet cleanup in preparation for 8.0: group function | rwatson | 2009-03-01 | 1 | -7/+12 |
* | Add size-guards evaluated at compile-time to the main struct vnet_* | bz | 2009-03-01 | 4 | -0/+12 |
* | Add the infrastructure and expected sizeof() values for each supported | bz | 2009-03-01 | 1 | -0/+99 |
* | Improve my previous changes to the TTY code: also remove memcpy(). | ed | 2009-03-01 | 2 | -6/+6 |
* | Add the new compile-time assertion macro CTASSERT_EQUAL(). | bz | 2009-03-01 | 1 | -0/+24 |
* | Fix a typo in the previous commit. | das | 2009-03-01 | 1 | -1/+1 |
* | In sys/tree.h: | bms | 2009-03-01 | 1 | -1/+16 |
* | Remove unreachable code for generating RST segments from tcp_twcheck(); | rwatson | 2009-02-28 | 1 | -45/+0 |
* | Revert my ata_identify()/ata_reinit() related changes: r189166, r189091 | mav | 2009-02-28 | 9 | -120/+69 |
* | Move the NORELEASE check to after the recurse count decrement and bailout, this | thompsa | 2009-02-28 | 1 | -6/+6 |
* | A couple of style nits in the last commit | thompsa | 2009-02-28 | 2 | -9/+6 |
* | - Remove the usb interface number from the device nodes as it is not needed. | thompsa | 2009-02-28 | 4 | -89/+55 |
* | Add memmove() to the kernel, making the kernel compile with Clang. | ed | 2009-02-28 | 17 | -18/+47 |
* | Replace bcopy() calls inside the TTY layer with memcpy()/strlcpy(). | ed | 2009-02-28 | 3 | -9/+9 |
* | Rework device probing by moving ata_getparam() call from ata_identify() to | mav | 2009-02-28 | 7 | -51/+109 |
* | Remove PRIV_ROOT -- all system privileges must now be explicitly named | rwatson | 2009-02-28 | 1 | -7/+2 |
* | Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT. | ed | 2009-02-28 | 1 | -0/+5 |
* | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | das | 2009-02-28 | 1 | -1/+1 |
* | Add visibility constants for POSIX.1-2008. | das | 2009-02-28 | 1 | -4/+12 |
* | Initialize the vblank structures at load time. Previously we did this | rnoland | 2009-02-28 | 16 | -20/+44 |
* | Add a tuneable to allow disabling msi on drm at runtime. | rnoland | 2009-02-27 | 1 | -1/+5 |
* | Copy/paste bug fix for previos commit. | mav | 2009-02-27 | 1 | -1/+1 |
* | Move to new usb stack that puts the front-end bus attachments with the | imp | 2009-02-27 | 1 | -1/+1 |
* | Change the last references to PRIV_ROOT. /dev/usb used to be world writable so | thompsa | 2009-02-27 | 2 | -3/+3 |
* | Remove ic_update_mcast calls that are not implemented. | thompsa | 2009-02-27 | 2 | -16/+0 |
* | Partial sync to //depot/projects/usb | thompsa | 2009-02-27 | 6 | -69/+358 |
* | Fix the add stream feature of strm-reset to really work: | rrs | 2009-02-27 | 5 | -49/+133 |
* | - Hold a reference on the cdev a filesystem is mounted from in the mount. | jhb | 2009-02-27 | 5 | -12/+14 |
* | Merge rev. 188615, 188812 changes from old-USB to USB2 driver. | mav | 2009-02-27 | 1 | -20/+17 |
* | - Update copyright to 2009. | davidch | 2009-02-27 | 3 | -42/+65 |
* | udf_readatoffset: return correct size and data pointer for data in fentry | avg | 2009-02-27 | 1 | -0/+6 |
* | Change USB over to make_dev() for all device nodes, previously it hooked into | thompsa | 2009-02-27 | 17 | -1171/+631 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 49 | -8/+83 |
* | Move the include of vinet.h further up before the ipfilter includes. | bz | 2009-02-27 | 1 | -3/+3 |
* | Remove redundant code in printf() and vprintf(). | ed | 2009-02-27 | 1 | -28/+1 |
* | Shuffle the vimage.h includes or add where missing. | bz | 2009-02-27 | 3 | -2/+5 |
* | Revert previous commit to subr_prf.c and make it more tidy. | ed | 2009-02-27 | 1 | -3/+5 |
* | Prefer register usage style to be more consistent with the rest of the | raj | 2009-02-27 | 1 | -8/+8 |
* | Make Book-E debug register state part of the PCB context. | raj | 2009-02-27 | 7 | -5/+18 |
* | Fix up some ioctl permissions issues long overlooked. | rnoland | 2009-02-27 | 3 | -8/+7 |
* | Rollback rev. 189093. | mav | 2009-02-26 | 1 | -1/+0 |
* | Unhide IDENTIFY command timeouts when verbose messages enabled. | mav | 2009-02-26 | 1 | -1/+3 |
* | Restore mtx_lock() call on ata_timeout(), dropped (I think accidentally) | mav | 2009-02-26 | 1 | -0/+1 |
* | Rename all symbols in libmp(3) to mp_*, just like Solaris. | ed | 2009-02-26 | 1 | -1/+1 |
* | Remove direct ata_completed() call options from ata_finish(), except for the | mav | 2009-02-26 | 4 | -17/+10 |
* | Allow the old usb stack to compile by adding the appropriate -I foo, this must | thompsa | 2009-02-26 | 1 | -1/+5 |
* | Add MSI blacklisting support. | mav | 2009-02-26 | 1 | -47/+76 |
* | udf_readatoffset: read through directory vnode, do not read > MAXBSIZE | avg | 2009-02-26 | 3 | -25/+23 |