summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* The bits set in a page's dirty mask are a subset of the bits set in itsalc2009-06-242-10/+8
* Slight comment fix.ariff2009-06-241-5/+4
* Update SCCS IDs for Berkeley DB 1.86 merge.delphij2009-06-242-2/+2
* style: operators should appear at the line end if we have to wrap.delphij2009-06-241-2/+2
* Add a note about the implication of secure level setting against kldload,delphij2009-06-231-0/+6
* Merge fmtcheck() prototype change.delphij2009-06-231-1/+1
* Use const instead of __const, and merge the license change from NetBSD.delphij2009-06-231-9/+3
* - Use size_t instead of int when appropriate;delphij2009-06-2311-26/+22
* %.s expects an int as the length specifier, so cast properly.delphij2009-06-231-1/+2
* Use strlcpy() instead of manually setting the last byte of the array to \0.delphij2009-06-231-8/+4
* Use strlcpy() instead of explicitly set \0 on the tail of the array.delphij2009-06-231-2/+1
* 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
OpenPOWER on IntegriCloud