| Commit message (Expand) | Author | Age | Files | Lines |
* | Work around some rather unfortunate race conditions inside net80211. | adrian | 2013-01-31 | 1 | -5/+3 |
* | Mark tftp_log() as __printflike() (which would have caught the bug | marius | 2013-01-31 | 4 | -15/+17 |
* | Do metadata relocation fixup on all loaded modules, not just the kernel. | ian | 2013-01-30 | 1 | -6/+9 |
* | Improve devd startup time, by tweaking some string handling routines that are | ian | 2013-01-30 | 2 | -25/+32 |
* | Fix a problem introduced in r231057: in bsd.own.mk, move the test for | dim | 2013-01-30 | 1 | -4/+1 |
* | Utilize m_get2() to get mbuf of appropriate size. | glebius | 2013-01-30 | 1 | -15/+1 |
* | Allow the address and ports to be separated by a colon or period rather | jhb | 2013-01-30 | 2 | -4/+39 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 85 | -89/+120 |
* | When adding the directory ownership to the METALOG do it by name rather | brooks | 2013-01-30 | 1 | -3/+4 |
* | Do not unnecessarily split a string literal, because | hselasky | 2013-01-30 | 1 | -2/+2 |
* | Use string literals in string descriptors for marginally | hselasky | 2013-01-30 | 13 | -126/+42 |
* | Use an anonymous struct for generated string descriptors. | hselasky | 2013-01-30 | 1 | -4/+3 |
* | Provide one global language string descriptor for | hselasky | 2013-01-30 | 16 | -78/+48 |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | hselasky | 2013-01-30 | 52 | -54/+310 |
* | Fix a descriptor leak in devd. Clients reading /var/run/devd.pipe can close | ian | 2013-01-30 | 2 | -14/+95 |
* | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | gahr | 2013-01-30 | 7 | -7/+378 |
* | Rework the handling of the children for the pthread_vfork_test. The | kib | 2013-01-30 | 1 | -7/+25 |
* | The case of pid == WAIT_MYPGRP for the kern_wait() is already handled | kib | 2013-01-30 | 1 | -7/+7 |
* | Rework the __vdso_* symbols attributes to only make the symbols weak, | kib | 2013-01-30 | 17 | -10/+326 |
* | Reduce default shift used to calculate the max frequency for the TSC | kib | 2013-01-30 | 1 | -1/+7 |
* | Add missing header file inclusion guard. | hselasky | 2013-01-30 | 1 | -1/+5 |
* | - Fix typo | gabor | 2013-01-30 | 1 | -1/+1 |
* | Add missing NULL pointer check. | hselasky | 2013-01-30 | 1 | -0/+6 |
* | Add support for MSI-X interrupts in the virtio network device and make that | neel | 2013-01-30 | 4 | -30/+348 |
* | Add emulation support for instruction "88/r: mov r/m8, r8". | neel | 2013-01-30 | 2 | -1/+60 |
* | Remove extra %s from debug statement that ends up crashing tftpd if | sbruno | 2013-01-30 | 1 | -1/+1 |
* | Log the addition of login.conf.db, passwd, pwd.db, and spwd.db via cat -l. | brooks | 2013-01-29 | 2 | -5/+22 |
* | Fix installworld when nmtree is not on the host by only adding it to | brooks | 2013-01-29 | 1 | -3/+5 |
* | route_output() always supplies info with RTAX_GATEWAY member that | glebius | 2013-01-29 | 1 | -4/+3 |
* | Remove unused file. | glebius | 2013-01-29 | 1 | -261/+0 |
* | Provide a statistic to track the number of drops in each of the port's | np | 2013-01-29 | 2 | -0/+3 |
* | Fix installworld when the host does not need to bootstrap nmtree. | brooks | 2013-01-29 | 1 | -1/+1 |
* | - Refresh code with latest OpenBSD revisions. | delphij | 2013-01-29 | 14 | -87/+71 |
* | Fix date. | joel | 2013-01-29 | 1 | -1/+1 |
* | Fix typo in debug printf. | glebius | 2013-01-29 | 1 | -1/+1 |
* | Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h | jhb | 2013-01-29 | 18 | -327/+178 |
* | Bump __FreeBSD_version for cat -l (soon to be a bootstrap tool). | brooks | 2013-01-29 | 1 | -1/+1 |
* | Add -l option to cat(1). This option causes cat(1) to use fcntl(2) to | brooks | 2013-01-29 | 2 | -6/+30 |
* | - Regen | gabor | 2013-01-29 | 1 | -4/+12 |
* | - Add a BSD-licensed patch, ported by Pedro F. Giffuni (pfg) from | gabor | 2013-01-29 | 19 | -1/+4968 |
* | Add simple clock driver and ehci glue code for a10 | ganbold | 2013-01-29 | 6 | -5/+578 |
* | Fix two misusages of return_*() macros for ACPICA. | jkim | 2013-01-28 | 2 | -2/+6 |
* | Fix white spaces for style consistency. | jkim | 2013-01-28 | 2 | -7/+6 |
* | Merge two bug fixes from the vendor branch. | jkim | 2013-01-28 | 4 | -22/+40 |
* | Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent the | jhb | 2013-01-28 | 6 | -9/+11 |
* | - Compute the correct size to reallocate when doubling the size of the | jhb | 2013-01-28 | 1 | -1/+2 |
* | - Show page faults requiring I/O when -s invoked. | zont | 2013-01-28 | 1 | -0/+3 |
* | - Show page faults requiring I/O on vmstat display. | zont | 2013-01-28 | 1 | -36/+40 |
* | - Add system wide page faults requiring I/O counter. | zont | 2013-01-28 | 3 | -2/+5 |
* | - Add sysctls to show number of stats scans. | zont | 2013-01-28 | 1 | -2/+12 |