summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-27Kill dead code after fatal(); ok djm@Darren Tucker
2004-05-26typosPedro Martelletto
2004-05-26missing freeaddrinfo; Andrey MatveevMarkus Friedl
2004-05-26use sa_family not inp; netbsd merge error; ok dhartmeiMarkus Friedl
2004-05-26add Sitecom usb-serial (CN104)Markus Friedl
2004-05-26add Sitecom usb-serial (CN104)Markus Friedl
2004-05-26syncMarkus Friedl
2004-05-26sitecom serial adapterMarkus Friedl
2004-05-26do not leak fd on error path.Hans-Joerg Hoexer
ok ho@
2004-05-26put RAID in the headingTheo de Raadt
2004-05-26Define correct EOF and EOL characters in the default firmware termiosMiod Vallat
structure.
2004-05-26Use physical addresses as seen in the A24 MVME332XT address space, thisMiod Vallat
allows the driver to really don't care about its VME address and simplifies some code.
2004-05-26neede for dhared libsMichael Shalayeff
2004-05-26use ETHER_ALIGNBrad Smith
2004-05-26better code for calling ctorsMichael Shalayeff
2004-05-26allow md makefile to supply LDADD; drahn@ okMichael Shalayeff
2004-05-26call ctors after debugging has been setup; drahn@ okMichael Shalayeff
2004-05-26if one process is killed, kill the other ourself; various okTheo de Raadt
2004-05-26Send out a random 64-bit number as our transmit time. The NTPJakob Schlyter
server will copy said number into the originate field on the response that it sends us. This is totally legal per the SNTP spec. The impact of this is two fold: we no longer send out the current system time for the world to see (which may aid an attacker), and it gives us a (not very secure) way of knowing that we're not getting spoofed by an attacker that can't capture our traffic but can spoof packets from the NTP server we're communicating with. code by Alexander Guy. ok deraadt@
2004-05-26Better message if interface is not available. Hint from Daniel Polak.Otto Moerbeek
ok henning@ jmc@
2004-05-26Mention ppp(8) in addition to pppoe(8). Prompted by Daniel Polak.Otto Moerbeek
ok henning@ jmc@
2004-05-26Document 'perl modbuild' style for p5-Module-BuildMathieu Sauve-Frankel
ok sturm@
2004-05-26add margin when formatting w/ -Tascii;Jason McIntyre
2004-05-26- clarify header locationsJason McIntyre
- sync header description w/ reality - better macro usage - update descriptions - document FS_* mount flags all from jared yanovich; help/editing/ok tedu@
2004-05-26exit -> _exit in forked child on error; from andrushock AT korovino.netDamien Miller
2004-05-26rehab the locator index crack monkeysTheo de Raadt
2004-05-25include hostname in memory buffered logs, spotted byDamien Miller
ssurdock AT engineered-net.com; ok deraadt@
2004-05-25replace obsolete references to bootpd(8) and bootptab(5) w/ dhcpd(8);Jason McIntyre
from jared yanovich;
2004-05-25catcher ptr can be a plabel -- handle that in sigcodeMichael Shalayeff
2004-05-25spacesTheo de Raadt
2004-05-25md parts for hppaMichael Shalayeff
2004-05-25provide one version of _dl_bcopy instead of copy in every arch; drahn@ okMichael Shalayeff
2004-05-25Make bpp_send() return the packet error code when invoked with NOWAIT.Miod Vallat
2004-05-25Make this driver aware of non-1:1 mappings.Miod Vallat
This currently mimcs the existing code, which can be cleaned up further.
2004-05-25use md hook for calling init/fini if defined; only say running ctors/dtors ↵Michael Shalayeff
if they are there; drahn@ ok
2004-05-25enable rl; works according to kent@ripco.comTheo de Raadt
2004-05-25PICy stuffMichael Shalayeff
2004-05-25provide a way data plt prepending got; drahn@ okMichael Shalayeff
2004-05-25kill whitespace;Jason McIntyre
2004-05-25.Xr pgrep(1) and pkill(1);Jason McIntyre
stolen directly from Garance A Drosehn's -r1.78 FreeBSD commit;
2004-05-25name parameters for built-ins, so that we get less awkward phrasing.Marc Espie
Leave out the changed description of changecom/changequote for later.
2004-05-25typo from jared yanovich;Jason McIntyre
2004-05-25return object* the symbol is in for _dl_find_symbol*; drahn@ okMichael Shalayeff
2004-05-25handle interface removals gracefully. reported by Oliver J. MoraisCan Erkin Acar
ok henning@, tedu@
2004-05-25Return buffered packets when reading from a bpf descriptor and theCan Erkin Acar
interface is detached, and wakeup any polling processes when the bpf descriptor is closed. ok henning@, tedu@
2004-05-25SNTP is RFC2030Jakob Schlyter
2004-05-25spacingTheo de Raadt
2004-05-25SNTP is RFC 2030Jakob Schlyter
2004-05-25Attach scsi bus, find devices without crashing, successfully do simpleKenneth R Westerback
i/o's on i386. De-static many functions. ok marco@
2004-05-25tun interface is stored in /var/run/cuaXX.if, not /var/run/ttyXX.if;Jason McIntyre