aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a typo in a comment.John Baldwin2010-12-211-1/+1
* Initialize fp_location for explicitly managed fail points, and pushMatthew D Fleming2010-12-212-46/+34
* Check number of arguments before trying to read arg0. This prevents accessAndrey V. Elsukov2010-12-211-0/+2
* Move the fail_point_entry definition from fail.h to kern_fail.c, whichMatthew D Fleming2010-12-212-39/+43
* - Introduce the Hhook (Helper Hook) KPI. The KPI is closely modelled on pfil(9),Lawrence Stewart2010-12-218-2/+1275
* Only use the BIOS-supplied IRQ for the atkbdc device for a child atkbdJohn Baldwin2010-12-211-8/+10
* The local variable "rv" is still required by vm_fault_hold_user_pages().Alan Cox2010-12-201-3/+3
* sh: Make warnings in the printf builtin non-fatal, like in the program.Jilles Tjoelker2010-12-204-32/+29
* Unbreak the build by temprorarily not using include directives inShteryana Shopova2010-12-207-10/+60
* Introduce vm_fault_hold() and use it to (1) eliminate a long-standing raceAlan Cox2010-12-205-81/+42
* rpc.lockd(8) WARNS cleanupUlrich Spörlein2010-12-204-6/+5
* lmcconfig(8): bump to WARNS=3, fix typo in usage while hereUlrich Spörlein2010-12-202-210/+281
* Fix type used to hold fgetc(3) output, this should help arm and powerpcUlrich Spörlein2010-12-201-1/+1
* factor(6): Check return values of BN_* functions.Ulrich Spörlein2010-12-201-4/+8
* Remove useless conditional.Ulrich Spörlein2010-12-201-3/+2
* Document limitation of station address reprogramming.Pyun YongHyeon2010-12-201-1/+13
* Add (disabled) sample configuration lines needed to enable snmp_target(3) moduleShteryana Shopova2010-12-201-35/+98
* Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.Shteryana Shopova2010-12-2024-100/+1998
* Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans2010-12-2013-2280/+1125
* Suggest to run the delete-old target after the second mergemaster. If you runAlexander Leidinger2010-12-201-2/+6
* Don't whine about child drivers calling pci_enable_busmaster(). That isJohn Baldwin2010-12-201-4/+0
* Memory can be laid out with large gaps on 64-bit PowerPC, so switch toNathan Whitehorn2010-12-201-1/+6
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-202-6/+10
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-201-111/+48
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-201-4/+6
* Add __unusedPhilippe Charnier2010-12-201-1/+1
* Add __unusedPhilippe Charnier2010-12-201-1/+1
* Add __unusedPhilippe Charnier2010-12-201-5/+5
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-202-8/+6
* Oops, fwe(4) listed twice.Pyun YongHyeon2010-12-201-1/+0
* Add ae(4) to the list of drivers use the miibus interface.Pyun YongHyeon2010-12-201-1/+4
* igb(4), ixgbe(4), mxge(4) and nxge(4) support VLAN hardware tagPyun YongHyeon2010-12-201-1/+7
* Add .Xr to altq(4).Pyun YongHyeon2010-12-191-1/+2
* Add .Xr to altq(4).Pyun YongHyeon2010-12-191-1/+2
* ae(4), igb(4), ixgb(4) and ixgbe(4) supports altq(4).Pyun YongHyeon2010-12-191-1/+5
* Add --numeric-owner to tar extract operations in portsnap.Simon L. B. Nielsen2010-12-191-5/+5
* Restore the ABI of struct kinfo_proc32 after r213536.Konstantin Belousov2010-12-191-0/+1
* Correct cookie type to match reality.Pawel Jakub Dawidek2010-12-191-2/+1
* Reduce lock scope a little.Pawel Jakub Dawidek2010-12-191-2/+2
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-1920-470/+204
* Garbage-collect unused variable.Nathan Whitehorn2010-12-192-9/+4
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-191-33/+18
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-191-66/+34
* add __unusedPhilippe Charnier2010-12-191-6/+4
* Update firmware for wpi(4) from version 2.14.4 to 15.32.2.9.Bernhard Schmidt2010-12-195-2636/+2644
* Fix a bug introduced in r216518. The ndis_subsys field holds the PCITijl Coosemans2010-12-191-7/+19
* Fix panic trying to use monitor mode. The iwn_cmd() calls issued byBernhard Schmidt2010-12-191-0/+2
* Fix build on bigendian archs.Bernhard Schmidt2010-12-191-0/+1
* Redo some parts of r216333, specifically, the locking changes toAlan Cox2010-12-191-39/+60
* Document JMC251/JMC261 support.Pyun YongHyeon2010-12-191-4/+8