summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-04-17Add pdisk to list of programs to build for powerpc, all other archsDale Rahn
2001-04-17Update manpage after recent changes.Federico G. Schwindt
2001-04-17No colon after "address" when printing out Ethernet address.Aaron Campbell
2001-04-17Implement cnbell(), an optional entrypoint that rings the console bell; fromAaron Campbell
2001-04-17Add commented out siop driver since it works. Enable after 2.9Nathan Binkert
2001-04-17Flush the in-core disklabel when running disklabel without the -r option,Dale Rahn
2001-04-17Switch a "BGTR foo" to a "BLSS bar; BRW foo; bar:". In this case, theBrandon Creighton
2001-04-17add support for the 82562E[MT] phys (These are essentially 82555's willJason Wright
2001-04-17Updated version of last patch from kstailey@disclosure.com.Todd C. Miller
2001-04-16Fix a couple of nits: delete some unnecessary commas andKenneth R Westerback
2001-04-16syncTheo de Raadt
2001-04-16Don't remove the mouse cursor when output occurs on a virtual terminal differentjbm
2001-04-16incorrect return value from ami_intrTheo de Raadt
2001-04-16better safe than sorry in later mods; yongari@kt-is.co.krTheo de Raadt
2001-04-16Split motd and hushlogin checks into seperate functions, helps for portable.Damien Miller
2001-04-16fix headerTheo de Raadt
2001-04-16put yamaha comment in the fileTheo de Raadt
2001-04-16xrealloc dealing with ptr == nULL; mouringTheo de Raadt
2001-04-16check for 'i' before the getopt. (idea from freebsd)Eric Jackson
2001-04-16We default to infrastructure mode now; say so in the man page instead ofThorsten Lockert
2001-04-16much more cleanup.Eric Jackson
2001-04-16NOT GENERICTheo de Raadt
2001-04-16API_UP1000 support fitsTheo de Raadt
2001-04-16cleanTheo de Raadt
2001-04-16dmesg cleanupsTheo de Raadt
2001-04-16IPv6 support for sftp (which I bungled in my last patch) which ismouring
2001-04-16Add missing dev to wsdisplayvar.h path; found by patrick@gulus.usherb.ca.Federico G. Schwindt
2001-04-16man page for 3c990Jason Wright
2001-04-16Avoid resetting the interface when not needed; allows temporary WEP keysThorsten Lockert
2001-04-16Actually permit setting the transmit key in WEP mode; from Kurt Miller.Thorsten Lockert
2001-04-16close fd on error; deraadt@ ok.Federico G. Schwindt
2001-04-16nsphyter also supports phy on DP83815 (MACPHYTER)Jason Wright
2001-04-16Man page for hsearch/hcreate/hdestroy from NetBSDTodd C. Miller
2001-04-15Replace a bunch of conditional expressions with global pointers.Hugh Graham
2001-04-15Avoid panic on unmounting read-only fs, which previously use softupdates.Grigoriy Orlov
2001-04-15Randomized PIDs uglifies "ps -ax" output since it sorts on tty thenTodd C. Miller
2001-04-15start some cleanup to ancontrolEric Jackson
2001-04-15- in txp_intr(), don't call the rx/tx handlers unless necessaryJason Wright
2001-04-152,1, not 1,2Theo de Raadt
2001-04-15use fatal() or error() vs. fprintf(); ok markus@Kevin Steves
2001-04-15mask off Arm2Host_Comm_3 interrupts now that rx buffer reclamation hasJason Wright
2001-04-15default for protocol is 1,2; ok markus@Kevin Steves
2001-04-15- setup a timeout that will try to refill the rxbuffer ring (this makesJason Wright
2001-04-15Fix several errors in the bpf program; bugs reported byJason Wright
2001-04-15some ClientAlive cleanup; ok markus@Kevin Steves
2001-04-15MULTI_PACKAGES limitations were removed, somewhat recently.Marc Espie
2001-04-15anotherTheo de Raadt
2001-04-15set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@Markus Friedl
2001-04-15don't use errno for key_{load,save}_private; discussion w/ solar@openwallMarkus Friedl
2001-04-15Style.Hakan Olsson