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