summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-09typoJun-ichiro itojun Hagino
2002-06-09convert sleep() calls to tsleep().Miod Vallat
2002-06-09Use sysctl for mbstatAngelos D. Keromytis
2002-06-09spelling; moritz@jodeit.orgTheo de Raadt
2002-06-09Begin some sysctl-ization.Angelos D. Keromytis
2002-06-09force FDDI link MTU be FDDI IPv4 MTU. PR 2714. jason okJun-ichiro itojun Hagino
2002-06-09spelling; moritz@jodeit.orgTheo de Raadt
2002-06-09don't go further on stripped binaries; been in my tree for ever.Federico G. Schwindt
2002-06-09This commit commit commit without testing has to STOP. BE CAREFUL.Theo de Raadt
2002-06-09Print message for kern.mbstat (to use netstat)Angelos D. Keromytis
2002-06-09M_TCPV4_CSUM_OUT=0x0002 not 0x2002Mike Frantzen
ok angelos@
2002-06-09uncommit, broken (by corrupt diff)Philipp Buehler
2002-06-09no \n for syslog(); ok deraadtPeter Valchev
2002-06-09Use LIST_FOREACH.Artur Grabowski
2002-06-09some knf.Federico G. Schwindt
2002-06-09Document kern.mbstatAngelos D. Keromytis
2002-06-09abort() - > fatal()Markus Friedl
2002-06-09Document KERN_MBSTATAngelos D. Keromytis
2002-06-09KERN_MBSTATAngelos D. Keromytis
2002-06-09Add KERN_MBSTATAngelos D. Keromytis
2002-06-09Mark attr payload as handled. Also make sure the correct payloadHakan Olsson
length is returned.
2002-06-09sort .XrHans Insulander
2002-06-09Comment out currently-unused code (it's there for the ethernet-ipsecAngelos D. Keromytis
cards, none of which we support at the moment).
2002-06-09CleanupHans Insulander
2002-06-09remove the `real' Id string in generated output, keeps conflicts downTodd T. Fries
miod@ ok, requested a long time ago by misc
2002-06-09allow numeric group ID (group ID appear in /etc/passwd, but not in /etc/group)Jun-ichiro itojun Hagino
niels ok
2002-06-09bit of KNFTheo de Raadt
2002-06-09add PCITAG_BUS/DEV/FUNC for decoding PCI tagsJason Wright
2002-06-09knf/cleanup/dead code removal.Dale Rahn
2002-06-09Standardization -- s/tdb/TDB/ and various dup expansions.Jason Peel
ok aaron@
2002-06-09some misc cleanupTheo de Raadt
2002-06-09CleanupHans Insulander
2002-06-09new file sys/net/pf_ioctl.cPhilipp Buehler
functions moved from pf.c to there ok dhartmei@, frantzen@ testing myself + henning@, kernel & userland utils fine
2002-06-09syncTheo de Raadt
2002-06-09Convert remaining K&R function headers to ANSITodd C. Miller
2002-06-09more arpcom ->sc_arpcom missing.Dale Rahn
2002-06-09o 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-09make gem compile, arpcom is sc_arpcom.Dale Rahn
2002-06-09a step towards consistancy; in general:Todd T. Fries
'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@
2002-06-09A little more cleanupHans Insulander
- start a sentance with a capital letter - small grammar fixes - typos
2002-06-09replace epsetfilter() / epsetmedia() with epinit() and only if theFederico G. Schwindt
interface is up. same behavior, plus will reload the mac address. tested by aaron@ and henning@
2002-06-09Add regression tests for rdr list processingKjell Wooding
2002-06-09an agr(0) was overwriting the saved r18, fix thatMichael Shalayeff
2002-06-09Add 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-09documentTodd T. Fries
2002-06-09provide '-p <pid>' (process attach); thanks toTodd T. Fries
Jean-Francois Brousseau <krapht@secureops.com>
2002-06-09strlcpy fix, PR 2727Jun-ichiro itojun Hagino
2002-06-09strlcpy fix, PR 2727Jun-ichiro itojun Hagino
2002-06-09strlcpy fix, PR 2727Jun-ichiro itojun Hagino
2002-06-09fix resuming the eso through the powerhook; from marius aamodt eriksen ↵Michael Shalayeff
<marius@gone.crockster.net> via pr2704; from the #40 train