Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-16 | sync | Theo de Raadt | |
2001-04-16 | Don't remove the mouse cursor when output occurs on a virtual terminal different | jbm | |
from the current one. | |||
2001-04-16 | incorrect return value from ami_intr | Theo de Raadt | |
2001-04-16 | better safe than sorry in later mods; yongari@kt-is.co.kr | Theo de Raadt | |
2001-04-16 | Split motd and hushlogin checks into seperate functions, helps for portable. | Damien Miller | |
From Chris Adams <cmadams@hiwaay.net>; ok markus@ | |||
2001-04-16 | fix header | Theo de Raadt | |
2001-04-16 | put yamaha comment in the file | Theo de Raadt | |
2001-04-16 | xrealloc dealing with ptr == nULL; mouring | Theo de Raadt | |
2001-04-16 | check 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-16 | We default to infrastructure mode now; say so in the man page instead of | Thorsten Lockert | |
claiming we do ad-hoc by default. ok ericj@ | |||
2001-04-16 | much 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-16 | NOT GENERIC | Theo de Raadt | |
2001-04-16 | API_UP1000 support fits | Theo de Raadt | |
2001-04-16 | clean | Theo de Raadt | |
2001-04-16 | dmesg cleanups | Theo de Raadt | |
2001-04-16 | IPv6 support for sftp (which I bungled in my last patch) which is | mouring | |
borrowed from scp.c. Thanks to Markus@ for pointing it out. | |||
2001-04-16 | Add missing dev to wsdisplayvar.h path; found by patrick@gulus.usherb.ca. | Federico G. Schwindt | |
aaron@ ok. | |||
2001-04-16 | man page for 3c990 | Jason Wright | |
2001-04-16 | Avoid resetting the interface when not needed; allows temporary WEP keys | Thorsten Lockert | |
to work. ALso optimize some interactions with the card. Fixes rest of PR 1754; ok deraadt@ | |||
2001-04-16 | Actually 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-16 | close fd on error; deraadt@ ok. | Federico G. Schwindt | |
2001-04-16 | nsphyter also supports phy on DP83815 (MACPHYTER) | Jason Wright | |
2001-04-16 | Man page for hsearch/hcreate/hdestroy from NetBSD | Todd C. Miller | |
2001-04-15 | Replace a bunch of conditional expressions with global pointers. | Hugh Graham | |
Requested and checked by millert. | |||
2001-04-15 | Avoid 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-15 | Randomized PIDs uglifies "ps -ax" output since it sorts on tty then | Todd 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-15 | start some cleanup to ancontrol | Eric 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 necessary | Jason 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-15 | 2,1, not 1,2 | Theo de Raadt | |
2001-04-15 | use fatal() or error() vs. fprintf(); ok markus@ | Kevin Steves | |
2001-04-15 | mask off Arm2Host_Comm_3 interrupts now that rx buffer reclamation has | Jason Wright | |
some out of resource handling (a2h_3 is a heartbeat generated every ~8ms and thus provides 125intrs/sec even when idle). | |||
2001-04-15 | default for protocol is 1,2; ok markus@ | Kevin Steves | |
2001-04-15 | - setup a timeout that will try to refill the rxbuffer ring (this makes | Jason Wright | |
out of resource handling a bit better). - in txp_stop(), disable the rx process, too | |||
2001-04-15 | Fix several errors in the bpf program; bugs reported by | Jason Wright | |
Russell T Hunt <alaric@MIT.EDU>. | |||
2001-04-15 | some ClientAlive cleanup; ok markus@ | Kevin Steves | |
2001-04-15 | MULTI_PACKAGES limitations were removed, somewhat recently. | Marc Espie | |
2001-04-15 | another | Theo de Raadt | |
2001-04-15 | set 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-15 | don't use errno for key_{load,save}_private; discussion w/ solar@openwall | Markus Friedl | |
2001-04-15 | Style. | Hakan Olsson | |
2001-04-15 | some unused variable and typos; from tomh@po.crl.go.jp | Markus Friedl | |
2001-04-15 | Support 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-15 | Prettier printing of cpu models and more models. | Artur Grabowski | |
2001-04-15 | sync | Theo de Raadt | |
2001-04-15 | move to 2.9-beta | Theo de Raadt | |
2001-04-15 | Err. a ramdisk without pseudo-device rd has a minimal chance of working. | Artur Grabowski | |
2001-04-15 | fix comments | Kevin Steves | |
2001-04-15 | oops, commit protos | mjacob | |
2001-04-15 | do rusage expansion on openbsd too | Theo de Raadt | |
2001-04-15 | do rusage expansion on openbsd too | Theo de Raadt | |