summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Usermode portion of the support for swap allocation accounting:kib2009-06-239-14/+75
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-2329-88/+664
* sh: Improve handling of setjmp/longjmp volatile:jilles2009-06-234-61/+18
* - Update regarding the support for SBus GEM added in r194763.marius2009-06-231-9/+25
* - Initialize the ifnet structure, especially if_dname, before probingmarius2009-06-237-317/+575
* Add a limit for child jails via the "children.cur" and "children.max"jamie2009-06-234-28/+93
* - Fix bug where device would loose promisc setting when reset.gallatin2009-06-231-2/+2
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-2334-204/+448
* Add some sysctl info so that we can see what is going on with vblanks.rnoland2009-06-231-0/+24
* Now that we have UARTs running with fast interrupt handlers the atasam2009-06-232-35/+208
* use consistent stylesam2009-06-231-1/+1
* Revert most of 193311 so as to track mxge transmit statsgallatin2009-06-232-1/+22
* Include sys/lock.h before sys/rwlock.h. If anything used to bring it for uscognet2009-06-231-0/+1
* Only release irq resources if we were actually using them.rnoland2009-06-231-4/+7
* Using signals for vblank events is prone to issues. There have neverrnoland2009-06-232-59/+1
* Update mxge firmware from 1.4.39 to 1.4.43. Changes include:gallatin2009-06-234-32615/+32936
* Given that vblanks generally occur 60 times a second, waiting 3 secondsrnoland2009-06-231-1/+1
* vblank[crtc].last represents the hardware counter while request.sequencernoland2009-06-231-1/+0
* Implement minimal set of changes suggested by bz to makegallatin2009-06-234-11/+25
* Hold the lock while we save/restore register for suspend/resume.rnoland2009-06-231-0/+6
* 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
OpenPOWER on IntegriCloud