aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* route(1): Pull static buffer out of the function and into function scope.Eitan Adler2013-12-041-17/+17
* route(1): Pull static buffer out of the function and into function scope.Eitan Adler2013-12-041-13/+13
* route(1): Pull static variable out of the function and into function scope.Eitan Adler2013-12-041-3/+3
* route(1): Pull static buffer out of the function and into function scope.Eitan Adler2013-12-041-4/+5
* Add missing bits from the vendor's 2005-05-04 change toDavid E. O'Brien2013-12-041-2/+6
* drm: Read PCIER_LINK_CAP/PCIER_LINK_CAP2 from the PCI bridgeJean-Sébastien Pédron2013-12-041-1/+5
* Rename sysctl kern.supported_abis to kern.supported_archs, since it givesNathan Whitehorn2013-12-041-3/+3
* Fix a regression introduced by SVN r257842 that prevents Encryption fromDevin Teske2013-12-041-4/+6
* Regenerate after r258838Bryan Drewery2013-12-041-0/+3
* Regenerate after r258924Bryan Drewery2013-12-041-3/+3
* Add missing period for WITHOUT_PKGBOOTSTRAP so that it matches allBryan Drewery2013-12-041-1/+1
* Fix what looks like a typo after r258732.Hans Petter Selasky2013-12-041-1/+1
* Fix external compiler warning(s). Avoid pointer dereferencing.Hans Petter Selasky2013-12-045-8/+8
* Change comment to match code.Edward Tomasz Napierala2013-12-041-4/+4
* Update release notes.Craig Rodrigues2013-12-041-29/+46
* Add "null" backend to mdconfig(8). This does exactly what the nameEdward Tomasz Napierala2013-12-044-5/+50
* Avoid using a static buffer in atalk_ntoa. This will help allow users to cal...Eitan Adler2013-12-041-9/+15
* Add const qualifier where appropriateEitan Adler2013-12-041-2/+2
* Add const qualifier where appropriateEitan Adler2013-12-041-1/+1
* Turn 'n' into a local variable. This is required for additional changes.Eitan Adler2013-12-041-1/+2
* ext2fs: add two new reserved inodes.Pedro F. Giffuni2013-12-041-0/+2
* Enable some previously-disabled DTrace tests for umod, ufunc and usym. TheyMark Johnston2013-12-044-8/+3
* The uaddr, ufunc, umod and usym functions all seem to work as expected onMark Johnston2013-12-041-8/+0
* svn r251516 resized the buf argument a bit too much. Pass a hardcodedSean Bruno2013-12-041-1/+1
* Break the loop once we know we have the SYF_CAPENABLED flag.Pawel Jakub Dawidek2013-12-041-0/+1
* Only the shared library is installed in /lib/. Static library and symlinkPawel Jakub Dawidek2013-12-031-4/+0
* Update LLDB to upstream r196322 snapshotEd Maste2013-12-032-10/+31
|\
| * Import lldb as of SVN r196322 (git 49c127ae)vendor/lldb/lldb-r196322Ed Maste2013-12-032-10/+31
* | The rc system aggressively caches the contents of /etc/rc.conf in order toColin Percival2013-12-031-0/+5
* | Add a new sysctl / loader tunable kern.panic_reboot_wait_time whichColin Percival2013-12-031-4/+9
* | lldb: Threaded inferior support for FreeBSDEd Maste2013-12-0311-205/+343
* | Various updates and tweaks to the wait(2) manpage.John Baldwin2013-12-031-132/+174
* | Update LLDB to upstream r196259 snapshotEd Maste2013-12-03150-2692/+6577
|\|
| * Import lldb as of SVN r196259 (git 3be86e5)vendor/lldb/lldb-r196259Ed Maste2013-12-03149-2698/+6582
* | cxgbe(4): T4_SET_SCHED_CLASS and T4_SET_SCHED_QUEUE ioctls to programNavdeep Parhar2013-12-034-0/+353
* | Workaround lldb issue with main module base addressEd Maste2013-12-031-0/+11
* | Properly report an error instead of panicing when user tries to createEdward Tomasz Napierala2013-12-031-1/+3
* | Fix an off-by-one error in r228960. The maximum priority delta providedJohn Baldwin2013-12-031-1/+1
* | Add libcapsicum and libcasper libraries that were moved from /usr/lib/ to /lib/.Pawel Jakub Dawidek2013-12-031-0/+7
* | Initialize cookie before use.Pawel Jakub Dawidek2013-12-031-0/+1
* | Fix comparisons in assertions.Pawel Jakub Dawidek2013-12-031-4/+4
* | Add DragonFly BSD fingerprints to pf.osEitan Adler2013-12-031-0/+8
* | Add an autologin entry for the console.Eitan Adler2013-12-031-0/+2
* | Add Veritas NetBackupEitan Adler2013-12-031-0/+2
* | Add the Short Message Peer-to-Peer protocolEitan Adler2013-12-031-0/+2
* | Use mkstemp(3) to create the temporary file used in the FreeBSD-specificMark Johnston2013-12-031-8/+10
* | The 'protection' field in the VM exit collateral for the PAGING exit is notNeel Natu2013-12-032-17/+0
* | Rename 'vm_interrupt_hostcpu()' to 'vcpu_notify_event()' because the functionNeel Natu2013-12-033-4/+11
* | Right now LOCK_DEBUG is enabled if KTR is on.Attilio Rao2013-12-023-51/+89
* | Fix typo.Nathan Whitehorn2013-12-021-1/+1