Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-29 | convert a few memcpy()s to strlcpy() so we don't copy uninitialized junk into | Mike Frantzen | |
a interface name's slack space past the \0. will be needed for the optimizer. ok henning@ | |||
2004-06-29 | use warx instea of fprintf | Michael Shalayeff | |
2004-06-29 | kill spaces | Michael Shalayeff | |
2004-06-29 | use warn() instead of perror; err*() are used already | Michael Shalayeff | |
2004-06-29 | Add /usr/include/libmilter | Todd C. Miller | |
2004-06-29 | Install correct milter includes | Todd C. Miller | |
2004-06-29 | do not use u_long for 32bit data; found by Jacob Meuser | Michael Shalayeff | |
2004-06-29 | Header cleanup. | Mathieu Sauve-Frankel | |
ok hshoexer@ | |||
2004-06-29 | fix alaska and add helicopter and rocket | Michael Shalayeff | |
2004-06-29 | absolutely no need to include machine/endian.h after sys/types.h and ↵ | Michael Shalayeff | |
sys/types.h after sys/param.h | |||
2004-06-29 | repair, Chris Kuethe <ckuethe@ualberta.ca> | Henning Brauer | |
2004-06-29 | make includes in gnu/usr.sbin/sendmail/libmilter | Todd C. Miller | |
2004-06-29 | Build and install libmilter.a (static only) and libmilter.h. OK deraadt@ | Todd C. Miller | |
2004-06-29 | Uncomment atw(4) now that it has been tested. | Todd C. Miller | |
2004-06-28 | add -vz to usage(); | Jason McIntyre | |
2004-06-28 | - repair examples which i damaged in previous commit | Jason McIntyre | |
- tidy up DIAGNOSTICS, and use -diag - wording from jared yanovich; | |||
2004-06-28 | er this is better... | Theo de Raadt | |
2004-06-28 | Don't restrict WEP keys to exactly 40 or 108 bits. | Todd C. Miller | |
2004-06-28 | Remove unneeded -D flags from CFLAGS. | Mathieu Sauve-Frankel | |
2004-06-28 | better NO_REGRESS description | Nikolay Sturm | |
ok naddy | |||
2004-06-28 | remove dup variable | Theo de Raadt | |
2004-06-28 | oops | Theo de Raadt | |
2004-06-28 | You *cannot* strlcpy from userland. Pedro, go read this and find out what | Theo de Raadt | |
you did wrong. Bit in other changes that were backed out. | |||
2004-06-28 | merge in tzcode2004a | Todd C. Miller | |
2004-06-28 | live happy w/ generic byte swapping macros | Michael Shalayeff | |
2004-06-28 | do not cast explicitly to unsigned; found by otto@ | Michael Shalayeff | |
2004-06-28 | ati tv wonders | Michael Shalayeff | |
2004-06-28 | Georgia abandons Soviet-era decree time, back to zonal time. It now has | Todd C. Miller | |
the same time as Moscow (3 hours offset from GMT, not 4). Reported by Peter Galbavy <peter.galbavy@knowtion.net> | |||
2004-06-28 | Update to tzdata2004a from ftp://elsie.nci.nih.gov/pub/ | Todd C. Miller | |
2004-06-28 | add support for ati tv-wonders written by me and tested by Jacob Meuser ↵ | Michael Shalayeff | |
<jakemsr@jakemsr.com> on /ve model | |||
2004-06-28 | do not force into io space on hppa as it's much slower | Michael Shalayeff | |
2004-06-28 | sync | Theo de Raadt | |
2004-06-28 | Enable AP scanning via the WI_RID_PRISM2 ioctl. Now atw(4) can do | Todd C. Miller | |
ap scanning via wicontrol. | |||
2004-06-28 | shorten name | Theo de Raadt | |
2004-06-28 | Use new event counter API for interrupt counting on macppc. drahn@ ok | Aaron Campbell | |
2004-06-28 | Unbreak. The bird noises were confusing me. | Ryan Thomas McBride | |
2004-06-28 | Theo denys all allegations that he's becoming more relaxed. | Ryan Thomas McBride | |
2004-06-28 | Use new event counter API for interrupt counting on alpha. By me, with some | Aaron Campbell | |
edits by Theo. deraadt@ ok | |||
2004-06-28 | pass pin instead of level out to userland | Theo de Raadt | |
2004-06-28 | move from unsafe ev_count32 to safe ev_count; aaron ok | Theo de Raadt | |
2004-06-28 | splhigh around ec_count fetches -- sorry art; ok aaron | Theo de Raadt | |
2004-06-28 | Use new event counter API for interrupt counting on amd64. Based in part | Theo de Raadt | |
on some changes in the i386 codebase. | |||
2004-06-28 | Use new event counter API for interrupt counting on sparc64. deraadt@ tholo@ | Aaron Campbell | |
drahn@ millert@ ok | |||
2004-06-28 | Remove special #if defined(__i386__) code from systat and vmstat. We now use | Aaron Campbell | |
sysctl to fetch interrupt counters on all architectures. Also add new '-z' flag to vmstat which means show all devices, even those that have not yet generated an interrupt. deraadt@ tholo@ drahn@ millert@ ok | |||
2004-06-28 | Use new event counter API for interrupt counting on i386. deraadt@ tholo@ | Aaron Campbell | |
drahn@ millert@ ok | |||
2004-06-28 | Add new, generic ``evcount'' event counter API to the kernel. From art@, | Aaron Campbell | |
with modifications from me. Includes code for generic interrupt counter fetching via sysctl. deraadt@ tholo@ drahn@ millert@ ok | |||
2004-06-28 | KNF | Ryan Thomas McBride | |
2004-06-27 | prettier print | Theo de Raadt | |
2004-06-27 | add reference to nsclpcsio(4) to SEE ALSO; | Jason McIntyre | |
prodded by Alexey E. Suslikov; | |||
2004-06-27 | correct diagnostic; | Jason McIntyre | |
ok alex@ |