summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert my ata_identify()/ata_reinit() related changes: r189166, r189091mav2009-02-289-120/+69
* Move the NORELEASE check to after the recurse count decrement and bailout, thisthompsa2009-02-281-6/+6
* A couple of style nits in the last committhompsa2009-02-282-9/+6
* - Remove the usb interface number from the device nodes as it is not needed.thompsa2009-02-284-89/+55
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-2817-18/+47
* Fix compilation of newkey(8) with WITHOUT_NIS=yes.ed2009-02-282-9/+5
* Use getline() instead of fgets(). This enables nl(1) to handledas2009-02-281-26/+21
* Replace bcopy() calls inside the TTY layer with memcpy()/strlcpy().ed2009-02-283-9/+9
* Rework device probing by moving ata_getparam() call from ata_identify() tomav2009-02-287-51/+109
* Remove PRIV_ROOT -- all system privileges must now be explicitly namedrwatson2009-02-281-7/+2
* Fix compilation of fstat.ed2009-02-281-1/+1
* Add missing POSIX 1003.1-2008 open(2) flag; O_TTY_INIT.ed2009-02-282-1/+20
* Tests for getdelim().das2009-02-282-1/+169
* Add a file containing tests for simple format specifiers.das2009-02-282-1/+157
* Tests for wcscasecmp(), wcsnlen(), and stpncpy().das2009-02-284-1/+269
* Make `less -R' not crash all the time.das2009-02-281-2/+4
* Replace a dozen lines of code with a call to strnlen() / wcsnlen().das2009-02-282-33/+2
* Add restrict qualifiers.das2009-02-281-1/+1
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),das2009-02-2822-31/+747
* Define a macro for POSIX.1-2008 here until a future groff importdas2009-02-281-0/+4
* Add visibility constants for POSIX.1-2008.das2009-02-281-4/+12
* Add restrict qualifiers to the parameters to strlcpy() and strlcat().das2009-02-284-6/+6
* Mark memmem() __pure.das2009-02-281-1/+1
* Make sure %zd treats negative arguments properly on 32-bit platforms.das2009-02-283-5/+8
* Initialize the vblank structures at load time. Previously we did thisrnoland2009-02-2816-20/+44
* Add a tuneable to allow disabling msi on drm at runtime.rnoland2009-02-271-1/+5
* Copy/paste bug fix for previos commit.mav2009-02-271-1/+1
* Move to new usb stack that puts the front-end bus attachments with theimp2009-02-271-1/+1
* Change the last references to PRIV_ROOT. /dev/usb used to be world writable sothompsa2009-02-272-3/+3
* Remove ic_update_mcast calls that are not implemented.thompsa2009-02-272-16/+0
* Partial sync to //depot/projects/usbthompsa2009-02-276-69/+358
* Fix the add stream feature of strm-reset to really work:rrs2009-02-275-49/+133
* - Hold a reference on the cdev a filesystem is mounted from in the mount.jhb2009-02-275-12/+14
* Merge rev. 188615, 188812 changes from old-USB to USB2 driver.mav2009-02-271-20/+17
* really enable usb1sam2009-02-271-8/+9
* - Update copyright to 2009.davidch2009-02-273-42/+65
* o enable PREEMPTIONsam2009-02-272-51/+62
* o add -HEAD to avoid build conflictssam2009-02-271-3/+3
* add -HEAD to avoid build conflictssam2009-02-271-1/+1
* Make a note about USB /dev changes.thompsa2009-02-271-0/+4
* newfs_msdos: allow to work with media that doesn't have any CHS paramsavg2009-02-271-5/+17
* udf_readatoffset: return correct size and data pointer for data in fentryavg2009-02-271-0/+6
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-2725-1941/+643
* Remove empty directory structure.ed2009-02-270-0/+0
* Fix HID_COMPAT7 handling around the USB_GET_REPORT_DESC ioctl.thompsa2009-02-271-2/+4
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-2749-8/+83
* Move the include of vinet.h further up before the ipfilter includes.bz2009-02-271-3/+3
* Remove redundant code in printf() and vprintf().ed2009-02-271-28/+1
* Shuffle the vimage.h includes or add where missing.bz2009-02-273-2/+5
* Revert previous commit to subr_prf.c and make it more tidy.ed2009-02-271-3/+5
OpenPOWER on IntegriCloud