Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-09 | typo | Jun-ichiro itojun Hagino | |
2002-06-09 | convert sleep() calls to tsleep(). | Miod Vallat | |
2002-06-09 | Use sysctl for mbstat | Angelos D. Keromytis | |
2002-06-09 | spelling; moritz@jodeit.org | Theo de Raadt | |
2002-06-09 | Begin some sysctl-ization. | Angelos D. Keromytis | |
2002-06-09 | force FDDI link MTU be FDDI IPv4 MTU. PR 2714. jason ok | Jun-ichiro itojun Hagino | |
2002-06-09 | spelling; moritz@jodeit.org | Theo de Raadt | |
2002-06-09 | don't go further on stripped binaries; been in my tree for ever. | Federico G. Schwindt | |
2002-06-09 | This commit commit commit without testing has to STOP. BE CAREFUL. | Theo de Raadt | |
2002-06-09 | Print message for kern.mbstat (to use netstat) | Angelos D. Keromytis | |
2002-06-09 | M_TCPV4_CSUM_OUT=0x0002 not 0x2002 | Mike Frantzen | |
ok angelos@ | |||
2002-06-09 | uncommit, broken (by corrupt diff) | Philipp Buehler | |
2002-06-09 | no \n for syslog(); ok deraadt | Peter Valchev | |
2002-06-09 | Use LIST_FOREACH. | Artur Grabowski | |
2002-06-09 | some knf. | Federico G. Schwindt | |
2002-06-09 | Document kern.mbstat | Angelos D. Keromytis | |
2002-06-09 | abort() - > fatal() | Markus Friedl | |
2002-06-09 | Document KERN_MBSTAT | Angelos D. Keromytis | |
2002-06-09 | KERN_MBSTAT | Angelos D. Keromytis | |
2002-06-09 | Add KERN_MBSTAT | Angelos D. Keromytis | |
2002-06-09 | Mark attr payload as handled. Also make sure the correct payload | Hakan Olsson | |
length is returned. | |||
2002-06-09 | sort .Xr | Hans Insulander | |
2002-06-09 | Comment out currently-unused code (it's there for the ethernet-ipsec | Angelos D. Keromytis | |
cards, none of which we support at the moment). | |||
2002-06-09 | Cleanup | Hans Insulander | |
2002-06-09 | remove the `real' Id string in generated output, keeps conflicts down | Todd T. Fries | |
miod@ ok, requested a long time ago by misc | |||
2002-06-09 | allow numeric group ID (group ID appear in /etc/passwd, but not in /etc/group) | Jun-ichiro itojun Hagino | |
niels ok | |||
2002-06-09 | bit of KNF | Theo de Raadt | |
2002-06-09 | add PCITAG_BUS/DEV/FUNC for decoding PCI tags | Jason Wright | |
2002-06-09 | knf/cleanup/dead code removal. | Dale Rahn | |
2002-06-09 | Standardization -- s/tdb/TDB/ and various dup expansions. | Jason Peel | |
ok aaron@ | |||
2002-06-09 | some misc cleanup | Theo de Raadt | |
2002-06-09 | Cleanup | Hans Insulander | |
2002-06-09 | new file sys/net/pf_ioctl.c | Philipp Buehler | |
functions moved from pf.c to there ok dhartmei@, frantzen@ testing myself + henning@, kernel & userland utils fine | |||
2002-06-09 | sync | Theo de Raadt | |
2002-06-09 | Convert remaining K&R function headers to ANSI | Todd C. Miller | |
2002-06-09 | more arpcom ->sc_arpcom missing. | Dale Rahn | |
2002-06-09 | o Kill "garbage" global (unused) | Todd C. Miller | |
o Kill "rank" global (doesn't need to be global) o Make inform() static (local to displayq.c) o Pass in rank to inform() based on index within sorted mtime array o Simplify compar() | |||
2002-06-09 | make gem compile, arpcom is sc_arpcom. | Dale Rahn | |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries | |
'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@ | |||
2002-06-09 | A little more cleanup | Hans Insulander | |
- start a sentance with a capital letter - small grammar fixes - typos | |||
2002-06-09 | replace epsetfilter() / epsetmedia() with epinit() and only if the | Federico G. Schwindt | |
interface is up. same behavior, plus will reload the mac address. tested by aaron@ and henning@ | |||
2002-06-09 | Add regression tests for rdr list processing | Kjell Wooding | |
2002-06-09 | an agr(0) was overwriting the saved r18, fix that | Michael Shalayeff | |
2002-06-09 | Add list parsing in RDR rules: e.g. | Kjell Wooding | |
rdr on $IFLIST proto tcp from $SRC_LIST to $DST_LIST port 21 \ -> 127.0.0.1 port 8021 ok dhartmei@ | |||
2002-06-09 | document | Todd T. Fries | |
2002-06-09 | provide '-p <pid>' (process attach); thanks to | Todd T. Fries | |
Jean-Francois Brousseau <krapht@secureops.com> | |||
2002-06-09 | strlcpy fix, PR 2727 | Jun-ichiro itojun Hagino | |
2002-06-09 | strlcpy fix, PR 2727 | Jun-ichiro itojun Hagino | |
2002-06-09 | strlcpy fix, PR 2727 | Jun-ichiro itojun Hagino | |
2002-06-09 | fix resuming the eso through the powerhook; from marius aamodt eriksen ↵ | Michael Shalayeff | |
<marius@gone.crockster.net> via pr2704; from the #40 train |