summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
for doing page idle zeroing. store the kernele stack pointer into pcb instead of trapframe for debuggers doing stack traces; from kettenis@
2004-06-08Remove 'nmbuclust' setting of NMBCLUSTERS. They don't exist anymore.Ryan Thomas McBride
ok millert@
2004-06-08Use cpuid_t whenever possible, rather than an angry combination of longMiod Vallat
there and u_long elsewhere. ok marc@ deraadt@
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
of cpuid_t. OK art@ deraadt@
2004-06-08pull ncpus support from smp tree into main branch.Marco S Hyman
remove alpha specific definition of ncpus. OK (and tested on alpha) deraadt@
2004-06-08No need to update runtime in cpu_switch. It's updated in mi_switch justArtur Grabowski
after the return from cpu_switch. ok deraadt@ miod@
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
and simplyfy the prefix production error handling slightly from Mr. Memleak Terminator Patrick Latifi <pat@eyeo.org>, kickass!
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
using sc->data_buffer (not sc->tranfer_data), in the actual data transfer operations. From NetBSD PR #25676. ok tdeval@ deraadt@
2004-06-07do not push ksh into stupid-random mode; leave it in arc4random() mode.Theo de Raadt
oops. spotted by weerd@weirdnet.nl
2004-06-07gotta love this one ...Michael Shalayeff
2004-06-07Recognize hppa core files.Mark Kettenis
ok mickey@, drahn@, deraadt@
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman
particular implementation of libpthread for libc. libc no longer needs pthread.h to compile. OK millert@, brad@, tedu@
2004-06-07Correctly handle an unaligned long long parameter on stack in varargs functions;Miod Vallat
makes some rare situations in the a.out ar working again.
2004-06-07dig gpio ioctlsMichael Shalayeff
2004-06-07correct x11 sets sizes after second rebuildMichael Shalayeff
2004-06-07enable dynamic perl; millert okMichael Shalayeff
MAKE SURE TO REBUILD LD.SO FIRST
2004-06-07Allow -a to specify an alternative auth method, even if secure modeOtto Moerbeek
is used. Only bail out if the user has no skey entry and requests secure mode without specifying an alternative auth method. ok hshoexer@ millert@
2004-06-07Use -a skey to use S/Key for initial authentication in normal mode.Otto Moerbeek
ok hshoexer@ millert@
2004-06-07consistently refer to the authpf_users table;Jason McIntyre
noticed by die tuere; ok beck@
2004-06-07clarify how tags are parsed;Jason McIntyre
help from, tweaks, and ok's: dhartmei@ otto@ millert@
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
comment closer to the code it talks about earlier; drahn@ ok
2004-06-07debugging notify that dlopen() has finished as it was said when it had ↵Michael Shalayeff
started; drahn@ ok
2004-06-07remove dud i2o link here, too;Jason McIntyre
from dmitry bogdan;
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
uniformly compute the MB numbers in m4.common; reduce average calculator uptime. miod@ ok
2004-06-07Allow userland to issue ld.d or st.d with a long, but not long long alignedMiod Vallat
address, by recovering from the misaligned address exception.
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
(sync with rev 1.274 of www/ftp.html)
2004-06-07better debugging printfs for init/fini fixupsMichael Shalayeff
2004-06-07new mirrors in Argentina, Belgium, Latvia, Portugal, and USDavid Krause
Remove ftp.src.uchicago.edu as a mirror, as requested by David Forero (sync with rev 1.273 of www/ftp.html)
2004-06-07mod_digest for Apache does not properly verify the nonce of a client responseBrad Smith
by using a AuthNonce secret. CAN-2003-0987 ok henning@
2004-06-07Apache does not filter terminal escape sequences from its error logs, whichBrad Smith
could make it easier for attackers to insert those sequences into terminal emulators containing vulnerabilities related to escape sequences. CAN-2003-0020 ok henning@
2004-06-07check for NOPIC instead of using a list of arch names.Brad Smith
ok drahn@ henning@
2004-06-06Fix typo in last commit for non-compiled code. Dmitry V. LevinTodd C. Miller
2004-06-06update .Vt description and BUGS;Jason McIntyre
2004-06-06update .Vt (variable type) macro:Jason McIntyre
- .Vt now parsed and callable - do not cause line break/insert vertical space outside SYNOPSIS - respect punctuation the hard work from jared yanovich; ok millert@
2004-06-06- wordingJason McIntyre
- simplify some displays
2004-06-06- add -S to usage()Jason McIntyre
- for some reason -s was also missing from one of them - sync