summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rm[0].rm_so must be zero (an explicit check is made for zero in theeadler2012-03-191-1/+1
* X11BASE is not used any more and has been killed by the x11 team.eadler2012-03-192-26/+0
* - Clean up timestamps in msgbuf code. The timestamps should now beeadler2012-03-192-38/+21
* Use clockid parameter instead of hard-coded CLOCK_REALTIME.davidxu2012-03-191-1/+1
* .. revert out a local change that I hadn't yet completely finished fleshingadrian2012-03-181-124/+1
* fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returnedjilles2012-03-181-2/+5
* Redirect camcontrol stderr to /dev/null.jpaetzel2012-03-181-1/+1
* fts(3): Document cases where FTS_NOCHDIR is set implicitly.jilles2012-03-181-1/+11
* Add a missing endian conversion.adrian2012-03-181-1/+124
* memset() wants the size of the structure to clear, not the sizeharti2012-03-181-1/+1
* 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
OpenPOWER on IntegriCloud