summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-09More meaningful formulation of the __va_stk initialization inMiod Vallat
2004-06-09Minor sync from the SMP branch.Artur Grabowski
2004-06-09 * Bring rdate's SNTP support into compliance with SNTPv4 (RFC 2030).Alexander Guy
2004-06-09correct mistake in usage(). Chris PinnockJun-ichiro itojun Hagino
2004-06-08syncTheo de Raadt
2004-06-08missing include; ok marc@.Xavier Santolaria
2004-06-08always create a stack frame in cpu_switch() and put a stubMichael Shalayeff
2004-06-08Remove 'nmbuclust' setting of NMBCLUSTERS. They don't exist anymore.Ryan Thomas McBride
2004-06-08Use cpuid_t whenever possible, rather than an angry combination of longMiod Vallat
2004-06-08factor out md5 code; ok+tests henning@, djm@, hshoexer@Markus Friedl
2004-06-08fixTheo de Raadt
2004-06-08pull up cpuid_t define from smp branch. Kill alpha specific defininitionMarco S Hyman
2004-06-08pull ncpus support from smp tree into main branch.Marco S Hyman
2004-06-08No need to update runtime in cpu_switch. It's updated in mi_switch justArtur Grabowski
2004-06-08include err.h, from Jared YanovichPedro Martelletto
2004-06-08add new flag and addresses for source-based routing. ok millert@Cedric Berger
2004-06-08fix a few memory leaks in error paths and one in the pftable path,Henning Brauer
2004-06-08tweaks;Jason McIntyre
2004-06-08syncTheo de Raadt
2004-06-08some fluffy mongoose page as afar as there is a fluffy driverMichael Shalayeff
2004-06-08ad a table of supported (and not that much) devicesMichael Shalayeff
2004-06-08Make umass CBI buffer handling consistant with BBB buffer handling byKenneth R Westerback
2004-06-07do not push ksh into stupid-random mode; leave it in arc4random() mode.Theo de Raadt
2004-06-07gotta love this one ...Michael Shalayeff
2004-06-07Recognize hppa core files.Mark Kettenis
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman
2004-06-07Correctly handle an unaligned long long parameter on stack in varargs functions;Miod Vallat
2004-06-07dig gpio ioctlsMichael Shalayeff
2004-06-07correct x11 sets sizes after second rebuildMichael Shalayeff
2004-06-07enable dynamic perl; millert okMichael Shalayeff
2004-06-07Allow -a to specify an alternative auth method, even if secure modeOtto Moerbeek
2004-06-07Use -a skey to use S/Key for initial authentication in normal mode.Otto Moerbeek
2004-06-07consistently refer to the authpf_users table;Jason McIntyre
2004-06-07clarify how tags are parsed;Jason McIntyre
2004-06-07use the func args and not the key material to init a new plabelMichael Shalayeff
2004-06-07fixup the dlsym() return to produce a callable address (plabel) and move one ...Michael Shalayeff
2004-06-07debugging notify that dlopen() has finished as it was said when it had starte...Michael Shalayeff
2004-06-07remove dud i2o link here, too;Jason McIntyre
2004-06-07Make deletion of a few addresses much faster on big tables. ok claudio@Cedric Berger
2004-06-07provide sets sizes in raw bytecounts and thenMichael Shalayeff
2004-06-07Allow userland to issue ld.d or st.d with a long, but not long long alignedMiod Vallat
2004-06-07remove a dupe hw features item; from Simon Dassow <janus@area319.de>Michael Shalayeff
2004-06-07workaround.Cedric Berger
2004-06-07new mirror in SwitzerlandDavid Krause
2004-06-07better debugging printfs for init/fini fixupsMichael Shalayeff
2004-06-07new mirrors in Argentina, Belgium, Latvia, Portugal, and USDavid Krause
2004-06-07mod_digest for Apache does not properly verify the nonce of a client responseBrad Smith
2004-06-07Apache does not filter terminal escape sequences from its error logs, whichBrad Smith
2004-06-07check for NOPIC instead of using a list of arch names.Brad Smith
2004-06-06Fix typo in last commit for non-compiled code. Dmitry V. LevinTodd C. Miller