summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-11-22Handle empty current directory more gracefully.Nicholas Marriott
2013-11-22regenMark Kettenis
2013-11-22Another AMD Family 15h Models 10h-1Fh device.Mark Kettenis
2013-11-22unsigned char casts for ctype macrosTheo de Raadt
2013-11-22wrappers for is*/to* that make damn sure their arguments areMarc Espie
2013-11-22remove unused goo, okay guenther@Marc Espie
2013-11-22doc nit okay millert@Marc Espie