summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-28add support for the i830 that has 8 pci irq lines configure by the extra ↵Michael Shalayeff
0x68 pci config reg. does not change the behaviour for the other chipsets; ho@ testing
2003-03-28usr/mdec/cdboot fluffs in. smooth tiny intraverseMichael Shalayeff
2003-03-28a small boot for a cdMichael Shalayeff
2003-03-28s/SADIR/STANDIR/ to avoid conflict w/ the libsa; install raw boot as well as ↵Michael Shalayeff
cooked
2003-03-28PIC does not mix well w/ nopic (yet); espie@ okMichael Shalayeff
2003-03-28use sort -H; millert@ deradt@ okMichael Shalayeff
2003-03-28- no more /var/ssyslog (unused)Jason McIntyre
- no more /var/spool/lpd (lpd uses /var/spool/output) - no more /var/preserve (old vi directory) - update docs to reflect this help with systrace provos@ help and ok millert@
2003-03-28one more const was missingHenning Brauer
2003-03-28logging fix from tholo@Bob Beck
log which lists are matched, so you can tell what is actually working.
2003-03-28F_[GS]ETFL deal with file status flags, not descriptor status flags.Todd C. Miller
Closes PR 3172
2003-03-28Add missing MLINKS for Getopt::Std and fix NAME sectionTodd C. Miller
2003-03-28g/c unused variableTodd C. Miller
2003-03-28regenAlexander Yurchenko
2003-03-28Little consistency in SiS sectionAlexander Yurchenko
ok deraadt@
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
Closes PR #3168
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
from David Hill <david at phobia.ms>
2003-03-28update of system hierarchy;Jason McIntyre
- missing entries added - unused ones deleted - no .Li for paths many suggestions and ok millert@
2003-03-28test rekeying (disabled)Markus Friedl
2003-03-28unbreakHenning Brauer
STRIOCCLONE and SYSTR_CLONE have the same value now ok mickey@
2003-03-28fake off the SYSTR_CLONE through a normally numbered other ioctl; as of ↵Michael Shalayeff
previous rename; after discussion w/ niels
2003-03-28OCHIO* dies horrible death by dd; as per renaming done beforeMichael Shalayeff
2003-03-28zero'd -> zeroed;Jason McIntyre
ok art@, miod@
2003-03-28Ip -> IP;Jason McIntyre
ok miod@
2003-03-28- killed whitespaceJason McIntyre
- new sentence new line - .Bk for arguments ok markus@
2003-03-28little cleanup;Jason McIntyre
systrace(1) ok provos@
2003-03-28Bessel functions;Jason McIntyre
also little cleanup in math(3); whitespace and new lines; ok jason@
2003-03-28mu-law and A-law spelling;Jason McIntyre
mu-law and u-law are the same, so used mu-law for consistency; ok jason@
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
stuff coming soon to a tree near you).
2003-03-28In ccdsize(), check for CCDF_INITED before doing the ccdopen().Todd C. Miller
Adapted from NetBSD.
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
disabled by default. Enable with sysctl -w machdep.userldt=1 This will allow people to use the few ports that require this functionality to work without requiring the user to recompile a kernel. The option USER_LDT remains in order to not increase size on the installation media. It is now enabled in GENERIC. Per espie@'s idea, but my diff was much simpler than his; ok deraadt@
2003-03-28Fix VIA C3 comment.Tobias Weingartner
Ok deraadt@
2003-03-28If console acceleration was not enabled, do not reinitialize the blitterMiod Vallat
when leaving X11.
2003-03-28Fix various gremlins in the hilms code my simple test program did not catch,Miod Vallat
but XFree did.
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
osiop. 1) bus_dmamap_sync(POSTREAD) the request sense buffer *before* copying it to xs->sense. 2) Always terminate timeout on completion of command, starting new one for any REQUEST SENSE that is issued for non-polling commands. 3) Use pScb->SCB_Flags rather than xs->flags to ensure correct flags are used during REQUEST_SENSE processing. 4) bzero() sense buffer before reading data into it. This fixes a long standing problem where my Yamaha SCSI CD reported bogus errors during probe.
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
and tweaking appropriately) - add support for VADDR->PADDR mappings expected by the X server - fix attachment error handling (it depended on bus_space_vaddr() working for non-linear mappings).