summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-06If a process has trashed its stack, use sigexit() instead of psignal() toMiod Vallat
terminate it with prejudice, as done in native sendsig(). Plus you get a memory leak in COMPAT_HPUX on m68k fixed for free. review art@ test martin@
2005-08-06Unbreak sshd ListenAddress for bare IPv6 addresses.Darren Tucker
Report from Janusz Mucka; ok djm@
2005-08-06In cache_flush(), after testing for curproc != NULL, do not use curprocMiod Vallat
blindly...
2005-08-06new manpage for ifstated.conf written with mpf@Nikolay Sturm
comments and help from jmc@, commitski henning@
2005-08-06DIOCRDELTABLES modifies pfrio_ndel, not _nadd.Christopher Pascoe
2005-08-06add HISTORY; ok jmcJared Yanovich
2005-08-06- macro, punctuation, and rewording tweaksJared Yanovich
- avoid first person. ok jmc
2005-08-06sync function prototypes to reality; ok jmcJared Yanovich
2005-08-06Improved X40 kludge, tested by djm@.Jonathan Gray
Any X40 users still having problems after this mail me.
2005-08-05document "set skip on" in the BNF grammar, from David KrauseDaniel Hartmeier
2005-08-05when i did the cleanup and switched to http 1.1, i forgot to add chunkedFederico G. Schwindt
support. while it's being tested switch to 1.0. noticed and tested by nick@.
2005-08-05correct io base/limit registers handling. from mycroft. only affectsFederico G. Schwindt
multi function cards for now. this fixes the Novatel Wireless Merlin UMTS Modem reported by Bolke de Bruin <bdbruin at aub dot nl> tested by several ppl, commit deraadt@.
2005-08-05Add one more Compaq Smart Array 6i.Marco Pfatschbacher
Found in an HP DL380 G4 and works nicely. OK mickey@
2005-08-05regen.Marco Pfatschbacher
2005-08-05Add one more Compaq Smart Array 6i.Marco Pfatschbacher
OK mickey@
2005-08-05remove duplicate privsep prototypes and put allMoritz Jodeit
of them into privsep.h. ok krw@ henning@
2005-08-05increase ebuf[] size in cvs_vlog() wrt strerror(3) return value;Xavier Santolaria
ok jfb@.
2005-08-05fix cac commentMichael Shalayeff
2005-08-05more key handling stuff.Hans-Joerg Hoexer
2005-08-05For tcpmd5 rules the keyword "key" changed to "authkey"Hans-Joerg Hoexer
2005-08-05prepare for authentication and encryption keys, not used yet.Hans-Joerg Hoexer
2005-08-05- missing m_free()Martin Reindl
- drop unused define from NetBSD
2005-08-05- -f valid for gzsig sign tooJason McIntyre
- tidy up SYNOPSIS and AUTHORS - sort options - sync usage()
2005-08-05simplify a bit.Hans-Joerg Hoexer
2005-08-05occured -> occurred;Jason McIntyre
2005-08-05zap rcsidMarc Espie
2005-08-05- remove rcsidMarc Espie
- put all the YPMATCHCACHE code into a #ifdef, proper - remove all extra header files that are not needed okay deraadt@
2005-08-05don't panic for SADB_ADD w/o enc/auth, with and ok hshoexer@Markus Friedl
2005-08-05syncTheo de Raadt
2005-08-05expose the algorithm used for splitting names, so that ArcCheck will beMarc Espie
able to use it.
2005-08-05minor KNF;Xavier Santolaria
2005-08-05activate sanity check: only files have !0 size.Marc Espie
2005-08-05fix splitting bugMarc Espie
2005-08-05Make sure $totsize != 0, even if the package does not contain any actualMarc Espie
files, so that the progress meter will work.
2005-08-05Make those tests match the actual implementation, not a not yet commited futureHans-Joerg Hoexer
version.
2005-08-05Correct URL. Noticed by Dries Schellekens <gwyllion at ulyssis.org>.Jonathan Gray
2005-08-05Some basic regression tests for ipsecctl, not connected yet.Hans-Joerg Hoexer
2005-08-05make three functions non-static (namespace is no issue, they might getDaniel Hartmeier
inlined), ok art@
2005-08-05tweak CAVEATS;Jason McIntyre
ok jsg@
2005-08-05impelmentation -> implementationMarc Espie
yes, new typo for an old friend.
2005-08-05strip multiple leading slashes from absolute paths; ok beck@Damien Miller
2005-08-05X40 has to be prodded a bit more to work.Jonathan Gray
tested by jolan@
2005-08-05List aps(4) in device lists. Reminded by deraadt@Jonathan Gray
2005-08-05Add support for SCSI pass-through commands for enclosure and processor devicesMarco Peereboom
to expose ses(4) and safte(4) information. ok beck@, dlg@ put your ami pt diff in, deraadt@
2005-08-05Uncomment aps to help gather more testing feedback.Jonathan Gray
I'd like to hear from anyone running with this.
2005-08-05Add commented entry for aps (ThinkPad Active Protection System)Jonathan Gray
2005-08-05Start of a driver for the "Active Protection System" accelerometerJonathan Gray
found in recentish ThinkPads. Sensors are reported via hw.sensors in sysctl but sensor numbers and presence is likely to change. Units and use of all of the sensors is not yet known as IBM has not released any documentation. Driver is based on information reverse engineered from the windows driver by Anurag Sharma and Mark Smith. "commit the code" deraadt@
2005-08-05typoTheo de Raadt
2005-08-05report the fan speed as a percentage since it seems all the enclosures weDavid Gwynne
fill in the rpm fields. your call deraadt@
2005-08-05add a sensor type that can report percentageDavid Gwynne
ok deraadt@