Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-28 | sync | Theo de Raadt | |
2010-09-28 | malloc() without a WAIT flag | Theo de Raadt | |
2010-09-28 | document disklabel uids and move a little text to improve readability; the | Jason McIntyre | |
duid text was supplied by krw ...after much discussion with jsing and krw ok krw | |||
2010-09-28 | tweak the fs_spec paragraph, chiefly in order to document that disklabel | Jason McIntyre | |
uids can be used, and add an example; ...after much discussion with jsing and krw ok krw | |||
2010-09-28 | pregenerate unicode files; mktables uses too much memory for some platforms | Todd C. Miller | |
2010-09-28 | pregenerate unicode files; mktables uses too much memory for some platforms | Todd C. Miller | |
2010-09-28 | Fix [perl #74404] h2ph using deprecated goto | Todd C. Miller | |
Patch from perl git repo | |||
2010-09-28 | wrap long line. correct indent. delete a useless comment. | YASUOKA Masahiko | |
OK djm@ claudio@ dlg@ | |||
2010-09-28 | Make this compile again. | Miod Vallat | |
2010-09-28 | typo | Miod Vallat | |
2010-09-28 | Undo last change now that RCS keyword expansion is disabled on the perl sources | Todd C. Miller | |
2010-09-28 | Make -k work in clientmode by passing the right socket to the | Claudio Jeker | |
stats_prepare() function. | |||
2010-09-28 | replace hand-rolled infinite loop with LIST_FOREACH | Bret Lambert | |
ok claudio@ guenther@ | |||
2010-09-28 | Nuke a leftover RB tree declaration spotted by blambert. | Nicholas Marriott | |
2010-09-28 | Correct the handling of GS.base when iretq faults: the fault happens | Philip Guenthe | |
with CPL == 0 but the user's GS.base, so the normal INTRENTRY handling won't work. Contrawise, the asm that trap() redirects us to when that happens (resume_iret) sees a trapframe showing CPL==3 but it's run with the kernel's GS.base, so INTRENTRY won't work there either. asm style fixes drahn@ and mikeb@ ok kettenis@ | |||
2010-09-28 | sync | Theo de Raadt | |
2010-09-28 | do not assume PR_NOWAIT is 0; it is not anymore | Theo de Raadt | |
2010-09-28 | missing PR_NOWAIT | Theo de Raadt | |
2010-09-27 | must have either PR_WAITOK or PR_NOWAIT set. | David Gwynne | |
2010-09-27 | Merge the last bits of 1.10.6 (released today), most were already in: | Ingo Schwarze | |
* ignore double-.Pp * ignore .Pp before .Bd and .Bl (unless -compact in specified) * avoid double blank line upon .Pp, .br and friends in literal context * cast enums to int when passing them to exit(3) to please lint(1) While merging, fix a regression introduced by kristaps@: Outside literal mode, double blank lines must both be printed. To achieve this again after kristaps@ improvements in 1.10.6, treat such blank lines as .sp (instead of .Pp as in 1.10.5) and drop .Pp before .sp just like dropping .Pp before .Pp. | |||
2010-09-27 | Unbreak atalk: don't call ifa_add() until the ifa_addr pointer has been set | Philip Guenthe | |
ok henning@ | |||
2010-09-27 | A few M_ZEROs without any M_WAITOK/M_NOWAITs. | Thordur I. Bjornsson | |
2010-09-27 | Make sure the SEND_DEV_ID command is sent synchronously, so the response buffer | Miod Vallat | |
is valid when we look at it. Repairs intellimouse (former pmsi) operation. | |||
2010-09-27 | Update to tzcode2010m from elsie.nci.nih.gov | Todd C. Miller | |
2010-09-27 | must use M_WAITOK here; run into by landry | Theo de Raadt | |
2010-09-27 | Update to tzdata2010m from elsie.nci.nih.gov | Todd C. Miller | |
2010-09-27 | a pool_get() assuming that PR_NOWAIT is 0 (not anymore!); run into by naddy | Theo de Raadt | |
2010-09-27 | Have cvs_file_walkdir() ignore CVS/ directories when walking a repository tree. | Joshua Elsasser | |
This fixes r* commands such as rlog against a repository which has somehow ended up containing CVS/Entries.Static files. ok nicm@ guenther@ | |||
2010-09-27 | add support for tracing process stacks in ddb (trace /p). | Mike Belopuhov | |
due to the way arguments are parsed, pid has to be specified in the hexadecimal notation. tested by me and sthen, ok sthen kettenis | |||
2010-09-27 | tedu's shiny new pool_get kassert found an instance of PR_NOWAIT or | Marco Peereboom | |
PR_WAITOK not being set. While here add a diagnostic check for malloc. | |||
2010-09-27 | sync | Theo de Raadt | |
2010-09-27 | IP_PIPEX mistakenly was applied to the 1723/tcp socket. Apply the option | YASUOKA Masahiko | |
to the gre socket. | |||
2010-09-26 | support variable sized (bControlSize != 2) processing unit bmControls, | Jacob Meuser | |
and add support for more processing unit controls. from Martin Pieuchot, thanks! | |||
2010-09-26 | new sentence, new line; | Jason McIntyre | |
2010-09-26 | when performing an "ls" in columnated (short) mode, only call | Damien Miller | |
ioctl(TIOCGWINSZ) once to get the window width instead of per- filename | |||
2010-09-26 | oops, don't free array before freeing members; spotted by dkrause@ | Damien Miller | |
2010-09-26 | No need for ums either; from Brad | Miod Vallat | |
2010-09-26 | No need for pms on the installation media; from Brad | Miod Vallat | |
2010-09-26 | unify some pool and malloc flag values. the important bit is that all flags | Ted Unangst | |
have real values, no 0 values anymore. ok deraadt kettenis krw matthew oga thib | |||
2010-09-26 | Two new options: | Nicholas Marriott | |
- server option "exit-unattached" makes the server exit when no clients are attached, even if sessions are present; - session option "destroy-unattached" destroys a session once no clients are attached to it. These are useful for preventing tmux remaining in the background where it is undesirable and when using tmux as a login shell to keep a limit on new sessions. | |||
2010-09-26 | Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@. | Miod Vallat | |
2010-09-26 | If an explicit scope is still open at the end of an input file, | Ingo Schwarze | |
report an ERROR: We can still render the page by just closing the open scope, but it is likely that information will be missing or document structure mangled. Before, man(7) only reported a WARNING (which is dangerous because we cannot be sure rendering is correct) and mdoc(7) ran into FATAL (which is too drastic, there is no reason not to show what we have). While here, add a few explicit casts to appease lint. "looks good" kristaps@ | |||
2010-09-26 | sync to bsd.lv: | Ingo Schwarze | |
do not talk about \s, it is ignored anyway do not .Xr groff(1) any longer, just talk about GNU troff because in the long run, groff may not even be installed | |||
2010-09-26 | sync to bsd.lv: | Ingo Schwarze | |
note that \k, \o, \w, \z roff escapes are ignored by mandoc(1) add a short HISTORY to mdoc(7) move the sentence telling which sections use LIBRARY in man(7) | |||
2010-09-26 | consolidate all enclosure opening and closing functions | Ingo Schwarze | |
to help code comprehension and reduce code size also remove redundant TERMP_NOSPACE here and there from kristaps@ | |||
2010-09-26 | Modify the permissions on the socket when adding or removing +x to show | Nicholas Marriott | |
attached sessions, rather than replacing them. | |||
2010-09-26 | no punctuation after .%* outside .Rs | Ingo Schwarze | |
in .Rs, mark full stops after .%* as end of a sentence from kristaps@ | |||
2010-09-26 | allow "mips64"; | Jason McIntyre | |
2010-09-26 | add mips64 tags; ok miod | Jason McIntyre | |
2010-09-26 | add a "mips64" architecture; requested by/ok miod | Jason McIntyre | |