Age | Commit message (Expand) | Author |
2002-06-25 | Add LIBEVENT; pointed out by Brian J. Kifiak | Todd C. Miller |
2002-06-25 | Back out my change to pass in sc_dev.dv_xname to pcmcia_intr_establish(). | Todd C. Miller |
2002-06-25 | display readonly/modified combination just like emacs. | Vincent Labrecque |
2002-06-25 | regression tests for options in pf.conf | Henning Brauer |
2002-06-25 | hooks for options. | Henning Brauer |
2002-06-25 | move pfctl options -t, -m, -O and -l to pf.conf. These are set using the | Henning Brauer |
2002-06-25 | hpux emu is to do; from david krause | Michael Shalayeff |
2002-06-25 | Add RID to get the DBM adjustment factor; imp@freebsd.org | Todd C. Miller |
2002-06-25 | Handle REASREQ packets earlier when processing an association | Todd C. Miller |
2002-06-25 | Forgot variable. | Angelos D. Keromytis |
2002-06-25 | Complete yet more of the c2k2 initiated changes. In this round: | Kenneth R Westerback |
2002-06-25 | Ifdef the function proto as well. | Angelos D. Keromytis |
2002-06-25 | Make udp_input() a bit more readable by farming out the IPsec input | Angelos D. Keromytis |
2002-06-25 | Handle correctly return values from xf_input methods --- since the | Angelos D. Keromytis |
2002-06-24 | skip routing table lookup if multicasting/broadcasting and the outgoing | Jun-ichiro itojun Hagino |
2002-06-24 | Provide dummy d_kqfilter() routine so that this compiles, until this driver | Miod Vallat |
2002-06-24 | opcode aliases, mostly taken from recent binutils. | Marc Espie |
2002-06-24 | move cdev_decl() for usb devices into one place. | Michael Shalayeff |
2002-06-24 | Properly install links for debug libraries; ok deraadt@ | Thorsten Lockert |
2002-06-24 | oops. don't initialize wi_flags and wi_hostap_info here; fixes sparc. | Federico G. Schwindt |
2002-06-24 | explicit (u_int) for uid and gid | Theo de Raadt |
2002-06-24 | KERN_POOL_POOL, not KERN_POOL_NPOOLS --- I wonder how this was not | Angelos D. Keromytis |
2002-06-24 | sort out the yemen's history a bit (with spelling corrections!). | Michael Shalayeff |
2002-06-24 | printf type pedant | Jun-ichiro itojun Hagino |
2002-06-24 | cat to (void) when output from buffer_get_X is ignored | Markus Friedl |
2002-06-24 | move channel counter to u_int | Markus Friedl |
2002-06-24 | the socket name contains ssh-agent's ppid; via mpech@ from form@ | Markus Friedl |
2002-06-24 | clean copy.[12]. | Wilbern Cobb |
2002-06-24 | prevent potential unaligned access error; ok espie@, pval@ | Christian Weisgerber |
2002-06-24 | scrub on <if> works now, update regress tests. | Daniel Hartmeier |
2002-06-24 | Redo the logic of reading of proc arguments to be more readable. | Artur Grabowski |
2002-06-24 | Use interface when specified in scrub rule. No support for ! or {} yet. | Daniel Hartmeier |
2002-06-24 | Add xfs device; seems to work. | Hugh Graham |
2002-06-24 | hello missing cdevsw entries | Hugh Graham |
2002-06-24 | Fix more example rules | Daniel Hartmeier |
2002-06-24 | Fix more example rules | Daniel Hartmeier |
2002-06-24 | When the man page contains such obvious stupid TRIVIAL bugs as this | Theo de Raadt |
2002-06-24 | "quick log" -> "log quick" in example rules, from Rudolfo Munguia | Daniel Hartmeier |
2002-06-24 | correct ftp relay functionality. | Jun-ichiro itojun Hagino |
2002-06-24 | KNF | Jun-ichiro itojun Hagino |
2002-06-23 | g/c last remains of old ipv6 prefix management | Jun-ichiro itojun Hagino |
2002-06-23 | committed by mistake | Jun-ichiro itojun Hagino |
2002-06-23 | make CAPS_IS_CONTROL a default. pvalchev ok | Jun-ichiro itojun Hagino |
2002-06-23 | initialize some variables. | Wilbern Cobb |
2002-06-23 | tcode is u_int | Markus Friedl |
2002-06-23 | packet_get_int() returns unsigned for reason & seqnr | Theo de Raadt |
2002-06-23 | display, screen, row, col, xpixel, ypixel are u_int; markus ok | Theo de Raadt |
2002-06-23 | KNF | Theo de Raadt |
2002-06-23 | compression_level is u_int | Theo de Raadt |
2002-06-23 | Fix pthread floatting point preemption test and enable it. Next | Marco S Hyman |