summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-01-21Mount points must fit in MNAMELEN, not MAXPATHLEN so use copyinstr()Todd C. Miller
to detect whether the path passed in from userland is too long. Based on a patch from peterw AT ifost.org.au.
2002-01-21syncNathan Binkert
2002-01-21Another pci->ohci chipNathan Binkert
2002-01-21s/deamon/daemon/Theo de Raadt
2002-01-21ARGH, fix it right...Dale Rahn
2002-01-21Better barrier protection. pefo found an instance where the previousDale Rahn
protection was not good enough. work from theo, pefo, toby.
2002-01-21Switch last workaround to a form easier for espie to maintain.Hugh Graham
2002-01-21use read_passphrase+ECHO in confirm(), allows use of ssh-askpassMarkus Friedl
for hostkey confirm.
2002-01-21deamon -> daemon, from Alexander YurchenkoDaniel Hartmeier
2002-01-21remove couple of #if 0'ed portion we will never useJun-ichiro itojun Hagino
2002-01-21Respect db_console for "progammer button", for improved physical security.Dale Rahn
2002-01-21do not taint ::/124 for IPv6 localhost table.Jun-ichiro itojun Hagino
avoid lookups to localhost.berkeley.edu.
2002-01-21finish ericj's work.Nathan Binkert
make all audio drivers use the new allocm and round_buffersize decl's. will ease porting, and generally cleans up a bit
2002-01-21ukbd tooAngelos D. Keromytis
2002-01-21ucom, uvisor, ums devices mentioned.Angelos D. Keromytis
2002-01-21correct usage; ok deraadt@Kevin Steves
2002-01-21Use HOST_CFLAGS to force gcc to build its helper tools withoutHugh Graham
optimization on vax. This is part of what's needed to get gcc through a double bootstrap with optimization turned on.
2002-01-21Particularly egregious pair of changes to get recent sendmailHugh Graham
working on vax. It's most likely this only succeeds because the rearranged code doesn't trip a compiler bug.
2002-01-21Special case a_strnid.c on vax.Hugh Graham
2002-01-20Move nfs_norsvport out from behind #ifdef NFSSERVER so ramdiskHugh Graham
kernels with only NFSCLIENT defined can build.
2002-01-20do not dump core if errors; instead report issueTheo de Raadt
2002-01-20move a few more arch specific drivers to use new allocm and round_buffersize.Eric Jackson
2002-01-20Commit change from gcc mainline that's been kicking around in my treeHugh Graham
for too long. Needed for vax and tested by various.
2002-01-20use new allocm, round_buffersize decl'sEric Jackson
missed this one.
2002-01-20make all audio drivers use the new allocm and round_buffersize decl's.Eric Jackson
will ease porting, and generally cleans up a bit
2002-01-20Swap TEST_BLOCK_LEN and TEST_BLOCK_COUNT in benchmark printf.Camiel Dobbelaar
ok millert@
2002-01-20When a process is exec:ing mark it with a flag. Check that flag in ptraceArtur Grabowski
and procfs (and possibly more places in the future) and simply refuse to fiddle with the execing process. This is an ugly hack, but this far we haven't been successful in creating a race-free exec.
2002-01-20fix quite appearent bug in cpu_swapin(), missing '&' can easily corruptDale Rahn
memory, pmap structure.
2002-01-20Add missing va_end() calls, patch sent to sendmail folks.Todd C. Miller
2002-01-19Instead of ifdef around ENOTSUP, move it to pthread_private.h and makeFederico G. Schwindt
it EOPNOTSUPP.
2002-01-19From FreeBSD: correct priority handling.Federico G. Schwindt
2002-01-19From Patrik Lindergren (patrik@ipunplugged.com):Jason Wright
* make the driver big-endian aware * handling for DMA errors * move some allocations to attach From me: whitespace clean up and vtophys removal (almost works on sparc64)
2002-01-19Fix bogosity with sa_len value assignment...I wonder how this everAngelos D. Keromytis
worked (but it did, until very recently).
2002-01-19If handler for SIGCHLD is SIG_IGN, reset to SIG_DLF. This is consistentTodd C. Miller
with our handling of SA_NOCLDWAIT as well as other operating systems. From FreeBSD.
2002-01-19syncNathan Binkert
2002-01-19Add Intel PRO/1000XTNathan Binkert
2002-01-19do not bindresv() udp socket, for clockdiff to work w/ our inetd; millert@ okMichael Shalayeff
2002-01-19We don't have <sys/map.h> any more; Tim TickelTodd C. Miller
2002-01-18From FreeBSD: sem_XXX implementation; manpages comming in a bit.Federico G. Schwindt
2002-01-18Remove no longer applicable diagnostic messagesJason Wright
2002-01-18Fix some zlib memory leaks, originally from Mark AdlerTodd C. Miller
2002-01-18Makers of ESCC2 is now Infineon (formerly Siemens)Jason Wright
2002-01-18Add sab82532Jason Wright
2002-01-18o Remove some debugging prints (most of them wouldn't work anyway)Jason Wright
o Add support for draining the XFIFO on last close o Debounce the break sequence by looking for the terminate side of the break instead of the detection side. o wrap the parameter setup in splhigh (lest we get caught with the chip powered down)
2002-01-18clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion fromKevin Steves
allard@oceanpark.com; ok markus@
2002-01-18tab vs. spacesFederico G. Schwindt
2002-01-18unneeded cast cleanup; ok markus@Kevin Steves
2002-01-18correct Ciphers default; paola.mannaro@ubs.comKevin Steves
2002-01-18- add et_EEBrad Smith
- ru_SU -> ru_RU -- Ok'd by: heko@
2002-01-18Move CS_TIMEOUT declJason Wright