summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-04-16syncTheo de Raadt
2001-04-16Don't remove the mouse cursor when output occurs on a virtual terminal differentjbm
from the current one.
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
From Chris Adams <cmadams@hiwaay.net>; ok markus@
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
this allows us to call the functions directly from the switch, which lets us now put all options on ONE command line, instead of separating them out into several command's. ok tholo@, deraadt@
2001-04-16We default to infrastructure mode now; say so in the man page instead ofThorsten Lockert
claiming we do ad-hoc by default. ok ericj@
2001-04-16much more cleanup.Eric Jackson
- Only create the socket for ioctl()'s once. - get rid of gratuitous argument passing - treat an_dump* function different than the regular options - fix the -T option, it doesnt take an arguement. deraadt@, tholo@ ok
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
borrowed from scp.c. Thanks to Markus@ for pointing it out.
2001-04-16Add missing dev to wsdisplayvar.h path; found by patrick@gulus.usherb.ca.Federico G. Schwindt
aaron@ ok.
2001-04-16man page for 3c990Jason Wright
2001-04-16Avoid resetting the interface when not needed; allows temporary WEP keysThorsten Lockert
to work. ALso optimize some interactions with the card. Fixes rest of PR 1754; ok deraadt@
2001-04-16Actually permit setting the transmit key in WEP mode; from Kurt Miller.Thorsten Lockert
Correctly display number and order of WEP keys; from Kurt Miller. Fixes part of PR 1754; ok deraadt@
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
Requested and checked by millert.
2001-04-15Avoid panic on unmounting read-only fs, which previously use softupdates.Grigoriy Orlov
This problem occur only on kernels without soft-updates support. art@ ok.
2001-04-15Randomized PIDs uglifies "ps -ax" output since it sorts on tty thenTodd C. Miller
PID and it makes no sense to sort on a strong random number. This patch changes the default to be the start time so output looks logical to a human. From kstailey@disclosure.com
2001-04-15start some cleanup to ancontrolEric Jackson
- alphabetize the argument list - get rid of unused vars deraadt@ ok
2001-04-15- in txp_intr(), don't call the rx/tx handlers unless necessaryJason Wright
- make txp_rx_reclaim() run on offsets instead of indices (avoids several division/multiplication conversions) - remove vlan tag support for now (it doesn't work anyway) - optimize txp_start(), txp_rx_reclaim(), and txp_tx_reclaim() a bit (this is based on my original attempts at these functions... only now it works =)
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
some out of resource handling (a2h_3 is a heartbeat generated every ~8ms and thus provides 125intrs/sec even when idle).
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
out of resource handling a bit better). - in txp_stop(), disable the rx process, too
2001-04-15Fix several errors in the bpf program; bugs reported byJason Wright
Russell T Hunt <alaric@MIT.EDU>.
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
should fix some of the blocking problems for rsync over SSH-1
2001-04-15don't use errno for key_{load,save}_private; discussion w/ solar@openwallMarkus Friedl
2001-04-15Style.Hakan Olsson
2001-04-15some unused variable and typos; from tomh@po.crl.go.jpMarkus Friedl
2001-04-15Support U160 on 53c1010 chips.Kenneth R Westerback
Add support for PPR negotiations and DT transfers, and the preservation and restoration of the SCNTL4 register which controls Ultra3 transfers. Redo sync lookup, since the same period factor can mean two things depending on whether you are using DT or ST. Keep a minimum allowed ST period factor, and a minimum allowd DT period factor for each adapter. Currently NO support for QAS or IUS or AIP.
2001-04-15Prettier printing of cpu models and more models.Artur Grabowski
2001-04-15syncTheo de Raadt
2001-04-15move to 2.9-betaTheo de Raadt
2001-04-15Err. a ramdisk without pseudo-device rd has a minimal chance of working.Artur Grabowski
2001-04-15fix commentsKevin Steves
2001-04-15oops, commit protosmjacob
2001-04-15do rusage expansion on openbsd tooTheo de Raadt
2001-04-15do rusage expansion on openbsd tooTheo de Raadt