summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls.jilles2013-08-164-0/+62
* GC unused source file.des2013-08-161-178/+0
* Bring datasheet URL up to date.kevlo2013-08-162-2/+2
* Provide UTF-8 version of russian calendars.glebius2013-08-167-1/+253
* Mark the makefs(8) '-p' flag as deprecated in preference forgjb2013-08-162-5/+16
* Use strdup(9) instead of reimplementing it.markj2013-08-161-14/+4
* Fix ordering of legacy IRQ reservations.grehan2013-08-161-10/+10
* Change the way that unmapped I/O capability is advertised.ken2013-08-156-10/+10
* sigsuspend(2): Add xrefs to pselect(2) and sigwait-alikes.jilles2013-08-151-1/+5
* - Fix bug in r254304. Use the ACTIVE pq count for the active listjeff2013-08-151-2/+2
* Simplify check for CMPXCHG8B instruction. Note CMPXCHG8B instruction isjkim2013-08-152-2/+17
* Change the queue of locks in kern_rangelock.c from holding lock requests incperciva2013-08-152-29/+35
* Avoid potential redefinition of the macro.jkim2013-08-154-5/+5
* Turn comments about locking into actual lock assertions.trasz2013-08-151-28/+35
* Use an ANSI C definition of initializecpucache() to match the declarationbrooks2013-08-151-1/+1
* Call set_i8254_freq with MODE_STOP (0) rather than a magic number of 0.brooks2013-08-151-4/+4
* Export the maxio field in the CAM XPT_PATH_INQ CCB in the isp(4)ken2013-08-151-0/+5
* - Add myself in committers-ports.dotnemysis2013-08-151-0/+7
* On the recovery path for vm_page_alloc(), if a page had been requestedattilio2013-08-151-0/+9
* Belatedly bump __FreeBSD_version for libc being an ld script.jlh2013-08-151-1/+1
* Make sendfile() a method in the struct fileops. Currently onlyglebius2013-08-1515-55/+112
* Fix a typo.markj2013-08-151-1/+1
* Specify SDT probe argument types in the probe definition itself rather thanmarkj2013-08-158-219/+130
* Some objects - such as *_genassym.o are not hooked intosjg2013-08-141-1/+1
* sh: Recognize "--" as end of options in local builtin.jilles2013-08-142-0/+13
* Don't send uninitialized memory (two instances of 4 bytes) intuexen2013-08-141-0/+8
* Fix several performance related issues in the new NFS server'srmacklem2013-08-144-85/+230
* sh: Allow a lone redirection before '|', ';;' or ';&'.jilles2013-08-144-0/+9
* If sys/param.h MAXPHYS has been tuned to exceed MFI_MAXPHYS, the mfi(4)sbruno2013-08-141-1/+2
* Added 4K quirks for:-smh2013-08-142-0/+48
* Remove the {SRC,DOC,PORT}REVISION variables from release(7), andgjb2013-08-141-19/+4
* Make carets line up in dtc diagnostics if the line starts with a tab.theraven2013-08-141-1/+2
* ext2fs: update format specifiers for ext4 type.pfg2013-08-141-4/+4
* Belatedly add my birthday and fix a typo.uqs2013-08-141-1/+2
* Fix make dependuqs2013-08-141-1/+1
* Replace the homegrown implementation of nitems() with calls to nitems()rpaulo2013-08-146-56/+37
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadmarkj2013-08-147-38/+38
* - Disable quantum caches on the kmem_arena. This can make fragmentationjeff2013-08-131-1/+1
* - Add a statically allocated memguard arena since it is needed very earlyjeff2013-08-133-8/+17
* Merge acpica_machdep.h for amd64 and i386 and move to x86. In fact, thesejkim2013-08-133-174/+86
* Improve pageout flow control to wakeup more frequently and do less work whilejeff2013-08-134-215/+68
* If a controller fails to initialize, do not notify consumers (nvd) of itsjimharris2013-08-131-0/+9
* Send a shutdown notification in the driver unload path, to ensurejimharris2013-08-134-28/+51
* libc: Use O_CLOEXEC when writing gmon files (cc -pg).jilles2013-08-131-2/+2
* Tidy up global locks for ACPICA. There is no functional change.jkim2013-08-134-21/+19
* Rename imx_machdep.c to imx51_machdep.c, because it contains hardwareian2013-08-132-1/+1
* Remove get_rev_branch(), functionality exists in the release/Makefile.gjb2013-08-131-13/+0
* vfork(2) was listed as deprecated in 1994 (r1573) and was the falsepeter2013-08-131-19/+19
* kdump: Decode AT_FDCWD in first argument of bindat() and connectat().jilles2013-08-131-0/+2
* Teach libstdc++ about logl(3).pfg2013-08-131-2/+2
OpenPOWER on IntegriCloud