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