Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-04 | Remove unused #define. ok deraadt@ | Thomas Nordin | |
2002-06-03 | sync | Theo de Raadt | |
2002-06-03 | Proxim Harmony works too | Todd C. Miller | |
2002-06-03 | Make nice(3) standards compliant; adapted from patch by Matthias Drochner | Todd C. Miller | |
While I'm here correct the lies in the manual page. | |||
2002-06-03 | o when checking the message type, mask with WI_RXSTAT_MSG_TYPE instead | Todd 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-03 | regen | Michael Shalayeff | |
2002-06-03 | add 8233 pci-isa and some uniformity in tabs and spaces | Michael Shalayeff | |
2002-06-03 | probe for flavours, aps and audigy still need more work though | Michael Shalayeff | |
2002-06-03 | strlcpy | Theo de Raadt | |
2002-06-03 | spelling | Theo de Raadt | |
2002-06-03 | Proper masks for 64 bit relocation types. ok art@ | Dale Rahn | |
2002-06-03 | spell transceiver correctly | Theo de Raadt | |
2002-06-03 | recover backward compatibility in -I behavior. sync w/kame | Jun-ichiro itojun Hagino | |
2002-06-03 | mr/gtp in radio and more of supported models description for fms in pci; ↵ | Michael Shalayeff | |
from jumbo@ | |||
2002-06-03 | KNF [return(foo) -> return (foo)]. ok millert@ | Kjell Wooding | |
2002-06-03 | Update to sendmail-8.12.4 | Todd C. Miller | |
2002-06-03 | detect stereo reception; from jumbo@ | Michael Shalayeff | |
2002-06-03 | Xref brconfig(8). | Miod Vallat | |
2002-06-03 | add 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 return | Federico 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-03 | wrong cutnpaster; problem reported by Tim Tickel <twt@globodom.com> via pr2711 | Michael Shalayeff | |
2002-06-03 | Add NAT keyword so it is picked up by apropos (man -k NAT). ok dhartmei@ | Kjell Wooding | |
2002-06-03 | regen | Michael Shalayeff | |
2002-06-03 | Guillemot/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-03 | Also print labels in 'pfctl -s all'. ok dhartmei@ | Kjell Wooding | |
2002-06-03 | fix typo | Todd T. Fries | |
2002-06-03 | make ro /usr/src work again, tholo@ ok | Todd T. Fries | |
while I'm here, make 'cleandir' cleanup all files | |||
2002-06-03 | make ro /usr/src work again | Todd T. Fries | |
while I'm here, make 'cleandir' cleanup all files | |||
2002-06-03 | fix: | Mike Pechkin | |
o) don't use argument w/ .Nm; o) don't use blank line after .Sh; wcobb@ ok | |||
2002-06-03 | compatiblity -> compatibility | Theo de Raadt | |
decriptor -> descriptor authentciated -> authenticated transmition -> transmission | |||
2002-06-03 | compatiblity -> compatibility | Theo de Raadt | |
decriptor -> descriptor authentciated -> authenticated transmition -> transmission | |||
2002-06-03 | volatile sig_atomic_t | Theo de Raadt | |
2002-06-03 | sig_atomic_t type must also be volatile | Theo de Raadt | |
2002-06-03 | use issetugid() instead of uid/gid comparisons; from drahn | Theo de Raadt | |
2002-06-03 | mktemp(1) fixes; jason@ackley.net | Theo de Raadt | |
2002-06-03 | use void keyword in usage example. ok theo | Kjell Wooding | |
2002-06-03 | sync | Theo de Raadt | |
2002-06-03 | more nroff/KNF. from deraadt | Jun-ichiro itojun Hagino | |
2002-06-03 | typo | Jun-ichiro itojun Hagino | |
2002-06-03 | sync | Theo de Raadt | |
2002-06-03 | more posix-compliant arg parsing. sync w/kame. help from deraadt | Jun-ichiro itojun Hagino | |
2002-06-03 | man page for noct (a bit belated). | Jason Wright | |
2002-06-03 | Convert from rcons to rasops | Jason Wright | |
2002-06-03 | remove 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-02 | grammar. from netbsd via kame | Jun-ichiro itojun Hagino | |
2002-06-02 | withough -> without | Theo de Raadt | |
2002-06-02 | KNF | Theo de Raadt | |
2002-06-02 | fix tables; fred@francis.unitra.sk | Theo de Raadt | |
2002-06-02 | KNF | Theo de Raadt | |
2002-06-02 | Implement PMAP_CANFAIL handling for m68k shared pmap module. | Miod Vallat | |