aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove config_freebsd.h and add to FREEBSD-XlistMartin Matuska2011-12-214-294/+3
* | Provide ABI compatibility shim to enable configuring of addressesGleb Smirnoff2011-12-215-5/+47
* | sc_cngrab: switch to console vty when possibleAndriy Gapon2011-12-211-0/+7
* | - Remove a GCC-specific compiler flag that was added before to eliminateGabor Kovesdan2011-12-211-2/+1
* | ukbd: adjust for SCHEDULER_STOPPED() and overhaul locking codeAndriy Gapon2011-12-211-227/+153
* | Strip unnecessary files and directories from contrib/libarchiveMartin Matuska2011-12-2160-11258/+0
* | Set svn:keywords to FreeBSD=%H for contrib/libarchiveMartin Matuska2011-12-21276-276/+276
* | Add FREEBSD-Xlist and FREEBSD-upgrade to contrib/libarchiveMartin Matuska2011-12-212-0/+49
* | Copy libarchive from vendor branch to contribMartin Matuska2011-12-21397-0/+108328
|\ \
| * | Set svn:eol-style property to native for all text files in vendor/libarchiveMartin Matuska2011-12-210-0/+0
| * | Vendor import of libarchive (release/2.8, r3824)Martin Matuska2011-12-20397-0/+108328
| /
* | adapt usb transfer code for SCHEDULER_STOPPEDAndriy Gapon2011-12-211-3/+3
* | Fix for race against user-space applications trying to change theHans Petter Selasky2011-12-211-0/+9
* | jwd@ reported a problem via email where the old NFS client wouldRick Macklem2011-12-212-12/+113
* | Clean an inconsistency with -ffinite-math-only.Pedro F. Giffuni2011-12-212-7/+15
* | - Fix style(9) bugs in glob.cEitan Adler2011-12-201-35/+35
* | - Add restrict keyword to glob(3)Eitan Adler2011-12-203-4/+6
* | Add myself with mentor relationshipsJason Helfman2011-12-201-0/+5
* | Change the type of real_dev_bsize variable from long to u_int.Konstantin Belousov2011-12-202-2/+2
* | Sync bsdcpio with vendor branch release/2.8:Martin Matuska2011-12-201-1/+1
* | Sync bsdtar with vendor branch release/2.8:Martin Matuska2011-12-201-3/+2
* | Sync libarchive with vendor branch release/2.8:Martin Matuska2011-12-205-13/+114
* | The size passed to kmem functions should be in terms of bytes and notAlan Cox2011-12-201-4/+4
* | The Xen pmap doesn't support superpages. So, there is no point in itAlan Cox2011-12-201-51/+2
* | Update libarchive, tar and cpio to version 2.8.5Martin Matuska2011-12-2023-153/+385
* | Merge vendor revision 3723:Martin Matuska2011-12-201-1/+1
* | Add some more cross-references.Alexander Motin2011-12-204-0/+4
* | Fix copy-paste typo.Alexander Motin2011-12-201-2/+2
* | Add timecounters(4) man page alike to eventtimers(4).Alexander Motin2011-12-205-2/+111
* | Many style fixes.Pedro F. Giffuni2011-12-202-77/+97
* | s/LAPIC/local APIC/ to closer follow Intel documents.Alexander Motin2011-12-201-4/+4
* | Allow boot0cfg to force a PXE boot via boot0 on the next boot.John Baldwin2011-12-203-3/+11
* | Remove extra "and" left from earlier version.Alexander Motin2011-12-201-2/+1
* | Restore a feature that was present in 5.x and 6.x, and was cleared inGleb Smirnoff2011-12-206-120/+148
* | Add apic(4) man page, now mostly to cover its event timer functionality.Alexander Motin2011-12-206-4/+88
* | - Fix examples to show new CARP style.Gleb Smirnoff2011-12-201-12/+11
* | Small cleanups to panic() prototype.Ed Schouten2011-12-202-5/+4
* | - Cover pfsync callouts deletion with PF_LOCK().Gleb Smirnoff2011-12-201-1/+9
* | Add eventtimers(9) man page, describing related KPIs.Alexander Motin2011-12-203-1/+249
* | Add binding support to libradius(3).Alexander V. Chernikov2011-12-205-1/+17
* | Fix broken locking that I introduced in the previous commit.Adrian Chadd2011-12-201-0/+2
* | IIC bitbang changes - prepare to make the bit delay configurable; debug print...Adrian Chadd2011-12-201-31/+42
* | Oops, list of IDs is not sequential. Have to list all of them expoicitly.Alexander Motin2011-12-201-2/+10
* | Cast some vendor-specific spell on VIA VT1708S codecs to:Alexander Motin2011-12-201-5/+39
* | Remove these locks - they aren't strictly needed and cause measurableAdrian Chadd2011-12-202-24/+0
* | Add comments in NOTES to say what viawd is.Xin LI2011-12-202-0/+2
* | Make the recently added "no_shutdown_wait" sysctl writeable.Hans Petter Selasky2011-12-191-1/+1
* | In usr.sbin/yp_mkdb/yp_mkdb.c, cast some printf field width parametersDimitry Andric2011-12-191-2/+4
* | In usr.sbin/uhsoctl/uhsoctl.c, fix a few warnings about format stringsDimitry Andric2011-12-191-2/+2
* | Fix r228719; when you use intmax_t, you need stdint.h.Dimitry Andric2011-12-191-0/+1