summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary includes.tijl2012-03-181-9/+0
* Cast wallclock.tv_sec to uint64_t to avoid overflow in the calculation.jh2012-03-181-1/+2
* Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.tijl2012-03-185-109/+50
* Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98tijl2012-03-185-310/+262
* Use exact width integer types in amd64/i386 reg.h to prepare for a merge.tijl2012-03-182-59/+61
* Style fix to pmap_protect().alc2012-03-181-5/+4
* Repair function when used with large scaleskevlo2012-03-181-2/+3
* Remove acquisition of VM page queues lock from pmap_protect(). Any actualnwhitehorn2012-03-181-2/+0
* Hide kernel option ROUTETABLES evaluations in the implementationbz2012-03-182-21/+18
* Regenerate usb.conf to use new -n option when doing kldload.hselasky2012-03-181-539/+539
* Use new -n option when executing kldload, tohselasky2012-03-181-1/+1
* Add option to ignore error codes if the module specified is already loaded.hselasky2012-03-182-6/+20
* Unbreak trhe build by including proper headergonzo2012-03-181-1/+1
* Fix TLS for statically linked binariesgonzo2012-03-181-0/+4
* Declare some variables static in order to reduce the object size andmarius2012-03-181-31/+18
* - Fix logic for detection if further processing of PMC should be performed.gonzo2012-03-181-6/+14
* Some software think a mutex can be destroyed after it owned it, fordavidxu2012-03-181-7/+0
* Do not claim that msync(2) is obsoleted [1].kib2012-03-172-4/+7
* Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs clientkib2012-03-172-3/+10
* In vm_object_page_clean(), do not clean OBJ_MIGHTBEDIRTY object flagkib2012-03-177-26/+60
* Make sure libgcc_s is finished building in _startup_libs beforepeter2012-03-172-1/+4
* With the changes over the past year to how accesses to the page's dirtyalc2012-03-171-5/+24
* Hide a few declarations from userland (including `struct inpcbgroup'). Thisrmh2012-03-171-1/+1
* The UMS module is now loaded by rules in /etc/devd/usb.conf whichhselasky2012-03-171-10/+1
* style(9) changes.adrian2012-03-171-9/+10
* Begin fleshing out MII clock rate configuration changes.adrian2012-03-175-0/+74
* Save and restore linear frame buffer between suspend and resume.jkim2012-03-171-0/+19
* Remove unnecessary static variable initializations and duplicate codes.jkim2012-03-161-52/+42
* Fix a couple of debugging outputs.adrian2012-03-161-4/+13
* Change the style of share/mk/bsd.sys.mk to that of the other bsd.*.mkdim2012-03-161-84/+85
* Add a dependency on ALQ if IEEE80211_ALQ and/or AH_DEBUG_ALQ is included.adrian2012-03-161-0/+6
* Pull in a dependency on ALQ if it's compiled with IEEE80211_ALQ.adrian2012-03-161-0/+4
* Remove gratuitous DEBUG_FLAGS="-g" setting (this is already the defaultrmh2012-03-161-1/+0
* Unhide /dev/zfs in devfsrules_jail.mm2012-03-161-0/+1
* Add rudimentary profiling of the hash table used in the in the umtx code todavide2012-03-163-1/+55
* Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.tijl2012-03-165-232/+224
* Use exact width integer types instead of long in struct env87 intijl2012-03-161-8/+8
* Do not unnecessarily clear display memory when switching modes.jkim2012-03-161-1/+1
* Remove write-only variable.kib2012-03-161-2/+0
* Fix build with INET6 disabled.jhb2012-03-162-3/+9
* Create new file header format to simplify the endian and cross platform issues.hselasky2012-03-161-82/+70
* xargs: Before exiting, wait for all invocations of the utility.jilles2012-03-162-45/+81
* Fix cross-platform issue about the file-format in whichhselasky2012-03-161-8/+97
* Revert the PCIe 4GB boundary issue workaround now that the proper fix isjhb2012-03-161-8/+0
* - Fix to build a native i386 kernel without the SMP and atpic.nyan2012-03-166-47/+76
* Remove prototypes of _amd64_get_fsbase et al. The functions were removedtijl2012-03-161-11/+0
* Add implementation note about when a condition variable can be destroyed.davidxu2012-03-161-0/+3
* When destroying a barrier, waiting all threads exit the barrier,davidxu2012-03-162-4/+31
* Clean-up fake preload data generator:gonzo2012-03-151-24/+19
* Make ofw_bus_get_node() consistently return -1 when there is no associatednwhitehorn2012-03-157-7/+7
OpenPOWER on IntegriCloud