summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2000-10-23Remove duplicate (and wrong) description of @option.Marc Espie
2000-10-23Format string paranoia w/use of bootpd's local stdarg report() routine.Aaron Campbell
2000-10-23Call get_errmsg() properly; from NetBSD.Aaron Campbell
2000-10-23Spelling: wierd -> weirdAaron Campbell
2000-10-23Use the standard option descriptions introduction.Aaron Campbell
2000-10-20Fix various typos; spotted by gluk@ptci.ru.Aaron Campbell
2000-10-19code for printing bridge spanning tree packetsJason Wright
2000-10-18this was overlooked in the last commit. ok beck@.Todd T. Fries
2000-10-18due to over agressive quoting, various space separated variables were failing.Todd T. Fries
2000-10-18Version 2 of the mod_rewrite fix from apache, fixes problem withBob Beck
2000-10-18fix preprocessor warningJason Wright
2000-10-17Clean.Aaron Campbell
2000-10-17- Add $OpenBSD$ tag.Aaron Campbell
2000-10-16fix from 1.3.14 for mod_vhost_alias to ensure cgi script contents are not sentBob Beck
2000-10-16Add spppcontrolChris Cappuccio
2000-10-16spppcontrol from FreeBSDChris Cappuccio
2000-10-16mod_rewrite update from 1.3.14 to prevent problems with bogus mod_rewriteBob Beck
2000-10-16respect CC.Brad Smith
2000-10-16use "cc -shared" to link the modules on 2.8 and up.Brad Smith
2000-10-16include the revision of OpenBSD with the output.Brad Smith
2000-10-16Xr saTheo de Raadt
2000-10-16Let pkg_add be slightly more informative on tar balls that happen notMarc Espie
2000-10-16Re-align with reality: We use ARP for all Ethernet types.Christian Weisgerber
2000-10-16use sigjmp_buf's, and use poll instead of select. various other smallTheo de Raadt
2000-10-15add note that pkg_add is not to be used for system distribution files.Marco S Hyman
2000-10-14- "Available options:" -> "The options are as follows:".Aaron Campbell
2000-10-14- Correct .Nm usage.Aaron Campbell
2000-10-14Capitalization.Aaron Campbell
2000-10-13fix build on alpha with -Werror; David Leonard <david.leonard@csee.uq.edu.au>Jakob Schlyter
2000-10-12cleanupsTheo de Raadt
2000-10-10Remove useless line; mj@who.netTodd C. Miller
2000-10-10cast size_t to u_long on printing, be friendly with alpha. sync with kameJun-ichiro itojun Hagino
2000-10-10Use supplied vax support. Don't know if it works.Hugh Graham
2000-10-09Don't exit when we get ENOBUFS from writev(), drop the packet instead.brian
2000-10-09If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10thbrian
2000-10-09fix ndp -c (flush link-locals properly)Jun-ichiro itojun Hagino
2000-10-09Create fd_sets big enough to handle getdtablesize() descriptors.brian
2000-10-07sync with kame, to make future upgrade easierJun-ichiro itojun Hagino
2000-10-07use poll to avoid fd_set overflowTheo de Raadt
2000-10-07- Add console/X mouse transparency, so you don't have to kill moused to run X.Aaron Campbell
2000-10-06use dynamic fd_set to avoid overflowTheo de Raadt
2000-10-06printf string format audit. from: sommerfeld@netbsd.orgJun-ichiro itojun Hagino
2000-10-06Fix byte ordering for CuSeeMe and add some tidy-ups; FreeBSDbrian
2000-10-03set bsize for hash to some reasonable value instead ofMichael Shalayeff
2000-10-03Add $OpenBSD$. (jakob@ ok)Hakan Olsson
2000-10-03Add -Wall -Werror to CFLAGS. (niklas@, jakob@ ok)Hakan Olsson
2000-10-03Print IKE notifications (with -v). Style. (jakob@ ok)Hakan Olsson
2000-10-03Compile with -Wall. Add $OpenBSD$. (jakob@ ok)Hakan Olsson
2000-10-03More careful ntohs/ntohl etc. From Gunnar Lindberg <lindberg@cdg.chalmers.se>Hakan Olsson
2000-10-03More format string paranoia; deraadt@ okAaron Campbell