summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add new GEOM_PART_LDM module that implements the Logical Disk Managerae2012-03-191-0/+1504
* | Make kern.geom.part node not static. Also add CTLFLAG_TUN to theae2012-03-191-3/+4
* | Add symbol versioning to libcxxrt.theraven2012-03-192-0/+319
* | Make __get_locale() static inline, not just inline, so when compiling libc intheraven2012-03-191-1/+1
* | If we ever allow for managed fictitious pages, the pages shall bekib2012-03-192-29/+80
* | Rotate auth.log and messages at the beginning of a year. Otherwise,glebius2012-03-191-2/+2
* | Remove trailing whitespace.bjk2012-03-191-2/+2
* | Expound a bit more about the system maximum number of FIBs,bjk2012-03-191-2/+20
* | fix ABI detection logic: for 64-bit elf objects set default ABI to n64.gonzo2012-03-191-0/+7
* | Do not change current media when driver is already running. Ifyongari2012-03-191-3/+3
* | draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007eadler2012-03-191-1/+1
* | 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
OpenPOWER on IntegriCloud