Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-26 | remove the unneccessary options descriptions from usage(); | Jason McIntyre | |
noticed by Igor Sobrado ok henning | |||
2007-03-26 | use new license. ok kjell@, who also wanted his name removed, but he needs | Bob Beck | |
to remember how to commit to do that. | |||
2007-03-26 | Print the reason code of deauth and disassociation packets if in verbose mode. | Claudio Jeker | |
This helps debugging issues with stations that fail to join a network. OK mglocker@, reyk@, jsg@ | |||
2007-03-26 | use new license, ok deraadt@ | Bob Beck | |
2007-03-26 | use new license. | Bob Beck | |
2007-03-26 | Copyright - I should share the blame. | Bob Beck | |
2007-03-26 | Change some return value descriptions from "standard UVM return value" | Artur Grabowski | |
to "standard errno", since that is what it is now. noted by jmc@ | |||
2007-03-26 | A couple of spamd improvements | Bob Beck | |
1) Implement the NOOP command, which now seems necessary for certain windows mail wrappers and sender verification schemes. Tested by me and sidcarter@symonds.net, who noticed the problem on his site. ok millert@ 2) Change the behaviour of the maxblack parameter, instead of hanging up immediately on new blacklisted connections when the maxblack parameter is reached, we instead make spamd not stutter at them, so the connection is instead completed quickly. This seems to handle peaks and spikes much better than the old way of doing this. ok deraadt@, with some man page changes by jmc@ | |||
2007-03-26 | fix lines with too many args; from Igor Sobrado | Jason McIntyre | |
2007-03-26 | tidy up SYNOPSIS, options description, FILES, and usage(); | Jason McIntyre | |
from Igor Sobrado | |||
2007-03-26 | sort options, synopsis, and usage(); from Igor Sobrado | Jason McIntyre | |
2007-03-26 | indicate that -l takes an optional argument; | Jason McIntyre | |
whilst here, clean up the -cr descriptions, add some refs to SEE ALSO, and merge the first two synopses into one based on a diff from J.C. Roberts help/ok millert | |||
2007-03-26 | typo in initial RCS tag ($OpenBSD: -> $OpenBSD$) | Pedro Martelletto | |
2007-03-26 | Don't leak memory. | Marco Peereboom | |
From giovanni <qgiovanni@gmail.com> | |||
2007-03-26 | Switch X build instructions to xenocara. | Matthieu Herrb | |
ok deraadt@ jmc@ mbalmer@ | |||
2007-03-26 | Don't pass fsck '--fp'. From Loic Tortay via PR #5422. | Kenneth R Westerback | |
2007-03-26 | fix wording for `replay'; from AndrAcs | Jason McIntyre | |
2007-03-26 | Route report packets with metric greater than infinity are legal, so don't | Michele Marchetto | |
drop them. Small typo. OK norby@ | |||
2007-03-26 | add machines supported by the mc(4) driver and HISTORY section. | Xavier Santolaria | |
OK martin@ jmc@. | |||
2007-03-26 | Rip out the KERN_ error codes. | Artur Grabowski | |
ok otto@ | |||
2007-03-26 | remove old pages; spotted by kettenis | Jason McIntyre | |
ok deraadt | |||
2007-03-26 | Rip out all the KERN_ return values, since they will go | Artur Grabowski | |
away sooner than later. | |||
2007-03-26 | sort the MAN entry; ok deraadt | Jason McIntyre | |
2007-03-26 | Remove pointless cast. No binary change. | Ray Lai | |
2007-03-26 | Break on waitpid success; we shouldn't continue on WIFSIGNALED, and | Ray Lai | |
WIFCONTINUED can't happen in this case. OK deraadt@. | |||
2007-03-26 | Certain errors in editit() should be fatal. | Ray Lai | |
2007-03-26 | Don't print warnings in editit(), instead make errno reliable on | Ray Lai | |
failure. If the editor exits non-zero, errno is set to ECHILD. OK deraadt@. | |||
2007-03-26 | Accept $VISUAL in addition to $EDITOR. | Ray Lai | |
2007-03-26 | Save and restore signal handlers. Although we do not install our | Ray Lai | |
own signal handlers, this allows this code to be more easily reused in other programs. OK deraadt@ | |||
2007-03-26 | Restore errno before calling perror(). | Ray Lai | |
2007-03-26 | Check fork() == -1 instead of fork() < 0. | Ray Lai | |
2007-03-26 | When someone hits ^C in an editor, the editor does exit(130), I | Ray Lai | |
don't know why. Something to do with the shell, says deraadt@. Continuing to ignore these signals in the child fixes this. Now editit()'s return value can be reliably checked. OK deraadt@. | |||
2007-03-26 | disable ttyC1 until someone fixes the stupid bug | Theo de Raadt | |
2007-03-26 | Calculate minutes left more accurately. | Marco Peereboom | |
From giovanni <qgiovanni@gmail.com> | |||
2007-03-26 | bits for the global control register | David Gwynne | |
2007-03-26 | typos in comments | Ted Unangst | |
2007-03-26 | i shouldn't be shy about commiting ahci to this. | David Gwynne | |
lots of poking by jsg@ | |||
2007-03-26 | more careful waitpid() discussed with ray (plus some knf) | Theo de Raadt | |
2007-03-26 | oops, 64bit memory bars. | David Gwynne | |
2007-03-26 | loss of any raid 0 component is bad. ok dlg | Ted Unangst | |
2007-03-26 | ichss_cookie is a bad name, and should not be a void pointer. | Gordon Willem Klok | |
Spotted by Stefan Sperling <stsp AT tsp.in-berlin.de> when reviewing his piix speedstep diff. ok tedu@ | |||
2007-03-25 | fork() does not return EPROCLIM, so don't test for it. | Ray Lai | |
2007-03-25 | more cleaning :) | Theo de Raadt | |
2007-03-25 | Change editit() to return -1 on error and 0 on success, like many | Ray Lai | |
other C functions. (Currently this return value is unchecked.) | |||
2007-03-25 | KNF. | Ray Lai | |
2007-03-25 | Save errno before calling signal(). | Ray Lai | |
2007-03-25 | pick up the newer rev man pages; noticed by ingo schwarze, first rev by | Theo de Raadt | |
jmc | |||
2007-03-25 | include rwlock.h ourselves, better than depending on it getting picked | Ted Unangst | |
up elsewhere | |||
2007-03-25 | eliminate call to abort(), which is very bad in libs. I forgat how | Otto Moerbeek | |
this diff came into my tree, apologies for not naming the contributor. ok tedu@ deraadt@ | |||
2007-03-25 | Remove LK_INTERLOCK from flags in a call to vget(); | Thordur I. Bjornsson | |
ok pedro@ |