summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-25Rework _autorespond()Robert Peichaer
2013-11-25use u_char for buffers in yylex, for ctype calls, as done in all otherTheo de Raadt
2013-11-25unsigned char changes for ctypeTheo de Raadt
2013-11-25improve keyboard boot info; Daniel DickmanTheo de Raadt
2013-11-25obvious cast for isblank()Theo de Raadt
2013-11-25improve -Q usage and such. One usage change is that the option is nowTheo de Raadt
2013-11-25variety of unsigned char casts (or conversions) for ctypeTheo de Raadt
2013-11-25use an unsigned char instead, to avoid lots of castsTheo de Raadt
2013-11-25rename magicnumber to globalsleepaddrTed Unangst
2013-11-25replace an Ed mistakenly removed in -r1.186;Jason McIntyre
2013-11-25Remove VMEM_WARNING, reminded by espie@Stuart Henderson
2013-11-25Document which keys need to be hold to enter the Open Firmware with aMartin Pieuchot
2013-11-25miod@ increased the datasize of VAX from 40MB to 128MB. Now VAX canjuanfra
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-25netstat -Ar leaked some kernel pointers to unprivileged users. UseAlexander Bluhm
2013-11-25Use iswupper() for wide characters, not isupper(); ok deraadtStefan Sperling
2013-11-25disable %n in printf(9); there is no need for it in the kernel besidesDamien Miller
2013-11-24most obvious unsigned char casts for ctypeTheo de Raadt
2013-11-24Increase NMBCLUSTERS a bit. Riding upon the kernel memory saved by the pmapMiod Vallat
2013-11-24Increase MAXDSIZ to 128MB, and BRKSIZ to 16MB, now that we can afford this.Miod Vallat
2013-11-24Rework pmap to use dynamic P0 and P1 region allocation, instead of allocatingMiod Vallat
2013-11-24more ctype cleanupsTheo de Raadt
2013-11-24Add comments to ACS table matching terminfo(5).Nicholas Marriott
2013-11-24Clean up the NTFS debug code - use uppercase names for the debug macros,Joel Sing
2013-11-24Replace the swapdev CIRCLEQ with a TAILQ and replace the manually rolledJoel Sing
2013-11-24I2C driver for am335x, ported from netbsd, not enabled yet.Raphael Graf
2013-11-24add missing " from a commented-out .Nd line; doesn't affect mandoc output,Stuart Henderson
2013-11-24simplify determination of OBJDIR to what we actually use.Marc Espie
2013-11-24Replace ## by # in format.Nicholas Marriott
2013-11-24more unsigned char casts for ctypeTheo de Raadt
2013-11-24fairly obvious ctype cleanup dealing with argvTheo de Raadt
2013-11-23fix format string; OK deraadt@Gleydson Soares
2013-11-23yet more unsigned char casts for ctypeTheo de Raadt
2013-11-23remove redundant check, and be a bit more careful about queue namingTheo de Raadt
2013-11-23Verify that the directory entry being looked at is entirely present inPhilip Guenther
2013-11-23obvious unsigned char cast for ctypeTheo de Raadt
2013-11-23remove unused macro; ok jcaTheo de Raadt
2013-11-23unsigned char casts for ctypeTheo de Raadt
2013-11-23unsigned char casts for ctypeTheo de Raadt
2013-11-23send a extra space to the bit bucketTheo de Raadt
2013-11-23obvious unsigned casts for ctypeTheo de Raadt
2013-11-23obvious unsigned char casts for ctypeTheo de Raadt
2013-11-23unsigned char casts for ctype; ok jcaTheo de Raadt
2013-11-23- use a flag file to recognize a successfull autoinstaller runRobert Peichaer
2013-11-23With -k, kill window after using it to work out -c path. Reported byNicholas Marriott
2013-11-23Run doshutdownhooks() and config_suspend() even when boot() is called whileMasao Uebayashi
2013-11-23task_add(NULL, blah) is a fault, fix by using task_add(systq, blah).David Gwynne
2013-11-22The getopt() prototype and externs don't belong in stdlib.h. BerkeleyTodd C. Miller