Age | Commit message (Expand) | Author |
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 |
2009-08-09 | start at documenting mpath(4). | David Gwynne |
2009-08-09 | 16 bits are enough for tagsset | Henning Brauer |
2009-08-09 | make mbuf tags suck a bit less, performance wise. | Henning Brauer |
2009-08-09 | once again ipsec tries to be clever and plays fast, this time by | Henning Brauer |
2009-08-09 | add mpath(4), a driver that steals paths to scsi devices if it | David Gwynne |
2009-08-09 | create a m_free_unlocked which is now used by both m_freem() and m_free(). | Theo de Raadt |
2009-08-09 | typo; brad | Miod Vallat |
2009-08-09 | do not clear a field before we pool_put it into oblivion; ok henning | Theo de Raadt |
2009-08-09 | protect MCLGET() from inheriting the new semantics of MCLGETI() by casting | Theo de Raadt |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-08-09 | Initialize all the InputFieldData members correctly. Fixes a crash when | Federico G. Schwindt |
2009-08-09 | Rototill system V message queues. | Bret Lambert |
2009-08-09 | Tag packets into correct rdomain in tunwrite(). For L2 traffic this will be | Claudio Jeker |
2009-08-09 | spelling error | Theo de Raadt |
2009-08-09 | Get node and port WWN's from the Open Firmware tree on sparc64 if they are | Mark Kettenis |
2009-08-09 | Do not access s[strlen(s) - 1] without checking first that s is not an | Miod Vallat |
2009-08-09 | Don't leak in the (rare) case of an invalid command at the end of a file not | Nicholas Marriott |
2009-08-09 | Clear the upper part of 64 bit memory BARs, for they show up as 0xffffffff | Miod Vallat |
2009-08-09 | document fat permissions a little better, based on some notes from martynas | Jason McIntyre |
2009-08-09 | Rewrite bits of the multicast handling code as it should be. | Kevin Lo |
2009-08-08 | - simplify a bit queue_message_update() | Gilles Chehade |
2009-08-08 | Use a temporary variable for strdup of const char *. | Nicholas Marriott |
2009-08-08 | Infrastructure and commands to manage the environment for processes started | Nicholas Marriott |
2009-08-08 | Tidy function a little by using a temporary variable. | Nicholas Marriott |
2009-08-08 | Options to set the colours and attributes for status-left/-right. From Thomas | Nicholas Marriott |
2009-08-08 | synchronize usage displayed by mklocale with synopsis in the manual page; | Igor Sobrado |
2009-08-08 | sync with code change for mailq in smtpctl | Ian Darwin |
2009-08-08 | mailq is a common sendmail alias for showing the queue; make smtpctl | Ian Darwin |
2009-08-08 | match 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknown | Christian Weisgerber |
2009-08-08 | better synopsis; | Jason McIntyre |