summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-08let length(0.000) conform to what gnu bc does; from AIDA ShinraOtto 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 followedGilles Chehade
2012-03-07- db.h not needed here, already removed by chl@ but I fscked up previousGilles Chehade
2012-03-07various reliability fixes:Gilles Chehade
2012-03-07dont mix code and declarations.David Gwynne
2012-03-07another questionable hang.Federico G. Schwindt
2012-03-07Add AMD Hudson-2 support, thanks to Jorg Willekens for testing.Bryan Steele
2012-03-07reisters -> registersMiod Vallat
2012-03-06Avoid warning from gcc in TAILQ usage example.Christiano F. Haesbaert
2012-03-06update to 1.0.13Robert Nagy
2012-03-06tweak previous;Jason McIntyre
2012-03-06oops. correct diff this timeMike Belopuhov
2012-03-06catch up with "on rdomain" changes; ok claudioMike Belopuhov
2012-03-06Add support for an SMB controller found on AMD CS5536 companion device.Mike Belopuhov
2012-03-06Check if route is still valid when getting the cached rt entry of a pcb.Claudio Jeker
2012-03-06Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3)Antoine Jacoutot
2012-03-06Fill in default values for rtableid/onrdomain/prio when creating PF rules,Stuart Henderson
2012-03-06Define NO_UNSAFE_BUILTINS, overlooked when local changes got merged to gcc4.Pascal Stumpf
2012-03-06Clarify the wording regarding :*: as proposed by ajacoutot@.Ingo Schwarze
2012-03-06Implement a better way to detect the encoding of the MP_REACH_NLRI attr.Claudio Jeker
2012-03-06clean up some newly created lies now that tftpd doesnt run out of inetd.David Gwynne
2012-03-05add tftpd to the network daemons list just after ftpd and ftpproxy.David Gwynne
2012-03-05Adds support for a slightly different version of the ALPS protocol,Alexandr Shadchin
2012-03-05fix format string:Henning Brauer
2012-03-05tftpd doesnt get run from inetd now.David Gwynne
2012-03-05swap out libexec/tftpd for usr.sbin/tftpdDavid Gwynne
2012-03-05add rc.d bits for the new standalone tftpd daemon.David Gwynne
2012-03-05If the main thread exits, the process should still be able to getPhilip Guenthe
2012-03-04New threads now inherit their TCB address from their parent threadPhilip Guenthe
2012-03-04free -> xfree.Nicholas Marriott
2012-03-04Add -F format to new-window and split-window to use with the -P flag,Nicholas Marriott
2012-03-04Accept hex values as keys, needed for send-keys, based on a diff fromNicholas Marriott
2012-03-04New dirs for libICE and libSM docsMatthieu Herrb
2012-03-04Drop the rpcauth(3) MLINK, there is no function of that name.Ingo Schwarze
2012-03-04Add A and I keys for vi status line editing.Nicholas Marriott
2012-03-04tweak the description of -r further;Jason McIntyre
2012-03-04add sem_timedwait to NAME;Jason McIntyre
2012-03-04document what tftpd expects when talking to the rewrite socket.David Gwynne
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
2012-03-03Document sem_timedwait()Philip Guenthe
2012-03-03Fix the logic deciding whether to return PCI_COMMAND_MASTER_ENABLE in theMiod Vallat
2012-03-03Don't print the device name again in attach error messages occuring beforeMiod Vallat
2012-03-03Replace some loops with calloc/memset. From Michael W Bombardieri.Nicholas Marriott
2012-03-03Sync the assembly statements with <machine/lock.h> for consistency.Miod Vallat
2012-03-03syncMiod Vallat
2012-03-03Bump minor for recent additionsPhilip Guenthe
2012-03-03sem_timedwait() should return ETIMEDOUT instead of EWOULDBLOCK on timeoutPhilip Guenthe
2012-03-03Add tests for sem_timedwait()Philip Guenthe
2012-03-03Add sem_timewait() and fix sem_wait()'s handling of signals, soPhilip Guenthe