summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-28zap blank spacesMarc Espie
2012-04-28work-around the fact that BaseSystem updates have specific dependencyMarc Espie
2012-04-28cleaner code: only wrap the call to quirks itself inside an eval.Marc Espie
2012-04-28add a "fake" handle class for base system updates and ForwardDependenciesMarc Espie
2012-04-28Document (BASE)LOCALSTATEDIR.Antoine Jacoutot
2012-04-28Added yet another magic for my ALPS touchpad.Tobias Stoeckmann
2012-04-27Sprinkle bus_space_barrier after register writes. 70% paranoia and 30%Miod Vallat
2012-04-27Remove mention of CHMOD and CHOWN variables, no longer used.Jeremy Evans
2012-04-27Fix the `all keys up' event handling logic to only apply to it, and not toMiod Vallat
2012-04-27The new probe logic would pretend light(4) devices always exist on Indigo;Miod Vallat
2012-04-27Remove reg.h inclusion.Paul Irofti
2012-04-27A message-body should be forwarded for DELETE method too.giovanni
2012-04-27use our light-weight OpenBSD::MkTemp, which is safer, more accurate,Marc Espie
2012-04-27Add a brief comment describing each bogus v4 network that is filtered byPeter Hessler
2012-04-26va is of type vaddr_t; allow sparc64 to build with DEBUGOkan Demirmen
2012-04-26Cleanup unp_bind() a little:Matthew Dempsky
2012-04-26Document TIOCEXT and cleanup other ioctl descriptions.Matthew Dempsky
2012-04-26grow the isoTheo de Raadt
2012-04-26syncTheo de Raadt
2012-04-26Drop support from openpty() for 8+ year old kernels that don't supportMatthew Dempsky
2012-04-26Add strnlen() to libkern.Matthew Dempsky
2012-04-25Skip cache flushes in pmap_zero_page() and pmap_copy_page() on systemsMiod Vallat
2012-04-25Add a buffer with all input from last ground state, will be used forNicholas Marriott
2012-04-25fix a few warningsEric Faurot
2012-04-25Fix typos, from Michael W. Bombardieri <mb at ii.net>, Thanks!Alexandre Ratchov
2012-04-25later -> latter;Jason McIntyre
2012-04-25Before writing it to disk, warn the user if their new MBR containsMatthew Dempsky
2012-04-25Use explicit_bzero() for clearing key material.Matthew Dempsky
2012-04-24Fix a few inaccuraciesMiod Vallat
2012-04-24Minor tweaks:Miod Vallat
2012-04-24Pour even more smarts into the GIO device identification code, to the pointMiod Vallat
2012-04-24Harvest some low-hanging fruit in thu R5k/RM7k cache routines:Miod Vallat
2012-04-24Add support for wired mappings, using the last unused bit in the PTE.Miod Vallat
2012-04-24Introduce a #define for the number of PFN bits in a pte, to be used in theMiod Vallat
2012-04-24In sosend() for AF_UNIX control message sending, correctly calculateTheo de Raadt
2012-04-24take a stab at documenting when arguments need quoted, and valid macroJason McIntyre
2012-04-24document address truncation; from Steffen Daode NurpmesoJason McIntyre
2012-04-23Add missing prototype.Nicholas Marriott
2012-04-23Use an enum for client exit reasons, from George Nachman.Nicholas Marriott
2012-04-23Do not return a buffer on the stack, mentioned by jsg a while ago.Nicholas Marriott
2012-04-23Use a helper function to fire choose callback.Nicholas Marriott
2012-04-23Add window-status-separator option, from Thomas Adam.Nicholas Marriott
2012-04-23Add -a flag to kill-window, from Thomas Adam.Nicholas Marriott
2012-04-23Handle HTTP Content-Length headers with trailing whitespace. ok martynas@Stuart Henderson
2012-04-23When handling SIGFPE, do the `advance pc if exception is a fault (as opposedMiod Vallat
2012-04-23Don't leak mbufs when bind() on a PF_UNIX socket fails.Matthew Dempsky
2012-04-23Honor subsystem style.Paul Irofti
2012-04-23fix function proto/source mismatchDamien Miller
2012-04-23syncTheo de Raadt
2012-04-22enable sqlite3, as prompted by theoMarc Espie