Age | Commit message (Expand) | Author |
2004-05-04 | do not overload libc function names causing linker troubles | Michael Shalayeff |
2004-05-04 | knf | Theo de Raadt |
2004-05-04 | remove DEBUG_PACKET stuff; henning ok | Theo de Raadt |
2004-05-04 | remove unused stuff; henning ok | Theo de Raadt |
2004-05-04 | remove unused var; henning ok | Theo de Raadt |
2004-05-04 | Add enactment of the Reinheitsgebot. | Hans-Joerg Hoexer |
2004-05-04 | remove things not used, spotted by lint mostly; ok henning | Theo de Raadt |
2004-05-04 | sync | Theo de Raadt |
2004-05-04 | +_rbootd; ok henning@ millert@ | David Krause |
2004-05-04 | use SIZE_T_MAX, canacar | Henning Brauer |
2004-05-04 | nuke default .rhosts file; from S@mSmith.net, ok millert | Theo de Raadt |
2004-05-04 | more shrink and lint fixes; henning ok | Theo de Raadt |
2004-05-04 | $OpenBSD$ | Henning Brauer |
2004-05-04 | from jared yanovich: | Jason McIntyre |
2004-05-04 | prevent the len params from overflowing, catched by & ok canacar | Henning Brauer |
2004-05-04 | sync usage w/ man page | Todd C. Miller |
2004-05-04 | sort SEE ALSO; | Jason McIntyre |
2004-05-04 | SendEnv here too; | Jason McIntyre |
2004-05-04 | - simplify synopses | Jason McIntyre |
2004-05-04 | Fix memory leak, ok henning@ | Can Erkin Acar |
2004-05-04 | Apply bridge filter rules to incoming packets destined to the local machine. | Can Erkin Acar |
2004-05-04 | Move _bus_space_unmap() to machdep.c so it can be used not | Alexander Yurchenko |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko |
2004-05-04 | uppercase + whitespace fix from jmc@. | Cedric Berger |
2004-05-04 | Do not disable -fcaller-saves anymore. | Miod Vallat |
2004-05-04 | Backport a fix from gcc 3 (revision 1.32): | Miod Vallat |
2004-05-04 | In _longjmp(), flush windows rather than attempting to backtrack manually, | Miod Vallat |
2004-05-04 | Talk about return-rst improvements. noticed+ok deraadt@ | Cedric Berger |
2004-05-04 | zap some spaces | Theo de Raadt |
2004-05-04 | Always ask the user for the root device if we are "swap generic" and the | Miod Vallat |
2004-05-04 | Fix my stupid bug with missing sata_setup_channel() call. | Alexander Yurchenko |
2004-05-04 | Add missing MLINK for sum(1), noticed by deraadt@ | Todd C. Miller |
2004-05-04 | adjust, need privsep.c here too | Henning Brauer |
2004-05-04 | privilege seperate dhclient. | Henning Brauer |
2004-05-04 | Correctly plug the memory leak and fix a error message. | Claudio Jeker |
2004-05-04 | sync | Alexander Yurchenko |
2004-05-04 | A couple of Intel 6300ESB devices found in dmesg posted to misc@ | Alexander Yurchenko |
2004-05-04 | sync | Theo de Raadt |
2004-05-04 | Sort out the various Intel Pro/1000 IDs. | Henric Jungheim |
2004-05-04 | Sync. | Henric Jungheim |
2004-05-04 | Sort out the various Intel Pro/1000 device IDs. | Henric Jungheim |
2004-05-04 | Create /var/empty on miniroot install media. Privsep dhclient requires | Kenneth R Westerback |
2004-05-03 | KNF. ok ho@ | Hans-Joerg Hoexer |
2004-05-03 | Use libc strtonum, not private copy. Based on a diff from tedu@. | Todd C. Miller |
2004-05-03 | Be smarter about signed vs. unsigned (produces better error messages). | Todd C. Miller |
2004-05-03 | Missed this in the __strerror() removal. | Todd C. Miller |
2004-05-03 | strtonum prototype | Ted Unangst |
2004-05-03 | Sync some prototypes with the headers | Todd C. Miller |
2004-05-03 | Some u_char -> u_int8_t conversion I missed earlier. | Todd C. Miller |
2004-05-03 | Use KNF indentation style and do some u_char -> u_int8_t conversion | Todd C. Miller |