Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
and all other fs-modifying protocol methods. bz#430 ok dtucker@ | |||
2010-01-08 | Fix two warnings: possibly used unitialized and use a nul byte instead of | Darren Tucker | |
NULL pointer. ok djm@ | |||
2010-01-08 | During "ifconfig $if -inet6" remove v6 addresses even if the | Stefan Sperling | |
interface is marked down, and wrap interface detach/attach in splnet(). ok henning@ todd@, "I like the idea" deraadt@ | |||
2010-01-08 | As advertised in the man page, make open(2) return ELOOP (instead | Stefan Sperling | |
of EMLINK) if the O_NOFOLLOW flag is set and the target is a symlink. Aligns with Solaris and Linux behaviour. ok tedu@ thib@ guenther@ | |||
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 | |
When a new prefix is learnt, redistribute the local label associated with it to the other connected peers. ok claudio@ | |||
2010-01-08 | stat objects with more than value (store symlinks eventually) | Marc Espie | |
2010-01-08 | "Too less" => "Too few" | Alexander Hall | |
ok marco@ | |||
2010-01-08 | Remove "password" macro from ospf6d example config file. | Stefan Sperling | |
OSPFv3 does not feature built-in authentication (it relies on IPsec, see RFC4552) so the example was misleading. ok claudio@ michele@ | |||
2010-01-08 | plug a file descriptor leak in HASHFileChunk(). | Owain Ainsworth | |
From Igor Zinovik; thanks! ok millert@ | |||
2010-01-08 | Don't leak the fds we open in cp() to copy one file from another. | Owain Ainsworth | |
from Igor Zinovik; thanks! ok millert@ | |||
2010-01-08 | Don't leak memory after strdup() in makedirs(). | Owain Ainsworth | |
From Igor Zinovik; thanks! ok stsp@, millert@ | |||
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 | |
splitw then movep, or the reverse of breakp). | |||
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 | |
2010-01-07 | Use the specified pane for size calculations. Doh. | Nicholas Marriott | |
2010-01-07 | Change split-window to accept a pane target (it should be split-pane but | Nicholas Marriott | |
renaming the command would be annoying). | |||
2010-01-07 | make sure is_valid works for alternatives | Marc Espie | |
2010-01-07 | Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@ | Stuart Henderson | |
2010-01-07 | dont use the xs in the scsi_cmd routines after calling ciss_cmd, it might | David Gwynne | |
have been completed. the xs was used to figure out if we should return COMPLETED or SUCCESFULLY_QUEUED. the return value doesnt mean anything anymore, so just return COMPLETE. | |||
2010-01-07 | CISS_UNLOCK before returning from the scsi_cmd handler when we hit NO_CCB. | David Gwynne | |
this should solve problems like this: WARNING: SPL NOT LOWERED ON SYSCALL 16384 8 EXIT dae4560 6 Stopped at Xsyscall+0x1eb: movl $0,%gs:0x3d4 ddb{3}> | |||
2010-01-07 | Enable IPI interrrupt in trap. ok miod@ | Takuya ASADA | |
2010-01-07 | warn if scsi_done has been called twice on an xs in the scsi_xs_sync path | David Gwynne | |
rather than panic. ok krw@ | |||
2010-01-06 | miscellaneous cleanup: | Ingo Schwarze | |
* remove bogus '\\' entry, it is not a correct way to render a backslash * fix column width specifications (problem noted by jmc@ and cause found by kristaps@) * mandoc_char(7) is not a utility (noticed by deraadt@) * improve wording of first sentence (from jmc@) * add OpenBSD RCS-Id (from jmc@) * kill whitespace at EOLs (from jmc@) ok kristaps@, "formatting looks good now" jmc@ | |||
2010-01-06 | sync | Stuart Henderson | |
2010-01-06 | Add Canon PowerShot SX100, Linksys WUSB600N v2 (new version of RT2870). From ↵ | Stuart Henderson | |
Brad. | |||
2010-01-06 | sync | Stuart Henderson | |
2010-01-06 | New Broadcom nics, from Linux driver via Brad. | Stuart Henderson | |
2010-01-06 | Correctly clear 256-colour flag for aixterm colours. | Nicholas Marriott | |
2010-01-06 | clean up this page a little; ok norby | Jason McIntyre | |
2010-01-05 | - properly spell "packet". | Jasper Lievisse Adriaanse | |
2010-01-05 | refuse invalid version specs. | Marc Espie | |
fix other error messages (missing \n) | |||
2010-01-05 | - replace the mkfs example with a working newfs one, and kill the mkfs Xr | Jason McIntyre | |
- remove text concerning unsupported character device stuff - remove text concerning unsupported RXIOC* ioctls all of this stuff is from miod | |||
2010-01-05 | repair | Marc Espie | |
2010-01-05 | When cleaning, remove generated file and avoid removing some files that | Todd C. Miller | |
are checked in. | |||
2010-01-05 | better spec handling: instead of dying, create badspec objects that never | Marc Espie | |
match anything. Add method is_valid (and propagators) to know whether a spec is valid (to be used in pkg_create in a systematic way). | |||
2010-01-05 | dont need to end statements with two semicolons. one is enough. | David Gwynne | |
pointed out by miod@ and claudio@ | |||
2010-01-05 | tracker and updater are also auto-cached | Marc Espie | |
2010-01-05 | avoid loop if conflict/replace end up finding kept handles. | Marc Espie | |
2010-01-05 | use Auto::cache | Marc Espie | |