Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-17 | test rfork with shared fds | Artur Grabowski | |
2002-02-17 | time_elapsed_with_signal was completly wrong, fix. | Artur Grabowski | |
2002-02-17 | Don't warn when we don't have an errno, warnx. | Artur Grabowski | |
2002-02-17 | Add a test for nansleep with a very short time (less than a tick). | Artur Grabowski | |
2002-02-17 | make dc win on alpha too | Nathan Binkert | |
2002-02-17 | rfnowait | Artur Grabowski | |
2002-02-17 | test rfork(RFNOWAIT) | Artur Grabowski | |
2002-02-17 | rfcfdg | Artur Grabowski | |
2002-02-17 | test rfork(RFCFDG) | Artur Grabowski | |
2002-02-17 | reflect support for 21140 based cards | Nathan Binkert | |
2002-02-17 | sync | Theo de Raadt | |
2002-02-17 | why were there two ramdisks? | Theo de Raadt | |
2002-02-17 | Make dc match with higher priorit over de for 21142/3 chips | Nathan Binkert | |
Also match on 21140 | |||
2002-02-17 | rfork | Artur Grabowski | |
2002-02-17 | need a Makefile here. | Artur Grabowski | |
2002-02-17 | Test rfork(RFMEM) | Artur Grabowski | |
2002-02-17 | a state variable used by multiple threads needs to be volatile | Marco S Hyman | |
2002-02-17 | Enable stackgap_random. Set it initially to 1k. | Artur Grabowski | |
2002-02-17 | Cache vnodes, don't hold on to the root vnode, some cleanups, handle | Artur Grabowski | |
physmem and usermem correctly. kernel/2404 from peterw@ifost.org.au with some small fixups from me. | |||
2002-02-17 | oops, add -U to usage | Eric Jackson | |
2002-02-17 | add support for connecting too and listening on AF_UNIX sockets. | Eric Jackson | |
connect support from dave@arbor.net.. rest by me | |||
2002-02-17 | fix pr#2091. patch applied. | Eric Jackson | |
patch from Brian J. Kifiak <bk@rt.fm> should be looked at closer.. | |||
2002-02-17 | correct arithmetic brain damage; maxim@macomnet.ru | Theo de Raadt | |
2002-02-17 | This test requires root, make it use REGRESSROOTTARGETS. | Marco S Hyman | |
Requires bsd.regress.mk version 1.9 or later | |||
2002-02-17 | skip tests that require root (REGRESSROOTTARGETS) unless | Marco S Hyman | |
the user is root or SUDO is not empty. OK art@ | |||
2002-02-16 | abs() is defined by ANSI C -- don't use a macro for it | Todd C. Miller | |
2002-02-16 | Part 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-16 | default to rsa keyfile path for non key generation operations where | Kevin Steves | |
keyfile not specified. fixes core dump in those cases. ok markus@ | |||
2002-02-16 | Instead of #defining random() as arc4random(), just use arc4random() inline | Todd C. Miller | |
instead of srandom() / random(). | |||
2002-02-16 | Deal with snprintf returning >= sizeof(buf) and simplify some | Todd C. Miller | |
of the arithmetic. deraadt@ OK | |||
2002-02-16 | please even more architectures. the various linkers we have are just weird | Theo de Raadt | |
2002-02-16 | Don't prototype functions if they are really just macros. | Todd C. Miller | |
cpu_exec_aout_makecmds() may be #defined to ENOEXEC | |||
2002-02-16 | Don't prototype functions if they are really just macros. | Todd C. Miller | |
2002-02-16 | traverse down into fdescfs and uvm | Artur Grabowski | |
2002-02-16 | Need a Makefile here. | Artur Grabowski | |
2002-02-16 | Misc tests for mmap, mincore, mlock and mlockall. | Artur Grabowski | |
From NetBSD. XXX - chatty and should be really split up into smaller tests. | |||
2002-02-16 | Sync | Kenneth R Westerback | |
2002-02-16 | Tekram DC-3x5U (TRM-S1040 based SCSI cards). | Kenneth R Westerback | |
2002-02-16 | + inf | Peter Valchev | |
2002-02-16 | Simple test for isinf(3) and HUGE_VAL; ok art | Peter Valchev | |
2002-02-16 | Disable tagged queueing for HP C3725S and IBM DCAS drives where | Todd C. Miller | |
is is broken. | |||
2002-02-16 | Add '#' to the list of escaped characters during vi/emacs filename completion. | Todd C. Miller | |
From Matt Bing. | |||
2002-02-16 | Make this compile. | Miod Vallat | |
2002-02-16 | -t required now for key generation | Kevin Steves | |
2002-02-16 | sysvshm | Artur Grabowski | |
2002-02-16 | test sysv shared memory. From NetBSD with changes. | Artur Grabowski | |
2002-02-16 | sysvsem | Artur Grabowski | |
2002-02-16 | Test sysv semaphores. From NetBSD with changes. | Artur Grabowski | |
2002-02-16 | sysvsmg | Artur Grabowski | |
2002-02-16 | Test sysv msg. From NetBSD with modifications. | Artur Grabowski | |