summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-10-23Add a trivial va_copy() macro to all architectures but powerpcTodd C. Miller
2002-10-23Remove redefinition of NULL; pjanzen@ OKTodd C. Miller
2002-10-23Move a cast from LHS to RHS to quiet a "cast from pointer to integerTodd C. Miller
2002-10-23mips archdep stuff update while waiting for ok on miPer Fogelstrom
2002-10-23%u for u_intMarkus Friedl
2002-10-23use %u for u_intMarkus Friedl
2002-10-23syncTheo de Raadt
2002-10-23integer overflow cleanup - convert to u_long so strtoul can handle comparisonsMark Grimes
2002-10-22Make wi_keydat in struct wi_key 13 bytes, not 14. This is not aTodd C. Miller
2002-10-22do not force single-user; pt out by fries@Michael Shalayeff
2002-10-22%ul -> %luMike Pechkin
2002-10-22More conversion of "int af" and "u_int8_t af" declarations and functionRyan Thomas McBride
2002-10-22Convert "int af" and "u_int8_t af" declarations and function argumentsRyan Thomas McBride
2002-10-22Update for new semantics of set_ipmask (netmask is applied immediatelyCamiel Dobbelaar
2002-10-22Rename ipmask to set_ipmask and add some functionality: the netmaskCamiel Dobbelaar
2002-10-22Remove a part that did sneak in that wasn't meant to be commited yet.Artur Grabowski
2002-10-22check the correct return value from ifunit()Ryan Thomas McBride
2002-10-21Check for null pointer before deref in info output. Based uponMarco S Hyman
2002-10-21ANSIArtur Grabowski
2002-10-21Two problems.Artur Grabowski
2002-10-21forgot dpaddMichael Shalayeff
2002-10-21libs are listed w/ LDADD not LDFLAGSMichael Shalayeff
2002-10-21do not use an absolute path in include; dhartmei@ okMichael Shalayeff
2002-10-21manual media setting no longer needed for the 21145Henning Brauer
2002-10-21ugly hack to make the 21145 work without manual media setting.Henning Brauer
2002-10-21reversed condition checking for sig*jmp(, savemask)Michael Shalayeff
2002-10-21deal w/ longjmp(, 0)Michael Shalayeff
2002-10-21fix remote exploit in kadmind; from lha@stacken.kth.se. ok hin@Jakob Schlyter
2002-10-21regression tests should test for proper operation, not what the codeMarco S Hyman
2002-10-21Clean up the siginfo test. pthreads siginfo delivery code stillMarco S Hyman
2002-10-21Add new testsMarco S Hyman
2002-10-21Add test for non-deferred signal handling in threads. pthreads codeMarco S Hyman
2002-10-21Add test for pthread_kill. The test currently fails as threadMarco S Hyman
2002-10-21make an ieeefp regress pass; miod@ okMichael Shalayeff
2002-10-21make it compile through the gdb, still needs more work; fgsch@ okMichael Shalayeff
2002-10-21o Add "-days 365" to the examples (default lifetime is 1 month).Todd C. Miller
2002-10-21Remove the -D__PIC__ from this, it does not affect the buildingDale Rahn
2002-10-21Simplify the ld.so asm api, the data is available other ways.Dale Rahn
2002-10-21try harder to sync in dmamap_syncMichael Shalayeff
2002-10-21mention Intel 21145, jason@Henning Brauer
2002-10-21two more 4porst here as wellHenning Brauer
2002-10-20add Intel 21145, miod@ and jason@Henning Brauer
2002-10-20add fxp; ok drahn miodPeter Valchev
2002-10-20Intel 21145Henning Brauer
2002-10-20Intel 21145 supportHenning Brauer
2002-10-20add support for intel 21145Henning Brauer
2002-10-20fxp now works on bigendian, add it to macppc.Dale Rahn
2002-10-20Move pf_compare_(rules|nats|binats|rdrs) to pf_ioctl.c. Simplifies andRyan Thomas McBride
2002-10-19Add manpage for asc scsi driver. From NetBSD.Hugh Graham
2002-10-19Kill register.Hugh Graham