Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-19 | unnecessary declaration of ttrstrt | Artur Grabowski | |
2000-07-19 | Use t_rstrt_to for ttrstrt timeout. | Artur Grabowski | |
2000-07-19 | Use new timeouts for the led intr timeout. | Artur Grabowski | |
2000-07-19 | Convert to use new timeouts. | Artur Grabowski | |
Use the t_rstrt_to provided by tty.h. | |||
2000-07-19 | Many drivers use a timeout on ttrstrt, make this a generic interface. | Artur Grabowski | |
2000-07-19 | Support link identification from rfc1570 | brian | |
Add VERSION and COMPILATIONDATE macros Two new commands are available; ``ident'' and ``sendident''. | |||
2000-07-19 | As in NetBSD, added direction to allocm/round_buffer_size APIs. | Constantine Sapuntzakis | |
Accomplished by adding functions to audio_hw_if instead of redoing current ones so as to minimize need to change drivers. For Neomagic, tell the AC97 subsystem that we don't support reads. | |||
2000-07-19 | Added shadow registers. This adds two capabilities: | Constantine Sapuntzakis | |
- support devices that crash when reading CODEC registers - a flags interface was added to the host interface and one flags AC97_HOST_DONT_READ defined. - new API restore_ports restores the user's settings. This can be useful for resume after suspend to disk | |||
2000-07-18 | Summarily explain about the playpen and PKG_TMPDIR, so that guys | Marc Espie | |
with no room in /var/tmp or weird installations (/var/tmp mounted noexec can find out what to do) | |||
2000-07-18 | better error messages for mapreg | Michael Shalayeff | |
2000-07-18 | Handle MAKEFLAGS variation mandated by POSIX. | Marc Espie | |
Code to pass variable definitions to submakes through make flags. Not activated yet, need to fix src/ first. | |||
2000-07-18 | Make it obvious that this documentation is not the original version. | Hans Insulander | |
2000-07-18 | Trip piss-poor conditional parser. | Marc Espie | |
2000-07-18 | More for loops checks. | Marc Espie | |
2000-07-18 | Real test for Posix compliance. | Marc Espie | |
2000-07-18 | Removed and/or changed information that is plain wrong or completely | Hans Insulander | |
irrelevant for us. | |||
2000-07-18 | chmod proper file; chouanard@parc.xerox.com | Theo de Raadt | |
2000-07-18 | do not call arc4_stir() on pool overflow. | Michael Shalayeff | |
calling it would hit perfomance in two evil ways, by delaying queue processing and hitting on arc4 quality. basic idea was expressed by dm@ some time ago when we were investigating poor arc4 quality. then, numbers showed how badly it hits on us. | |||
2000-07-18 | do not include random number in dmesg, per deraadt's suggestion. | Michael Shalayeff | |
instead, print rng number generation speed, measured. | |||
2000-07-18 | clcs works reasonably well now. Enable it. | Artur Grabowski | |
2000-07-18 | Reset AC97 codec on ES1371 revisions 7 and above. Thanks to Alejo Sanchez | Constantine Sapuntzakis | |
for pointin this out. | |||
2000-07-18 | Thanks to miod@ for finding bug in cd_scsi_{get,set}mode | Constantine Sapuntzakis | |
Pass length of mode page, not length of fixed header | |||
2000-07-18 | Update cd_size to handle failure of READ_CD_CAPACITY by returning | Constantine Sapuntzakis | |
some default values | |||
2000-07-18 | move bootblocks around a bit more | Theo de Raadt | |
2000-07-18 | be a bit more silent during fdc timeouts | Theo de Raadt | |
2000-07-18 | do not show a custom fstab file; espie | Theo de Raadt | |
2000-07-18 | Another closing of stdin; ok deraadt | Damien Miller | |
2000-07-18 | Recognize .lo as a valid object extension. | Marc Espie | |
This should help David Mazieres and others build C++ shared libraries with libtool. (from gcc main development tree, patch by me, approved by FSF and niklas@) | |||
2000-07-17 | FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9) | Marc Espie | |
2000-07-17 | parse embedded variable specs, e.g., ${VAR_${SUB}} | Marc Espie | |
- need braces, as we don't want to change what $$A means, - this assumes this kind of construct is very infrequent, thus this does NOT copy the variable name needlessly. - the expansion code is in a separate function for clarity. Reviewed by miod@, as previous patches. | |||
2000-07-17 | - let VarModifiers_Apply accept NULL string gracefully, | Marc Espie | |
- simplify Var_Parse: use varfind, then leverage on the result to recognize `special case' dynamic parsing. VarModifiers_Apply need to be called on NULL strings, to be able to parse modifiers applied to non-existent variables. (Alternately, we could call VarModifiers_Apply on a dummy string, but this is less efficient). | |||
2000-07-17 | Major unobfuscation: split var modifiers handling to a separate file. | Marc Espie | |
This does finally make var handling somewhat readable. | |||
2000-07-17 | separate modifiers handling from Var_Parse into a separate | Marc Espie | |
VarModifiers_apply function. for env lookup, create variable structure first, so that we can get away without terminating the variable name in main Var_Parse. | |||
2000-07-17 | Str_Match returns TRUE or FALSE, better style to test those rather | Marc Espie | |
than 1 or 0. | |||
2000-07-17 | This does replace Str_Match with a better routine, which handles negated | Marc Espie | |
intervals, and \\ in intervals. Accordingly, var.c no longer needs to copy the :Marg to replace \: with : We don't use fnmatch(3) because of various optimizations which are harder to achieve in a generic setting. Also add regression suite for the Str_Match function. | |||
2000-07-17 | Constify a few functions, propagated from VarModify. | Marc Espie | |
Replace a few int -> size_t Reviewed by miod@ | |||
2000-07-17 | - recognize that FIND_CMD and FIND_GLOBAL are always used together, | Marc Espie | |
- introduce VarFind_interval function. This avoids having to copy variable names in VarParse, - expose internals of VarFind* function (not used yet, but this will avoid multiple lookups in VarParse), - constify a few functions. Reviewed by miod@ | |||
2000-07-17 | Consistency bug: for substitution should look in the same places other | Marc Espie | |
variable substitution is. | |||
2000-07-17 | +make | Marc Espie | |
2000-07-17 | make regression tests. | Marc Espie | |
Some of these we don't even pass, currently. | |||
2000-07-17 | fixed incorrect reference to mirroring-distfiles(7) to mirroring-ports(7). | Dan Harnett | |
2000-07-17 | o use strlcpy() where sensible | Todd C. Miller | |
o when trying to login as root on a non-secure tty always say "login refused" regardless of whether the password is correct or not | |||
2000-07-17 | art, at least commit something which compiles! | Theo de Raadt | |
2000-07-17 | Don't wait for B_READ buffers on shutdown. | Artur Grabowski | |
From NetBSD. | |||
2000-07-17 | FORK_SHAREVM only works on non-UVM kernels. | Artur Grabowski | |
Pointed out by miod@ | |||
2000-07-17 | Oops. | Artur Grabowski | |
2000-07-17 | Be more careful about return values from hzto. | Artur Grabowski | |
2000-07-16 | Add -o option for printing file offset. Also some whitespace reformatting. | Hugh Graham | |
Handy. Checked by millert and niklas. | |||
2000-07-16 | Stronger caveat wrt stack smashing via % escapes. Each man page | Todd C. Miller | |
carries the same caveat... | |||
2000-07-16 | Consistent COPTS | Marc Espie | |