| Commit message (Expand) | Author | Age | Files | Lines |
* | Usermode portion of the support for swap allocation accounting: | kib | 2009-06-23 | 9 | -14/+75 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 29 | -88/+664 |
* | sh: Improve handling of setjmp/longjmp volatile: | jilles | 2009-06-23 | 4 | -61/+18 |
* | - Update regarding the support for SBus GEM added in r194763. | marius | 2009-06-23 | 1 | -9/+25 |
* | - Initialize the ifnet structure, especially if_dname, before probing | marius | 2009-06-23 | 7 | -317/+575 |
* | Add a limit for child jails via the "children.cur" and "children.max" | jamie | 2009-06-23 | 4 | -28/+93 |
* | - Fix bug where device would loose promisc setting when reset. | gallatin | 2009-06-23 | 1 | -2/+2 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 34 | -204/+448 |
* | Add some sysctl info so that we can see what is going on with vblanks. | rnoland | 2009-06-23 | 1 | -0/+24 |
* | Now that we have UARTs running with fast interrupt handlers the ata | sam | 2009-06-23 | 2 | -35/+208 |
* | use consistent style | sam | 2009-06-23 | 1 | -1/+1 |
* | Revert most of 193311 so as to track mxge transmit stats | gallatin | 2009-06-23 | 2 | -1/+22 |
* | Include sys/lock.h before sys/rwlock.h. If anything used to bring it for us | cognet | 2009-06-23 | 1 | -0/+1 |
* | Only release irq resources if we were actually using them. | rnoland | 2009-06-23 | 1 | -4/+7 |
* | Using signals for vblank events is prone to issues. There have never | rnoland | 2009-06-23 | 2 | -59/+1 |
* | Update mxge firmware from 1.4.39 to 1.4.43. Changes include: | gallatin | 2009-06-23 | 4 | -32615/+32936 |
* | Given that vblanks generally occur 60 times a second, waiting 3 seconds | rnoland | 2009-06-23 | 1 | -1/+1 |
* | vblank[crtc].last represents the hardware counter while request.sequence | rnoland | 2009-06-23 | 1 | -1/+0 |
* | Implement minimal set of changes suggested by bz to make | gallatin | 2009-06-23 | 4 | -11/+25 |
* | Hold the lock while we save/restore register for suspend/resume. | rnoland | 2009-06-23 | 1 | -0/+6 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 27 | -27/+3 |
* | Fix build with ACPI_DEBUG. | rpaulo | 2009-06-23 | 1 | -1/+1 |
* | Fix double path issue and other nits. | rpaulo | 2009-06-23 | 2 | -376/+1 |
* | In r194702 I meant to remove vnet.h which is no longer needed, not route.h. | bz | 2009-06-23 | 1 | -1/+1 |
* | Whitespace fix. | jamie | 2009-06-23 | 1 | -1/+1 |
* | Remove obsolete comment describing how the command line is | jamie | 2009-06-23 | 1 | -5/+0 |
* | Remove unnecessary/redundant includes. | jamie | 2009-06-23 | 2 | -2/+0 |
* | Code cleanup by moving some repetitive code into an ndis_get_bssid_list | cokane | 2009-06-23 | 1 | -37/+39 |
* | Fix a typo in the same comment, one line below. | ed | 2009-06-23 | 1 | -1/+1 |
* | Remove unneeded stdlib directories. | ed | 2009-06-23 | 4 | -12/+0 |
* | Simplify. We can just use .sinclude here. | ed | 2009-06-23 | 1 | -3/+1 |
* | in6_rtqdrain() has been unused. Cleanup. | bz | 2009-06-23 | 1 | -23/+0 |
* | * Driver for ACPI WMI (Windows Management Instrumentation) | rpaulo | 2009-06-23 | 14 | -3/+3109 |
* | Remove duplicate #include <net/route.h> from the middle of the file. | bz | 2009-06-23 | 1 | -1/+0 |
* | Mark ng_ether node hooks as HI_STACK. It is usually the last point when | mav | 2009-06-23 | 1 | -1/+1 |
* | vn_open_cred() needs a non NULL ucred pointer | pho | 2009-06-23 | 1 | -1/+1 |
* | Fix typo in comment. | ed | 2009-06-23 | 1 | -1/+1 |
* | Remove hand-written labs/abs implementations. GCC is smart enough. | ed | 2009-06-23 | 3 | -95/+1 |
* | Fix what seems to be an obvious typo preventing the body of the | rdivacky | 2009-06-23 | 1 | -1/+1 |
* | o Fix usage() prototype [1] and correct its call. | maxim | 2009-06-23 | 1 | -2/+2 |
* | - Add a new cpuset macro, CPU_FILL(), for setting the set to all 1s. | jeff | 2009-06-23 | 1 | -0/+6 |
* | time_t does not always fit into long, for instance on arm. So rather cast | jhay | 2009-06-23 | 1 | -3/+3 |
* | Connect ng_pipe to the default build. | zec | 2009-06-23 | 5 | -0/+10 |
* | Fix a typeo in the frame len function to unbreak the build, make it shorter | thompsa | 2009-06-23 | 7 | -10/+10 |
* | o style(9) usage() definition: it doesn't need an argument. | maxim | 2009-06-23 | 1 | -3/+2 |
* | o Remove unneeded argument in fprintf(3) call in usage(). | maxim | 2009-06-23 | 1 | -1/+1 |
* | Add cpufreq support on the PowerPC G5, along with a skeleton SMU driver | nwhitehorn | 2009-06-23 | 5 | -4/+629 |
* | Fix copy/paste typo in last revision. PMC0 control should be shifted 8 | nwhitehorn | 2009-06-23 | 1 | -1/+1 |
* | - Make struct usb_xfer opaque so that drivers can not access the internals | thompsa | 2009-06-23 | 124 | -3345/+4892 |
* | Add files missed in r194674. | thompsa | 2009-06-23 | 5 | -0/+2861 |