summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-20Add support for root on nfs using v3. Code adapted from NetBSD.Federico G. Schwindt
2013-09-20Unify and document usbd_transfer(9).Martin Pieuchot
2013-09-20Use a working magic sequence to configure absolute mode for elantech v2.Stefan Sperling
2013-09-20Fix a panic bug in pipex. If pipex deletes a session by the idle-timerYASUOKA Masahiko
2013-09-20remove debug code. not sure how this lasted so long.Ted Unangst
2013-09-20Don't assume the length of chap challenges.YASUOKA Masahiko
2013-09-20Add length check for Proxy LCP and Authentication AVPs.YASUOKA Masahiko
2013-09-19Tweak types to keep daddr_t address and sector address separate.Kenneth R Westerback
2013-09-19separate termios.h out from scan.l, both have an ECHO define. Noted byOtto Moerbeek
2013-09-19Do no try to clear the endpoint, as it if has stalled, if theMartin Pieuchot
2013-09-19adjust the names to more accurately reflect the names of structsBret Lambert
2013-09-19bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch fromDamien Miller
2013-09-19bz#1297 - tell the client (via packet_send_debug) when their preferredDamien Miller
2013-09-19fix swapped pflag and printflag in sftp upload_dir; from Iain MorganDamien Miller
2013-09-19store the initial file offset so the progress meter doesn't freak outDamien Miller
2013-09-19get ethernet working on the edgerouter liteJonathan Matthew
2013-09-18Remove "tset -S" compatibility I added years ago. Most convertedTodd C. Miller
2013-09-18sync the execbuffer relocation code with linux 3.8.13Jonathan Gray
2013-09-18return after done in atascsi_disk_unmap.David Gwynne
2013-09-17size_t could not be < 0.Sylvestre Gallon
2013-09-17Add support for AMD Family 15h Models 10h-1Fh Processors.Mark Kettenis
2013-09-17regenMark Kettenis
2013-09-17Rename existing AMD Family 15h Models 00h-0Fh Processor entries and addMark Kettenis
2013-09-17Change vlan(4) detach procedure to not use a hook but a list of vlansMartin Pieuchot
2013-09-17Fix a misaligned backslashPhilip Guenther
2013-09-17KNF - extraneous blank line snuck in during last commitMike Larkin
2013-09-16work out phy addresses before attaching cnmac and pass them to mii_attachJonathan Matthew
2013-09-16Drop the ipl locator from syscon attachments, and have the syscon childrenMiod Vallat
2013-09-16Remove gssapi config parts from ssh_config, as was already done for sshd_config.Stuart Henderson
2013-09-16regen.David Coppa
2013-09-16Increase default number of ugen device files: two are too few forDavid Coppa
2013-09-16One of the WARNING messages has to use the word "section" twice in twoIngo Schwarze
2013-09-15Some missing .Pa macros in FILES sections;Ingo Schwarze
2013-09-15Macros following block closing macros aren't line macros.Ingo Schwarze
2013-09-15Use normal line macro recognition, do not attempt to roll your own.Ingo Schwarze
2013-09-15Block closing macros do not allocate a new node but finish an existingIngo Schwarze
2013-09-15For some mdoc(7) macros, it is (unfortunately) semantically significantIngo Schwarze
2013-09-15cddump() takes a daddr_t parameter. Call that parameter 'blkno' and notKenneth R Westerback
2013-09-15Use DL_SECTOBLK() and DL_BLKTOSEC() to clarify code and removeKenneth R Westerback
2013-09-15Make it clearer that sc_wdc_bio.blkno is actuall a disk hardwareKenneth R Westerback
2013-09-15Mention the SBus slot #2 in sun4e is `slave only', just as slot #3 in sun4c.Miod Vallat
2013-09-15mention NVSIMMMiod Vallat
2013-09-15Replace a hardcoded delay() with ZS_DELAY() to make sun4c happierMiod Vallat
2013-09-14Back out revision 1.38. Commands executed via `foo` or $( bar )Todd C. Miller
2013-09-14Patriot PCUSBW1150 works;Jason McIntyre
2013-09-14- bit clearer about sysctls/securelevel (text lifted from i386_iopl(2))Jason McIntyre
2013-09-14STANDARDS:Jason McIntyre
2013-09-14tweak previous;Jason McIntyre
2013-09-14syncTodd T. Fries
2013-09-14Eliminate the unused retval argument from dogetrusage()Philip Guenther