Age | Commit message (Expand) | Author |
2002-12-05 | remove altq entries. | Kenjiro Cho |
2002-12-05 | correct sizeof() to memset(). sync w/kame | Jun-ichiro itojun Hagino |
2002-12-05 | Don't forget the 82545 | Nathan Binkert |
2002-12-04 | sync | Theo de Raadt |
2002-12-04 | typo; torh@bogus.net | Theo de Raadt |
2002-12-04 | Add "RETURN VALUES" sections | Todd C. Miller |
2002-12-04 | Add a few more phys: exphy, brgphy, iophy, inphy | Jason Wright |
2002-12-04 | pretty | Jason Wright |
2002-12-04 | add fxp, xl, ti | Jason Wright |
2002-12-04 | add xl, fxp, and ti | Jason Wright |
2002-12-04 | .Xr getopt_long | Todd C. Miller |
2002-12-04 | Put GNU getopt back in until some issues are resolved. | Todd C. Miller |
2002-12-04 | bit_ffc(3) returns a -1 location for a full bitset. Problem found by | Hakan Olsson |
2002-12-04 | grok systrace ioctl names | Michael Shalayeff |
2002-12-04 | rename to a new ioctl | Michael Shalayeff |
2002-12-04 | ti(4) now works on sparc64 and macppc | Nathan Binkert |
2002-12-04 | rename the clone ioctl to avoid clashing w/ the sockio; provos@ ok | Michael Shalayeff |
2002-12-04 | Make ti(4) use busdma and add all of the necessary stuff to support both | Nathan Binkert |
2002-12-04 | spanning tree: flush dynamic mac cache if interface goes to the | Markus Friedl |
2002-12-04 | allow ACQUIRE with empty EXT_ADDRESS_SRC; PR 2996; ok angelos@, ho@ | Markus Friedl |
2002-12-04 | general cleanup, including: | Markus Friedl |
2002-12-04 | Typos; Tor Hougton | Miod Vallat |
2002-12-04 | in host(), apply a given netmask to all members of the node_host list | Henning Brauer |
2002-12-04 | test opts in another than the classical order | Henning Brauer |
2002-12-04 | do not warn for unused variables except with -v -v; henning ok | Theo de Raadt |
2002-12-04 | catch up to -v -v change in pfctl(8) | Theo de Raadt |
2002-12-04 | add misc | Artur Grabowski |
2002-12-04 | Trivial test to see if c++ exceptions work. | Artur Grabowski |
2002-12-04 | remove xauth entries before add; PR 2994 from janjaap@stack.nl. | Kevin Steves |
2002-12-04 | No need to exit the process twice. exit1() can't fail. | Artur Grabowski |
2002-12-04 | Code cleanup & shrinkage. | Kenneth R Westerback |
2002-12-04 | The IPTOS_ #defines live in netinet/ip.h. millert@ ok. | Hakan Olsson |
2002-12-03 | bc can now use the libc getopt | Todd C. Miller |
2002-12-03 | Don't generate libmath.h in the obj dir each time we build since it | Todd C. Miller |
2002-12-03 | No need to include getopt_long and friends here as we have them in libc. | Todd C. Miller |
2002-12-03 | Talk about -fno-stack-protector and -Wstack-protector options; miod@ and | Federico G. Schwindt |
2002-12-03 | print the interface related to the arp entry; several ppl ok. | Federico G. Schwindt |
2002-12-03 | ansify, indent, check for malloc/calloc failure, proper usage() | Peter Valchev |
2002-12-03 | complete SYNOPSIS, sort options and improve wording slightly | Peter Valchev |
2002-12-03 | Intall getopt.h in /usr/include as well. | Miod Vallat |
2002-12-03 | caldera-licensed docs, now that they are free. need more work, thus not insta... | Michael Shalayeff |
2002-12-03 | caldera-licensed docs, now that they are free. need more work, thus not insta... | Michael Shalayeff |
2002-12-03 | constify the not yet constified tables, use defined(__STDC__) instead of ifde... | Michael Shalayeff |
2002-12-03 | unconditionally define STACKGAPLEN, enables systrace(4) without COMPAT_*; | Markus Friedl |
2002-12-03 | Whoops, add missing #ifdef REPLACE_GETOPT | Todd C. Miller |
2002-12-03 | fix typo | Todd C. Miller |
2002-12-03 | GNU-like getopt_long() from NetBSD with changes by me to support | Todd C. Miller |
2002-12-03 | Add -4/-6 cmdline options to select what address family (IPv4,v6) to use. | Hakan Olsson |
2002-12-03 | Document actual zskbd behaviour and options. | Miod Vallat |
2002-12-03 | Use bus_space_vaddr() instead of checking the mapping directly (this will | Jason Wright |