Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-13 | minor tweaks for BUGS; | Jason McIntyre | |
ok espie@ | |||
2005-08-13 | let safte match on dell enclosures too. ses takes precedence though | David Gwynne | |
ok marco@ deraadt@ | |||
2005-08-12 | Use 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-12 | prefer a simpler synopsis: we do not really need a separate case for -i; | Jason McIntyre | |
2005-08-12 | - small formatting fixes | Jason McIntyre | |
- grammar | |||
2005-08-12 | remove reference to non-existent sourcereorg.html; | Jason McIntyre | |
discussed with tamas tevesz. | |||
2005-08-12 | here too: sysctl is fs.posix.setuid, not fs.posix.suid; | Jason McIntyre | |
2005-08-12 | of 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-12 | crank datasize-cur to 512M; requested by pvalchev@ | Todd C. Miller | |
2005-08-12 | - style fix | Xavier Santolaria | |
- add trace message in cvs_ent_remove() ok jfb | |||
2005-08-12 | minor 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-12 | don't try to install a page that has been removed; ok jmc@ | Christian Weisgerber | |
2005-08-12 | uncomment 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-12 | pkg_add -r does work. | Marc Espie | |
on the other hand, scp(1) is a pig. | |||
2005-08-12 | remove incorrect punctuation introduced by last revision, | Jared Yanovich | |
pointed out by deraadt and jmc | |||
2005-08-12 | avoid warning message | Marc Espie | |
2005-08-12 | add cvs_rename() function; ok jfb | Xavier Santolaria | |
2005-08-12 | Add some delays in the GPIO code so AX88178 phy gets powered up. | Jonathan Gray | |
Suggested by ASIX. | |||
2005-08-12 | rewrite the reading of the status page, which in turn adds support for | David Gwynne | |
monitoring the fans, powersupplies, doorlock, and alarm as well the temps. ok deraadt@ marco@ | |||
2005-08-12 | a few things left to do here. | Xavier Santolaria | |
2005-08-12 | Fill out interface name and state creation time correctly in | Christopher Pascoe | |
DIOCGETSTATE. ok dhartmei mcbride | |||
2005-08-12 | Do not notify apmd of APM_CRIT_SUSPEND_REQ events; apmd makes us fall | Uwe Stuehler | |
asleep immediately after resume. This needs to be reconsidered later. | |||
2005-08-12 | Move disk mode page structure declarations out of scsi_disk_pages | Kenneth 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-12 | untested Makefile commited | Theo de Raadt | |
2005-08-11 | regression test to check that isw* functions yield the same result as | Marc Espie | |
is* functions, and that basic mb->wchar conversion yields sensible results. | |||
2005-08-11 | fix conversion to match iswctype. | Marc Espie | |
`why didn't you just commit' deraadt@ okay millert@, otto@... | |||
2005-08-11 | Use SHUT_* values directly in soshutdown() instead of converting | Todd C. Miller | |
to FREAD/FWRITE. OK deraadt@ | |||
2005-08-11 | Remove bogus debug printf(). | Ryan Thomas McBride | |
ok ho@ | |||
2005-08-11 | regen | Brad Smith | |
2005-08-11 | Intel 10Gb PCI ids. | Brad Smith | |
ok fgsch@ | |||
2005-08-11 | EINTR, and a little KNF in packet.c | Henning Brauer | |
2005-08-11 | on writing, we actually can deal with ENOBUFS just as well as with EAGAIN | Henning Brauer | |
and EINTR, so do it, more or less from bgpd | |||
2005-08-11 | two missing EINTR here too | Henning Brauer | |
2005-08-11 | check for EINTR too after writev(), pt out by Alexander Farber | Henning Brauer | |
2005-08-11 | print pmtu TCB variables | Markus Friedl | |
2005-08-11 | - replace/remove some gnu-isms | Jason 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-11 | a few casts; ok jfb | Xavier Santolaria | |
2005-08-11 | typos | David Gwynne | |
2005-08-11 | New 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-11 | fgets() expects the 2nd arg to be an int. | Xavier Santolaria | |
2005-08-11 | getdirentries() expects the 3rd arg to be an int. | Xavier Santolaria | |
2005-08-11 | don't accept SYN-only TCP options for established connections; | Markus Friedl | |
cf FreeBSD-SA-05:15.tcp; ok claudio, mcbride | |||
2005-08-11 | Make sure, tests using "file" work when obj/ directory is present. | Hans-Joerg Hoexer | |
2005-08-11 | document recent changes, with jmc@ | Hans-Joerg Hoexer | |
2005-08-11 | Only match AX88178 if AXE_DEBUG is defined for the moment. | Jonathan Gray | |
2005-08-11 | wording; ok jaredy@ | Jason McIntyre | |
2005-08-11 | Only decrement the max-src-conn counter for tcp connections that reached | Joel Knight | |
"established" state. Requires recompiling pfctl, etc. ok dhartmei@ | |||
2005-08-10 | whitespace nits | Jonathan Gray | |
2005-08-10 | Some 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. |