summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-29In keep mode, if any text is printed (even in NOSPACE mode),Ingo Schwarze
any text that follows must be kept on the same line. I already found the issue and wrote the patch in April 2011, but didn't come round to do proper testing and forgot about it.
2013-05-29allow installpath to use +=, requested by quite a few people,Marc Espie
but did require testing.
2013-05-29use paramaters instead of static storage in _gethostbyname()Eric Faurot
2013-05-29Use same method as elsewhere in mg to inidicate a failure of strdup.lum
2013-05-28In dired mode the commands:lum
dired-copy-file dired-rename-file dired-create-directory do not refresh the dired buffer. Now they do.
2013-05-28regenJonathan Gray
2013-05-28add some more radeon devicesJonathan Gray
2013-05-28Fix a common issue across different PHY drivers to reset theMike Belopuhov
autonegotiation timer when PHY gets the link so that if we restart the timer the mii_ticks value would be sane. Lifted originally from FreeBSD, tested by a few on re(4) and bge(4), ok kettenis
2013-05-27MVME181 updates.Miod Vallat
2013-05-27Fix edge cases of uninitialized variables. In my tree for too long, I evenMiod Vallat
got ok's for azalia but I don't remember from whom.
2013-05-27Use FLUSH_PIPELINE instead of rolling our own. No functional change.Miod Vallat
2013-05-27Drop lvalue casts; allows this to compile with gcc 4.Miod Vallat
2013-05-27Correctly specify the visible part of the rightmost tile when the currentMiod Vallat
resolution is not a multiple of the tile size, in emulation (text) mode. The usual 1280x1024 resolution ended up with the correct value, by chance, but a width of 1600 would be wrong. (X11 was running fine) Tested on the 1600x1024 resolution of the 1600SW display. Thanks to Johan Sanchez for lending me a 1600SW monitor and an adapter board.
2013-05-27Make i915_gem_set_domain_ioctl closer to the Linux code. Prepares us for aMark Kettenis
future where we don't map everything through the GTT anymore.
2013-05-27tweak previous;Jason McIntyre
2013-05-27Add dired-create-directory to function maps.lum
2013-05-27Add dired commands. ok and suggestions jmc@lum
2013-05-27Add minimal support for _res setup and update.Eric Faurot
Change res_init() to initialize the _res structure on first call, and udpate the global async context if changes were made by the user. All resolver functions now call res_init() internally. fixes issue spotted by otto@
2013-05-27No need to build asr files anymore.Eric Faurot
ok gilles@
2013-05-27undo previous: apparently "on the order of" is legitimateJason McIntyre
2013-05-27autodetect ipv6 addresses for route(8). ok benno@ bluhm@, manpage help jmc@Stuart Henderson
2013-05-26add B: to the list of options actually handled.Marc Espie
2013-05-26sycnTheo de Raadt
2013-05-25Fix wbinv routine used by bus_dmamap_sync() to correctly operate on all cmmus,Miod Vallat
instead of I$ cmmu only. This longstanding bug has been introduced in r1.44, which commit message was right mentioning that it `fixes some bugs, probably introduces new ones as well'.
2013-05-25Allow badaddr() to be used with a size of 8. Needed by the MVME181 memoryMiod Vallat
detection code, and forgotten in previous commit.
2013-05-25Minimal support for MVME224 and MVME236 memory boards.Miod Vallat
2013-05-25remove first and last space within (( ))Robert Peichaer
ok halex@ krw@
2013-05-25Fix typo. From Caspar Schutijser via tech@.lum
2013-05-25obviously missed something, so revert.Marc Espie
(noticed by sthen@/matthieu@)
2013-05-25set the IFF_RUNNNING flag when recreating an interface after theMike Belopuhov
IFF_LINK0 flag has been added; from form, ok deraadt claudio
2013-05-24tweak the "deliver to lmtp" text, and zap an extraneous space;Jason McIntyre
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
ok gilles@
2013-05-24Fix dow register value in resettodr() - kernel computes it zero-based, butMiod Vallat
chip want it one-based.
2013-05-24*in* the order of, not *on* the order of;Jason McIntyre
thanks sthen for verifying that it is approx 10s, not exactly
2013-05-24the -a option probes multiple ifs now, not exits with error;Jason McIntyre
based on mark johnston's -r250939 commit to freebsd ok sthen benno
2013-05-24MacBookAir4,1 needs the same unmute quirk as MacBookAir3,1Jonathan Gray
problem reported and fix tested by jcs@
2013-05-24Since audio code is mp safe, establish isa and pci audio interruptsAlexandre Ratchov
with the IPL_MPSAFE flag. In certain circumstances, this prevents interrupt handlers from waiting the global kernel_lock possibly (hold by slower code) to be released. ok kettenis
2013-05-24for this type of page, where we list supported hardware, no need to relistJason McIntyre
them in SEE ALSO;
2013-05-23Change console speed to 115200.Brian Callahan
ok jasper@
2013-05-23Some more text noone but jmc@ will ever readMiod Vallat
2013-05-23TOD clock support for AngelFire boardsMiod Vallat
2013-05-23Revert Active PS/2 support for now, until we find a solution suitableTobias Stoeckmann
for chipsets which stopped working. ok mpi
2013-05-23there is no vfs_shutdown(9) page;Jason McIntyre
2013-05-23tweaks; ok florianJason McIntyre
2013-05-23off by one, from Henri Kemppainen <duclare-at-guu.fi>, thanks!Florian Obser
2013-05-23Fix pasto where 'c' instead of 'clients' is checked for NULL and add missingJasper Lievisse Adriaanse
free for the fcgi_response. ok florian@
2013-05-23Put slowcgi(8) a FastCGI to CGI wrapper in to work on it in tree.Florian Obser
Not hooked up to the build yet. OK sthen@, deraadt@ agrees
2013-05-23Properly implement access to IndexField() field units. The origional codeMark Kettenis
only worked for field units that were 8 bits or less in size on fields using byte access. Fixes issues origionally reported by jcs@ and armani@. ok mlarkin@
2013-05-23revoke's default imp works.Marc Espie
okay tedu@
2013-05-23BUFCACHEPERCENT has been set to 20 by default for a while now.Lawrence Teo
ok dcoppa deraadt jmc