summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-26use ``sizeof(string) - 1'' rather than ``strlen(string)'' on staticAlexandre Ratchov
2009-07-26Document new PCIOCGETROM ioctl. Remove attribution of ioctls that we neverMark Kettenis
2009-07-26Add PCIOCGETROM, and ioctl(2) to read PCI ROMs.Mark Kettenis
2009-07-26If we recognize a specific mouse model where we need to override locatorMiod Vallat
2009-07-26remove the (bogus) special case when mio_open() is called withAlexandre Ratchov
2009-07-26no need to cast the return value of m_freem() to voidThordur I. Bjornsson
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-07-26rephrase description of (MIO_IN | MIO_OUT) modeAlexandre Ratchov
2009-07-26Make ``static'' few functions that are prototyped as static but are notAlexandre Ratchov
2009-07-26sort and space headers as per style(9)Alexandre Ratchov
2009-07-26Fix flow control support:Mark Kettenis
2009-07-26sync to 1.8.1: removed excessively verbose EARGVPARM warningIngo Schwarze
2009-07-26sync to 1.8.1: support .br and .spIngo Schwarze
2009-07-26sync to 1.8.1: modify macro hash tables to deal with lowercase macro names;Ingo Schwarze
2009-07-26sync to 1.8.1: small clarity updates;Ingo Schwarze
2009-07-26sync to 1.8.1: .Bl -diag lacked the second blank after the tagIngo Schwarze
2009-07-26sync to 1.8.1: correct vis count for erroneously-decorated whitespace;Ingo Schwarze
2009-07-26sync to 1.8.1: word splitting now happens in libmdoc,Ingo Schwarze
2009-07-26sync to 1.8.1: libmdoc now breaks up free-form lines into tokens;Ingo Schwarze
2009-07-25sync to 1.8.1: fix date in footer; from Ulrich SporleinIngo Schwarze
2009-07-25On multiple-node systems, be sure to broadcast reboot requests to all nodes.Miod Vallat
2009-07-25Fix crash in bwi on armish by properly aligning a 32-bit value. NotKenneth R Westerback
2009-07-25syncTheo de Raadt
2009-07-25Fix Cardbus_conf_{read,write} macros. Not used by anything yet.Miod Vallat
2009-07-25Add an extra argument to uvm_unmap_remove(), for the caller to tell itMiod Vallat
2009-07-25Better parameter validation in pciioctl(): check for ioctl number andMiod Vallat
2009-07-25Make sure that if a PDE isn't there, we skip to the start of the addressMark Kettenis
2009-07-25typoMartynas Venckus
2009-07-25Replace magic numbers for ANAR flow control bits with the appropriateMark Kettenis
2009-07-25int is big enough to fully represent exponents of all supported fpMartynas Venckus
2009-07-25Stop using rbus to set up the socket BAR if it has been left unitializedMark Kettenis
2009-07-25use const qualifier in libsndio, making it slightly more consistentAlexandre Ratchov
2009-07-25use const qualifier in libsndio, making it slightly more consistentAlexandre Ratchov
2009-07-25sio_open returns a pointer so the < 0 comparison is wrongAlexandre Ratchov
2009-07-25fix comments, remove no longer needed declaration, reorder includesAlexandre Ratchov
2009-07-25Add flow control status reporting. From Brad.Stuart Henderson
2009-07-25add sndio.7, forgotten in last commitAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov
2009-07-25- add a symbol to help gdb location pthread internals (_thread_ctx_offset)Kurt Miller
2009-07-25- enable thread model posix for gcc 3 which makes dwarf2 exceptionKurt Miller
2009-07-24properly sanitize the default value in ask_num(...)Alexander Hall
2009-07-24in pmap_kenter_pa(), flush the old pte before installing the new one.Theo de Raadt
2009-07-24Set the active pane when respawning a window - fixes problems when respawning aNicholas Marriott
2009-07-24Use the full range of ACS line drawing characters to draw pane borders,Nicholas Marriott
2009-07-24cmd_find_index should return -2 on error.Nicholas Marriott
2009-07-24wrap the kernel specific parts in an _KERNEL ifdef.Jonathan Gray
2009-07-24Don't include systm.h as it isn't needed and pulls in libkern headers,Jonathan Gray
2009-07-24syncTheo de Raadt
2009-07-24Simplify screen redrawing by drawing the border and background together ratherNicholas Marriott
2009-07-24Accept lowercase c- and m- prefix as well as C- and M-.Nicholas Marriott