summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-23Add missing dependency generation for assym.h (...the lack of whichPhilip Guenthe
2009-03-23kill SIZE_LEFT() macro, no longer usedJoris Vink
2009-03-23simplifyJoris Vink
2009-03-23Reorganize NBIO and SMALL_KERNEL handling again but this time withoutAlexander Yurchenko
2009-03-23correct example; from Sebastian RotherJason McIntyre
2009-03-23tweak the description of -A a little more;Jason McIntyre
2009-03-23repair library use. this was detected on the vax, a nice static linkingTheo de Raadt
2009-03-23sys/types.h before other thingsTheo de Raadt
2009-03-23good god no you do not use LDFLAGS to pull in librariesTheo de Raadt
2009-03-23Small rewording to remove ambiguity.Antoine Jacoutot
2009-03-23remove debug, blehJoris Vink
2009-03-23fix buffer cache pending writs statistic so it does not go negative.Bob Beck
2009-03-23add rlog -d support, ported from openrcs byJoris Vink
2009-03-23Update to tzdata2009d from elsie.nci.nih.govTodd C. Miller
2009-03-23Processor affinity for processes.Artur Grabowski
2009-03-23advisory locks should return ENOLCK if we're out of locks.Otto Moerbeek
2009-03-23some smtpd bits; ok jacekm gillesJason McIntyre
2009-03-23Fixed a possible out-of-bounds memory access if the environment variableTobias Stoeckmann
2009-03-23Fixed a leaking of a fd each time a file is delivered to a mbox, whichTobias Stoeckmann
2009-03-23LP_NOTICE should be LP_ERR when showing directory messages.Joris Vink
2009-03-23any directory messages are, believe it or not, suppose to go to LP_ERRJoris Vink
2009-03-23wait an appropriate amount of time before giving up on a bulk update,David Gwynne
2009-03-23use auto-negotiation for manual media type selection. This fixesKevin Lo
2009-03-23actually follow rfc 3720, from Remco.David Gwynne
2009-03-22fix a bug in the resolution of forward files which would cause usernamesGilles Chehade
2009-03-22make transparent-as yes|no settable peer neighbor with the global settingHenning Brauer
2009-03-22Mention that msk(4) support 88E807x chips now.Mark Kettenis
2009-03-22Add workaround for RX MAC/FIFO hangs on ERI. Tested by matthieu@ and naddy@.Mark Kettenis
2009-03-22unbreak ramdisk builds in a way i guess might workTheo de Raadt
2009-03-22tweak previous;Jason McIntyre
2009-03-22let u (undo) work for the A command; ok krwTheo de Raadt
2009-03-22tweaks;Jason McIntyre
2009-03-22Add 'A' command to Editor mode, and -A flag to automatically execute itKenneth R Westerback
2009-03-22Update volume info on every bio call instead of waiting for theAlexander Yurchenko
2009-03-22styleTobias Stoeckmann
2009-03-22Avoid the usage of uninitialized value, which even might result in a memoryTobias Stoeckmann
2009-03-22Properly free allocated memory in error case.Tobias Stoeckmann
2009-03-22Don't show rebuild status for offline volumes.Alexander Yurchenko
2009-03-22trivial message repair, ok jacek@Ian Darwin
2009-03-22Put recently added bio and sensors stuff under #if NBIO > 0 andAlexander Yurchenko
2009-03-22syncTheo de Raadt
2009-03-21a paragraph break (.Pp macro) is not required before or after section headers.Igor Sobrado
2009-03-21If rebuild is active set volume state to ``rebuild''.Alexander Yurchenko
2009-03-21Report rebuild progress only if rebuild is active.Alexander Yurchenko
2009-03-21Always re-route interrupts, even when doing so appears to be a no-op. SomeMark Kettenis
2009-03-21use file_rcsrev when printing out Repository revision soJoris Vink
2009-03-21don't call uiomove(9) at IPL_AUDIO, slightly simplify the codeAlexandre Ratchov
2009-03-21IPS_MAXTARGETS should be 16, not 15.Alexander Yurchenko
2009-03-21Be smart when attaching pass-through scsibuses. Use configurationAlexander Yurchenko
2009-03-21Make nvram writable (if necessary) before calling OF_setprop(). PreventsMark Kettenis