summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-27Fix an off-by-one in an assertion, crashing the renderer on ".Os \&".Ingo Schwarze
2010-10-27improve the look of a for loopTheo de Raadt
2010-10-27Remove the EXAMPLE, since *noone* should use this non-portable APITheo de Raadt
2010-10-27repair ;;Theo de Raadt
2010-10-27don't free network related resources if they were not allocatedJacob Meuser
2010-10-27document @rcscriptMarc Espie
2010-10-27Document RCDIR and files copied from PKGDIRMarc Espie
2010-10-27The previous two commits cannot be right. If in fact offsets > 4GB areTheo de Raadt
2010-10-27let the readmes directory be standardMarc Espie
2010-10-27Use a 32KB data buffer instead of a 1KB buffer.Todd C. Miller
2010-10-27initial scaffolding for @rcscript: for now, acts like normal files,Marc Espie
2010-10-27Protect variable names, to be consistent with rc(8).Antoine Jacoutot
2010-10-27Remove 'status', because 'check' is what is used internally and we don'tRobert Nagy
2010-10-27Missing redirection to /dev/null in rc_startRobert Nagy
2010-10-27The man(7) macros .HP .IP .RS .TP accept *optional* arguments,Ingo Schwarze
2010-10-27quote $local_rcconf in [ ] and remove eval from rc_start()Robert Nagy
2010-10-27Merge -k and expand @@ parsing code between OpenCVS and OpenRCS, resultingTobias Stoeckmann
2010-10-27syncTheo de Raadt
2010-10-26Warn developers that .so is fragile and suggest using ln(1) instead;Ingo Schwarze
2010-10-26Downgrade nearly 20 ERRORS to WARNINGS.Ingo Schwarze
2010-10-26Support .so (low-level roff "switch source file"),Ingo Schwarze
2010-10-26Refactoring, no functional change:Ingo Schwarze
2010-10-26Add a simple 'rc' system to base in order to start/stop/restart/reloadRobert Nagy
2010-10-26Add task queue for ACPI gpe and notify handlersJordan Hargrave
2010-10-26add HISTORY and AUTHORS sections.Felix Kronlage
2010-10-26thib missed this architecture when he did all the other architectures;Theo de Raadt
2010-10-26no need for .Pp before lists;Jason McIntyre
2010-10-26redirects are loaded as "pass in quick ... rdr-to" pf rules by default. InReyk Floeter
2010-10-26Document MODPY_BIN_ADJ MODPY_ADJ_FILES.Antoine Jacoutot
2010-10-26Implement the optional label request message ID TLV.Claudio Jeker
2010-10-26For label release and withdraw messages make sure that a wildcardClaudio Jeker
2010-10-26struct mapping_entry should just have a struct map instead of ownClaudio Jeker
2010-10-26Change lde_check_request(), lde_check_mapping(), lde_send_labelmapping(),Claudio Jeker
2010-10-26Shuffle the deck chairs to make the code more compact.Claudio Jeker
2010-10-26Document MODFOO_pre-configure.Antoine Jacoutot
2010-10-26The LDT is only used by dead compat code now, so load the ldtPhilip Guenthe
2010-10-26tweak previous;Jason McIntyre
2010-10-26Allow the userPassword attribute to specify a login class when usingwilliam
2010-10-26enable vmt(4). hopefully it will get some use soon.David Gwynne
2010-10-26vmt is a bit more capable now.David Gwynne
2010-10-26log suspends and resumes. resend hostname and address info from the guestDavid Gwynne
2010-10-26big update to vmware tools functionality from jonathan matthew.David Gwynne
2010-10-26Replace broken CF driver with new one, fixed bus_space base address.Takuya ASADA
2010-10-25@symlink/@size/@link are generated automatically, make pkg_create(1) errorMarc Espie
2010-10-25document fullwidthMarc Espie
2010-10-25use new system to do quietMarc Espie
2010-10-25don't use the fullwidth of the term by default, makes typing easier.Marc Espie
2010-10-25Search loaded libs first and add support for SONAME matching. ok drahn@Kurt Miller
2010-10-25range check rtm_type more carefully against the known RTM_ values.Theo de Raadt
2010-10-25Add missing FNM_CASEFOLD flag to fnmatch() when locate is run in caseTodd C. Miller