summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-15Remove address range KASSERT check in vtopte() and kvtopte(), callers areMiod Vallat
2006-03-15- use shared cvs_yesno() for yesno prompt, fixing an issue spotted byNiall O'Higgins
2006-03-15- add util.h, reorganising a bunch of things and exposing cvs_yesno()Niall O'Higgins
2006-03-15spacingTheo de Raadt
2006-03-15knfTheo de Raadt
2006-03-15- fchmod file to mode.Niall O'Higgins
2006-03-15bogus idiomTheo de Raadt
2006-03-15no need for one of the volatileTheo de Raadt
2006-03-15Remove useless getuid() check.David Hill
2006-03-15allow for more physmem segments; as required by some dell from dhill@Michael Shalayeff
2006-03-15spelling, jon@vexed.seTheo de Raadt
2006-03-15no more need for the apertureTheo de Raadt
2006-03-15no more need for apertureTheo de Raadt
2006-03-15- check for tty when asking for logmsg or descriptionXavier Santolaria
2006-03-15remove dead macrosMichael Shalayeff
2006-03-15In nexthop_compare() if the two passed pointers point to the same objectClaudio Jeker
2006-03-15switch the ioctl paths to using ami_start instead of ami_cmd. now the onlyDavid Gwynne
2006-03-15clean up ami_start and move the error handling for a failed command fromDavid Gwynne
2006-03-15- fix typo in comment; an path -> a pathNiall O'Higgins
2006-03-15- make cvs_worklist members volatile.Niall O'Higgins
2006-03-15There is no need to check iface != NULL. These parser rules are only allowedClaudio Jeker
2006-03-15Looks like auth-type simple was busted since a long time. We bcmp() aClaudio Jeker
2006-03-15Sync usage with man page (sort arguments).Claudio Jeker
2006-03-15Document new -s path option to select an alternate path for the main controlClaudio Jeker
2006-03-15split the code in ami_cmd that does the polling commands out into aDavid Gwynne
2006-03-15sc->sc_dev.dv_xname converted to DEVNAME(sc). makes things a little easierDavid Gwynne
2006-03-15Allow the control socket to be changed on the command line. Useful if youClaudio Jeker
2006-03-15Fix a memory leak when communities are set or deleted. This seems to fixClaudio Jeker
2006-03-15copyout() the pollfds if poll() gets interrupted. This resets the reventsClaudio Jeker
2006-03-15if no key file are given when printing the DNS host record, use theJakob Schlyter
2006-03-15remove some bizzare idioms; ok rayTheo de Raadt
2006-03-15Move and rename checkin_choose_rcsfile() to rcs_choosefile().Ray Lai
2006-03-15Fix signed/unsigned comparisons by using size_tDavid Hill
2006-03-15Both strlen and sizeof return a size_t. This also fixes a signed/unsignedDavid Hill
2006-03-15Removes extraneous variables from getopt(3). Inspired by one ofRay Lai
2006-03-15Don't assume there is an RCS directory just because the filenameRay Lai
2006-03-15Fix and enable rcsmerge test.Ray Lai
2006-03-15syncTheo de Raadt
2006-03-15/dev/reload is an old amiga thing, how did it make it here?Theo de Raadt
2006-03-15Add missing function declarationsDavid Hill
2006-03-15Make 'no' the default answer to 'Display the list of XXX servers?'.Kenneth R Westerback
2006-03-14syncTheo de Raadt
2006-03-14#ifdef DEBUG not #if DEBUGTheo de Raadt
2006-03-14spamd can show the wrong IP address to clients in a %A message becauseBob Beck
2006-03-14move wsconsctl up earlier, so that any key changes made can be usedTheo de Raadt
2006-03-14no need for an aperture. we are unlikely to ever allow pci video cardsTheo de Raadt
2006-03-14install these on amd64Nikolay Sturm
2006-03-14remove excessive optimization; from adobriyan@gmail; ok teduTheo de Raadt
2006-03-14only santa checks things twice; from adobriyan@gmail; ok teduTheo de Raadt
2006-03-14delete lint balony from another era; adobriyan@gmail, ok teduTheo de Raadt