summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-04mostly cosmetic.Damien Bergamini
2008-09-04+awk does not support {n,m} pattern matchingJason McIntyre
2008-09-04- make -ln and -nl combinations behave identically. currently -l overrides -n.Jason McIntyre
2008-09-04- document DIOCKILLSRCNODES; requested by Johan StromJason McIntyre
2008-09-04Use & not && to mask bits.Jonathan Gray
2008-09-04Check for the correct ioctl failure case and reflect thatJonathan Gray
2008-09-04Change ISO generation to use the new -t option for vnconfig.Joel Sing
2008-09-03Replace -s (sector size) option with more general -t (disktype)Kenneth R Westerback
2008-09-03Start with a max size tape buffer rather than one 1/2 the max (i.e.Kenneth R Westerback
2008-09-03Provide our own calloc() since we provide our own malloc(), otherwise we won'tMiod Vallat
2008-09-03third parameter of ieee80211_get_assoc_req() is a management frameDamien Bergamini
2008-09-03(Re)Association requests should contain a QoS Capability element,Damien Bergamini
2008-09-03redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE inDamien Bergamini
2008-09-03In dc_setcfg() suppress printing a warning when forcing the receiverBrad Smith
2008-09-03remove now obsolete calloc implementation; prompted by miodOtto Moerbeek
2008-09-03regenStuart Henderson
2008-09-03housekeeping:Stuart Henderson
2008-09-03Missing breaks.Jonathan Gray
2008-09-03before linking state keys compare them to verify they actually are theHenning Brauer
2008-09-03do not set the pkthdr mbuf state key pointer to the state key saved in theHenning Brauer
2008-09-03Use & not && when masking bits.Jonathan Gray
2008-09-03Missing break in case statement.Jonathan Gray
2008-09-03; -> : in getopt optstring.Jonathan Gray
2008-09-03Missing break in case statement.Jonathan Gray
2008-09-03Remove dead code: ip6_copypktopts() is not used anywhere.Marco Pfatschbacher
2008-09-03Prevent a possible overflow when the sum of all demotion countersMarco Pfatschbacher
2008-09-02devname -> devicename to prevent shadowing devname(3); ok marco@Darren Tucker
2008-09-02remove last bits of MALLOC/FREECharles Longeau
2008-09-02If we need a physical hardware status page, initialise it at device attachOwain Ainsworth
2008-09-02Track progress inside of batchbuffers so we know the hardware isn'tOwain Ainsworth
2008-09-02If the image size is known to be too big, print out the sizes.Dale Rahn
2008-09-02remove dead stores and newly created unused variables.Charles Longeau
2008-09-02syncTheo de Raadt
2008-09-02fix builds for when obj/ presentDamien Miller
2008-09-02- make sure they are no sendmail leftovers in src when sysmerge stopsAntoine Jacoutot
2008-09-02missing break;Jonathan Gray
2008-09-02Install in the correct directory with NOMAN set. Based on makewhatisDale Rahn
2008-09-02detypedef some more. No functional change.Owain Ainsworth
2008-09-02be more careful in checking disk space; ok millertTheo de Raadt
2008-09-02Use the installed version of tic instead of the newly built version,Dale Rahn
2008-09-01Display direction In/Out/Any for rule display, not just In/Out.Stuart Henderson
2008-09-01use C99 style struct initializer instead of GCC specific one (from NetBSD).Damien Bergamini
2008-09-01add ic_tid_noack bitmap to indicate a per-TID ACK policy (1=no ack,Damien Bergamini
2008-09-01extend ieee80211_classify() to extract DSCP field from IPv6 packets too.Damien Bergamini
2008-09-01rework previously unused ieee80211_pwrsave() function, call it fromDamien Bergamini
2008-09-01avoid loosing return value from copyin, and properly return it.Charles Longeau
2008-09-01fix null dereference.Charles Longeau
2008-09-01convert a tsleep back to msleep that got lost in a previous upstream merge.Owain Ainsworth
2008-09-01Add Interrupt mitigation for the i9XX user_irq, should save a bit of power;Owain Ainsworth
2008-09-01Avoid #pragma pack(1) and unify everything towards using __packed.Theo de Raadt