Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-23 | Fix up SYNOPSIS and option descriptions; bk@rt.fm | Aaron Campbell | |
2001-05-23 | USB mice apply here, too. | Aaron Campbell | |
2001-05-23 | kill complete_function. Not used anymore. | Artur Grabowski | |
2001-05-23 | complt already has code to finish the completion from a list. | Artur Grabowski | |
No point in duplicating that code in complete_function. | |||
2001-05-23 | fix wsmoused comment | Marco S Hyman | |
2001-05-23 | remove unused define | Artur Grabowski | |
2001-05-23 | Get rid of 'prefix' and use NULL instead. | Artur Grabowski | |
2001-05-23 | Creatively 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-23 | Don't include the trailing NUL in output. | Artur Grabowski | |
2001-05-23 | It's unnecessary to have addline as a function. Make it a macro. | Artur Grabowski | |
2001-05-23 | Add addlinef that's an addline with printf-style format arguments. | Artur Grabowski | |
Make addline a wrapper around addlinef. (should go away) | |||
2001-05-23 | When showing the matching paren, don't sleep for one second, use ttwait | Artur Grabowski | |
instead so that the sleep is aborted when we continue typing. | |||
2001-05-23 | Adjust computed cpuspeed by 3/8 on 68040 machines to correspond to | Todd 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-23 | Don't panic on kqueues and crypto descriptors in fpathconf. | Artur Grabowski | |
Just return EOPNOTSUPP. | |||
2001-05-23 | - relax alignment constraints | Jason Wright | |
- make sure dma_map is set to NULL on failure | |||
2001-05-23 | Fix 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-23 | Do not enable debugging, such as PRINTF_DEBUG for ld.so, it becomes | Dale Rahn | |
too verbose for normal usage. | |||
2001-05-23 | Indentation. | Artur Grabowski | |
2001-05-23 | Mostly 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-23 | bus_dmaify mcr handling (just leaves buffer lists and mac buffer to go...) | Jason Wright | |
2001-05-22 | Add an IPSEC_NEEDED tag if SKIPCRYPTO is set in the TDB | Angelos D. Keromytis | |
2001-05-22 | - delay allocation of rng handling structures | Jason 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 second | Jason Wright | |
- bus_dmaify mcr2 operations (rng) - start bus_dma of mcr1 operations (context; mcr and pktbufs to go) ... more to come ... | |||
2001-05-22 | Do some ideally unneeded checking of tags. | Angelos D. Keromytis | |
2001-05-22 | TAILQ_INIT() is preferred. | Angelos D. Keromytis | |
2001-05-22 | Initialize packet tags. | Angelos D. Keromytis | |
2001-05-22 | Initialize packet tag -- this has probably been causing panics for | Angelos D. Keromytis | |
people with ep cards. | |||
2001-05-22 | More fixes. From <mpech@prosoft.org.lv> | Hakan Olsson | |
2001-05-22 | Initial 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-22 | Compile with WDCDEBUG. Fix a debug printout. | Hakan Olsson | |
2001-05-22 | Some fixes. From <mpech@prosoft.org.lv> | Hakan Olsson | |
2001-05-22 | fix dfe530* line | Michael Shalayeff | |
2001-05-22 | support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov ↵ | Michael Shalayeff | |
<tm@oganer.net> | |||
2001-05-22 | mdoc-ify. Add $OpenBSD$ | Hakan Olsson | |
2001-05-22 | mdoc-ify. Fix section headers. Some typos. | Hakan Olsson | |
2001-05-22 | Vendor and prodid are 16-bits, not 32. | Federico G. Schwindt | |
2001-05-22 | A few more entries from NetBSD. | Federico G. Schwindt | |
2001-05-22 | regen. | Federico G. Schwindt | |
2001-05-22 | More products from NetBSD. | Federico G. Schwindt | |
2001-05-22 | Corega FastEther TXD. | Federico G. Schwindt | |
2001-05-22 | regen. | Federico G. Schwindt | |
2001-05-22 | Corega Fast Ether TXD; from NetBSD. | Federico G. Schwindt | |
Put Corega products together. | |||
2001-05-22 | Add Synergy21 S21810 support; from NetBSD. | Federico G. Schwindt | |
Remove flags, it's not used. | |||
2001-05-22 | regen. | Federico G. Schwindt | |
2001-05-22 | Add Synergy21 S21810; from NetBSD. | Federico G. Schwindt | |
2001-05-22 | Back out pkg_version. espie has better plans. | brian | |
2001-05-22 | fix starting comment; detected while playing with recent gas. | Federico G. Schwindt | |
2001-05-22 | Simplify option printing. ok deraadt@ | Angelos D. Keromytis | |
2001-05-22 | note obsolete for > OpenSSH-1.2; ok markus@ | Kevin Steves | |
2001-05-21 | More verbose error message (what's the actual sysctl that failed) | Angelos D. Keromytis | |