Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-15 | DO NOT UNDO MY COMMITS | Theo de Raadt | |
2004-03-15 | strncpy -> strlcpy. ok markus@ "(this is even unused crap, i think)" | Ted Unangst | |
from Patrick Latifi | |||
2004-03-15 | more accurate msg, pr3713 from Andre Lucas | Ted Unangst | |
2004-03-15 | missing commas; | Jason McIntyre | |
2004-03-15 | iffy syntax; ok deraadt@ | Damien Miller | |
2004-03-15 | simpler special character list. provoked by Patrick Latifi ok jmc@ | Ted Unangst | |
2004-03-15 | some small knf | Theo de Raadt | |
2004-03-15 | reversed word -> reserved word; | Jason McIntyre | |
from Karl O. Pinc | |||
2004-03-15 | MacOS -> Mac OS; | Xavier Santolaria | |
ok drahn@ miod@ | |||
2004-03-15 | Wall, commons, little knf | Ted Unangst | |
2004-03-15 | Uncommenting machdep.apmhalt should have an effect. | Ryan Thomas McBride | |
ok marc@ fgsch@ | |||
2004-03-15 | zero struct sockaddr_un before use, from andrushock AT korovino.net; ok deraadt@ | Damien Miller | |
2004-03-14 | Return EINVAL in case of a zero length descriptor. The hifn can not handle | Hans-Joerg Hoexer | |
this. ok jason@ deraadt@ | |||
2004-03-14 | Add first cut at PPR negotiation. From Marco Peereboom. | Kenneth R Westerback | |
Call mpt_done() instead of scsi_done() when the command times out. | |||
2004-03-14 | nicer printf for copyright. from Pedro Martelletto | Ted Unangst | |
2004-03-14 | make window size adjustement on sockets only after the DATA | Bob Beck | |
connection. This ensures that greylisted connections are not delayed by a small windows size, but blacklisted connections still have to send the body through a tiny window, and presumably the body is the vast majority of what is being sent anyway. ok dhartmei@ millert@ | |||
2004-03-14 | use pid_t for fork return. started by Joris Vink | Ted Unangst | |
2004-03-14 | Last pre-3.5 tweak: restore bus scanning to full speed by not performing | Kenneth R Westerback | |
double INQURY commands on LUNs that will be skipped anyway. From Marco Peereboom. ok deraadt@. | |||
2004-03-14 | fd and mem leak, most of patch from Patrick Latifi | Ted Unangst | |
2004-03-14 | #include fixes, from Max Laier, ok beck@ henning@ | Daniel Hartmeier | |
2004-03-14 | Fix sane_install() tests to use relevant directories/files. Tighten | Kenneth R Westerback | |
emitted error messages. Change default response to 'Use the nameserver now?' from a 'y' to 'yes' to be consistant with other ask_yn() usages. ok beck@ deraadt@. | |||
2004-03-14 | We support only 4-bytes reads/writes. | Alexander Yurchenko | |
ok jmc@ matthieu@ | |||
2004-03-14 | + oosiop | Miod Vallat | |
2004-03-14 | Enable oosiop. | Miod Vallat | |
2004-03-14 | Shrink openings down to 1 for now, this makes the snakes happy, until a | Miod Vallat | |
better command selection algorithm is written. | |||
2004-03-14 | Check return code of chdir() after chroot(); noted by Joris Vink, slight mod | Otto Moerbeek | |
from avsm@. ok avsm@ hshoexer@ henning@ | |||
2004-03-14 | disable mac operations | Markus Friedl | |
2004-03-14 | disable mac for now, they are not usable with current hardware; ok deraadt@ | Markus Friedl | |
2004-03-14 | remove some weirdness; | Jason McIntyre | |
2004-03-14 | Small osiop inspired cleanups, especially honour the xfer timeout value | Miod Vallat | |
when polling. Disable osiop-like REQUEST_SENSE processing, as it confuses the script at the moment. | |||
2004-03-14 | grammer; from jmc@ | Michael Shalayeff | |
2004-03-14 | Caps lock should only affect the letter keys, rather than enforcing a shift | Miod Vallat | |
state. Fixes PR#2555 | |||
2004-03-14 | add the caveats section | Michael Shalayeff | |
2004-03-14 | vah. more bktr devices | Michael Shalayeff | |
2004-03-14 | sync list of supported cards to the driver | Michael Shalayeff | |
2004-03-14 | support for two more leadtek cards; from robert nagy | Michael Shalayeff | |
2004-03-13 | remove unnecessary .Pp before a display; | Jason McIntyre | |
2004-03-13 | missing word; | Jason McIntyre | |
2004-03-13 | .SY -> .Sy | Jason McIntyre | |
2004-03-13 | .SY -> .Sy | Jason McIntyre | |
2004-03-13 | .IT -> .It | Jason McIntyre | |
2004-03-13 | .DV -> .Dv | Jason McIntyre | |
2004-03-13 | use \0 for char. Joris Vink | Ted Unangst | |
2004-03-13 | some NULL vs 0 and knf; parts from nimadeus@pandora.be | Theo de Raadt | |
2004-03-13 | use NULL for pointers. from Joris Vink | Ted Unangst | |
2004-03-13 | Add signal handler to parent, so that when greylisting we don't need to | Bob Beck | |
kill all three processes to make it go away. Adjust daemon() call and logging appropriately. ok henning@, millert@ | |||
2004-03-13 | - typos | Jason McIntyre | |
- new sentence, new line - tidy up a list | |||
2004-03-13 | typos from Lawrence Teo; | Jason McIntyre | |
2004-03-13 | sync comments with reality, semconfig is long gone. | Ted Unangst | |
2004-03-13 | Delay pfsync(4) configuration, as the syncif has to be configured in | Ryan Thomas McBride | |
advance. From Thorsten Lockert. |