Age | Commit message (Expand) | Author |
2012-03-10 | Try to document the new settings of net.inet.tcp.rfc3390. | Claudio Jeker |
2012-03-10 | Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed in | Claudio Jeker |
2012-03-10 | ypbind likes a ypserv to talk to, and ypldap pretends to be ypserv. | David Gwynne |
2012-03-10 | Give sigwait priority over ptrace to avoid panic | Philip Guenthe |
2012-03-10 | Add PS_EXITING to better differentiate between the process exiting and | Philip Guenthe |
2012-03-10 | ldap doesnt necessarily do referential checks on the users in a | David Gwynne |
2012-03-09 | Remove some bits leftover from unused backoff code. | Nicholas Marriott |
2012-03-09 | Add a missing call to window_set_name, from George Nachman. | Nicholas Marriott |
2012-03-09 | set onrdomain and prio when creating pf rules, found by Gabriel Linder. | Sebastian Benoit |
2012-03-09 | Major bump, since struct vm_map and vm_map_entry changed size and layout. | Ariane van der Steldt |
2012-03-09 | Userspace counterpart of new vmmap. | Ariane van der Steldt |
2012-03-09 | New vmmap implementation. | Ariane van der Steldt |
2012-03-09 | Use a lock file and flock() to serialize server start, avoids problems | Nicholas Marriott |
2012-03-09 | - remove a redundant note about tftpd; ok dlg | Jason McIntyre |
2012-03-08 | sync | Miod Vallat |
2012-03-08 | Oops, forgot the manpage bits for my last commit, from brad. | Bryan Steele |
2012-03-08 | fix format strings for size_t | Marc Espie |
2012-03-08 | allow editline in -d mode; from AIDA Shinra | Otto Moerbeek |
2012-03-08 | let length(0.000) conform to what gnu bc does; from AIDA Shinra | Otto Moerbeek |
2012-03-08 | -pedantic wasnt supposed to be commited. | David Gwynne |
2012-03-07 | - remove some map_find() calls that are no longer needed, they are followed | Gilles Chehade |
2012-03-07 | - db.h not needed here, already removed by chl@ but I fscked up previous | Gilles Chehade |
2012-03-07 | various reliability fixes: | Gilles Chehade |
2012-03-07 | dont mix code and declarations. | David Gwynne |
2012-03-07 | another questionable hang. | Federico G. Schwindt |
2012-03-07 | Add AMD Hudson-2 support, thanks to Jorg Willekens for testing. | Bryan Steele |
2012-03-07 | reisters -> registers | Miod Vallat |
2012-03-06 | Avoid warning from gcc in TAILQ usage example. | Christiano F. Haesbaert |
2012-03-06 | update to 1.0.13 | Robert Nagy |
2012-03-06 | tweak previous; | Jason McIntyre |
2012-03-06 | oops. correct diff this time | Mike Belopuhov |
2012-03-06 | catch up with "on rdomain" changes; ok claudio | Mike Belopuhov |
2012-03-06 | Add support for an SMB controller found on AMD CS5536 companion device. | Mike Belopuhov |
2012-03-06 | Check if route is still valid when getting the cached rt entry of a pcb. | Claudio Jeker |
2012-03-06 | Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3) | Antoine Jacoutot |
2012-03-06 | Fill in default values for rtableid/onrdomain/prio when creating PF rules, | Stuart Henderson |
2012-03-06 | Define NO_UNSAFE_BUILTINS, overlooked when local changes got merged to gcc4. | Pascal Stumpf |
2012-03-06 | Clarify the wording regarding :*: as proposed by ajacoutot@. | Ingo Schwarze |
2012-03-06 | Implement a better way to detect the encoding of the MP_REACH_NLRI attr. | Claudio Jeker |
2012-03-06 | clean up some newly created lies now that tftpd doesnt run out of inetd. | David Gwynne |
2012-03-05 | add tftpd to the network daemons list just after ftpd and ftpproxy. | David Gwynne |
2012-03-05 | Adds support for a slightly different version of the ALPS protocol, | Alexandr Shadchin |
2012-03-05 | fix format string: | Henning Brauer |
2012-03-05 | tftpd doesnt get run from inetd now. | David Gwynne |
2012-03-05 | swap out libexec/tftpd for usr.sbin/tftpd | David Gwynne |
2012-03-05 | add rc.d bits for the new standalone tftpd daemon. | David Gwynne |
2012-03-05 | If the main thread exits, the process should still be able to get | Philip Guenthe |
2012-03-04 | New threads now inherit their TCB address from their parent thread | Philip Guenthe |
2012-03-04 | free -> xfree. | Nicholas Marriott |
2012-03-04 | Add -F format to new-window and split-window to use with the -P flag, | Nicholas Marriott |