summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-20Add WSDISPLAYIO_SMODE, WSDISPLAYIO_SVIDEO, WSDISPLAYIO_GVIDEO ioctl. ToMarcus Glocker
2009-09-19Rename another function; udl_cmd_set_xfer -> udl_cmd_set_xfer_type isMarcus Glocker
2009-09-19Rename two functions; udl_cmd_get_offset -> udl_cmd_save_offset, andMarcus Glocker
2009-09-19Re-sort function pointer assignments. No functional changes.Marcus Glocker
2009-09-19if pipe_read() returns 0 we are at EOF and the structure describingJacob Meuser
2009-09-19If UDLIO_DAMAGE fails to queue the damage drawing request, undo theMarcus Glocker
2009-09-19Initial stab at a driver for LOMlite2 as found on the Sun Fire V100, Sun FireMark Kettenis
2009-09-19if the device is dying, don't try to stop it, otherwise this wouldAlexandre Ratchov
2009-09-19KNF indentation; no binary changeStuart Henderson
2009-09-19tag the device as stopped even if sio_stop() failed (ie. deviceAlexandre Ratchov
2009-09-19some minor improvements for this page, as well as an expanded examplesJason McIntyre
2009-09-19- "stub redistribute default" does not take a "no" option, remove itStuart Henderson
2009-09-19Add bits for X11 support over the wsdisplay framework (fully HuffmanMarcus Glocker
2009-09-18Zero out IPv6 mask before using it. This fixes expressions likeAlexander Bluhm
2009-09-18now in sync with version 1.9.2Ingo Schwarze
2009-09-18sync to 1.9.2: Add .UC libman macro for compatibility, has no effect.Ingo Schwarze
2009-09-18fix typo (overriden -> overridden); from jmc@; included in 1.9.2Ingo Schwarze
2009-09-18sync to 1.9.2: non-printable characters in macro names are errors;Ingo Schwarze
2009-09-18Make sure we handle all possible ways regions can overlap when EX_CONFLICTOKMark Kettenis
2009-09-18ldt removal missed some. amd64_{get,set}_ldt gone. also removeMartynas Venckus
2009-09-18like login(1), back off password guesses after login-backoff; andMartynas Venckus
2009-09-18For some dark reason there's a bit on the VLINK device of this chipsetMark Kettenis
2009-09-18Fix conversion of symbolic IPL level to hardware PSL value in the mutex code.Miod Vallat
2009-09-18Add regression test for overlapping allocation that should coallesce butMark Kettenis
2009-09-18Make sure to always initialize the scsi_xfer timeout with timeout_set() earlyMiod Vallat
2009-09-18Make kroute code routing priority aware.Michele Marchetto
2009-09-18New option, set-titles-string, to allow the window title to be specified (asNicholas Marriott
2009-09-18Remove useless Received line added at the /usr/sbin/sendmail stage, itJacek Masiulaniec
2009-09-17The client API is meant to require STARTTLS by default, a behaviour whichJacek Masiulaniec
2009-09-17Use __builtin_va_start instead of __builtin_stdarg_startJonathan Gray
2009-09-17Fail bus_space_map() calls if the flags can't be honoured (such asMiod Vallat
2009-09-17Return a dense mapping for BUS_SPACE_MAP_PREFETCHABLE mappings; repairesMiod Vallat
2009-09-17tweak previous; ok jacekmJason McIntyre
2009-09-17Remove the comaptibility structures for routing socket version 3.Claudio Jeker
2009-09-17Wrap trunk_enqueue() calls in splnet() since sending out lacp packetsClaudio Jeker
2009-09-17Add an splassert check trunk_enqueue() calling this function at anythingClaudio Jeker
2009-09-17Add instructions for enabling smtpd to the EXAMPLES section.Jacek Masiulaniec
2009-09-17change variable i to $i in an expression of ifstart() for consistencySimon Bertrang
2009-09-17sync the spamd example to that used in spamd(8); ok beckJason McIntyre
2009-09-17merge/update the spamlogd rules into spamd - there were some subtleJason McIntyre
2009-09-16Do not print "could not load cert" warning at startup if certificate is notJacek Masiulaniec
2009-09-16+.Xr mailer.conf 5 ,Jason McIntyre
2009-09-16fix ENETRESET handling in run_ioctl() and run_media_change().Damien Bergamini
2009-09-16Free resources when bounce enqueue fails due to a timeout.Jacek Masiulaniec
2009-09-16Rather than constructing an entire termios struct from ttydefaults.h, just letNicholas Marriott
2009-09-16style: in pf_test_state_other, fix indentation, kill excessive newlines,Henning Brauer
2009-09-16fix copy & paste error from almost a year ago (bad ryan)Henning Brauer
2009-09-16Allow -maxdepth 0; noticed by bluhm@Todd C. Miller
2009-09-16Ignore sendmail's -L, -A, and -q switches: makes clientmqueue cronJacek Masiulaniec
2009-09-15also ignore boundaries when checking if the disklabel was modified when -eFederico G. Schwindt