summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-2327-27/+3
* Fix build with ACPI_DEBUG.rpaulo2009-06-231-1/+1
* Fix double path issue and other nits.rpaulo2009-06-232-376/+1
* In r194702 I meant to remove vnet.h which is no longer needed, not route.h.bz2009-06-231-1/+1
* Whitespace fix.jamie2009-06-231-1/+1
* Remove obsolete comment describing how the command line isjamie2009-06-231-5/+0
* Remove unnecessary/redundant includes.jamie2009-06-232-2/+0
* Code cleanup by moving some repetitive code into an ndis_get_bssid_listcokane2009-06-231-37/+39
* Fix a typo in the same comment, one line below.ed2009-06-231-1/+1
* Remove unneeded stdlib directories.ed2009-06-234-12/+0
* Simplify. We can just use .sinclude here.ed2009-06-231-3/+1
* in6_rtqdrain() has been unused. Cleanup.bz2009-06-231-23/+0
* * Driver for ACPI WMI (Windows Management Instrumentation)rpaulo2009-06-2314-3/+3109
* Remove duplicate #include <net/route.h> from the middle of the file.bz2009-06-231-1/+0
* Mark ng_ether node hooks as HI_STACK. It is usually the last point whenmav2009-06-231-1/+1
* vn_open_cred() needs a non NULL ucred pointerpho2009-06-231-1/+1
* Fix typo in comment.ed2009-06-231-1/+1
* Remove hand-written labs/abs implementations. GCC is smart enough.ed2009-06-233-95/+1
* Fix what seems to be an obvious typo preventing the body of therdivacky2009-06-231-1/+1
* o Fix usage() prototype [1] and correct its call.maxim2009-06-231-2/+2
* - Add a new cpuset macro, CPU_FILL(), for setting the set to all 1s.jeff2009-06-231-0/+6
* time_t does not always fit into long, for instance on arm. So rather castjhay2009-06-231-3/+3
* Connect ng_pipe to the default build.zec2009-06-235-0/+10
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-237-10/+10
* o style(9) usage() definition: it doesn't need an argument.maxim2009-06-231-3/+2
* o Remove unneeded argument in fprintf(3) call in usage().maxim2009-06-231-1/+1
* Add cpufreq support on the PowerPC G5, along with a skeleton SMU drivernwhitehorn2009-06-235-4/+629
* Fix copy/paste typo in last revision. PMC0 control should be shifted 8nwhitehorn2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-23124-3345/+4892
* Add files missed in r194674.thompsa2009-06-235-0/+2861
* Describe the new algorithm for handling __FreeBSD_version, specificallykensmith2009-06-231-2/+3
* Add libusb 1.0 support which is compatible with the latest revision onthompsa2009-06-235-799/+1227
* kill left over cruftsam2009-06-221-2/+0
* Add soreceive_stream(), an optimized version of soreceive() forandre2009-06-223-0/+205
* enable optional GPS+RS485 uartssam2009-06-221-0/+14
* o add a bus space tag that forces a 2usec delay between r/w ops; this issam2009-06-224-11/+120
* fix typosam2009-06-221-1/+1
* o remove hack to write UUE+RTOIE in the uart's IER; force them with hintssam2009-06-223-21/+10
* Add m_mbuftouio() helper function to copy(out) an arbitraryandre2009-06-222-0/+29
* done method is supposed to return int.delphij2009-06-221-1/+1
* Start documenting some of the new sound stuff. More is on the way.joel2009-06-221-2/+116
* free(3) won't mess with errno so return it as-is.delphij2009-06-221-5/+1
* In sbappendstream_locked() demote all incoming packet mbufs (andandre2009-06-221-0/+3
* Fix cxgb's ifmedia ioctl handling. Also fixed a comment.np2009-06-221-7/+3
* V_irtualize flowtable state.zec2009-06-226-109/+243
* Fix length check for ugen control transfer.thompsa2009-06-221-1/+1
* hook arm_post_filter to ACK GPIO interrupts; this fixes the interruptsam2009-06-221-0/+8
* always define Cambria GPS+RS485 mappings as they are no longer conditionalsam2009-06-221-4/+0
* map the optional GPS and RS485 uart's on the Gateworks Cambria boardsam2009-06-222-21/+32
* add ixp425_set_gpio to program the gpio interrupt typesam2009-06-223-10/+22
OpenPOWER on IntegriCloud