Age | Commit message (Expand) | Author |
2002-12-08 | strncpy is evil. | Henning Brauer |
2002-12-08 | GNU semantics say that if optstring begins with '-' then | Todd C. Miller |
2002-12-08 | getopt returns -1, not EOF | Todd C. Miller |
2002-12-08 | grop long option names, like gzip. | Michael Shalayeff |
2002-12-08 | mirroring is raid1, from Shane J Pearson <shane@flashbsd.net> | Michael Shalayeff |
2002-12-08 | compile non-DIAGNOSTIC kernels | Theo de Raadt |
2002-12-08 | BSD getopt() supports '-' in the optstring so we should too. | Todd C. Miller |
2002-12-08 | sync; ok deraadt | Peter Valchev |
2002-12-08 | No need to try and catch "--" by hand, getopt() does it for us. | Todd C. Miller |
2002-12-08 | Avoid setting optind to 0; drahn@ OK | Todd C. Miller |
2002-12-08 | - Use LIST_ macros. | Artur Grabowski |
2002-12-08 | - Lock the timeout wheel after the diagnostic checks. | Artur Grabowski |
2002-12-08 | comment out bogus portion of test until I figure | Marco S Hyman |
2002-12-08 | remove unused data member from pthread_cond. | Marco S Hyman |
2002-12-08 | Avoid using "optind = 0" since its meaning to getopt() is implementation | Todd C. Miller |
2002-12-08 | test options on altq and queue rules in fancy order | Henning Brauer |
2002-12-08 | scheduler keyword dies | Theo de Raadt |
2002-12-08 | adjust after syntax change | Henning Brauer |
2002-12-08 | allow flexible options order like Theo did for rules. | Henning Brauer |
2002-12-08 | BNF improvement: show that queue options are now flexible | Theo de Raadt |
2002-12-07 | regress test anchor syntax | Daniel Hartmeier |
2002-12-07 | fromto is optional now, "from any to any" equals "all" equals omitted. | Daniel Hartmeier |
2002-12-07 | Support parameters in anchor rules. Allows conditional evaluation, like: | Daniel Hartmeier |
2002-12-07 | Backout unrelated changes in last commit | Todd C. Miller |
2002-12-07 | Kill '-a otp' flag. Our login(5) doesn't support this option and on OpenBSD | Todd C. Miller |
2002-12-07 | repair BNF to show that filter-opts can now be flexibly ordered a | Theo de Raadt |
2002-12-07 | Repair -a flag parsing which I broke in revision 1.47. | Todd C. Miller |
2002-12-07 | Only use "ASPICFLAG=-k" a.out assembler, not binutils. | Todd C. Miller |
2002-12-07 | more KNF | Henning Brauer |
2002-12-07 | KNF | Henning Brauer |
2002-12-07 | now that we use the MTU from the interface instead of assuming 1500 the | Henning Brauer |
2002-12-07 | TAILQ_INSERT_TAIL instead of TAILQ_INSERT_HEAD. Makes addresses print | Ryan Thomas McBride |
2002-12-07 | Treat EPIPE writing to the terminal the same as SIGQUIT from the user. | Todd C. Miller |
2002-12-07 | shadow cleanup | Henning Brauer |
2002-12-07 | Use `hostname` not `hostname -s` in subject for consistency with | Todd C. Miller |
2002-12-07 | kill an unused param to lungetc | Henning Brauer |
2002-12-07 | Add test for fix in revision 1.5 of getopt_long.c | Todd C. Miller |
2002-12-07 | KNF | Henning Brauer |
2002-12-07 | Fix pasto in last commit. | Todd C. Miller |
2002-12-07 | For getopt_long_only() we *do* want to match single-character options | Todd C. Miller |
2002-12-07 | get the interface's MTU instead of assuming 1500 | Henning Brauer |
2002-12-07 | match regression test with changes to internal byte order of string based | Ryan Thomas McBride |
2002-12-07 | Convert the hash of a string key to network byte order. Makes regression | Ryan Thomas McBride |
2002-12-07 | typo, henning ok | Anil Madhavapeddy |
2002-12-07 | document ALL the args to TAILQ_FOREACH_REVERSE | Marco S Hyman |
2002-12-06 | Don't use the RNG oscillator output directly, use the sha1'd version (the | Jason Wright |
2002-12-06 | Replace things like srandom(time(NULL)) with srandomdev(3). random(3) | Todd C. Miller |
2002-12-06 | Set transform from default. PR#3008 | Hakan Olsson |
2002-12-06 | it's -> its where appropriate | Anil Madhavapeddy |
2002-12-06 | In srandomdev(), if we can't access /dev/arandom, use the sysctl() instead. | Todd C. Miller |