summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-17syncTheo de Raadt
2012-10-17Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWNTheo de Raadt
2012-10-17adjust wdog_register() signatureTheo de Raadt
2012-10-17Swap arguments to wdog_register() since it is nicer, and prepareTheo de Raadt
2012-10-17Narrow the spltty/splx pair in com_activate to only enclose the minimumTheo de Raadt
2012-10-17cleanup more of the driver soft-state when suspending; in certainTheo de Raadt
2012-10-17adjust comment explaining what the files are forTheo de Raadt
2012-10-17rename field msg -> evp.Eric Faurot
2012-10-17Document the -P option. While there, remove reference to -T, it's incomplete,Eric Faurot
2012-10-17add vldc;Jason McIntyre
2012-10-17Enable vldc(4) and vldcp(4).Mark Kettenis
2012-10-17Disable debug code.Mark Kettenis
2012-10-17vldc(4)Mark Kettenis
2012-10-17Rename hvctl(4) into vldcp(4) since this driver now handles other servicesMark Kettenis
2012-10-17consistency fix: we use "envelope-id" everywhere.Eric Faurot
2012-10-17reword this sentence to avoid ambiguity;Jason McIntyre
2012-10-17In sys_accept(), don't sleep between pulling the new socket from thePhilip Guenthe
2012-10-17If a thread calls __threxit() or _exit() immediately after anotherPhilip Guenthe
2012-10-17no need for the boot files on the ramdisk. the install script wasTheo de Raadt
2012-10-17landisk was already using the installed usr/mdec/boot conditionally, butTheo de Raadt
2012-10-17use the baseXX installed goop in /mnt to install bootblocksTheo de Raadt
2012-10-17AH_BYTE_ORDER and AH_BIG_ENDIAN are holdovers from the old FreeBSDJonathan Gray
2012-10-17#if NWSDISPLAY > 0 not #if WSDISPLAY > 0Jonathan Gray
2012-10-16use the baseXX installed goop in /mnt to install bootblocksTheo de Raadt
2012-10-16Add support for multiple channels.Mark Kettenis
2012-10-16Add domain utilisation to status display.Mark Kettenis
2012-10-16Make sleep(3) and usleep(3) more consistent and remove extraneousTodd C. Miller
2012-10-16some clarifications from Claus Assmann;Jason McIntyre
2012-10-16use the baseXX /usr/mdec stuff post-install to put boot media on theTheo de Raadt
2012-10-16consistent macros; Tim van der MolenJason McIntyre
2012-10-16use the baseXX /usr/mdec stuff post-install to put boot media on theTheo de Raadt
2012-10-16explain what uses the mdec filesTheo de Raadt
2012-10-16Change the PCI memory extent to cover the whole 64-bit memory spaceMike Belopuhov
2012-10-16MAX_RULEBUFFER_LEN is too small, bump it.Eric Faurot
2012-10-16Prevent a possible buffer overflow in lka_expand_format() that can leadEric Faurot
2012-10-16Remove uneeded <net/bpf.h> include which was never used as itJonathan Gray
2012-10-16#if SCSIDEBUG -> #ifdef SCSIDEBUGJonathan Gray
2012-10-16As CMSG_ALIGN() can overflow the integer value, do the length checkAlexander Bluhm
2012-10-16Cleanup.Bob Beck
2012-10-15tweak previous; ok ericJason McIntyre
2012-10-15Fix some function prototypes from Helmut Tessarek.Nicholas Marriott
2012-10-15Add support for recursive ftp upload. The mput command of the ftpAlexander Bluhm
2012-10-15Specify domains by name instead of by number.Mark Kettenis
2012-10-15eliminate a couple of gotosMike Belopuhov
2012-10-15major cleanup of the queue allocation code; we need only half ofMike Belopuhov
2012-10-15implement and document "smtpctl stop"Eric Faurot
2012-10-15Always use the baseXX extracted install media stuff; only put the minimumTheo de Raadt
2012-10-15use shorter names for process titles.Eric Faurot
2012-10-15use the baseXX installed /usr/mdec directory instead of placing lots ofTheo de Raadt
2012-10-15In DVACT_SUSPEND, do a flush of the disk. We do this in DVACT_POWERDOWNTheo de Raadt