Age | Commit message (Expand) | Author |
2006-03-15 | Fix signed/unsigned comparisons by using size_t | David Hill |
2006-03-15 | Both strlen and sizeof return a size_t. This also fixes a signed/unsigned | David Hill |
2006-03-15 | Removes extraneous variables from getopt(3). Inspired by one of | Ray Lai |
2006-03-15 | Don't assume there is an RCS directory just because the filename | Ray Lai |
2006-03-15 | Fix and enable rcsmerge test. | Ray Lai |
2006-03-15 | sync | Theo de Raadt |
2006-03-15 | /dev/reload is an old amiga thing, how did it make it here? | Theo de Raadt |
2006-03-15 | Add missing function declarations | David Hill |
2006-03-15 | Make 'no' the default answer to 'Display the list of XXX servers?'. | Kenneth R Westerback |
2006-03-14 | sync | Theo de Raadt |
2006-03-14 | #ifdef DEBUG not #if DEBUG | Theo de Raadt |
2006-03-14 | spamd can show the wrong IP address to clients in a %A message because | Bob Beck |
2006-03-14 | move wsconsctl up earlier, so that any key changes made can be used | Theo de Raadt |
2006-03-14 | no need for an aperture. we are unlikely to ever allow pci video cards | Theo de Raadt |
2006-03-14 | install these on amd64 | Nikolay Sturm |
2006-03-14 | remove excessive optimization; from adobriyan@gmail; ok tedu | Theo de Raadt |
2006-03-14 | only santa checks things twice; from adobriyan@gmail; ok tedu | Theo de Raadt |
2006-03-14 | delete lint balony from another era; adobriyan@gmail, ok tedu | Theo de Raadt |
2006-03-14 | fix sentence to make sense. | Bob Beck |
2006-03-14 | fix incorrect sizeof(), spotted by ckuethe | Bob Beck |
2006-03-14 | make BN_is_prime() realise that 2 is, in fact, a prime number. | Damien Miller |
2006-03-14 | No need to declare optind/optarg if unistd.h is included. | Moritz Jodeit |
2006-03-14 | More use of const and fix a signed/unsigned comparison. | Moritz Jodeit |
2006-03-14 | amd64 asm code is not correct for exp(+/-Inf), so until somebody | Otto Moerbeek |
2006-03-14 | Return ENXIO when trying to open a non-existent device, not ENODEV. | Miod Vallat |
2006-03-14 | Prevent double-free. | Mark Kettenis |
2006-03-14 | Some more usage of const and correct fmt string for a size_t. | Moritz Jodeit |
2006-03-14 | *AliveCountMax applies to protcol v2 only; ok dtucker, djm | Markus Friedl |
2006-03-14 | Kill unneeded util.h include. | Claudio Jeker |
2006-03-14 | add an argument to cvs_diff3() to be able to handle verbosity of | Xavier Santolaria |
2006-03-14 | Allow anonymous logins without a password, which was broken | Moritz Jodeit |
2006-03-14 | move the loading of the dmamaps for passthrough commands out of ami_cmd | David Gwynne |
2006-03-14 | trailing tabs nomore | Michael Shalayeff |
2006-03-14 | trailing tabs nomore | Michael Shalayeff |
2006-03-14 | move the loading of the dma maps for logical disk reads and writes from | David Gwynne |
2006-03-14 | prevent the faults on iret to run w/ disabled intrs and cause deadlocks; nikl... | Michael Shalayeff |
2006-03-14 | knf | David Gwynne |
2006-03-14 | shuffle the switch statement around in scsi_cmd. do the io commands | David Gwynne |
2006-03-14 | implement a Unicast Reverse Path Forwarding (uRPF) check for pf(4) | Damien Miller |
2006-03-14 | do not install nls files silently; ok espie | Theo de Raadt |
2006-03-14 | a touch of knf | David Gwynne |
2006-03-14 | add support for the Sony CLIE PEG-T625 and potentially a range of other | David Gwynne |
2006-03-14 | grammer; from mischa diehm | Michael Shalayeff |
2006-03-14 | trailing spaces and lines no more | Michael Shalayeff |
2006-03-14 | sync | Theo de Raadt |
2006-03-14 | add italian nls; from jwk@xtf.it | Theo de Raadt |
2006-03-14 | missing newline | Theo de Raadt |
2006-03-14 | move the kernel 1m up to provide more space for isadma; deraadt@ ok | Michael Shalayeff |
2006-03-14 | incorrect memcpy size; adobriyan@gmail.com | Theo de Raadt |
2006-03-14 | Re-enable RCS regression tests at mickey and niallo's request. | Ray Lai |