Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-11 | add art(4). | Brad Smith | |
2006-03-10 | Clean up unused definitions. ok miod@ | Matthieu Herrb | |
2006-03-10 | in bge_intr() also check the PCI State register to see if there | Brad Smith | |
are really any interrupts to service. Based on the Linux tg3 driver though the Broadcom bcm5700 driver does the same thing. | |||
2006-03-10 | - Wrap IPI sending in splclock(), since an interrupt at | Brad Smith | |
IPL_CLOCK or lower may cause IPIs. - Make broadcast IPIs go through x86_ipi() as well, so that they wait for the APIC to be ready too. - Introduce a function, i82489_icr_wait, which waits for LAPIC_DLSTAT_BUSY cleared, and use it where appropriate. - Panic if lapic's busy too long and DIAGNOSTIC. From NetBSD Tested on a few amd64 MP systems. | |||
2006-03-10 | oops; from otto | Michael Shalayeff | |
2006-03-10 | provide a counter for ipis | Michael Shalayeff | |
2006-03-10 | Switch to RAWKEY_xxx constants. | Miod Vallat | |
2006-03-10 | Omit specific depth in rasops_init_devcmap() if not compiling for them. | Miod Vallat | |
2006-03-10 | realloc & size_t police; simplify some pointer arithmetic; ok ray@ | Otto Moerbeek | |
2006-03-10 | print IAPP messages for the old IAPP port 2313. | Reyk Floeter | |
2006-03-10 | add whitespace | Reyk Floeter | |
2006-03-10 | Silence mcd during probe, as in 1.13 but accidentally lost in 1.24. | Miod Vallat | |
2006-03-10 | some IAPP implementations still use the pre-standard port 2313 in broadcast | Reyk Floeter | |
mode (tested with the HP ProCurve 420wl). add a note to the manual page and the example configuration. | |||
2006-03-10 | sync | Alexander Yurchenko | |
2006-03-10 | Oops. | Alexander Yurchenko | |
2006-03-10 | fix a stupid mistake in cvs_worklist_clean() while loop. | Niall O'Higgins | |
ok joris@ | |||
2006-03-10 | use same date format as gnu/usr.bin/rcs in error message. OK niallo@. | Xavier Santolaria | |
2006-03-10 | add missing break; found by lint | Moritz Jodeit | |
ok deraadt@ | |||
2006-03-10 | i am going to be hated for including this one | Damien Miller | |
2006-03-10 | Last revision apparently does not work when cold booting so revert. | Jonathan Gray | |
Noticed by otto@ | |||
2006-03-10 | Only do the forcing rgmii for nfe game after a reset not | Jonathan Gray | |
after every link state change in the fixup function. Suggested by brad@, tested by otto@ | |||
2006-03-10 | Avoid printing the whole file in the error message on missing trailing " | Otto Moerbeek | |
Found by by mpech@; ok mpech@ ray@ miod@ | |||
2006-03-10 | 1.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-10 | Only 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-10 | Hook up cap_mkdb test. | Ray Lai | |
2006-03-10 | Hook up getcap test. | Ray Lai | |
2006-03-10 | Regression test for truncated file. | Ray Lai | |
ok otto and millert | |||
2006-03-10 | Don't dereference NULL pointer if file is truncated. | Ray Lai | |
Sync with cap_mkdb(1). ok otto and millert | |||
2006-03-10 | Regression test for truncated file. | Ray Lai | |
ok otto and millert | |||
2006-03-10 | Don'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-10 | remove default Transport=udp and DOI=IPSEC to simplify example isakmpd config | David Krause | |
ok jmc@ hshoexer@ | |||
2006-03-10 | make sure cvs_worklist_clean() is safe, since we are | Joris Vink | |
calling it from inside a signal handler. from deraadt@, ok niallo@ | |||
2006-03-10 | ansi. no binary change. | Jonathan Gray | |
2006-03-09 | Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>. | Miod Vallat | |
2006-03-09 | Zero-fill the fake softc during probe, and put a plausible dv_xname, so that | Miod Vallat | |
probe failures don't display garbage in their messages. | |||
2006-03-09 | Recognize %z in addition to %Z as a printf format specifier; from espie@ | Miod Vallat | |
who is too shy to commit it. | |||
2006-03-09 | Unimplemented ioctl commands should return ENOTTY, not EINVAL. | Miod Vallat | |
2006-03-09 | KNF, deregister, no functional change. | Miod Vallat | |
2006-03-09 | vt100->vt220; spotted by nick@ | Miod Vallat | |
2006-03-09 | Foil potential timing attacks by using the correct password hash | Todd 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-09 | Track interface uptime. | Esben Norby | |
ok claudio@ | |||
2006-03-09 | Typo fix from 'P-O Yliniemi <peo atsomehostlike bsd-guide.net>' | Tobias Weingartner | |
marco@ ok. | |||
2006-03-09 | Add some NOTREACHED to please lint. | Claudio Jeker | |
2006-03-09 | More spring cleaning with lint. Change a few types and add some comments to | Claudio Jeker | |
help lint. | |||
2006-03-09 | trailing spaces; | Joris Vink | |
2006-03-09 | It seems that 60 secs is a reasonable amount of time to reach state FULL. | Esben Norby | |
2006-03-09 | Start using *_name function that are now shared between ospfd and ospfctl. | Claudio Jeker | |
OK norby@ | |||
2006-03-09 | Move *_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-09 | should have been part of previous commit (add rcstime.c here too). | Xavier Santolaria | |
2006-03-09 | Correctly warn about unsupported interface types as it is done in other places. | Claudio Jeker | |