summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-03-28g/c unused variableTodd C. Miller
2003-03-28regenAlexander Yurchenko
2003-03-28Little consistency in SiS sectionAlexander Yurchenko
2003-03-28report how much time was wasted; ok beckJason Wright
2003-03-28Check strdup() rval for NULL; noticed by mpech@Todd C. Miller
2003-03-28We were malloc()ing one byte more than we needed; Alexander FarberTodd C. Miller
2003-03-28assign qid early for priq tooHenning Brauer
2003-03-28syncHenning Brauer
2003-03-28syncHenning Brauer
2003-03-28another const char * from David HillHenning Brauer
2003-03-28Improve debug output a bitAlexander Yurchenko
2003-03-28login_passwd is now setgid _shadow instead of setuid root.Todd C. Miller
2003-03-28Fix the color inversion of the cursor (now it's not a solid block of black =)Jason Wright
2003-03-28const char *Henning Brauer
2003-03-28update of system hierarchy;Jason McIntyre
2003-03-28test rekeying (disabled)Markus Friedl
2003-03-28unbreakHenning Brauer
2003-03-28fake off the SYSTR_CLONE through a normally numbered other ioctl; as of previ...Michael Shalayeff
2003-03-28OCHIO* dies horrible death by dd; as per renaming done beforeMichael Shalayeff
2003-03-28zero'd -> zeroed;Jason McIntyre
2003-03-28Ip -> IP;Jason McIntyre
2003-03-28- killed whitespaceJason McIntyre
2003-03-28little cleanup;Jason McIntyre
2003-03-28Bessel functions;Jason McIntyre
2003-03-28mu-law and A-law spelling;Jason McIntyre
2003-03-28more register defns (from linux)Jason Wright
2003-03-28Use the brand new types instead of WSDISPLAY_TYPE_UNKNOWNJason Wright
2003-03-28add a whole bunch of display types (will be used by the accelerated XJason Wright
2003-03-28In ccdsize(), check for CCDF_INITED before doing the ccdopen().Todd C. Miller
2003-03-28I rewrote these a while back; copyright to meTheo de Raadt
2003-03-28Add a sysctl to option USER_LDT, to control its behaviour, which will beMiod Vallat
2003-03-28Fix VIA C3 comment.Tobias Weingartner
2003-03-28If console acceleration was not enabled, do not reinitialize the blitterMiod Vallat
2003-03-28Fix various gremlins in the hilms code my simple test program did not catch,Miod Vallat
2003-03-28Better message to report an empty loop during probe.Miod Vallat
2003-03-28Fix REQUEST SENSE handling based on lessons learned struggling withKenneth R Westerback
2003-03-27Add -q to the getopt() string and document it; Brian GinsbachTodd C. Miller
2003-03-27minor tweaks from Andrey Matveev, ok henning@ and cedric@Daniel Hartmeier
2003-03-27- Add support for the *CURS* ioctls (requires mapping the DAC registersJason Wright
2003-03-27map vid mem based on linebytes and heightJason Wright
2003-03-27Whoops, the rest of the *CURS* ioctl supportJason Wright
2003-03-27add support for *CURS* ioctlsJason Wright
2003-03-27lotsa const char *Henning Brauer
2003-03-27double ;Henning Brauer
2003-03-27don't need linear maps here eitherJason Wright
2003-03-27Improve disassmbly of powerpc branch instructions, print the conditionalDale Rahn
2003-03-27map the vid mem based on linebytes and heightJason Wright
2003-03-27const and static cleaningJason Wright
2003-03-27Don't need linear mappings in here.Jason Wright
2003-03-27Fix a bug introduced when getopt() support was added; -h takes anTodd C. Miller