summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Re-enable this bit of logic from before, which only sets a defaultadrian2012-01-051-0/+2
* Use geom_uncompress now, rather than geom_uzip.adrian2012-01-051-4/+4
* Mark a couple of file local functions static and stop exporting them.bz2012-01-052-6/+6
* Convert an #ifdef DIAGNOSTIC if/panic to a KASSERT.bz2012-01-051-6/+2
* mkulzma used to create lzma compressed images, just like mkuzip do.ray2012-01-043-0/+445
* GEOM_UNCOMPRESS module, can be used with uzip images and with new ulzma images.ray2012-01-044-6/+695
* Update contrib/xz-embedded to build with new GEOM_UNCOMPRESS module.ray2012-01-046-1/+177
* now picobsd cross builds work (tried with host amd64, target i386 ).luigi2012-01-041-19/+27
* Add missing -w to kgdb(1)'s usage().rwatson2012-01-041-1/+1
* Fix 'make clean' for this module so it cleans up the generated gssd.h.jhb2012-01-041-0/+1
* Adjust the VLAN section of the ifconfig(8) man page to better reflectrwatson2012-01-041-4/+5
* Quiet down clang -Werror.pfg2012-01-041-2/+2
* remove some stale options (such as running without /boot/loader)luigi2012-01-042-72/+55
* Postpone the resolution of IRELATIVE relocations and IFUNC-targetedkib2012-01-041-4/+5
* Apply the same change as in r229494.andreast2012-01-041-3/+11
* Do not restart the scan in vm_object_page_clean() on the objectkib2012-01-041-4/+12
* Introduce internal macros for __U/INT64_C to define the U/INT64_MAX/MINandreast2012-01-041-3/+11
* Use the mli_relinmhead list normally used to defer calls tojhb2012-01-041-21/+29
* Use a helper variable to wrap a long line.jhb2012-01-041-1/+2
* In the handling of the SIOC[DG]LIFADDR icotls in in_lifaddr_ioctl(), addjhb2012-01-041-0/+6
* Fix the SIOC[DG]LIFADDR ioctls in in_lifaddr_ioctl() to work with IPv4jhb2012-01-041-3/+3
* Update PMC events from October 2011 Intel documentation.fabient2012-01-043-23/+17
* Add missing MSR programming for some events.fabient2012-01-043-6/+61
* Add missing file permission to open(O_CREAT) call. This doesn't really matterpjd2012-01-041-1/+1
* Add an missing argument to open(2). If O_CREAT flag is specified,pjd2012-01-041-1/+1
* Add an missing argument to open(2). If O_CREAT flag is specified,pjd2012-01-041-1/+1
* Use correct locking when traversing interface address list.glebius2012-01-041-4/+2
* Add a couple more SPI flash device IDs found in commercialadrian2012-01-041-0/+2
* MFi386: revision 229435nyan2012-01-041-31/+188
* Fix 230MB MO support.nyan2012-01-041-1/+1
* Document the fact that chroot(2) is no longer part of POSIX since SUSv3delphij2012-01-041-1/+19
* Simply disallow <stdnoreturn.h> to be used in combination with C++.ed2012-01-031-2/+4
* Fix an obvious typo. We do want to specify file permission when we pass O_CREAT.pjd2012-01-031-1/+1
* Add special loader environment variables 'comconsole_port' andkib2012-01-033-31/+195
* Do the vput() for the lowervp in the null_nodeget() for error case too.kib2012-01-033-8/+6
* Replace a GPL'd header in the emu10k1 snd driver code.pfg2012-01-034-248/+1009
* Some small fixes to CPU accounting for threads:jhb2012-01-033-14/+19
* Document the state of the lowervp vnode for null_nodeget().kib2012-01-031-0/+3
* Fix a few bugs in the SRAT parsing code:jhb2012-01-031-5/+12
* In sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c, check thedim2012-01-031-1/+1
* In sys/dev/qlxgb/qla_misc.c, fix a copy/paste issue. Clang complaineddim2012-01-031-1/+1
* When cancelling multicast timers on an interface, don't release thejhb2012-01-032-16/+13
* Don't forget to release queue lock when allocation of memory failed.delphij2012-01-031-0/+1
* Integrate the line drawing algorithm from the book "Graphic Gems 1".pfg2012-01-031-22/+191
* Grab a reference on the matching interface address (ifa) in the handlingjhb2012-01-031-2/+10
* Import compiler-rt r147467.ed2012-01-032-3/+3
* - Octeon-SDK strictly requires multi_count to be zero forgonzo2012-01-031-1/+1
* Minor cleanups to ntfs codepfg2012-01-032-7/+7
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-0351-106/+103
* In sys/compat/linux/linux_ioctl.c, work around a warning when a pointerdim2012-01-031-1/+1
OpenPOWER on IntegriCloud