summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-09move signal catching up, so we can clean repos and temp files at once.Marc Espie
2010-01-09kill cache, we don't really need itMarc Espie
2010-01-09slightly more complex repolist, to allow for:Marc Espie
2010-01-09create unique object for each repoMarc Espie
2010-01-09workaround for a HW bug (does not affect 4965AGN) that may sporadicallyDamien Bergamini
2010-01-09fixed version, somehow I forgot that I use parse to do weird things withMarc Espie
2010-01-09temporary revert until I figure this outMarc Espie
2010-01-09Afer sshd receives a SIGHUP, ignore subsequent HUPs while sshd re-execsDarren Tucker
2010-01-09Prevent sftp from derefing a null pointer when given a "-" without a command.Darren Tucker
2010-01-09move the code that recognizes /var/db/pkg as inst: into Repo::LocalMarc Espie
2010-01-09tweak path parsing to handle inst:pkgname and such as well...Marc Espie
2010-01-09move some url parsing into Installed, provide for pipe:Marc Espie
2010-01-09kill more useless codeMarc Espie
2010-01-09simplify slightlyMarc Espie
2010-01-09move pipe handling into RepositoryListMarc Espie
2010-01-09repositories no longer need matchMarc Espie
2010-01-09Avoid mulitple calls to scsi_done() on the same xs by havingKenneth R Westerback
2010-01-09Add support for the Broadcom BCM57765 ASIC and newer BroadcomChristian Weisgerber
2010-01-09replace an #ifdef IX_CSUM_OFFLOAD with an IFCAP_CSUM_IPv4 capability check,Reyk Floeter
2010-01-09Explicitly turn on mii/gmii/rgmii for the 178/gigabit devicesJonathan Gray
2010-01-09Fix the IP ckecksum offloading logic that disables and breakes offloadingReyk Floeter
2010-01-09Remove a PRIu64 format string that snuck in with roaming. ok djm@Darren Tucker
2010-01-09quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since weDamien Miller
2010-01-09bad place to forget a comma...Jason McIntyre
2010-01-09Add code to stop scheduling processes on CPUs, effectively halting that CPU.Mark Kettenis
2010-01-09Remove typo and magic numbers from #if 0'd block, from Brad.Stuart Henderson
2010-01-09Plug fd leak in lg_incl(). Fix by Igor Zinovik, OK beck@Claudio Jeker
2010-01-09tweak languageDamien Miller
2010-01-09add a 'read-only' mode to sftp-server(8) that disables open in write modeDamien Miller
2010-01-08Fix two warnings: possibly used unitialized and use a nul byte instead ofDarren Tucker
2010-01-08During "ifconfig $if -inet6" remove v6 addresses even if theStefan Sperling
2010-01-08As advertised in the man page, make open(2) return ELOOP (insteadStefan Sperling
2010-01-08reflect recent changesMarc Espie
2010-01-08$OpenBSD$ not $Id$Nicholas Marriott
2010-01-08remove very old -ikrMarc Espie
2010-01-08Implement section A.1.6 of RFC 5036: "Recognize new FEC".Michele Marchetto
2010-01-08stat objects with more than value (store symlinks eventually)Marc Espie
2010-01-08"Too less" => "Too few"Alexander Hall
2010-01-08Remove "password" macro from ospf6d example config file.Stefan Sperling
2010-01-08plug a file descriptor leak in HASHFileChunk().Owain Ainsworth
2010-01-08Don't leak the fds we open in cp() to copy one file from another.Owain Ainsworth
2010-01-08Don't leak memory after strdup() in makedirs().Owain Ainsworth
2010-01-08mouse-select-pane has to redraw the borders now too.Nicholas Marriott
2010-01-08Fix compile failure on MP kernel(missing P_CPU macro on mips64/mips64/context.S)Takuya ASADA
2010-01-08MP-safe FPU handling. ok miod@Takuya ASADA
2010-01-07New command, join-pane, to split and move an existing pane into the space (likeNicholas Marriott
2010-01-07Repair non-MULTIPROCESSOR kernel compilation.Miod Vallat
2010-01-07Fix this properly.Nicholas Marriott
2010-01-07Don't return the root cell if the string doesn't match.Nicholas Marriott
2010-01-07Make sure to update p_cpu on MULTIPROCESSOR kernels.Miod Vallat