Age | Commit message (Expand) | Author |
2008-12-16 | Use macros from route.h when mapping route priorities to names; the | Stuart Henderson |
2008-12-15 | Reflect kernel changes. Labels are no more per link unique | Michele Marchetto |
2008-12-15 | remove unused vars; damien@ ok. | Federico G. Schwindt |
2008-12-12 | ifconfig(8) part to make it possible to set an interface priority. | Claudio Jeker |
2008-12-12 | Use the hdrlen to skip over the header and to the sockaddrs instead of the | Claudio Jeker |
2008-12-07 | clean up find_bounds(), no binary change; 'dead initialisation' llvm/clang; ... | Constantine A. Murenin |
2008-12-07 | fix an 11-year-old typo in an if statement; 'null dereference' llvm/clang; ... | Constantine A. Murenin |
2008-12-01 | Back out previous; it broke specifying paritions sizes with decimals, | Ray Lai |
2008-12-01 | Check for invalid integers passed getuint(); instead of getuint() | Ray Lai |
2008-11-29 | Explain how /32 changes the address type to IPV4_ADDR_SUBNET. From Mitja | Hans-Joerg Hoexer |
2008-11-28 | Make growfs refuse to run on a dirty filesystem, and set the filesystem to | Chris Kuethe |
2008-11-24 | remove trailing "\n" from errx() | Kevin Steves |
2008-11-17 | Fix printing of partner link aggregation group ID. | Marco Pfatschbacher |
2008-11-14 | When parsing v4 addresses mark them as network addresses | Hans-Joerg Hoexer |
2008-11-14 | when describing options that can be passed to mount: | Jason McIntyre |
2008-11-11 | Use rfc2409 conform notification message when client identities are | Hans-Joerg Hoexer |
2008-11-09 | add missing header needed by getpagesize(). | Charles Longeau |
2008-11-08 | Document the ddb.trigger sysctl. | Chris Kuethe |
2008-11-06 | Have called pass pagesize into FS_KERNMAXFILESIZE(), because there is no | Theo de Raadt |
2008-11-02 | check for the maximum file size to avoid some out-of-bounds accesses; | Otto Moerbeek |
2008-10-22 | log pcap stats upon SIGUSR1; ok canacar | Henning Brauer |
2008-10-21 | do not listen on tentative (during DAD), duplicated (after DAD) or | Markus Friedl |
2008-10-20 | add an example of how to scan for wireless networks, since it is not | Jason McIntyre |
2008-10-17 | init bufdata to NULL for when compiled without KVM support | Theo de Raadt |
2008-10-17 | findeol() fix from pfctl | Henning Brauer |
2008-10-17 | in findeol(), do not skip the pushback buffer. fixes PR 5952 by sthen@ and | Henning Brauer |
2008-10-05 | - talk about the "client configuration script" consistenly | Jason McIntyre |
2008-10-05 | Oops. Missed one typo jmc@ spotted. | Kenneth R Westerback |
2008-10-05 | Clarify discussion of option modifiers. They only affect values passed | Kenneth R Westerback |
2008-10-02 | implement "set state-defaults X", where X is a list of state options as | Henning Brauer |
2008-09-30 | compress powersleep commands into one; ok damien | Theo de Raadt |
2008-09-24 | remove duplicate command; | Jason McIntyre |
2008-09-15 | Mask rtm->rtm_priority with RTP_MASK before printing so that the priority is | Claudio Jeker |
2008-09-10 | sync synopsis and usage; documentation tweaks. | Igor Sobrado |
2008-09-10 | some pflow tweaks; | Jason McIntyre |
2008-09-10 | do not try to print $$ when it has not been set | Theo de Raadt |
2008-09-09 | fix printing by group name (eg. ifconfig em), do not abort in the | Reyk Floeter |
2008-09-09 | document pflow stuff, Joerg Goltermann <jg@osn.de> with some changes by me | Henning Brauer |
2008-09-09 | welcome pflow(4), a netflow v5 compatible flow export interface. | Henning Brauer |
2008-09-07 | update wireless synopsis too: nwid requires an argument, chan does not; | Jason McIntyre |
2008-09-07 | nwid requires an arg; ok deraadt | Jason McIntyre |
2008-09-07 | - say what "media" w/o args does | Jason McIntyre |
2008-09-07 | Allow some set-style commands to have zero arguments. If there is an | Theo de Raadt |
2008-09-06 | adapt to API changes in OpenSSL 0.9.8h | Damien Miller |
2008-09-06 | adapt to sha2(3) API changes; ok millert@ | Damien Miller |
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 | Missing break in case statement. | Jonathan Gray |
2008-09-02 | devname -> devicename to prevent shadowing devname(3); ok marco@ | Darren Tucker |
2008-08-31 | avoid line wrap in usage() output; | Jason McIntyre |