Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-29 | backout miod's change because he did not compile libc. | Theo de Raadt | |
2005-11-29 | Populate default key sizes before checking them; from & ok tim@ | Darren Tucker | |
2005-11-29 | add some casts to please lint. these are the typical tv_sec vs time_t | Theo de Raadt | |
problems. in time, we will move to 64 bit time_t, when the time is right (ha ha) but not before. These casts do not harm the future model. ok cloder millert | |||
2005-11-29 | potential memory leak in hifn7751.c:hifn_newsession; 3873, fixed by jason | Theo de Raadt | |
2005-11-28 | correct attach() output | Theo de Raadt | |
2005-11-28 | no need for printf; man page should describe functionality | Theo de Raadt | |
2005-11-28 | Added ipmi watchdog code, based on esm watchdog code by dlg@ | Jordan Hargrave | |
Added signextend function to cleanup conversion routine ok marco@ | |||
2005-11-28 | Correct parameter in bus_dmamem_alloc(). | Kenneth R Westerback | |
ok marco@ | |||
2005-11-28 | Simplify checks for division by zero. | Chad Loder | |
2005-11-28 | Maintain an interrupt depth counter for CLKF_INTR to be correct. | Miod Vallat | |
Tested aoyama@ martin@ and I. | |||
2005-11-28 | Switch to per-process AST flags and clean AST-related codepaths; speeds up | Miod Vallat | |
forks as a bonus. Tested on luna88k and mvme88k by aoyama@ martin@ and I. | |||
2005-11-28 | spacing | Theo de Raadt | |
2005-11-28 | Added dlg@ watchdog code for enabling ESM2 watchdog timer | Jordan Hargrave | |
Fixes for watchdog code by jordan@ Spacing fixes in esmreg ok marco@ | |||
2005-11-28 | Remove older-than-gramps poor man's assym.h defines; .S files do not even need | Miod Vallat | |
these constants. | |||
2005-11-28 | Leftovers from picatimes. | Miod Vallat | |
2005-11-28 | spaces, and a off_t typecast to please lint | Theo de Raadt | |
2005-11-28 | sync | Theo de Raadt | |
2005-11-28 | sync | Theo de Raadt | |
2005-11-28 | tapwave zodiac is a uvisor interface | Theo de Raadt | |
2005-11-28 | Fixed Motherbobrd typo | Jordan Hargrave | |
Changed type of Power Unit sensor ok marco@ | |||
2005-11-28 | Added sysids for PowerVault/PowerApp ESM2 systems | Jordan Hargrave | |
Changed Register names to be more readable ok marco@ | |||
2005-11-28 | back out the last 2 commits to bge(4) for now. | Brad Smith | |
2005-11-28 | Some verbiage tweaks and cleanup. Sprinkle .Fa around for types and | Kenneth R Westerback | |
fields. No semantic changes or additions. ok jmc@ marco@ | |||
2005-11-28 | use atop(), remove last traces of Mach macros from hppa and hppa64 | Martin Reindl | |
2005-11-28 | probe before match; ok jordan marco | Theo de Raadt | |
2005-11-28 | transposed chars; | Jason McIntyre | |
2005-11-28 | a little whitespace removal, and sort SEE ALSO; | Jason McIntyre | |
2005-11-28 | setting ROOTBACKUP need not be done in crontab: alter the text to | Jason McIntyre | |
explain better (it must be set in the environment) and use the crontab text as a valid example; based on a diff from nick@ ok nick@ | |||
2005-11-28 | attempt to cope with the other versions of the chips | Theo de Raadt | |
try not to scan all the sensors every pass through, but do a few registers each time still not reading correct data on one machine i have, but this might be because apple did not connect them up. who knows, when they build machines with 50+ sensors.. | |||
2005-11-28 | back out last change, caused me panics on jumbo packets, ok deraadt@ | Peter Stromberg | |
2005-11-28 | some nice off_t casts to please lint | Theo de Raadt | |
2005-11-28 | unused arg in internal static API | Theo de Raadt | |
2005-11-28 | another dangling semicolon from Matthias Bauer | Michael Shalayeff | |
2005-11-28 | macppc fcu man page | Theo de Raadt | |
2005-11-28 | - consistently use x86_round_pdr() allowing us to remove the superfluous | Martin Reindl | |
round_pdr() macro - while there remove two more unused Mach macros | |||
2005-11-28 | ARGSUSED stubs | Theo de Raadt | |
2005-11-28 | make Lint prototypes equal; ok millert | Theo de Raadt | |
2005-11-28 | fix month-old breakage found by genududes (after henning's breakage) | Michael Shalayeff | |
2005-11-28 | more breakage | Markus Friedl | |
2005-11-28 | unbreak route deletion (from revision 1.55; obviously too much eyebleeding) | Markus Friedl | |
2005-11-28 | sync usage() for `-xsuffixes'; | Xavier Santolaria | |
2005-11-28 | -T is here for compatibility; | Xavier Santolaria | |
2005-11-28 | do not overflow ifr.ifr_addr; ok mpf, henning, hshoexer, deraadt | Markus Friedl | |
2005-11-28 | shrink some multi-lines comments; | Xavier Santolaria | |
2005-11-28 | consistency in error messages; | Xavier Santolaria | |
2005-11-28 | Update agent socket path templates to reflect reality, correct xref for | Darren Tucker | |
the time formats. bz#1121, patch from openssh at roumenpetrov.info, ok djm@ | |||
2005-11-28 | Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2, | Darren Tucker | |
increase minumum RSA key size to 768 bits and update man page to reflect these. Patch originally bz#1119 (senthilkumar_sen at hotpop.com), ok djm@, grudging ok deraadt@. | |||
2005-11-28 | Another comment typo | Chad Loder | |
2005-11-28 | Typos in comments | Chad Loder | |
2005-11-28 | Set m_balance to 0 for the COLON operator, thus avoiding a false positive. | Chad Loder | |
In the "question mark" construct, there is no balancing or conversions between the LHS and RHS of the colon; thus, there is no need for the LHS and RHS of the colon to be of compatible types (as long as the LHS and RHS are each compatible with the lvalue of the expression having the question mark expression as the rvalue. Currently lint doesn't verify that. |