Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2005-08-10 | - we do not need a .Pp before a normal list | Jason McIntyre | |
- but we do need .Bk/.Ek in SYNOPSIS | |||
2005-08-10 | Audiovox RTM-8000 has a st16650 uart but its fifo is 16 bytes instead of | Federico G. Schwindt | |
32. add a workaround for the time being. better code will be added later. tested by Andreas Gunnarsson <andreas at zzlevo dot net>, deraadt@ ok. | |||
2005-08-10 | print session time in fixed width | Nikolay Sturm | |
ok henning, deraadt | |||
2005-08-10 | sync | Henning Brauer | |
2005-08-10 | MyriNet adapter found in the alpha, theo ok | Henning Brauer | |
2005-08-10 | suggested by art, go for it deraadt, ok miod@ | Todd T. Fries | |
remove ECOFF support | |||
2005-08-10 | remove drivers from here. | Alexandre Anriot | |
ok jsg@ deraadt@ | |||
2005-08-10 | do not forget to also add the local roots to the cache. | Joris Vink | |
fixes a segfault in localmode. ok xsa@ | |||
2005-08-10 | style.. | Xavier Santolaria | |
2005-08-10 | Some additional ICH7 bits which aren't strictly necessary to work | Jonathan Gray | |
but are desireable. Tested by Mark Peoples, ok mickey@ | |||
2005-08-10 | Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATURE | Jonathan Gray | |
when listing information about it. ok grange@ | |||
2005-08-10 | - pre-existent -> pre-existing | Niall O'Higgins | |
ok jmc@ | |||
2005-08-10 | kill spaces OK deraadt@ | Claudio Jeker | |
2005-08-10 | .Xr cvswrappers(5); | Xavier Santolaria | |
2005-08-10 | fgets() expects the 2nd arg to be an int. OK jfb@ joris@. | Xavier Santolaria | |
2005-08-10 | typo | Marc Espie | |
2005-08-10 | Propogate server's leap indicator flags to clients; ok henning@ | Darren Tucker | |
2005-08-10 | add lmtemp(4) and viasio(4). | Alexandre Anriot | |
ok grange@ | |||
2005-08-10 | record unsafe operations in a journal, so that we can give a much | Marc Espie | |
more specific message than `package XXX contains unsafe operations'. | |||
2005-08-10 | bug fix: if default is not available, do not push it for installation. | Marc Espie | |
2005-08-10 | use the appropriate flags to scsi_scsi_cmd during autoconf so we dont spin | David Gwynne | |
forever on mp kernels problem reported by matthieu baptiste | |||
2005-08-10 | - comapared -> compared | Jason McIntyre | |
- correct word order - grammar | |||
2005-08-10 | although groff understands `.Ar bob )', it does not understand `.Ar ( bob', | Jason McIntyre | |
so mark up the opening bracket with .Pf; remove non- -mdoc .br; | |||
2005-08-10 | - typo | Jason McIntyre | |
- generate a backslash using `\e', not `\\' | |||
2005-08-10 | Add an additional media subtype IFM_TDM_E1_G704_CRC4 for TDM interfaces. | Claudio Jeker | |
This makes it possible to distinguish between E1 G.704 mode with and without CRC4 checksum. Also add an operating mode IFM_TDM_MASTER to specify that the card has to provide the clock source for the line. OK deraadt@ canacar@ | |||
2005-08-10 | Pass the correct peer to rde_apply_set(). rde_apply_set() needs to know | Claudio Jeker | |
the peer where the prefix came from so that prepend-neighbor works. Extend rde_filter() and make sure that the correct peer is passed. Until now most cases resulted in a NULL peer causing a nasty crash that was found by David Ulevitch. OK henning@ | |||
2005-08-10 | use correct return code where we exit(); | Xavier Santolaria | |
2005-08-10 | add global -w option and document it; ok jmc joris | Xavier Santolaria | |
2005-08-10 | use correct return codes when we exit(); ok joris | Xavier Santolaria | |
2005-08-10 | macro, capitalization, and layout improvements | Jared Yanovich | |
2005-08-10 | typo, ablt -> able | Brad Smith | |
2005-08-10 | grammar; ok jmc | Jared Yanovich | |
2005-08-10 | - sys/mount.h wants sys/param.h | Jared Yanovich | |
- path can also cause EFAULT ok jmc |