aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MFp4 //depot/projects/usb@159866Andrew Thompson2009-04-056-332/+423
* MFp4 //depot/projects/usb@159864Andrew Thompson2009-04-051-44/+32
* MFp4 //depot/projects/usb@159863Andrew Thompson2009-04-051-21/+25
* MFp4 //depot/projects/usb@159811Andrew Thompson2009-04-053-8/+48
* MFp4 //depot/projects/usb@159806Andrew Thompson2009-04-051-4/+4
* MFp4 //depot/projects/usb@159797Andrew Thompson2009-04-051-1/+0
* MFp4 //depot/projects/usb@159700Andrew Thompson2009-04-051-6/+3
* MFp4 //depot/projects/usb@159677Andrew Thompson2009-04-051-2/+0
* MFp4 //depot/projects/usb@159674Andrew Thompson2009-04-053-5/+21
* MFp4 //depot/projects/usb@159673Andrew Thompson2009-04-054-32/+47
* MFp4 //depot/projects/usb@159671Andrew Thompson2009-04-051-6/+9
* MFp4 //depot/projects/usb@159562Andrew Thompson2009-04-051-44/+51
* Add some consts, remove some unused stuff and other attempts to calmPoul-Henning Kamp2009-04-059-31/+15
* Fix casts which are not by definition safe, but which malloc(3)Poul-Henning Kamp2009-04-051-6/+6
* Some constificationsPoul-Henning Kamp2009-04-053-5/+7
* Modernize prototypes (ie: no extern)Poul-Henning Kamp2009-04-0510-175/+157
* Improve a bit reass documentation:Paolo Pisati2009-04-051-0/+25
* Convert list of remote interfaces to LIST_* macrosPoul-Henning Kamp2009-04-053-16/+8
* Kick WARNS level up to 6 by fixing various trivial warnings.Poul-Henning Kamp2009-04-056-9/+10
* Use <sys/queue.h> to manage the interface list.Poul-Henning Kamp2009-04-058-41/+35
* Remove newlines from string argument of __COPYRIGHT(), it results inPoul-Henning Kamp2009-04-051-2/+2
* Send multicast on p2p interfaces if they can and are not prohibitedPoul-Henning Kamp2009-04-051-2/+9
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-0513-23/+24
* Revert c190007 at the request of Ruslan. It was not correct becauseWarner Losh2009-04-051-1/+0
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,Alan Cox2009-04-043-18/+0
* Perform a dummy stwcx. when we switch contexts. The contextMarcel Moolenaar2009-04-041-0/+6
* Add sysarch.h. It's included by drm(4).Marcel Moolenaar2009-04-041-0/+43
* First round of cleanups. There's a lot of NetBSDism in this header.Marcel Moolenaar2009-04-041-77/+0
* Implement kernel core dump support for Book-E processors.Marcel Moolenaar2009-04-041-28/+188
* Fixup the parameters to audit_submit(3) the order is errno then returnChristian S.J. Peron2009-04-041-7/+7
* Temporary hack to unbreak user/group lookups;Tim Kientzle2009-04-041-2/+2
* Don't let trailing empty lines overwrite the result of the last command with 0.Stefan Farfeleder2009-04-041-1/+2
* Revert change 190655 temporarily. It breaks many setups where nullfs isAlexander Kabaev2009-04-041-1/+1
* Modularize the Macintosh built-in ATA along the lines of the rest of theNathan Whitehorn2009-04-041-3/+3
* - Add the support for the Asus A3F and A3E deviceAttilio Rao2009-04-041-5/+31
* - Style: size_t can't be negative.Ruslan Ermilov2009-04-041-17/+11
* Fixed NAME section.Ruslan Ermilov2009-04-041-2/+2
* Fix mbuf chain layout pessimization:Bruce M Simpson2009-04-041-4/+8
* Do not obliterate QQI with MAXRESP.Bruce M Simpson2009-04-041-2/+2
* When removing or renaming snaphost, do not delve into request_cleanup().Konstantin Belousov2009-04-041-1/+1
* Many bug fixes (from the IETF hack-fest):Randall Stewart2009-04-0410-2119/+365
* Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UXWeongyo Jeong2009-04-048-0/+7506
* PowerPC, meet kernel core dumps. The support is basedMarcel Moolenaar2009-04-047-14/+398
* The Serverworks SATA chipsets used in Apple G5 systems require requiringNathan Whitehorn2009-04-041-0/+23
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modeNathan Whitehorn2009-04-0428-230/+3775
* Catch up with recent locking changes.Tom Rhodes2009-04-031-6/+0
* Set SO_NOSIGPIPE on sockets used by phttpget. Without this, ifColin Percival2009-04-031-0/+6
* fix whitespaceSam Leffler2009-04-031-1/+1
* Add interleaving root hold tokens from the CAM probe to disk_create and geomAndrew Thompson2009-04-035-0/+17
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledAndrew Thompson2009-04-039-10/+14