Age | Commit message (Expand) | Author |
2007-03-26 | Print the reason code of deauth and disassociation packets if in verbose mode. | Claudio Jeker |
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 |
2007-03-26 | A couple of spamd improvements | Bob Beck |
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 |
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 |
2007-03-26 | typo in initial RCS tag ($OpenBSD: -> $OpenBSD$) | Pedro Martelletto |
2007-03-26 | Don't leak memory. | Marco Peereboom |
2007-03-26 | Switch X build instructions to xenocara. | Matthieu Herrb |
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 |
2007-03-26 | add machines supported by the mc(4) driver and HISTORY section. | Xavier Santolaria |
2007-03-26 | Rip out the KERN_ error codes. | Artur Grabowski |
2007-03-26 | remove old pages; spotted by kettenis | Jason McIntyre |
2007-03-26 | Rip out all the KERN_ return values, since they will go | Artur Grabowski |
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 |
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 |
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 |
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 |
2007-03-26 | disable ttyC1 until someone fixes the stupid bug | Theo de Raadt |
2007-03-26 | Calculate minutes left more accurately. | Marco Peereboom |
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 |
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 |
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 |
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 |
2007-03-25 | include rwlock.h ourselves, better than depending on it getting picked | Ted Unangst |
2007-03-25 | eliminate call to abort(), which is very bad in libs. I forgat how | Otto Moerbeek |
2007-03-25 | Remove LK_INTERLOCK from flags in a call to vget(); | Thordur I. Bjornsson |
2007-03-25 | Synchronise carp advertisements on group demotion. | Marco Pfatschbacher |
2007-03-25 | wdc retries (including after suspends) caused a disk to remain busy when | Theo de Raadt |