summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-13minor tweaks for BUGS;Jason McIntyre
ok espie@
2005-08-13let safte match on dell enclosures too. ses takes precedence thoughDavid Gwynne
ok marco@ deraadt@
2005-08-12Use actual packet contents when sending protocol rejects. Fixes PR 4305.Can Erkin Acar
Different fix tested by the submitter, xiangbo3 at gmail com. ok claudio@
2005-08-12prefer a simpler synopsis: we do not really need a separate case for -i;Jason McIntyre
2005-08-12- small formatting fixesJason McIntyre
- grammar
2005-08-12remove reference to non-existent sourcereorg.html;Jason McIntyre
discussed with tamas tevesz.
2005-08-12here too: sysctl is fs.posix.setuid, not fs.posix.suid;Jason McIntyre
2005-08-12of course, douglas' mail hits my machine 2 nanoseconds later...Jason McIntyre
the correct name for the sysctl is fs.posix.setuid, not fs.posix.suid; from douglas santos (pr #4462); apologies to douglas for closing his pr, but i just could not see it. if you are sending typo stuff, please be specific about the problem.
2005-08-12crank datasize-cur to 512M; requested by pvalchev@Todd C. Miller
2005-08-12- style fixXavier Santolaria
- add trace message in cvs_ent_remove() ok jfb
2005-08-12minor semantic tweak: foo-1.0 needs to conflict with foo-1.0p0, always,Marc Espie
even in @option no-default-conflict, for updates to actually work. okay henning@
2005-08-12don't try to install a page that has been removed; ok jmc@Christian Weisgerber
2005-08-12uncomment setlocale(3) entry;Jason McIntyre
2005-08-12- add SEE ALSO section w/ xref for mklocale(1): from xsa@Jason McIntyre
- whilst here, uncomment entries for other SEE ALSO pages
2005-08-12pkg_add -r does work.Marc Espie
on the other hand, scp(1) is a pig.
2005-08-12remove incorrect punctuation introduced by last revision,Jared Yanovich
pointed out by deraadt and jmc
2005-08-12avoid warning messageMarc Espie
2005-08-12add cvs_rename() function; ok jfbXavier Santolaria
2005-08-12Add some delays in the GPIO code so AX88178 phy gets powered up.Jonathan Gray
Suggested by ASIX.
2005-08-12rewrite the reading of the status page, which in turn adds support forDavid Gwynne
monitoring the fans, powersupplies, doorlock, and alarm as well the temps. ok deraadt@ marco@
2005-08-12a few things left to do here.Xavier Santolaria
2005-08-12Fill out interface name and state creation time correctly inChristopher Pascoe
DIOCGETSTATE. ok dhartmei mcbride
2005-08-12Do not notify apmd of APM_CRIT_SUSPEND_REQ events; apmd makes us fallUwe Stuehler
asleep immediately after resume. This needs to be reconsidered later.
2005-08-12Move disk mode page structure declarations out of scsi_disk_pagesKenneth R Westerback
union declaration to allow pointers to individual page types. Simplify sd.c code by using individual page type pointers. No functional change. ok tdeval@
2005-08-12untested Makefile commitedTheo de Raadt
2005-08-11regression test to check that isw* functions yield the same result asMarc Espie
is* functions, and that basic mb->wchar conversion yields sensible results.
2005-08-11fix conversion to match iswctype.Marc Espie
`why didn't you just commit' deraadt@ okay millert@, otto@...
2005-08-11Use SHUT_* values directly in soshutdown() instead of convertingTodd C. Miller
to FREAD/FWRITE. OK deraadt@
2005-08-11Remove bogus debug printf().Ryan Thomas McBride
ok ho@
2005-08-11regenBrad Smith
2005-08-11Intel 10Gb PCI ids.Brad Smith
ok fgsch@
2005-08-11EINTR, and a little KNF in packet.cHenning Brauer
2005-08-11on writing, we actually can deal with ENOBUFS just as well as with EAGAINHenning Brauer
and EINTR, so do it, more or less from bgpd
2005-08-11two missing EINTR here tooHenning Brauer
2005-08-11check for EINTR too after writev(), pt out by Alexander FarberHenning Brauer
2005-08-11print pmtu TCB variablesMarkus Friedl
2005-08-11- replace/remove some gnu-ismsJason McIntyre
- use -mdoc macros - grammar - some formatting fixups - add rcsid - comment out Xr to non-existent nls(7): pointed out by ulrich kahl
2005-08-11a few casts; ok jfbXavier Santolaria
2005-08-11typosDavid Gwynne
2005-08-11New counter for not joined IPv4 multicast groups.Marco Pfatschbacher
Don't count link local scope multicast as not forwardable. This stops ips_cantforward growing on carp(4) networks. tested and ok mcbride@, ok markus@.
2005-08-11fgets() expects the 2nd arg to be an int.Xavier Santolaria
2005-08-11getdirentries() expects the 3rd arg to be an int.Xavier Santolaria
2005-08-11don't accept SYN-only TCP options for established connections;Markus Friedl
cf FreeBSD-SA-05:15.tcp; ok claudio, mcbride
2005-08-11Make sure, tests using "file" work when obj/ directory is present.Hans-Joerg Hoexer
2005-08-11document recent changes, with jmc@Hans-Joerg Hoexer
2005-08-11Only match AX88178 if AXE_DEBUG is defined for the moment.Jonathan Gray
2005-08-11wording; ok jaredy@Jason McIntyre
2005-08-11Only decrement the max-src-conn counter for tcp connections that reachedJoel Knight
"established" state. Requires recompiling pfctl, etc. ok dhartmei@
2005-08-10whitespace nitsJonathan Gray
2005-08-10Some of the bits that will be required for AX88178.Jonathan Gray
PHY doesn't attach possibly due to not twiddling GPIO pins correctly, rx and tx pipes being swapped not dealt with yet.