Age | Commit message (Expand) | Author |
2008-04-18 | remove wparekey from the list of 802.11 ifconfig options. | Damien Bergamini |
2008-04-17 | remove a word i misinterpreted; | Jason McIntyre |
2008-04-16 | mkfifo makes fifos, not directories; from Ben Calvert | Jason McIntyre |
2008-04-16 | - wpa-psk is section 8, not 1 | Jason McIntyre |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2008-04-16 | pass-phrase -> passphrase, in keeping with the rest of the docs; | Jason McIntyre |
2008-04-15 | link wpa-psk(8) to the build | Damien Bergamini |
2008-04-15 | welcome wpa-psk(8). | Damien Bergamini |
2008-04-13 | Redo the '?' output in (E)ditor mode so it uses two columns and once | Kenneth R Westerback |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-04-11 | add support for the "include" directive using code from pfctl/parse.y. | Reyk Floeter |
2008-04-07 | Since Alpha is NUMBOOT=0, no need for #ifdef __alpha__ code inside a | Kenneth R Westerback |
2008-04-07 | Restore boot block (-B) support that was incorrectly deleted during | Kenneth R Westerback |
2008-04-06 | nwflag is never set now that '-r' is no more, so remove it and the warning | Kenneth R Westerback |
2008-04-06 | Remove stray '-r' reference that survived the nuke of -r. | Kenneth R Westerback |
2008-04-06 | Fix logic botch I introduced with r1.123 which effectively disabled | Kenneth R Westerback |
2008-03-29 | fix a free(NULL) in setcarp_nodes(). | Damien Bergamini |
2008-03-26 | zap undocumented 'F' flag; prompted by J.Thornburg. ok millert@ | Otto Moerbeek |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-23 | Remove two stray references to the departed -r argument to disklabel. | Kenneth R Westerback |
2008-03-23 | Nuke disklabel -r. All labels come from the kernel via ioctl. | Kenneth R Westerback |
2008-03-19 | document "netboot" interface group; | Jason McIntyre |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-15 | Fix several CMSG-related bugs. Chaining CMSG's is tricky since you need to | Mark Kettenis |
2008-03-14 | "-Aa" are not required flags; sort synopses; improve description of "-a" | Igor Sobrado |
2008-03-13 | make sure we start 4 servers on udp if called with | Thordur I. Bjornsson |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-03-12 | Code was not passing script exit status; fix with macro. | Hugh Graham |
2008-03-02 | Use a union to ensure alignment of the cmsg. | Hans-Joerg Hoexer |
2008-02-28 | Log an error if a device can not be opened, only log line discipline attachment | Marc Balmer |
2008-02-22 | Support for specifying aes-{128,192,256}. Originial idea by Prabhu | Hans-Joerg Hoexer |
2008-02-18 | adjust width of S column to improve printing of the MBR partition table | Igor Sobrado |
2008-02-17 | Define default configurations for AES-192 and AES-256. From Mitja Muzenic | Hans-Joerg Hoexer |
2008-02-13 | Use HW_PHYSMEM64. | Mark Kettenis |
2008-02-12 | document modifier types; requested by Aurelien | Jason McIntyre |
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre |
2008-02-09 | Adjust type of hw.physmem and hw.usermem; they are 64-bit values now. | Mark Kettenis |
2008-02-09 | Introduce HW_PHYSMEM64 and HW_USERMEM64 sysctls, which don't overflow on | Mark Kettenis |
2008-02-07 | Check reads and lseek correctly for unsigned return; ok krw@ | Ian Darwin |
2008-02-06 | Fix possible memory leaks when sending phase 1 IDs. | Moritz Jodeit |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2008-02-01 | Enable the rest of the filter_opts to be used on anchors. These were accepted | Ryan Thomas McBride |
2008-01-29 | More read/write result checking fixes to avoid unsigned comparisons vs | Kenneth R Westerback |
2008-01-29 | fix race in makefile | Marc Espie |
2008-01-26 | the kids want I/O; | Jason McIntyre |
2008-01-26 | getuint() doesn't use its partno argument. So eliminate it. No | Kenneth R Westerback |
2008-01-26 | Create the automatic tables at the base of the anchor stack rather than | Ryan Thomas McBride |
2008-01-25 | Fix my screwup and don't return NULL from sort_paritions. | Kenneth R Westerback |
2008-01-25 | document maximum partition size; ok jmc@ krw@ | Otto Moerbeek |
2008-01-25 | Get rid of warning when compiling with OPT_DEBUG. | Ryan Thomas McBride |