Age | Commit message (Expand) | Author |
2009-01-28 | minor improvement to usage() | Igor Sobrado |
2009-01-28 | it's -> its | Ian Darwin |
2009-01-28 | wake is a command to send wake on lan frames over an ethernet to wake on lan | Marc Balmer |
2009-01-28 | bring loop detection support. we handle this with a qmail-like approach which | Gilles Chehade |
2009-01-28 | Remove some dead (#if 0) code. | Hans-Joerg Hoexer |
2009-01-28 | ex(1), vi(1), and view(1) have different synopses; each nex/nvi utility | Igor Sobrado |
2009-01-28 | move some functions from queue.c to queue_shared.c as they are not only | Gilles Chehade |
2009-01-28 | in safe_fclose, ensure file is closed upon return, and additionally | Jacek Masiulaniec |
2009-01-28 | Implement basic routing socket filtering. It is possible to give a list -- | Claudio Jeker |
2009-01-28 | ">From" escaping and \n appending is not needed for maildir; ok gilles@ | Jacek Masiulaniec |
2009-01-28 | Document the return value of RB_INSERT in tree(3). | Stefan Sperling |
2009-01-28 | Remove cur_usec variable that is no longer used. | Alexander Bluhm |
2009-01-28 | remove some duplicate information from the description of -g: this | Jason McIntyre |
2009-01-28 | Don't map the full 16 MB PROM to prevent running out of kva. We're only | Mark Kettenis |
2009-01-28 | add a struct path to struct message so that we can keep track of the RCPT | Gilles Chehade |
2009-01-28 | Document the difference between RB_FIND and RB_NFIND in tree(3). | Stefan Sperling |
2009-01-28 | since -g is always overridden by -l in ls(1), the equivalent of the | Jason McIntyre |
2009-01-28 | Add missing braces in trunc_page() call from vmapbuf(). | Alexander Yurchenko |
2009-01-28 | Correct dup to dupstr. | aschrijver |
2009-01-28 | a bit of enqueue cleanup, and while at it set the sender local address to | Gilles Chehade |
2009-01-28 | - remove debug messages | Gilles Chehade |
2009-01-27 | Correct my timeradd() thinko in nfsrv_writegather() | Bret Lambert |
2009-01-27 | instead of relying on socket permissions to allow or disallow imsg's that | Gilles Chehade |
2009-01-27 | keep namespace clean. | Pierre-Yves Ritschard |
2009-01-27 | follow the naming convention of other files, discussed with jacekm@ | Gilles Chehade |
2009-01-27 | first bricks of enqueue code which allows smtpctl to submit mail to queue | Gilles Chehade |
2009-01-27 | In IPsec acquire mode, if the flow was configured for the "any" | Alexander Bluhm |
2009-01-27 | Get rid of the last traces of uvm.pager_[se]va | Miod Vallat |
2009-01-27 | on some servers LIST defaults to LIST -a. ignore pseudo-directories | Martynas Venckus |
2009-01-27 | Propagate the neighbour's interface ID, as received in hello packets, | Stefan Sperling |
2009-01-27 | Turns out the IRQ Information is optional in IRQ Descriptor resources, so | Mark Kettenis |
2009-01-27 | rum -> urtw. ok jsg@, kevlo@ | Martynas Venckus |
2009-01-27 | Simplify page-out/page-in map management; fix rare pager deadlock. | Ariane van der Steldt |
2009-01-27 | sync | Owain Ainsworth |
2009-01-27 | another GeForce 9300. | Owain Ainsworth |
2009-01-27 | If a packet translation was a NOP, undo separate NAT key and | Marco Pfatschbacher |
2009-01-27 | unbreak SMALL_KERNEL builds by adding missing #ifndef IEEE80211_STA_ONLY | Damien Bergamini |
2009-01-27 | handle HW VLAN tags being passed down; from Brad | Christian Weisgerber |
2009-01-27 | Add space after keywords. | aschrijver |
2009-01-27 | err, actually session_set_path was moved to utils.c because it was used by | Gilles Chehade |
2009-01-27 | include the VLAN priority for hardware tagging, too; ok claudio@ | Christian Weisgerber |
2009-01-27 | *** empty log message *** | Gilles Chehade |
2009-01-27 | Oops, fix the error handling. Found by blambert@ | aschrijver |
2009-01-27 | Switch the amd64 PCI_CONF_LOCK from being a simplelock and splhigh to a | Owain Ainsworth |
2009-01-27 | A warning text in ipsecctl was used twice. Make the messages unique | Alexander Bluhm |
2009-01-27 | fix printf format specification to print max len 4 for refid, | Kevin Steves |
2009-01-27 | the data member of ibuf was not set to the environment in control_accept() | Gilles Chehade |
2009-01-27 | Fix some interger overflows when accounting the used mbuf memory percentage | Claudio Jeker |
2009-01-27 | Fix another double free in the filter parser. | aschrijver |
2009-01-27 | make the hardware/no hardware tag stripping cases consistent and don't | Christian Weisgerber |