summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-17Make dc match with higher priorit over de for 21142/3 chipsNathan Binkert
Also match on 21140
2002-02-17rforkArtur Grabowski
2002-02-17need a Makefile here.Artur Grabowski
2002-02-17Test rfork(RFMEM)Artur Grabowski
2002-02-17a state variable used by multiple threads needs to be volatileMarco S Hyman
2002-02-17Enable stackgap_random. Set it initially to 1k.Artur Grabowski
2002-02-17Cache vnodes, don't hold on to the root vnode, some cleanups, handleArtur Grabowski
physmem and usermem correctly. kernel/2404 from peterw@ifost.org.au with some small fixups from me.
2002-02-17oops, add -U to usageEric Jackson
2002-02-17add support for connecting too and listening on AF_UNIX sockets.Eric Jackson
connect support from dave@arbor.net.. rest by me
2002-02-17fix pr#2091. patch applied.Eric Jackson
patch from Brian J. Kifiak <bk@rt.fm> should be looked at closer..
2002-02-17correct arithmetic brain damage; maxim@macomnet.ruTheo de Raadt
2002-02-17This test requires root, make it use REGRESSROOTTARGETS.Marco S Hyman
Requires bsd.regress.mk version 1.9 or later
2002-02-17skip tests that require root (REGRESSROOTTARGETS) unlessMarco S Hyman
the user is root or SUDO is not empty. OK art@
2002-02-16abs() is defined by ANSI C -- don't use a macro for itTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-16default to rsa keyfile path for non key generation operations whereKevin Steves
keyfile not specified. fixes core dump in those cases. ok markus@
2002-02-16Instead of #defining random() as arc4random(), just use arc4random() inlineTodd C. Miller
instead of srandom() / random().
2002-02-16Deal with snprintf returning >= sizeof(buf) and simplify someTodd C. Miller
of the arithmetic. deraadt@ OK
2002-02-16please even more architectures. the various linkers we have are just weirdTheo de Raadt
2002-02-16Don't prototype functions if they are really just macros.Todd C. Miller
cpu_exec_aout_makecmds() may be #defined to ENOEXEC
2002-02-16Don't prototype functions if they are really just macros.Todd C. Miller
2002-02-16traverse down into fdescfs and uvmArtur Grabowski
2002-02-16Need a Makefile here.Artur Grabowski
2002-02-16Misc tests for mmap, mincore, mlock and mlockall.Artur Grabowski
From NetBSD. XXX - chatty and should be really split up into smaller tests.
2002-02-16SyncKenneth R Westerback
2002-02-16Tekram DC-3x5U (TRM-S1040 based SCSI cards).Kenneth R Westerback
2002-02-16+ infPeter Valchev
2002-02-16Simple test for isinf(3) and HUGE_VAL; ok artPeter Valchev
2002-02-16Disable tagged queueing for HP C3725S and IBM DCAS drives whereTodd C. Miller
is is broken.
2002-02-16Add '#' to the list of escaped characters during vi/emacs filename completion.Todd C. Miller
From Matt Bing.
2002-02-16Make this compile.Miod Vallat
2002-02-16-t required now for key generationKevin Steves
2002-02-16sysvshmArtur Grabowski
2002-02-16test sysv shared memory. From NetBSD with changes.Artur Grabowski
2002-02-16sysvsemArtur Grabowski
2002-02-16Test sysv semaphores. From NetBSD with changes.Artur Grabowski
2002-02-16sysvsmgArtur Grabowski
2002-02-16Test sysv msg. From NetBSD with modifications.Artur Grabowski
2002-02-16syncTheo de Raadt
2002-02-16Disable udma5 on the HPT370 for now. The silent data corruption disappearsChris Cappuccio
at udma4.
2002-02-16update for new ahc driver.Steve Murphree
2002-02-16eisa support for ahc. (left out)Steve Murphree
2002-02-16MI man page to document fpgetmask(3) and friends; from ross@NetBSD, ok deraadtPeter Valchev
2002-02-16final touchesTodd T. Fries
2002-02-16This file was missed.Steve Murphree
2002-02-16change to reflect the removal of sequencer.hSteve Murphree
2002-02-16New port of FreeBSD's ahc driverSteve Murphree
2002-02-16syncTheo de Raadt
2002-02-16there are bugs, and then there are pastosMichael Shalayeff
2002-02-16remove some libraries, hides vax ld bug tooTheo de Raadt