summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-15DO NOT UNDO MY COMMITSTheo de Raadt
2004-03-15strncpy -> strlcpy. ok markus@ "(this is even unused crap, i think)"Ted Unangst
from Patrick Latifi
2004-03-15more accurate msg, pr3713 from Andre LucasTed Unangst
2004-03-15missing commas;Jason McIntyre
2004-03-15iffy syntax; ok deraadt@Damien Miller
2004-03-15simpler special character list. provoked by Patrick Latifi ok jmc@Ted Unangst
2004-03-15some small knfTheo de Raadt
2004-03-15reversed word -> reserved word;Jason McIntyre
from Karl O. Pinc
2004-03-15MacOS -> Mac OS;Xavier Santolaria
ok drahn@ miod@
2004-03-15Wall, commons, little knfTed Unangst
2004-03-15Uncommenting machdep.apmhalt should have an effect.Ryan Thomas McBride
ok marc@ fgsch@
2004-03-15zero struct sockaddr_un before use, from andrushock AT korovino.net; ok deraadt@Damien Miller
2004-03-14Return EINVAL in case of a zero length descriptor. The hifn can not handleHans-Joerg Hoexer
this. ok jason@ deraadt@
2004-03-14Add 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-14nicer printf for copyright. from Pedro MartellettoTed Unangst
2004-03-14make window size adjustement on sockets only after the DATABob 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-14use pid_t for fork return. started by Joris VinkTed Unangst
2004-03-14Last pre-3.5 tweak: restore bus scanning to full speed by not performingKenneth R Westerback
double INQURY commands on LUNs that will be skipped anyway. From Marco Peereboom. ok deraadt@.
2004-03-14fd and mem leak, most of patch from Patrick LatifiTed Unangst
2004-03-14#include fixes, from Max Laier, ok beck@ henning@Daniel Hartmeier
2004-03-14Fix sane_install() tests to use relevant directories/files. TightenKenneth 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-14We support only 4-bytes reads/writes.Alexander Yurchenko
ok jmc@ matthieu@
2004-03-14+ oosiopMiod Vallat
2004-03-14Enable oosiop.Miod Vallat
2004-03-14Shrink openings down to 1 for now, this makes the snakes happy, until aMiod Vallat
better command selection algorithm is written.
2004-03-14Check return code of chdir() after chroot(); noted by Joris Vink, slight modOtto Moerbeek
from avsm@. ok avsm@ hshoexer@ henning@
2004-03-14disable mac operationsMarkus Friedl
2004-03-14disable mac for now, they are not usable with current hardware; ok deraadt@Markus Friedl
2004-03-14remove some weirdness;Jason McIntyre
2004-03-14Small osiop inspired cleanups, especially honour the xfer timeout valueMiod Vallat
when polling. Disable osiop-like REQUEST_SENSE processing, as it confuses the script at the moment.
2004-03-14grammer; from jmc@Michael Shalayeff
2004-03-14Caps lock should only affect the letter keys, rather than enforcing a shiftMiod Vallat
state. Fixes PR#2555
2004-03-14add the caveats sectionMichael Shalayeff
2004-03-14vah. more bktr devicesMichael Shalayeff
2004-03-14sync list of supported cards to the driverMichael Shalayeff
2004-03-14support for two more leadtek cards; from robert nagyMichael Shalayeff
2004-03-13remove unnecessary .Pp before a display;Jason McIntyre
2004-03-13missing word;Jason McIntyre
2004-03-13.SY -> .SyJason McIntyre
2004-03-13.SY -> .SyJason McIntyre
2004-03-13.IT -> .ItJason McIntyre
2004-03-13.DV -> .DvJason McIntyre
2004-03-13use \0 for char. Joris VinkTed Unangst
2004-03-13some NULL vs 0 and knf; parts from nimadeus@pandora.beTheo de Raadt
2004-03-13use NULL for pointers. from Joris VinkTed Unangst
2004-03-13Add signal handler to parent, so that when greylisting we don't need toBob Beck
kill all three processes to make it go away. Adjust daemon() call and logging appropriately. ok henning@, millert@
2004-03-13- typosJason McIntyre
- new sentence, new line - tidy up a list
2004-03-13typos from Lawrence Teo;Jason McIntyre
2004-03-13sync comments with reality, semconfig is long gone.Ted Unangst
2004-03-13Delay pfsync(4) configuration, as the syncif has to be configured inRyan Thomas McBride
advance. From Thorsten Lockert.