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