summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-23Fix up SYNOPSIS and option descriptions; bk@rt.fmAaron Campbell
2001-05-23USB mice apply here, too.Aaron Campbell
2001-05-23kill complete_function. Not used anymore.Artur Grabowski
2001-05-23complt already has code to finish the completion from a list.Artur Grabowski
No point in duplicating that code in complete_function.
2001-05-23fix wsmoused commentMarco S Hyman
2001-05-23remove unused defineArtur Grabowski
2001-05-23Get rid of 'prefix' and use NULL instead.Artur Grabowski
2001-05-23Creatively use addlinef when listing buffers (C-X-C-B).Artur Grabowski
This also fixes the strange formatting that showed up when the maximal buffer name grew. Now the "Size" column starts in the middle of the visible window instead of far outside.
2001-05-23Don't include the trailing NUL in output.Artur Grabowski
2001-05-23It's unnecessary to have addline as a function. Make it a macro.Artur Grabowski
2001-05-23Add addlinef that's an addline with printf-style format arguments.Artur Grabowski
Make addline a wrapper around addlinef. (should go away)
2001-05-23When showing the matching paren, don't sleep for one second, use ttwaitArtur Grabowski
instead so that the sleep is aborted when we continue typing.
2001-05-23Adjust computed cpuspeed by 3/8 on 68040 machines to correspond toTodd C. Miller
reality. Convert hp300_models into an array of char *'s, indexed by machineid--we can use the computed cpuspeed instead of hard coding values in a table. Also save a few bytes by storing the cpu type in a single char, not a 2 character string.
2001-05-23Don't panic on kqueues and crypto descriptors in fpathconf.Artur Grabowski
Just return EOPNOTSUPP.
2001-05-23- relax alignment constraintsJason Wright
- make sure dma_map is set to NULL on failure
2001-05-23Fix getattr and setattr.Artur Grabowski
- getattr now uses fo_stat from fileops to obtain information about the fd and translates it back to vattr. - setattr now uses getvnode to the get vnode from the fd and obeys MNT_RDONLY flag. - Do proper locking on setattr. - Don't allow setattr on directories because of possible deadlocks.
2001-05-23Do not enable debugging, such as PRINTF_DEBUG for ld.so, it becomesDale Rahn
too verbose for normal usage.
2001-05-23Indentation.Artur Grabowski
2001-05-23Mostly clean-up:Marc Espie
- cut up those huge include files into separate interfaces for all modules. Put the interface documentation there, and not with the implementation. - light-weight includes for needed concrete types (lst_t.h, timestamp_t.h). - cut out some more logically separate parts: cmd_exec, varname, parsevar, timestamp. - put all error handling functions together, so that we will be able to clean them up. - more systematic naming: functioni to handle interval, function to handle string. - put the init/end code apart to minimize coupling. - kill weird types like ReturnStatus and Boolean. Use standard bool (with a fallback for non-iso systems) - better interface documentation for lots of subsystems. As a result, make compilation goes somewhat faster (5%, even considering the largish BSD copyrights to read). The corresponding preprocessed source goes down from 1,5M to 1M. A few minor code changes as well: Parse_DoVar is no longer destructive. Parse_IsVar functionality is folded into Parse_DoVar (as it knows what an assignment is), a few more interval handling functions. Avoid calling XXX_End when they do nothing, just #define XXX_End to nothing. Parse_DoVar is slightly more general: it will handle compound assignments as long as they make sense, e.g., VAR +!= cmd will work. As a side effect, VAR++=value now triggers an error (two + in assignment). - this stuff doesn't occur in portable Makefiles. - writing VAR++ = value or VAR+ +=value disambiguates it. - this is a good thing, it uncovered a bug in bsd.port.mk. Tested by naddy@. Okayed millert@. I'll handle the fallback if there is any. This went through a full make build anyways, including isakmpd (without mickey's custom binutils, as he didn't see fit to share it with me).
2001-05-23bus_dmaify mcr handling (just leaves buffer lists and mac buffer to go...)Jason Wright
2001-05-22Add an IPSEC_NEEDED tag if SKIPCRYPTO is set in the TDBAngelos D. Keromytis
2001-05-22- delay allocation of rng handling structuresJason Wright
- if an rng operation is already in progress, don't setup a new timeout.
2001-05-22- Don't poll the rng more than 100 times a secondJason Wright
- bus_dmaify mcr2 operations (rng) - start bus_dma of mcr1 operations (context; mcr and pktbufs to go) ... more to come ...
2001-05-22Do some ideally unneeded checking of tags.Angelos D. Keromytis
2001-05-22TAILQ_INIT() is preferred.Angelos D. Keromytis
2001-05-22Initialize packet tags.Angelos D. Keromytis
2001-05-22Initialize packet tag -- this has probably been causing panics forAngelos D. Keromytis
people with ep cards.
2001-05-22More fixes. From <mpech@prosoft.org.lv>Hakan Olsson
2001-05-22Initial commit of libsectok (secure token)Jim Rees
used for ISO 7816 smart cards and iButtons, but also extensible to other types of secure tokens. Also include a "driver" (dynamic library) for the Todos reader.
2001-05-22Compile with WDCDEBUG. Fix a debug printout.Hakan Olsson
2001-05-22Some fixes. From <mpech@prosoft.org.lv>Hakan Olsson
2001-05-22fix dfe530* lineMichael Shalayeff
2001-05-22support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov ↵Michael Shalayeff
<tm@oganer.net>
2001-05-22mdoc-ify. Add $OpenBSD$Hakan Olsson
2001-05-22mdoc-ify. Fix section headers. Some typos.Hakan Olsson
2001-05-22Vendor and prodid are 16-bits, not 32.Federico G. Schwindt
2001-05-22A few more entries from NetBSD.Federico G. Schwindt
2001-05-22regen.Federico G. Schwindt
2001-05-22More products from NetBSD.Federico G. Schwindt
2001-05-22Corega FastEther TXD.Federico G. Schwindt
2001-05-22regen.Federico G. Schwindt
2001-05-22Corega Fast Ether TXD; from NetBSD.Federico G. Schwindt
Put Corega products together.
2001-05-22Add Synergy21 S21810 support; from NetBSD.Federico G. Schwindt
Remove flags, it's not used.
2001-05-22regen.Federico G. Schwindt
2001-05-22Add Synergy21 S21810; from NetBSD.Federico G. Schwindt
2001-05-22Back out pkg_version. espie has better plans.brian
2001-05-22fix starting comment; detected while playing with recent gas.Federico G. Schwindt
2001-05-22Simplify option printing. ok deraadt@Angelos D. Keromytis
2001-05-22note obsolete for > OpenSSH-1.2; ok markus@Kevin Steves
2001-05-21More verbose error message (what's the actual sysctl that failed)Angelos D. Keromytis