Age | Commit message (Expand) | Author |
2014-04-07 | Add axen(4) wherever axe(4) is. | Brad Smith |
2014-04-07 | reduce the diff to linux for drm pci vid/pid tests | Jonathan Gray |
2014-04-07 | ISP2322 chips need a different firmware image to other 2300s, so until we | Jonathan Matthew |
2014-04-06 | Rework the command polling loop in a similar fashion as was done for qla(4). | Mark Kettenis |
2014-04-06 | Clear the interrupt before reading the response queue pointer register in | Mark Kettenis |
2014-04-06 | get rid of expensive temporary connect in udp_output(). | Christopher Zimmermann |
2014-04-06 | Add the missing addressing modes for the fucomip instruction. Surprisingly, | Miod Vallat |
2014-04-06 | factor out source and destination address mangling from in_pcbconnect() | Christopher Zimmermann |
2014-04-06 | Remove redundant call to in{,6}_pcbbind() from tcp PRU_CONNECT. | Christopher Zimmermann |
2014-04-06 | Regen .pc and header with new version info. Bump not needed, confirmed | James Turner |
2014-04-06 | Update sqlite to 3.8.4.3. Recommended update to fix a problem that might | James Turner |
2014-04-06 | Don't suggest people use env(1) in conjunction with sudo. It is | Todd C. Miller |
2014-04-05 | bugfix: make sure all variables are properly initialized | Ingo Schwarze |
2014-04-05 | Implement the roff(7) .rr (remove register) request. | Ingo Schwarze |
2014-04-05 | Fix logic error and prevent theoretical infinite loop in the worst case scenario | Miod Vallat |
2014-04-05 | enable hds, and give up on isp | Theo de Raadt |
2014-04-05 | qla and qle are working well enough, so just delete use of isp. don't | Theo de Raadt |
2014-04-05 | fix writing of multiline To and Cc headers | Gilles Chehade |
2014-04-05 | Be sure to release rwlock when returning error in pppxclose(). | Miod Vallat |
2014-04-05 | set adapter buswidth according to the number of loop ids supported by the | Jonathan Matthew |
2014-04-04 | Add the -t ktrace(1) option to ltrace(1), so that you can trigger both | Miod Vallat |
2014-04-04 | Second step of the R4000 EOP errata WAR: when pmap invalidates a page which | Miod Vallat |
2014-04-04 | fix header parsing issue in enqueuer leading to From: header being stripped | Gilles Chehade |
2014-04-04 | If the PDC_COPROC call fails, and we are running on a PA 1.1 system, assume | Miod Vallat |
2014-04-04 | It seems that, when the on-board USB controller is an ALI M5237 USB and its | Miod Vallat |
2014-04-04 | Change HTTP_PROXY back to http_proxy. This is an environment variable | Kenneth R Westerback |
2014-04-04 | In -p (picky) mode, warn unless each filename (aka mlink) | Ingo Schwarze |
2014-04-04 | Warn about missing mlinks. | Ingo Schwarze |
2014-04-04 | Merge the mda, mta and smtp processes into a single unprivileged | Eric Faurot |
2014-04-04 | Remember which names are in the NAME section. | Ingo Schwarze |
2014-04-04 | start the purge task after events are set, or we can miss SIGCHLD | Eric Faurot |
2014-04-04 | sync | Theo de Raadt |
2014-04-04 | Rework the command polling loop so it can handle multiple responses in a single | Jonathan Matthew |
2014-04-04 | Paul B. Henson discovered it was possible to hit a kernel | Jonathan Gray |
2014-04-04 | remove some duplicate text, | Ingo Schwarze |
2014-04-04 | When the -n or -t flag is given to makewhatis(8), | Ingo Schwarze |
2014-04-04 | sync | Theo de Raadt |
2014-04-04 | let device_register match scsi devices to anything hanging off a | David Gwynne |
2014-04-03 | bcopy -> memcpy | Ted Unangst |
2014-04-03 | regen | Miod Vallat |
2014-04-03 | XIRING Ximax CDC adapter | Miod Vallat |
2014-04-03 | Instead of silently doing nothing at all, | Ingo Schwarze |
2014-04-03 | add a uvm_yield function and use it in the reaper path to prevent the | Ted Unangst |
2014-04-03 | if it's ok to wait, it must also be ok to give the kernel lock. do so. | Ted Unangst |
2014-04-03 | On second thought, make that manpage MI, even though the binary is not | Miod Vallat |
2014-04-03 | Install the manpage on loongson too (and arm* while there); it could be argued | Miod Vallat |
2014-04-03 | regen | Miod Vallat |
2014-04-03 | Add wskbd nodes to the bsd.rd /dev posse; allows kbd -l to work as intended | Miod Vallat |
2014-04-03 | uvm_fault() will try to fault neighbouring pages for the MADV_NORMAL case, | Miod Vallat |
2014-04-03 | When finding a file in a non-existant directory: | Mark Lumsden |