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