Age | Commit message (Expand) | Author |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | generate std ANSI protos, not __P ones | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-14 | Regen after syscall changes (option PTRACE) | Miod Vallat |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat |
2002-03-14 | Whoops. missing simple_unlock. | Artur Grabowski |
2002-03-13 | On sparc, PAGE_SIZE and friends might not be a compile-time constant. | Miod Vallat |
2002-03-12 | Change the PT_IO interfaces like discussed on | Artur Grabowski |
2002-03-12 | In the PT_STEP case, first set the new pc, then arrange | Artur Grabowski |
2002-03-11 | Since all archs implement PT_GETREGS and PT_SETREGS, make then unoptional. | Artur Grabowski |
2002-03-11 | Add a more sane API for reading/writing traced process memory | Artur Grabowski |
2002-03-08 | semicolon is not always what it seems, replace w/ a \n in asm labels | Michael Shalayeff |
2002-03-01 | fp doesn't necessarily have to be set when we do the early FRELE. | Artur Grabowski |
2002-03-01 | sysctl for cryptodevallowsoft - /dev/crypto will allow the software engine | Niels Provos |
2002-02-26 | fucntion->function. | Federico G. Schwindt |
2002-02-25 | Make pool_sethardlimit() check that it doesn't decrease the limit below | Daniel Hartmeier |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt |
2002-02-23 | Move out draining of the allocator to an own function and | Artur Grabowski |
2002-02-23 | If the allocator has the PA_WANT flag set, return whole pages immediately. | Artur Grabowski |
2002-02-23 | Fix up some functions. Don't have static all over the place | Artur Grabowski |
2002-02-22 | EA sync | Dale Rahn |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |
2002-02-22 | include a siginfo_t with ktrace PSIG information, so that kdump can print | Theo de Raadt |
2002-02-22 | Fix stack sharing in FORK_VMNOSTACK. | Artur Grabowski |
2002-02-21 | Fix /tmp races. | Miod Vallat |
2002-02-19 | Heh. Don't assume that sizeof(void *) > sizeof(int). | Artur Grabowski |
2002-02-19 | Missing FRELE in error case. ok provos@ | Thomas Nordin |
2002-02-18 | fix issue on LP64 BE arch's w/ fcntl's F_GETOWN | Eric Jackson |
2002-02-18 | Don't do unnecessary normalization. ok art@ | Thomas Nordin |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-17 | ICANON is a t_lflag, not t_iflag; neelnatu@yahoo.com | Theo de Raadt |
2002-02-17 | Repeat. But this time get the math right and avoid sleeping forever. | Artur Grabowski |
2002-02-17 | Enable stackgap_random. Set it initially to 1k. | Artur Grabowski |
2002-02-16 | Simplify pid selection algorithm. ok art@ deraadt@ | Thomas Nordin |
2002-02-15 | Improve comment. ok art@ | Thomas Nordin |
2002-02-15 | undo latest commit for now, it breaks nanosleep | Peter Valchev |
2002-02-15 | Make rescheduling to a later time faster. ok art@ | Thomas Nordin |
2002-02-15 | Don't get confused in nanosleep(2) when the time changes. | Artur Grabowski |
2002-02-15 | Add a tvtohz function. Like hzto, but doesn't subtract the current time. | Artur Grabowski |
2002-02-14 | No more RFORK_FDSAHRE option, always allow FORK_SHAREFILES. | Artur Grabowski |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2002-02-12 | malloc_roundup to calculate allocation size malloc will use; from netbsd; | Niels Provos |
2002-02-12 | Fix my total blackout of the brain. | Artur Grabowski |
2002-02-12 | Fix all users of getsock to use FREF/FRELE properly. | Artur Grabowski |
2002-02-11 | Big fixup of fd passing. It now works, even on sparc64. | Artur Grabowski |
2002-02-11 | In {send,recv}msg allow zero sized message. We can have control data. | Artur Grabowski |
2002-02-09 | Protect the whole sys_fnctl with one big FREF/FRELE pair. | Artur Grabowski |
2002-02-08 | Require a FREFd file in dofilewrite{,v}. | Artur Grabowski |
2002-02-08 | require a FREFd fp in dofilereadv. Fix some comments. | Artur Grabowski |