summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Create man page for pmap_quick_enter_page(9) and pmap_quick_remove_page(9)jah2015-08-073-0/+107
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-0781-6121/+4002
* Manpage cleanup.brueffer2015-08-071-12/+23
* Attach dwmmc to the ofwbus, som devicetrees place it here.andrew2015-08-071-0/+1
* Stop including machine/fdt.h, it's unneeded, and purposefullyandrew2015-08-071-1/+0
* Wrap some unused functions with notyet, it is necessary to be able toaraujo2015-08-071-1/+2
* Minor style cleanup of the code surrounding r286404.kib2015-08-071-5/+5
* The condition to use direct processing for the unmapped bio iskib2015-08-071-2/+2
* Remove an extra new line on usage().araujo2015-08-071-2/+2
* Fix variable 'old' is used uninitialized whenever '&&' condition is false.araujo2015-08-071-1/+1
* Remove unused i386 header privatespace.h. For the native kernel, itskib2015-08-072-55/+0
* Reminder to check tools/build/mk/OptionalObsoleteFiles.inc on newgshapiro2015-08-071-0/+1
* Rebase after r286395: rounding fix for dynamic VHDmarcel2015-08-0728-402/+407
* Fix the dynamic VHD format to work with qemu. The size of the diskmarcel2015-08-071-37/+55
* Get closest as possible with style(9). No functional change.araujo2015-08-071-14/+10
* Add support for ASUS WL-100g.kevlo2015-08-071-1/+2
* Now that the portsnap buildbox is generating the raw bits for INDEX-11,delphij2015-08-061-0/+1
* Introduce a sysctl for reporting the number of fully populated reservations.alc2015-08-061-0/+32
* Document the recently added get-bitmode and eeprom read/write functionality.ian2015-08-061-5/+61
* Consistently use both leading and trailing spaces inside of the {}'sjhb2015-08-061-10/+14
* Return the current ftdi bitbang mode with the UFTDIIOC_GET_BITMODE ioctl.ian2015-08-062-7/+16
* Whitespace fixes to consistently use spaces before }'s andjhb2015-08-061-15/+25
* Add support to the uftdi driver for reading and writing the serial eepromian2015-08-063-1/+112
* Decode the arguments passed to the *at() family of system calls. This isjhb2015-08-062-4/+118
* Decode the arguments to mkfifo() and fix an off-by-one error in the argumentsjhb2015-08-061-1/+3
* Don't mark the fcntl flag argument as an output parameter so that it isjhb2015-08-061-1/+1
* Now that stable/8 is EOL, stop building INDEX-8.delphij2015-08-061-1/+0
* Formally pair store_rel(&smp_started) with load_acq(&smp_started).kib2015-08-061-1/+1
* After crypto_dispatch() bio might be already delivered and destroyed,pjd2015-08-062-14/+8
* Remove some more vestiges of the Xen PV domu support. Specifically,jhb2015-08-0611-266/+6
* The changes that introduced fo_mmap() treated all character devicejhb2015-08-061-6/+17
* Add various tests to ensure that invalid arguments passed to mmap()jhb2015-08-061-0/+72
* Convert the map_at_zero test case to ATF. In particular, this willjhb2015-08-062-37/+24
* Remove guards around overwriting loader.rc and menu.rcallanjude2015-08-0610-47/+18
* Make some debug printf's into DPRINTF's to reduce noise on attach/detachngie2015-08-061-4/+4
* Fill in dump_avail based on the physical memory from EFI.andrew2015-08-061-1/+6
* Fix a typo.gjb2015-08-061-1/+1
* Make it compilable. No idea if it works.glebius2015-08-062-3/+3
* Whoops, wrong flag.trasz2015-08-061-1/+1
* Tweak mdconfig(8) manual page, in particular revise the EXAMPLEStrasz2015-08-061-47/+46
* Add file_open(): the underlying system call of openat().ed2015-08-063-3/+148
* Add recently added values of various flags and enumerations includingjhb2015-08-061-12/+20
* nfsclient: Protest loudly when GETATTR responses are invalidcem2015-08-051-5/+80
* Pass SYNCHRONIZE CACHE command parameters to backends.mav2015-08-053-52/+49
* Fix a bug which could make routed(8) daemon exit by sending a special RIPdelphij2015-08-051-0/+6
* Fix shell injection vulnerability in patch(1) via ed(1) bydelphij2015-08-052-4/+16
* Relax serialization of SYNCHRONIZE CACHE commands.mav2015-08-053-18/+20
* find: Fix segfault with very long path in -exec/-ok ... {} \;.jilles2015-08-052-15/+25
* Add a hack-around to this fatal taskqueue running whilst the NICadrian2015-08-051-0/+3
* Add a missing method - ath_hal_settsf64().adrian2015-08-051-0/+13
OpenPOWER on IntegriCloud