Age | Commit message (Expand) | Author |
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 |
2012-03-04 | Accept hex values as keys, needed for send-keys, based on a diff from | Nicholas Marriott |
2012-03-04 | New dirs for libICE and libSM docs | Matthieu Herrb |
2012-03-04 | Drop the rpcauth(3) MLINK, there is no function of that name. | Ingo Schwarze |
2012-03-04 | Add A and I keys for vi status line editing. | Nicholas Marriott |
2012-03-04 | tweak the description of -r further; | Jason McIntyre |
2012-03-04 | add sem_timedwait to NAME; | Jason McIntyre |
2012-03-04 | document what tftpd expects when talking to the rewrite socket. | David Gwynne |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2012-03-03 | Document sem_timedwait() | Philip Guenthe |
2012-03-03 | Fix the logic deciding whether to return PCI_COMMAND_MASTER_ENABLE in the | Miod Vallat |
2012-03-03 | Don't print the device name again in attach error messages occuring before | Miod Vallat |
2012-03-03 | Replace some loops with calloc/memset. From Michael W Bombardieri. | Nicholas Marriott |
2012-03-03 | Sync the assembly statements with <machine/lock.h> for consistency. | Miod Vallat |
2012-03-03 | sync | Miod Vallat |
2012-03-03 | Bump minor for recent additions | Philip Guenthe |
2012-03-03 | sem_timedwait() should return ETIMEDOUT instead of EWOULDBLOCK on timeout | Philip Guenthe |
2012-03-03 | Add tests for sem_timedwait() | Philip Guenthe |
2012-03-03 | Add sem_timewait() and fix sem_wait()'s handling of signals, so | Philip Guenthe |