summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Partially undo r228693, by removing NO_WFORMAT.clang in fsdb's Makefile,dim2012-03-092-3/+1
* | After r232745, which makes sure __bswap16(), ntohs() and htons() returndim2012-03-091-3/+0
* | Move i386's intr_machdep.c to the x86 tree and share it with amd64.jhb2012-03-095-564/+4
* | Add casts to __uint16_t to the __bswap16() macros on all arches whichdim2012-03-093-6/+6
* | Allow a native i386 kernel to be built with 'nodevice atpic'. Just as onjhb2012-03-096-4/+75
* | MFamd64:jhb2012-03-091-12/+19
* | Make kern.sched.idlespinthresh default value adaptive depending of HZ.mav2012-03-091-1/+3
* | Improve error reporting in diskinfo(8) by not displaying errno whentrasz2012-03-091-4/+8
* | Revert r232692 as the correct place to fix this is at the syscall level.pho2012-03-091-2/+2
* | Cast the expression in __bswap16(x) to __uint16_t because it is promotedtijl2012-03-091-2/+2
* | Remove the use of toupper() from rtld_printf.c. Use of the libc functionkib2012-03-091-5/+7
* | Remove PAE special-case 2GB DMA boundary and always use a 4GB boundaryjhb2012-03-091-4/+0
* | Fix a warning reported by bz@tuexen2012-03-091-3/+3
* | Remove undesired sysctl(3) xrefemaste2012-03-091-2/+1
* | Add support for stf interfaces.tuexen2012-03-091-0/+1
* | Fix a bug reported by Peter Holm which results in a crash:tuexen2012-03-091-0/+9
* | Clean up x86 endian.h:tijl2012-03-091-44/+37
* | "Did you still want the not yet? I think we just arrived at yet."jmallett2012-03-091-1/+1
* | Insert extra paranoia into the ath(4) driver.adrian2012-03-091-0/+4
* | Enable COMPAT_FREEBSD32 for the Octeon kernel config by default.jmallett2012-03-091-1/+1
* | Be more polite when setting state->nextevent inside cpu_new_callout().mav2012-03-091-2/+3
* | Make sure not to tar up CVS directories if this ports tree is a CVSnwhitehorn2012-03-091-0/+1
* | Fix a variety of grammar and style nitseadler2012-03-091-15/+13
* | Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag whichkib2012-03-094-7/+9
* | Correctly initialise the TXQ link pointer to the last descriptor inadrian2012-03-081-2/+5
* | Add missing \n's.adrian2012-03-081-2/+2
* | Save more of config space for PCI Express and PCI-X devices.kan2012-03-083-0/+127
* | Add support for ns timestamps and birthtime to the ext2/3 driver.pfg2012-03-087-23/+74
* | Free up allocated memory used by posix_fadvise(2).pho2012-03-082-1/+4
* | Add KTR_VFS traces to track modifications to a vnode's writecount.jhb2012-03-085-3/+26
* | Add a new sched_clear_name() method to the scheduler interface to clearjhb2012-03-087-0/+41
* | Correct markup, use proper reference for sysctl(3)emaste2012-03-081-2/+4
* | Document P_ORPHAN.kib2012-03-081-1/+2
* | syscall() fuzzing can trigger this panic. Return EINVAL instead.pho2012-03-081-2/+2
* | Merge from OpenBSD:glebius2012-03-081-2/+2
* | Add new USB device IDs.hselasky2012-03-083-0/+4
* | Work around broken BIOS memory reportingemaste2012-03-081-2/+9
* | Remove unactionable message about label geometryemaste2012-03-081-7/+0
* | - Clean up extra ${.OBJDIR}.hrs2012-03-081-44/+45
* | Inbound TCP-MD5 digest validation is now supportedemaste2012-03-081-3/+4
* | Make parallel build more safer.jkim2012-03-071-8/+10
* | Make the mps(4) module depend on the cam module.ken2012-03-071-0/+1
* | Add lib32 part for libutil after its version bump to 9.pluknet2012-03-071-0/+3
* | Remove the PAE-specific 2GB DMA boundary since HEAD now supports a proper 4Gjhb2012-03-071-11/+0
* | Use bus_get_dma_tag() to inherit the 4G boundary restriction from thejhb2012-03-072-8/+2
* | Use bus_get_dma_tag() to inherit the PCI bus' 4G boundary constraint.jhb2012-03-071-1/+1
* | Simplify the PCI bus dma tag code a bit. First, don't create a tag atjhb2012-03-072-8/+15
* | Improve multi-line kernel ident parsingemaste2012-03-071-3/+4
* | In batch mode, exit after receiving SIGINT, instead of immediatekib2012-03-071-0/+4
* | Move struct if_data basic description to a more suitable place, and removepluknet2012-03-071-14/+9
OpenPOWER on IntegriCloud