summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
and all other fs-modifying protocol methods. bz#430 ok dtucker@
2010-01-08Fix two warnings: possibly used unitialized and use a nul byte instead ofDarren Tucker
NULL pointer. ok djm@
2010-01-08During "ifconfig $if -inet6" remove v6 addresses even if theStefan Sperling
interface is marked down, and wrap interface detach/attach in splnet(). ok henning@ todd@, "I like the idea" deraadt@
2010-01-08As advertised in the man page, make open(2) return ELOOP (insteadStefan 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-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
When a new prefix is learnt, redistribute the local label associated with it to the other connected peers. ok claudio@
2010-01-08stat objects with more than value (store symlinks eventually)Marc Espie
2010-01-08"Too less" => "Too few"Alexander Hall
ok marco@
2010-01-08Remove "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-08plug a file descriptor leak in HASHFileChunk().Owain Ainsworth
From Igor Zinovik; thanks! ok millert@
2010-01-08Don't leak the fds we open in cp() to copy one file from another.Owain Ainsworth
from Igor Zinovik; thanks! ok millert@
2010-01-08Don't leak memory after strdup() in makedirs().Owain Ainsworth
From Igor Zinovik; thanks! ok stsp@, millert@
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
splitw then movep, or the reverse of breakp).
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
2010-01-07Use the specified pane for size calculations. Doh.Nicholas Marriott
2010-01-07Change split-window to accept a pane target (it should be split-pane butNicholas Marriott
renaming the command would be annoying).
2010-01-07make sure is_valid works for alternativesMarc Espie
2010-01-07Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@Stuart Henderson
2010-01-07dont use the xs in the scsi_cmd routines after calling ciss_cmd, it mightDavid 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-07CISS_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-07Enable IPI interrrupt in trap. ok miod@Takuya ASADA
2010-01-07warn if scsi_done has been called twice on an xs in the scsi_xs_sync pathDavid Gwynne
rather than panic. ok krw@
2010-01-06miscellaneous 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-06syncStuart Henderson
2010-01-06Add Canon PowerShot SX100, Linksys WUSB600N v2 (new version of RT2870). From ↵Stuart Henderson
Brad.
2010-01-06syncStuart Henderson
2010-01-06New Broadcom nics, from Linux driver via Brad.Stuart Henderson
2010-01-06Correctly clear 256-colour flag for aixterm colours.Nicholas Marriott
2010-01-06clean up this page a little; ok norbyJason McIntyre
2010-01-05- properly spell "packet".Jasper Lievisse Adriaanse
2010-01-05refuse 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 XrJason McIntyre
- remove text concerning unsupported character device stuff - remove text concerning unsupported RXIOC* ioctls all of this stuff is from miod
2010-01-05repairMarc Espie
2010-01-05When cleaning, remove generated file and avoid removing some files thatTodd C. Miller
are checked in.
2010-01-05better spec handling: instead of dying, create badspec objects that neverMarc 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-05dont need to end statements with two semicolons. one is enough.David Gwynne
pointed out by miod@ and claudio@
2010-01-05tracker and updater are also auto-cachedMarc Espie
2010-01-05avoid loop if conflict/replace end up finding kept handles.Marc Espie
2010-01-05use Auto::cacheMarc Espie