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