Age | Commit message (Expand) | Author |
2004-06-22 | connect ntpd | Henning Brauer |
2004-06-22 | Change login->username, will prevent -Wshadow errors in Portable; ok markus@ | Darren Tucker |
2004-06-22 | Turn m88k_protection() into a macro again, compensating for 88110 | Miod Vallat |
2004-06-22 | After 88110 exception processing, do not reset the in-frame [di][lp]ar | Miod Vallat |
2004-06-22 | On 88110, simplify enip processing: | Miod Vallat |
2004-06-22 | Unbreak previous commit ok markus@ | Can Erkin Acar |
2004-06-22 | Do not access [id][pl]ar registers from C code - we only care about their | Miod Vallat |
2004-06-22 | sync with lynx 2.8.5.rel2 which fixes a few minor bugs (null pointer checks, | Anil Madhavapeddy |
2004-06-22 | trim some other-os build stuff that crept in | Anil Madhavapeddy |
2004-06-22 | Add a new "filter drop" flag to bpf and related ioclts. | Can Erkin Acar |
2004-06-22 | update to lynx 2.8.5rel.1 | Anil Madhavapeddy |
2004-06-22 | The NAT-T drafts suggest we should drop incoming messages arriving on | Hakan Olsson |
2004-06-22 | Templates with unknown AS where always configured as ebgp peers even if | Claudio Jeker |
2004-06-22 | In draft-ietf-ipsec-nat-t-ike-01,02,03, NAT-D is payload 130. Rewrite a bit | Hakan Olsson |
2004-06-22 | Recognize NAT-T Keepalive packets. markus@ ok. | Hakan Olsson |
2004-06-22 | so we call realloc() on our pollfd array and the peer_l one when they shrunk | Henning Brauer |
2004-06-22 | use snprintf(3) instead of home-grown glue_strings() function | Anil Madhavapeddy |
2004-06-22 | more portable env passing tests | Markus Friedl |
2004-06-22 | Add ipsec-nat-t at port 4500 | Hakan Olsson |
2004-06-22 | Don't use time-based random number generation | Thorsten Lockert |
2004-06-22 | acg.cg_nextfreeoff is already relative to &acg so don't subtract | Todd C. Miller |
2004-06-22 | Make the `filename' parameter to HASHFile() and HASHFileChunk() const | Jean-Francois Brousseau |
2004-06-22 | do not exit on RTM_DELADDR, dhclient can cause this itself under some rare | Henning Brauer |
2004-06-22 | Switch amd64 to __HAVE_CPUINFO | Artur Grabowski |
2004-06-22 | don't show .files by default in ls, add -a option to turn them back on; | Damien Miller |
2004-06-22 | handle interface removals in the poll loop. ok henning@ | Can Erkin Acar |
2004-06-22 | sync | Theo de Raadt |
2004-06-22 | Add additional retries in TUR to allow for tape devices to settle after a reset. | Marco Peereboom |
2004-06-22 | Add additional retries in TUR to allow for tape devices to settle after a reset. | Marco Peereboom |
2004-06-22 | introduce the new xetc set. ok deraadt@, miod@, krw@. | Matthieu Herrb |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-21 | When in_ifinit fails and we've created a new address, clean it up before | Ryan Thomas McBride |
2004-06-21 | Describe the [Default]:NAT-T-Keepalive configuration parameter. | Hakan Olsson |
2004-06-21 | Make printing of 802.11 fields consistent with the rest by printing | Todd C. Miller |
2004-06-21 | Enable NAT-T support. | Hakan Olsson |
2004-06-21 | Implement NAT-T keepalive messages. | Hakan Olsson |
2004-06-21 | another errno -> err in a structure. OK deraadt@ | Marco S Hyman |
2004-06-21 | errno -> err in a structure. OK deraadt@ | Marco S Hyman |
2004-06-21 | Put back the moving of schedstate_percpu into sched.h. This time expose | Artur Grabowski |
2004-06-21 | don't send UDP encapsulated packets w/o UDP header if encap is disabled; ok ho@ | Markus Friedl |
2004-06-21 | don't accept SADB_X_EXT_UDPENCAP if encapsulation is disabled; ok ho@ | Markus Friedl |
2004-06-21 | move the IFF_UP check to bpfwrite; ok canacar@ | Markus Friedl |
2004-06-21 | add bounded attribute to some functions. anil tested and ok'ed | Jun-ichiro itojun Hagino |
2004-06-21 | document sort options | Damien Miller |
2004-06-21 | Make 'machine ddbcpu' work, and use CPU device number instead of APIC id | Andreas Gunnarsson |
2004-06-21 | Pure luck has protected us from this bug until now: locore.S | Niklas Hallqvist |
2004-06-21 | prefix ls option flags with LS_ | Damien Miller |
2004-06-21 | introduce sorting for ls, same options as /bin/ls; ok markus@ | Damien Miller |
2004-06-21 | mark fatal and cleanup exit as __dead; ok markus@ | Damien Miller |
2004-06-21 | make test successful even when /etc/services is changed | Jun-ichiro itojun Hagino |