| Commit message (Expand) | Author | Age | Files | Lines |
* | Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls. | jilles | 2013-08-16 | 4 | -0/+62 |
* | GC unused source file. | des | 2013-08-16 | 1 | -178/+0 |
* | Bring datasheet URL up to date. | kevlo | 2013-08-16 | 2 | -2/+2 |
* | Provide UTF-8 version of russian calendars. | glebius | 2013-08-16 | 7 | -1/+253 |
* | Mark the makefs(8) '-p' flag as deprecated in preference for | gjb | 2013-08-16 | 2 | -5/+16 |
* | Use strdup(9) instead of reimplementing it. | markj | 2013-08-16 | 1 | -14/+4 |
* | Fix ordering of legacy IRQ reservations. | grehan | 2013-08-16 | 1 | -10/+10 |
* | Change the way that unmapped I/O capability is advertised. | ken | 2013-08-15 | 6 | -10/+10 |
* | sigsuspend(2): Add xrefs to pselect(2) and sigwait-alikes. | jilles | 2013-08-15 | 1 | -1/+5 |
* | - Fix bug in r254304. Use the ACTIVE pq count for the active list | jeff | 2013-08-15 | 1 | -2/+2 |
* | Simplify check for CMPXCHG8B instruction. Note CMPXCHG8B instruction is | jkim | 2013-08-15 | 2 | -2/+17 |
* | Change the queue of locks in kern_rangelock.c from holding lock requests in | cperciva | 2013-08-15 | 2 | -29/+35 |
* | Avoid potential redefinition of the macro. | jkim | 2013-08-15 | 4 | -5/+5 |
* | Turn comments about locking into actual lock assertions. | trasz | 2013-08-15 | 1 | -28/+35 |
* | Use an ANSI C definition of initializecpucache() to match the declaration | brooks | 2013-08-15 | 1 | -1/+1 |
* | Call set_i8254_freq with MODE_STOP (0) rather than a magic number of 0. | brooks | 2013-08-15 | 1 | -4/+4 |
* | Export the maxio field in the CAM XPT_PATH_INQ CCB in the isp(4) | ken | 2013-08-15 | 1 | -0/+5 |
* | - Add myself in committers-ports.dot | nemysis | 2013-08-15 | 1 | -0/+7 |
* | On the recovery path for vm_page_alloc(), if a page had been requested | attilio | 2013-08-15 | 1 | -0/+9 |
* | Belatedly bump __FreeBSD_version for libc being an ld script. | jlh | 2013-08-15 | 1 | -1/+1 |
* | Make sendfile() a method in the struct fileops. Currently only | glebius | 2013-08-15 | 15 | -55/+112 |
* | Fix a typo. | markj | 2013-08-15 | 1 | -1/+1 |
* | Specify SDT probe argument types in the probe definition itself rather than | markj | 2013-08-15 | 8 | -219/+130 |
* | Some objects - such as *_genassym.o are not hooked into | sjg | 2013-08-14 | 1 | -1/+1 |
* | sh: Recognize "--" as end of options in local builtin. | jilles | 2013-08-14 | 2 | -0/+13 |
* | Don't send uninitialized memory (two instances of 4 bytes) in | tuexen | 2013-08-14 | 1 | -0/+8 |
* | Fix several performance related issues in the new NFS server's | rmacklem | 2013-08-14 | 4 | -85/+230 |
* | sh: Allow a lone redirection before '|', ';;' or ';&'. | jilles | 2013-08-14 | 4 | -0/+9 |
* | If sys/param.h MAXPHYS has been tuned to exceed MFI_MAXPHYS, the mfi(4) | sbruno | 2013-08-14 | 1 | -1/+2 |
* | Added 4K quirks for:- | smh | 2013-08-14 | 2 | -0/+48 |
* | Remove the {SRC,DOC,PORT}REVISION variables from release(7), and | gjb | 2013-08-14 | 1 | -19/+4 |
* | Make carets line up in dtc diagnostics if the line starts with a tab. | theraven | 2013-08-14 | 1 | -1/+2 |
* | ext2fs: update format specifiers for ext4 type. | pfg | 2013-08-14 | 1 | -4/+4 |
* | Belatedly add my birthday and fix a typo. | uqs | 2013-08-14 | 1 | -1/+2 |
* | Fix make depend | uqs | 2013-08-14 | 1 | -1/+1 |
* | Replace the homegrown implementation of nitems() with calls to nitems() | rpaulo | 2013-08-14 | 6 | -56/+37 |
* | Use kld_{load,unload} instead of mod_{load,unload} for the linker file load | markj | 2013-08-14 | 7 | -38/+38 |
* | - Disable quantum caches on the kmem_arena. This can make fragmentation | jeff | 2013-08-13 | 1 | -1/+1 |
* | - Add a statically allocated memguard arena since it is needed very early | jeff | 2013-08-13 | 3 | -8/+17 |
* | Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, these | jkim | 2013-08-13 | 3 | -174/+86 |
* | Improve pageout flow control to wakeup more frequently and do less work while | jeff | 2013-08-13 | 4 | -215/+68 |
* | If a controller fails to initialize, do not notify consumers (nvd) of its | jimharris | 2013-08-13 | 1 | -0/+9 |
* | Send a shutdown notification in the driver unload path, to ensure | jimharris | 2013-08-13 | 4 | -28/+51 |
* | libc: Use O_CLOEXEC when writing gmon files (cc -pg). | jilles | 2013-08-13 | 1 | -2/+2 |
* | Tidy up global locks for ACPICA. There is no functional change. | jkim | 2013-08-13 | 4 | -21/+19 |
* | Rename imx_machdep.c to imx51_machdep.c, because it contains hardware | ian | 2013-08-13 | 2 | -1/+1 |
* | Remove get_rev_branch(), functionality exists in the release/Makefile. | gjb | 2013-08-13 | 1 | -13/+0 |
* | vfork(2) was listed as deprecated in 1994 (r1573) and was the false | peter | 2013-08-13 | 1 | -19/+19 |
* | kdump: Decode AT_FDCWD in first argument of bindat() and connectat(). | jilles | 2013-08-13 | 1 | -0/+2 |
* | Teach libstdc++ about logl(3). | pfg | 2013-08-13 | 1 | -2/+2 |