Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-27 | Kill dead code after fatal(); ok djm@ | Darren Tucker | |
2004-05-26 | typos | Pedro Martelletto | |
2004-05-26 | missing freeaddrinfo; Andrey Matveev | Markus Friedl | |
2004-05-26 | use sa_family not inp; netbsd merge error; ok dhartmei | Markus Friedl | |
2004-05-26 | add Sitecom usb-serial (CN104) | Markus Friedl | |
2004-05-26 | add Sitecom usb-serial (CN104) | Markus Friedl | |
2004-05-26 | sync | Markus Friedl | |
2004-05-26 | sitecom serial adapter | Markus Friedl | |
2004-05-26 | do not leak fd on error path. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-05-26 | put RAID in the heading | Theo de Raadt | |
2004-05-26 | Define correct EOF and EOL characters in the default firmware termios | Miod Vallat | |
structure. | |||
2004-05-26 | Use physical addresses as seen in the A24 MVME332XT address space, this | Miod Vallat | |
allows the driver to really don't care about its VME address and simplifies some code. | |||
2004-05-26 | neede for dhared libs | Michael Shalayeff | |
2004-05-26 | use ETHER_ALIGN | Brad Smith | |
2004-05-26 | better code for calling ctors | Michael Shalayeff | |
2004-05-26 | allow md makefile to supply LDADD; drahn@ ok | Michael Shalayeff | |
2004-05-26 | call ctors after debugging has been setup; drahn@ ok | Michael Shalayeff | |
2004-05-26 | if one process is killed, kill the other ourself; various ok | Theo de Raadt | |
2004-05-26 | Send out a random 64-bit number as our transmit time. The NTP | Jakob 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-26 | Better message if interface is not available. Hint from Daniel Polak. | Otto Moerbeek | |
ok henning@ jmc@ | |||
2004-05-26 | Mention ppp(8) in addition to pppoe(8). Prompted by Daniel Polak. | Otto Moerbeek | |
ok henning@ jmc@ | |||
2004-05-26 | Document 'perl modbuild' style for p5-Module-Build | Mathieu Sauve-Frankel | |
ok sturm@ | |||
2004-05-26 | add margin when formatting w/ -Tascii; | Jason McIntyre | |
2004-05-26 | - clarify header locations | Jason 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-26 | exit -> _exit in forked child on error; from andrushock AT korovino.net | Damien Miller | |
2004-05-26 | rehab the locator index crack monkeys | Theo de Raadt | |
2004-05-25 | include hostname in memory buffered logs, spotted by | Damien Miller | |
ssurdock AT engineered-net.com; ok deraadt@ | |||
2004-05-25 | replace obsolete references to bootpd(8) and bootptab(5) w/ dhcpd(8); | Jason McIntyre | |
from jared yanovich; | |||
2004-05-25 | catcher ptr can be a plabel -- handle that in sigcode | Michael Shalayeff | |
2004-05-25 | spaces | Theo de Raadt | |
2004-05-25 | md parts for hppa | Michael Shalayeff | |
2004-05-25 | provide one version of _dl_bcopy instead of copy in every arch; drahn@ ok | Michael Shalayeff | |
2004-05-25 | Make bpp_send() return the packet error code when invoked with NOWAIT. | Miod Vallat | |
2004-05-25 | Make this driver aware of non-1:1 mappings. | Miod Vallat | |
This currently mimcs the existing code, which can be cleaned up further. | |||
2004-05-25 | use md hook for calling init/fini if defined; only say running ctors/dtors ↵ | Michael Shalayeff | |
if they are there; drahn@ ok | |||
2004-05-25 | enable rl; works according to kent@ripco.com | Theo de Raadt | |
2004-05-25 | PICy stuff | Michael Shalayeff | |
2004-05-25 | provide a way data plt prepending got; drahn@ ok | Michael Shalayeff | |
2004-05-25 | kill 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-25 | name 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-25 | typo from jared yanovich; | Jason McIntyre | |
2004-05-25 | return object* the symbol is in for _dl_find_symbol*; drahn@ ok | Michael Shalayeff | |
2004-05-25 | handle interface removals gracefully. reported by Oliver J. Morais | Can Erkin Acar | |
ok henning@, tedu@ | |||
2004-05-25 | Return buffered packets when reading from a bpf descriptor and the | Can Erkin Acar | |
interface is detached, and wakeup any polling processes when the bpf descriptor is closed. ok henning@, tedu@ | |||
2004-05-25 | SNTP is RFC2030 | Jakob Schlyter | |
2004-05-25 | spacing | Theo de Raadt | |
2004-05-25 | SNTP is RFC 2030 | Jakob Schlyter | |
2004-05-25 | Attach scsi bus, find devices without crashing, successfully do simple | Kenneth R Westerback | |
i/o's on i386. De-static many functions. ok marco@ | |||
2004-05-25 | tun interface is stored in /var/run/cuaXX.if, not /var/run/ttyXX.if; | Jason McIntyre | |