summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-10provide a counter for ipisMichael Shalayeff
2006-03-10Switch to RAWKEY_xxx constants.Miod Vallat
2006-03-10Omit specific depth in rasops_init_devcmap() if not compiling for them.Miod Vallat
2006-03-10realloc & size_t police; simplify some pointer arithmetic; ok ray@Otto Moerbeek
2006-03-10print IAPP messages for the old IAPP port 2313.Reyk Floeter
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
mode (tested with the HP ProCurve 420wl). add a note to the manual page and the example configuration.
2006-03-10syncAlexander Yurchenko
2006-03-10Oops.Alexander Yurchenko
2006-03-10fix a stupid mistake in cvs_worklist_clean() while loop.Niall O'Higgins
ok joris@
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
ok deraadt@
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
Noticed by otto@
2006-03-10Only do the forcing rgmii for nfe game after a reset notJonathan Gray
after every link state change in the fixup function. Suggested by brad@, tested by otto@
2006-03-10Avoid printing the whole file in the error message on missing trailing "Otto Moerbeek
Found by by mpech@; ok mpech@ ray@ miod@
2006-03-101.36 and onwards did not print extra spaces, but sometimes skipped spaces.Theo de Raadt
we need a proper flag to keep track of space insert requirements thanks for further testing by millert
2006-03-10Only write a log message if the log message is not empty.Ray Lai
Also prevents rfp->rf_desc[-1] from happening. ok joris, niallo, otto, and xsa
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
ok otto and millert
2006-03-10Don't dereference NULL pointer if file is truncated.Ray Lai
Sync with cap_mkdb(1). ok otto and millert
2006-03-10Regression test for truncated file.Ray Lai
ok otto and millert
2006-03-10Don't ferror() after fclose().Ray Lai
Don't dereference NULL pointer if file is truncated. Sync with cgetnext(3). ok otto and millert
2006-03-10remove default Transport=udp and DOI=IPSEC to simplify example isakmpd configDavid Krause
ok jmc@ hshoexer@
2006-03-10make sure cvs_worklist_clean() is safe, since we areJoris Vink
calling it from inside a signal handler. from deraadt@, ok niallo@
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
probe failures don't display garbage in their messages.
2006-03-09Recognize %z in addition to %Z as a printf format specifier; from espie@Miod Vallat
who is too shy to commit it.
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
instead of "xx". In practice this means bcrypt() will be used for non-existent users instead of DES crypt(). Adapted from a patch by Peter Philipp. OK deraadt@
2006-03-09Track interface uptime.Esben Norby
ok claudio@
2006-03-09Typo fix from 'P-O Yliniemi <peo atsomehostlike bsd-guide.net>'Tobias Weingartner
marco@ ok.
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
help lint.
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
OK norby@
2006-03-09Move *_name functions to log.c and use these for both ospfd and ospfctl.Claudio Jeker
Stuff that is only used in ospfd debug messages is simplified. OK norby@
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
almost happy.
2006-03-09Remove option -n from newfs as well as all references to fs_postbl()Pedro Martelletto
Various testing for a while, okay krw@
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
is now similar to sendto et al.