summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-25Mark fatal and fatalx as __dead from a similar diff for bgpd from deraadt@Claudio Jeker
2006-04-25Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED.Claudio Jeker
2006-04-25limit pool backend preallocation to 2048 pages max (which only affects >2g ph...Michael Shalayeff
2006-04-25Kill unused function and add a ARGSUSED.Claudio Jeker
2006-04-25Path the length of the packet as size_t to in_cksum(). Enforce that theClaudio Jeker
2006-04-25The return value of lsa_num_links is an u_int16_t tnd not int. Found by lint.Claudio Jeker
2006-04-25More lint cleanup. Kill unneeded stuff and sprinkle some ARGSUSED.Claudio Jeker
2006-04-25Prevent ssh from trying to open private keys with bad permissions more thanDarren Tucker
2006-04-25ARGSUSED for event handler.Claudio Jeker
2006-04-25Mark event handlers with ARGSUSED to please lint.Claudio Jeker
2006-04-25style;Xavier Santolaria
2006-04-25Missed an include chunk.Miod Vallat
2006-04-25fix endian issue. netbsd pr31051 via ian mcwilliamTed Unangst
2006-04-25two strtol calls that were begging to be converted to strtonumTed Unangst
2006-04-25that extern was needed for now, miodTheo de Raadt
2006-04-25atoi/strtonum from han boetesTed Unangst
2006-04-25strtonum does not require limits.hTed Unangst
2006-04-25mode_t is your friendTheo de Raadt
2006-04-25mark usage() __deadTheo de Raadt
2006-04-25for SENSOR_TIMEDELTA, store time in nanoseconds. discussion with kettenisTheo de Raadt
2006-04-25The -r flag without an argument signifies HEAD for rcsmerge as well.Ray Lai
2006-04-25The -r flag without an argument signifies HEAD for rcsclean.Ray Lai
2006-04-25if the timeval has data, print it at the end of the lineTheo de Raadt
2006-04-25add a struct timeval to struct sensor. any sensor which wishes the userTheo de Raadt
2006-04-25Back out previous tests, the keywords all expanded and destroyedRay Lai
2006-04-25Regression tests for keywords for ci.Ray Lai
2006-04-25Reflect latest lint commit, which fixes many type conversion falseChad Loder
2006-04-25A new, very exhaustive type conversion regression test.Chad Loder
2006-04-25Rather than use the psize() macro everywhere (portable size macro whichChad Loder
2006-04-24add a little spacing to HISTORY;Jason McIntyre
2006-04-24be consistent when describing revision selection;Jason McIntyre
2006-04-24prevent a race by keeping an fd for the workfile around untilJoris Vink
2006-04-24Fix parser to match current behaviour and make auth-type et al. part of theClaudio Jeker
2006-04-24Do not leave an hole in the directory list if allocation of theOtto Moerbeek
2006-04-24lint prefers ANSI C function definitions if a prototype is available;Otto Moerbeek
2006-04-24small delint; ok deraadt@Otto Moerbeek
2006-04-24further document how revisions are selected; mostly from xsaJason McIntyre
2006-04-24- the argument to -r is optionalJason McIntyre
2006-04-24- do not show file ... as optionalJason McIntyre
2006-04-24a little more verbose about -h...Jason McIntyre
2006-04-24Use NULL where NULL is meant, from thib, no binary changePedro Martelletto
2006-04-24Enable profling in asm if either PROF or GPROF is enabled, kernel profilingDale Rahn
2006-04-24Properly terminate ENTRY with a semicolon, required for asm profiling.Dale Rahn
2006-04-24regenJonathan Gray
2006-04-24Add id for 82801GBM SATA in AHCI mode.Jonathan Gray
2006-04-24- move -A into compat landJason McIntyre
2006-04-24make the -r description match that in rcsmerge(1), as far as is possible;Jason McIntyre
2006-04-24-r is not optional: simplify its synopsis, but improve its description;Jason McIntyre
2006-04-24be consistent in error messages for wrongly specified keyword substitutionXavier Santolaria
2006-04-24bad space interrupted the flow of this morning's fortune;Jason McIntyre