summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-10add whitespaceReyk Floeter
2006-03-10Silence mcd during probe, as in 1.13 but accidentally lost in 1.24.Miod Vallat
2006-03-10some IAPP implementations still use the pre-standard port 2313 in broadcastReyk Floeter
2006-03-10syncAlexander Yurchenko
2006-03-10Oops.Alexander Yurchenko
2006-03-10fix a stupid mistake in cvs_worklist_clean() while loop.Niall O'Higgins
2006-03-10use same date format as gnu/usr.bin/rcs in error message. OK niallo@.Xavier Santolaria
2006-03-10add missing break; found by lintMoritz Jodeit
2006-03-10i am going to be hated for including this oneDamien Miller
2006-03-10Last revision apparently does not work when cold booting so revert.Jonathan Gray
2006-03-10Only do the forcing rgmii for nfe game after a reset notJonathan Gray
2006-03-10Avoid printing the whole file in the error message on missing trailing "Otto Moerbeek
2006-03-101.36 and onwards did not print extra spaces, but sometimes skipped spaces.Theo de Raadt
2006-03-10Only write a log message if the log message is not empty.Ray Lai
2006-03-10Hook up cap_mkdb test.Ray Lai
2006-03-10Hook up getcap test.Ray Lai
2006-03-10Regression test for truncated file.Ray Lai
2006-03-10Don't dereference NULL pointer if file is truncated.Ray Lai
2006-03-10Regression test for truncated file.Ray Lai
2006-03-10Don't ferror() after fclose().Ray Lai
2006-03-10remove default Transport=udp and DOI=IPSEC to simplify example isakmpd configDavid Krause
2006-03-10make sure cvs_worklist_clean() is safe, since we areJoris Vink
2006-03-10ansi. no binary change.Jonathan Gray
2006-03-09Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>.Miod Vallat
2006-03-09Zero-fill the fake softc during probe, and put a plausible dv_xname, so thatMiod Vallat
2006-03-09Recognize %z in addition to %Z as a printf format specifier; from espie@Miod Vallat
2006-03-09Unimplemented ioctl commands should return ENOTTY, not EINVAL.Miod Vallat
2006-03-09KNF, deregister, no functional change.Miod Vallat
2006-03-09vt100->vt220; spotted by nick@Miod Vallat
2006-03-09Foil potential timing attacks by using the correct password hashTodd C. Miller
2006-03-09Track interface uptime.Esben Norby
2006-03-09Typo fix from 'P-O Yliniemi <peo atsomehostlike bsd-guide.net>'Tobias Weingartner
2006-03-09Add some NOTREACHED to please lint.Claudio Jeker
2006-03-09More spring cleaning with lint. Change a few types and add some comments toClaudio Jeker
2006-03-09trailing spaces;Joris Vink
2006-03-09It seems that 60 secs is a reasonable amount of time to reach state FULL.Esben Norby
2006-03-09Start using *_name function that are now shared between ospfd and ospfctl.Claudio Jeker
2006-03-09Move *_name functions to log.c and use these for both ospfd and ospfctl.Claudio Jeker
2006-03-09should have been part of previous commit (add rcstime.c here too).Xavier Santolaria
2006-03-09Correctly warn about unsupported interface types as it is done in other places.Claudio Jeker
2006-03-09Remove -n from synopsis tooPedro Martelletto
2006-03-09KNF, remove some unneded type casts and add some ARGSUSED. This makes lintClaudio Jeker
2006-03-09Remove option -n from newfs as well as all references to fs_postbl()Pedro Martelletto
2006-03-09Mark event callbacks with ARGSUSED to silence lint.Claudio Jeker
2006-03-09Switch send_packet from char * to void * and from int to size_t. The functionClaudio Jeker
2006-03-09- Slightly more informative error message (requested by krw@)Pedro Martelletto
2006-03-09Better handling of ancient file systems that still have 4.2 BSDPedro Martelletto
2006-03-09move joris' timezone support into rcstime.c; more work to be done there.Xavier Santolaria
2006-03-09in_cksum() should return a u_int16_t and not int. Switch a variable toClaudio Jeker
2006-03-09if_event_names is only used by interface.c so move it there.Claudio Jeker