Age | Commit message (Expand) | Author |
2009-08-09 | PACKET_TAG_NONE is not used. ok henning | Theo de Raadt |
2009-08-09 | Another lost bit for SysV message queues. | Bret Lambert |
2009-08-09 | remove the ancient MCFail / MPFail debugging technique; ok claudio | Theo de Raadt |
2009-08-09 | Add a dummy <machine/conf.h> so that MI code can rely upon its existence. | Miod Vallat |
2009-08-09 | Forgot to commit this bit for the SysV message queue cleanup. | Bret Lambert |
2009-08-09 | now in sync with version 1.8.3 | Ingo Schwarze |
2009-08-09 | sync to 1.8.3: quote macro names without a preceding dot | Ingo Schwarze |
2009-08-09 | sync to 1.8.3: ugly fix for .Bl or .Bd when nested in .Bl -hang | Ingo Schwarze |
2009-08-09 | No options TIMEZONE and DST in GENERIC kernels. | Miod Vallat |
2009-08-09 | zap trailing whitespace; | Jason McIntyre |
2009-08-09 | sync to 1.8.3: In .Bl -column, handle one column in excess, | Ingo Schwarze |
2009-08-09 | Check if the command buffer has been allocated before we free it. Fixes | Marcus Glocker |
2009-08-09 | sync to 1.8.3: .Pa without arguments is a synonym for .Pa ~ | Ingo Schwarze |
2009-08-09 | sync to 1.8.3: bring vspace handling in .Bl -column and -diag closer to groff | Ingo Schwarze |
2009-08-09 | sync to 1.8.3: remove doubled .Bl -diag whitespace | Ingo Schwarze |
2009-08-09 | Unconditionally enable checks for writable non-uequivalent mappings. They're | Mark Kettenis |
2009-08-09 | sync to 1.8.3: right-most column now fills to the right margin | Ingo Schwarze |
2009-08-09 | kill M_DUP_HDR. M_DUP_PKTHDR was the only user, we can just put the | Henning Brauer |
2009-08-09 | multiple spacing fixes for .Bl -hang, -tag, -inset and -diag | Ingo Schwarze |
2009-08-09 | document the "file:file" auto-fetching mode. | Igor Sobrado |
2009-08-09 | sync to 1.8.3: u_char needs <sys/types.h>; | Ingo Schwarze |
2009-08-09 | tweak previous; ok dlg | Jason McIntyre |
2009-08-09 | now in sync with release 1.8.2 | Ingo Schwarze |
2009-08-09 | buf_dealloc_mem can be called without B_BUSY. Don't decrement busymapped in t... | Artur Grabowski |
2009-08-09 | sync to 1.8.2: more .Bl -column fixes, in particular: | Ingo Schwarze |
2009-08-09 | MLEN < NFS_MAXPATHLEN < MCLBYTES, so there's no need to | Bret Lambert |
2009-08-09 | sync to 1.8.2: remove trailing whitespace | Ingo Schwarze |
2009-08-09 | sync to 1.8.2: fix and cleanup .Bl -column phrase handling | Ingo Schwarze |
2009-08-09 | sync to 1.8.2: use in_line_eoln instead of in_line for .Pp and .Lp | Ingo Schwarze |
2009-08-09 | shove a minphys request against mpath down all to the minphys on each path | David Gwynne |
2009-08-09 | sync to 1.8.1: make .Cd parsed | Ingo Schwarze |
2009-08-09 | if a physical path to a device behind mpath goes away, remove the path. it | David Gwynne |
2009-08-09 | use m_free_unlocked() in m_pullup() to avoid iterative splnet/splx down | Theo de Raadt |
2009-08-09 | zap trailing whitespace; | Jason McIntyre |
2009-08-09 | Minor language tweaks, change which key bindings are summarised. | Nicholas Marriott |
2009-08-09 | Nuke a dead variable found with clang and an unused declaration with lint. | Nicholas Marriott |
2009-08-09 | error = operation(); | Bret Lambert |
2009-08-09 | sync | Theo de Raadt |
2009-08-09 | Show the busy and mapped pages in iostat. | Artur Grabowski |
2009-08-09 | Keep track of number of currently mapped and B_BUSY buffers. beck@ ok | Artur Grabowski |
2009-08-09 | Move the key bindings section to near the start, mention attach/detach in the | Nicholas Marriott |
2009-08-09 | Switch softraid to vnodes to prevent bad things from happening when using | Marco Peereboom |
2009-08-09 | Compile OpenBSD/sgi without -traditional-cpp. From jsg@. | Joel Sing |
2009-08-09 | Make dk_mmountroot use vnodes instead of d_open/d_close. This does ugly | Marco Peereboom |
2009-08-09 | no point in clearing/re-initing packet header fields in a non-packet-header | Henning Brauer |
2009-08-09 | Use the ANSI/ISO token paste operator. Requested by jsg@ | Joel Sing |
2009-08-09 | Use an RB tree instead of a SPLAY tree for the page headers tree. | Thordur I. Bjornsson |
2009-08-09 | if extent_alloc() fails, we don't clear the iomap properly before | Owain Ainsworth |
2009-08-09 | set the mrq pointer (request) in the nfsm_reply() macro, as we can return fro... | Thordur I. Bjornsson |
2009-08-09 | Make this compile when SEA_ASSEMBLER is not defined. | Jonathan Gray |