summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-06sort options; ok espieJason McIntyre
2012-11-06backout csum diff for the moment, requested by theoHenning Brauer
2012-11-06Remove the "is_reading" hack and simplify the read/write logic:Eric Faurot
2012-11-06document auto -i.Marc Espie
2012-11-06work-around python compile issue: don't tie python files for now, soMarc Espie
2012-11-06do interactivity like for the others.Marc Espie
2012-11-06Make a few formatting fixes:Lawrence Teo
2012-11-06syncTheo de Raadt
2012-11-06Ensure that if_exists() always closes its socket before returning.Lawrence Teo
2012-11-06temporarily fix the static tests in testall by using NOPIE_LDFLAGS.Federico G. Schwindt
2012-11-06Kill two unused functions, subnet_number() and broadcast_addr().Kenneth R Westerback
2012-11-05Make sure that in[6]_proto_cksum_out() is called unconditinally and notClaudio Jeker
2012-11-05Steal SIMPLEQ-based packet descriptor managing code from myx(4)Mike Belopuhov
2012-11-05Better code to download configurations onto the SP.Mark Kettenis
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-11-05Fix memory leak in error paths for synaptics and alps (pointed stsp@).Alexandr Shadchin
2012-11-05Backport a powerpc --relax fix present in binutils 2.17.Landry Breuil
2012-11-05Switch sparc to timecounters. Heavily based on NetBSD.Miod Vallat
2012-11-05Show last client activity time in default choose-client list.Nicholas Marriott
2012-11-05typedef pthread_key_t to an int instead of a volatile int, reverts a chunkLandry Breuil
2012-11-05Run chown/chgrp iff the preceding mknod call worked; thus if if there'sJasper Lievisse Adriaanse
2012-11-05Some systems give ENETUNREACH when trying to add the 'standard'Kenneth R Westerback
2012-11-04Properly clear the UP flag while forcing the interface down/upStefan Sperling
2012-11-04A bit more SP configuration code.Mark Kettenis
2012-11-04Consume ACKs when doing large sends.Mark Kettenis
2012-11-04Start ldomd(8).Mark Kettenis
2012-11-04Add support for selecting a configuration stored on the SP.Mark Kettenis
2012-11-04tweak previous;Jason McIntyre
2012-11-04Support for listing configurations store on the SP.Mark Kettenis
2012-11-04Switch over to using the ds.[ch] from ldomd(8).Mark Kettenis
2012-11-04Switch over to using the ds.[ch] from ldomd(8).Mark Kettenis
2012-11-04Call service start function if a particular domain service has beenMark Kettenis
2012-11-04Factor out some code. Use the "hvctl.h" header from ldomd. Add man page.Mark Kettenis
2012-11-04Split out hvctl protocol definitions in a seperate header file.Mark Kettenis
2012-11-04Script for ldomd(8).Mark Kettenis
2012-11-04Simplify Makefiles a bit, removing redundant stuff. ok espie@Matthieu Herrb
2012-11-04Less pessimistic OPT value for m68k.Miod Vallat
2012-11-04Make the s-records boot loader use the same stage1/stage2 addresses as theMiod Vallat
2012-11-04Real prototypes, better integer types, pass -Wall. No functional change.Miod Vallat
2012-11-04Switch mvme68k to timecounters.Miod Vallat
2012-11-04Support multiple required authentication via an AuthenticationMethodsDamien Miller
2012-11-04Remove default of AuthorizedCommandUser. Administrators are now expectedDamien Miller
2012-11-04Use consistant initialization idiom to reduce confusion.Kenneth R Westerback
2012-11-04No need to pass interface name around when flushing routes.Kenneth R Westerback
2012-11-04No need to pass interface name around when creating routes.Kenneth R Westerback
2012-11-03regenMark Kettenis
2012-11-03Add /dev/ldom[0-3].Mark Kettenis
2012-11-03Let this build again. diff from deraadt "Sure you can commit that" deraadt@Brandon Mercer
2012-11-03Various fixes/tweaks for resolv.conf handling:Kenneth R Westerback
2012-11-03fix potential memory leak, found by llvmFlorian Obser