summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-04Remove unused #define. ok deraadt@Thomas Nordin
2002-06-03syncTheo de Raadt
2002-06-03Proxim Harmony works tooTodd C. Miller
2002-06-03Make nice(3) standards compliant; adapted from patch by Matthias DrochnerTodd C. Miller
While I'm here correct the lies in the manual page.
2002-06-03o when checking the message type, mask with WI_RXSTAT_MSG_TYPE insteadTodd C. Miller
of comparing directly against WI_STAT_1042, WI_STAT_TUNNEL, etc. This is needed by some Symbol cards in ad-hoc mode. o change some ntohs(var) to htons(constant). Adapted from NetBSD (mycroft).
2002-06-03regenMichael Shalayeff
2002-06-03add 8233 pci-isa and some uniformity in tabs and spacesMichael Shalayeff
2002-06-03probe for flavours, aps and audigy still need more work thoughMichael Shalayeff
2002-06-03strlcpyTheo de Raadt
2002-06-03spellingTheo de Raadt
2002-06-03Proper masks for 64 bit relocation types. ok art@Dale Rahn
2002-06-03spell transceiver correctlyTheo de Raadt
2002-06-03recover backward compatibility in -I behavior. sync w/kameJun-ichiro itojun Hagino
2002-06-03mr/gtp in radio and more of supported models description for fms in pci; ↵Michael Shalayeff
from jumbo@
2002-06-03KNF [return(foo) -> return (foo)]. ok millert@Kjell Wooding
2002-06-03Update to sendmail-8.12.4Todd C. Miller
2002-06-03detect stereo reception; from jumbo@Michael Shalayeff
2002-06-03Xref brconfig(8).Miod Vallat
2002-06-03add rasops24 to creator. minor indentation while i'm here.Federico G. Schwindt
2002-06-03- use the 24 bits dumb frame buffer reg. instead of the 32 one, but returnFederico G. Schwindt
32 bpp to wsfb. - print the model; the board type is not useful. this enables video output in the U1/E and probably some other creator models. tested by jason@ and Daniel Zieber <dlz@astro.caltech.edu>; jason@ ok.
2002-06-03wrong cutnpaster; problem reported by Tim Tickel <twt@globodom.com> via pr2711Michael Shalayeff
2002-06-03Add NAT keyword so it is picked up by apropos (man -k NAT). ok dhartmei@Kjell Wooding
2002-06-03regenMichael Shalayeff
2002-06-03Guillemot/maxiradio was a rebadged gemtek/pr103.Michael Shalayeff
the mr(4) was not really tested and therefore is now replaced w/ a tested gtp(4), renamed pci ids too. from jumbo@
2002-06-03Also print labels in 'pfctl -s all'. ok dhartmei@Kjell Wooding
2002-06-03fix typoTodd T. Fries
2002-06-03make ro /usr/src work again, tholo@ okTodd T. Fries
while I'm here, make 'cleandir' cleanup all files
2002-06-03make ro /usr/src work againTodd T. Fries
while I'm here, make 'cleandir' cleanup all files
2002-06-03fix:Mike Pechkin
o) don't use argument w/ .Nm; o) don't use blank line after .Sh; wcobb@ ok
2002-06-03compatiblity -> compatibilityTheo de Raadt
decriptor -> descriptor authentciated -> authenticated transmition -> transmission
2002-06-03compatiblity -> compatibilityTheo de Raadt
decriptor -> descriptor authentciated -> authenticated transmition -> transmission
2002-06-03volatile sig_atomic_tTheo de Raadt
2002-06-03sig_atomic_t type must also be volatileTheo de Raadt
2002-06-03use issetugid() instead of uid/gid comparisons; from drahnTheo de Raadt
2002-06-03mktemp(1) fixes; jason@ackley.netTheo de Raadt
2002-06-03use void keyword in usage example. ok theoKjell Wooding
2002-06-03syncTheo de Raadt
2002-06-03more nroff/KNF. from deraadtJun-ichiro itojun Hagino
2002-06-03typoJun-ichiro itojun Hagino
2002-06-03syncTheo de Raadt
2002-06-03more posix-compliant arg parsing. sync w/kame. help from deraadtJun-ichiro itojun Hagino
2002-06-03man page for noct (a bit belated).Jason Wright
2002-06-03Convert from rcons to rasopsJason Wright
2002-06-03remove hardcoded assumptions on if_mtu. leave it to sys/net.Jun-ichiro itojun Hagino
makes it possible to take advantage of 9K ethernet.
2002-06-02grammar. from netbsd via kameJun-ichiro itojun Hagino
2002-06-02withough -> withoutTheo de Raadt
2002-06-02KNFTheo de Raadt
2002-06-02fix tables; fred@francis.unitra.skTheo de Raadt
2002-06-02KNFTheo de Raadt
2002-06-02Implement PMAP_CANFAIL handling for m68k shared pmap module.Miod Vallat