summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Staticify internal routines.delphij2009-06-234-7/+7
* Merge NetBSD revision 1.14: humanize_number.c is now 2-clause BSD licensed.delphij2009-06-231-8/+1
* K&R -> ANSIdelphij2009-06-233-10/+5
* Use C99 initialization when necessary; apply static to internal rountines.delphij2009-06-231-5/+5
* K&R -> ANSIdelphij2009-06-231-3/+1
* Make algorithm a bit more bulletproof.mav2009-06-232-4/+4
* Use getprogname() instead of referencing __progname.delphij2009-06-231-3/+2
* Quote -x tracing output so it is unambiguous.jilles2009-06-231-2/+17
* Implement a facility for dynamic per-cpu variables.jeff2009-06-2342-40/+547
* Remove duplicate if-statement on gmt_is_set in gmtsub().edwin2009-06-231-8/+6
* - Added code to read bootcode firwmare version.davidch2009-06-232-43/+131
* - Use cpuset_t and the CPU_ macros in place of cpumask_t so that ULEjeff2009-06-231-19/+19
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memorybz2009-06-239-92/+87
* Fix variable name.mav2009-06-231-1/+1
* Add tests for r194774.jilles2009-06-231-0/+9
* Do not fork for a subshell if it is the last thing this shell is doingjilles2009-06-231-2/+2
* When mountd.c parses the nfsv4 root line(s) in /etc/exports, itrmacklem2009-06-231-1/+13
* Rework r193814:mav2009-06-232-70/+63
* Improve my last commit: use a separate condvar to serialize.ed2009-06-232-2/+5
* Add one more reference to SEE ALSO. Sort while here.joel2009-06-231-2/+6
* Use dcdwait to block threads to serialize writes.ed2009-06-231-2/+3
* Bring in a few mdoc/language fixes.joel2009-06-231-13/+25
* 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
OpenPOWER on IntegriCloud