Age | Commit message (Expand) | Author |
2013-11-25 | use an unsigned char instead, to avoid lots of casts | Theo de Raadt |
2013-11-25 | rename magicnumber to globalsleepaddr | Ted Unangst |
2013-11-25 | replace an Ed mistakenly removed in -r1.186; | Jason McIntyre |
2013-11-25 | Remove VMEM_WARNING, reminded by espie@ | Stuart Henderson |
2013-11-25 | Document which keys need to be hold to enter the Open Firmware with a | Martin Pieuchot |
2013-11-25 | miod@ increased the datasize of VAX from 40MB to 128MB. Now VAX can | juanfra |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-25 | use u_char for buffers in yylex, for ctype calls | Sebastian Benoit |
2013-11-25 | netstat -Ar leaked some kernel pointers to unprivileged users. Use | Alexander Bluhm |
2013-11-25 | Use iswupper() for wide characters, not isupper(); ok deraadt | Stefan Sperling |
2013-11-25 | disable %n in printf(9); there is no need for it in the kernel besides | Damien Miller |
2013-11-24 | most obvious unsigned char casts for ctype | Theo de Raadt |
2013-11-24 | Increase NMBCLUSTERS a bit. Riding upon the kernel memory saved by the pmap | Miod Vallat |
2013-11-24 | Increase MAXDSIZ to 128MB, and BRKSIZ to 16MB, now that we can afford this. | Miod Vallat |
2013-11-24 | Rework pmap to use dynamic P0 and P1 region allocation, instead of allocating | Miod Vallat |
2013-11-24 | more ctype cleanups | Theo de Raadt |
2013-11-24 | Add comments to ACS table matching terminfo(5). | Nicholas Marriott |
2013-11-24 | Clean up the NTFS debug code - use uppercase names for the debug macros, | Joel Sing |
2013-11-24 | Replace the swapdev CIRCLEQ with a TAILQ and replace the manually rolled | Joel Sing |
2013-11-24 | I2C driver for am335x, ported from netbsd, not enabled yet. | Raphael Graf |
2013-11-24 | add missing " from a commented-out .Nd line; doesn't affect mandoc output, | Stuart Henderson |
2013-11-24 | simplify determination of OBJDIR to what we actually use. | Marc Espie |
2013-11-24 | Replace ## by # in format. | Nicholas Marriott |
2013-11-24 | more unsigned char casts for ctype | Theo de Raadt |
2013-11-24 | fairly obvious ctype cleanup dealing with argv | Theo de Raadt |
2013-11-23 | fix format string; OK deraadt@ | Gleydson Soares |
2013-11-23 | yet more unsigned char casts for ctype | Theo de Raadt |
2013-11-23 | remove redundant check, and be a bit more careful about queue naming | Theo de Raadt |
2013-11-23 | Verify that the directory entry being looked at is entirely present in | Philip Guenther |
2013-11-23 | obvious unsigned char cast for ctype | Theo de Raadt |
2013-11-23 | remove unused macro; ok jca | Theo de Raadt |
2013-11-23 | unsigned char casts for ctype | Theo de Raadt |
2013-11-23 | unsigned char casts for ctype | Theo de Raadt |
2013-11-23 | send a extra space to the bit bucket | Theo de Raadt |
2013-11-23 | obvious unsigned casts for ctype | Theo de Raadt |
2013-11-23 | obvious unsigned char casts for ctype | Theo de Raadt |
2013-11-23 | unsigned char casts for ctype; ok jca | Theo de Raadt |
2013-11-23 | - use a flag file to recognize a successfull autoinstaller run | Robert Peichaer |
2013-11-23 | With -k, kill window after using it to work out -c path. Reported by | Nicholas Marriott |
2013-11-23 | Run doshutdownhooks() and config_suspend() even when boot() is called while | Masao Uebayashi |
2013-11-23 | task_add(NULL, blah) is a fault, fix by using task_add(systq, blah). | David Gwynne |
2013-11-22 | The getopt() prototype and externs don't belong in stdlib.h. Berkeley | Todd C. Miller |
2013-11-22 | Handle empty current directory more gracefully. | Nicholas Marriott |
2013-11-22 | regen | Mark Kettenis |
2013-11-22 | Another AMD Family 15h Models 10h-1Fh device. | Mark Kettenis |
2013-11-22 | unsigned char casts for ctype macros | Theo de Raadt |
2013-11-22 | wrappers for is*/to* that make damn sure their arguments are | Marc Espie |
2013-11-22 | remove unused goo, okay guenther@ | Marc Espie |
2013-11-22 | doc nit okay millert@ | Marc Espie |