summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-25Oops, correct import this time.Miod Vallat
2006-04-25Match PCI ids for Intel ICH7 SATA in AHCI mode.Jonathan Gray
Then ask for SATA IDE mode of operation. X60/T60 Thinkpads are shipped in AHCI configuration by default, this makes them work without changing a BIOS option.
2006-04-25Mark fatal and fatalx as __dead from deraadt@Claudio Jeker
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 ↵Michael Shalayeff
physmem); miod@ toby@ ok
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
passed size is not bigger than 2^16 (limit of the used algorithm). This removes some more lint warnings and makes sense.
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
once or prompting for their passphrases (which it subsequently ignores anyway), similar to a previous change in ssh-add. bz #1186, ok djm@
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
spotted by ray some time ago
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
mbalmer will have to cope.
2006-04-25The -r flag without an argument signifies HEAD for rcsmerge as well.Ray Lai
OK joris@
2006-04-25The -r flag without an argument signifies HEAD for rcsclean.Ray Lai
OK xsa@ and joris@
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
to know when it was last adjusted, can set a timestamp in here. if tv_sec is 0, the timestamp is invalid (maintaining the norm); ok dlg kettenis
2006-04-25Back out previous tests, the keywords all expanded and destroyedRay Lai
my tests.
2006-04-25Regression tests for keywords for ci.Ray Lai
OK xsa@
2006-04-25Reflect latest lint commit, which fixes many type conversion falseChad Loder
positives and negatives.
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
only makes sense when -p option is specified to lint), add a new concept and macro called rank(), which corresponds to the C99 definition of rank for integral types. This has one main benefit, which is that on ILP32 platforms, if -p was not specified, lint did not warn when the code converted from long to int, because they are the same size. This is fixed. While here, get rid of a false positive with warning 259, when converting from an unsigned char to an int, for example.
2006-04-24add a little spacing to HISTORY;Jason McIntyre
2006-04-24be consistent when describing revision selection;Jason McIntyre
input/ok: xsa joris niallo ray
2006-04-24prevent a race by keeping an fd for the workfile around untilJoris Vink
we are finished with it. first one of many to come... okay ray@
2006-04-24Fix parser to match current behaviour and make auth-type et al. part of theClaudio Jeker
global and per area defaults. With this it is now possible to define one set of auth-md keys and use them in every defined interface. OK norby@
2006-04-24Do not leave an hole in the directory list if allocation of theOtto Moerbeek
region succeeds, but allocation a required page dir failed. This can happen if we're really close to ulimit after allocation the region of the size requested. See malloc_ulimit1 regress test. Tested by many; thanks.
2006-04-24lint prefers ANSI C function definitions if a prototype is available;Otto Moerbeek
i can only agree
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
- beef up DESCRIPTION - better descriptions of -r and -u - sync usage() help/ok xsa
2006-04-24- do not show file ... as optionalJason McIntyre
- remove angle brackets - sync usage() ok xsa
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
builds with GPROF, libraries build with PROF. ok espie, miod
2006-04-24Properly terminate ENTRY with a semicolon, required for asm profiling.Dale Rahn
ok miod, espie
2006-04-24regenJonathan Gray
2006-04-24Add id for 82801GBM SATA in AHCI mode.Jonathan Gray
Seemingly the default mode on X60/T60 Thinkpads.
2006-04-24- move -A into compat landJason McIntyre
- tweak -E description accordingly ok xsa
2006-04-24make the -r description match that in rcsmerge(1), as far as is possible;Jason McIntyre
ok xsa