Age | Commit message (Expand) | Author |
2004-01-26 | A few more BUG syscall definitions and structures. Fix (not used yet) | Miod Vallat |
2004-01-26 | no more SIOCGIFCONF any more here either | Henning Brauer |
2004-01-26 | -we don't use SIOCGIFCONF any more, we use getifaddrs(). update comment. | Henning Brauer |
2004-01-26 | print cis information on configured cards as pcmcia(4) does; mentioned by | Federico G. Schwindt |
2004-01-26 | Correct strlcpy bound. | Miod Vallat |
2004-01-26 | knf and cleanup; millert ok | Theo de Raadt |
2004-01-26 | when we error out in send_sa_msg() close the file descriptor. | Henning Brauer |
2004-01-26 | TCP_SIGNATURE enabled by default | Theo de Raadt |
2004-01-26 | Added 2-clause license | Niklas Hallqvist |
2004-01-26 | dataLen should be size_t to match l->len; ok otto@ tedu@ | Todd C. Miller |
2004-01-26 | first cut at tcpmd5 setup seupport from within bgpd. works so far. | Henning Brauer |
2004-01-26 | missing thing from Jared Yanovich; | Jason McIntyre |
2004-01-26 | sync | Theo de Raadt |
2004-01-26 | Bump load address, same as done on macppc last year. | Miod Vallat |
2004-01-26 | Make welcome banner match spamd's (is it chicken or is it fish?). | Todd C. Miller |
2004-01-26 | if one destroy fails, keep trying the others | Theo de Raadt |
2004-01-26 | - use SIOC[GS]WAVELAN. | Federico G. Schwindt |
2004-01-26 | don't create/destroy interfaces in depend or regress | David Krause |
2004-01-26 | add DLT_IEEE802_11 support; from NetBSD. bump minor. | Federico G. Schwindt |
2004-01-26 | sync | Theo de Raadt |
2004-01-26 | having the monotonic thing as DEBUG is not going to get it fixed faster, it i... | Theo de Raadt |
2004-01-25 | install all the catalogs; as cvs forgot to check this file in when those were... | Michael Shalayeff |
2004-01-25 | Do not BAT anything but the kernel for now. | Miod Vallat |
2004-01-25 | Put the msr fiddling in the CTXT macros, and unset PSL_IR and PSL_DR while | Miod Vallat |
2004-01-25 | Be less verbose in sdattach() by suppressing the display of detailed | Kenneth R Westerback |
2004-01-25 | Get rid of ppc_[gs]et_msr(), use ppc_m[ft]msr() instead. | Miod Vallat |
2004-01-25 | Previously, in -w mode, for each match on a line grep would check | Todd C. Miller |
2004-01-25 | Add missing REGRESS_TARGETS for t15 and t16 | Todd C. Miller |
2004-01-25 | Two more tests; based on a failure Matthieu found with my first | Todd C. Miller |
2004-01-25 | private copy of gmt2local from tcpdump, since tcpdump is about to start | Theo de Raadt |
2004-01-25 | according to hauppauge.com, it's spelled Hauppauge | Ted Unangst |
2004-01-25 | sort options and update openssl passwd; | Jason McIntyre |
2004-01-25 | vref device vnodes early, so we don't get mismatched vrele calls. | Ted Unangst |
2004-01-25 | random generation numbers; millert ok | Theo de Raadt |
2004-01-25 | This fix was made WITHOUT RUNNING REGRESS. Henning, you are being | Theo de Raadt |
2004-01-25 | Fix entry point and crtbegin/crtend. slight ok espie millert | Dale Rahn |
2004-01-25 | update .St sections; | Jason McIntyre |
2004-01-25 | Get rid of m88k leftovers. | Miod Vallat |
2004-01-25 | remove old .St standards and my comments; | Jason McIntyre |
2004-01-25 | syncicache() is inline from <machine/cpu.h>, no need for a different version | Miod Vallat |
2004-01-25 | use new .St macro; | Jason McIntyre |
2004-01-25 | Unused. | Miod Vallat |
2004-01-25 | add some missing standards to the .St macro; | Jason McIntyre |
2004-01-25 | Various typos in comments. | Miod Vallat |
2004-01-25 | reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785) | Damien Miller |
2004-01-25 | when dealing with structs in packets, be paranoid in case sometime | Theo de Raadt |
2004-01-25 | knf and cleanup. as well avoid sending out packet information which | Theo de Raadt |
2004-01-25 | sync | Theo de Raadt |
2004-01-25 | Crank SHMMAXPGS to 32mb; OK mickey@ | Todd C. Miller |
2004-01-25 | Use %lu to print u_long values, not %d or %ld. Fixes display of | Kenneth R Westerback |