Age | Commit message (Expand) | Author |
2002-01-07 | Enough of a driver for 7811 to poll the random number generator for bits | Jason Wright |
2002-01-07 | sync | Todd T. Fries |
2002-01-07 | add pci to all) (thanks drahn@) | Todd T. Fries |
2002-01-07 | u_long for arg for LMREADY | Eric Jackson |
2002-01-07 | first pass cleanup for lkms | Eric Jackson |
2002-01-07 | pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ ok | Michael Shalayeff |
2002-01-07 | update w/ chipset descriptions and config flags vs option; from Vladimir Popo... | Michael Shalayeff |
2002-01-07 | use flags instead of options to choose the tea5757 vs tea5759. | Michael Shalayeff |
2002-01-07 | Next issue: | Mike Pechkin |
2002-01-07 | remove 3rd argument from ipmask(), not used. | Mike Pechkin |
2002-01-07 | While I'm here (next issue): | Mike Pechkin |
2002-01-07 | If the handler for SIGCHLD is set to SIG_IGN, act as if the | Todd C. Miller |
2002-01-07 | Revert local changes that should not have been committed | Todd C. Miller |
2002-01-07 | o) int -> {uid,gid}_t; %d -> %u; | Mike Pechkin |
2002-01-07 | sync | Todd T. Fries |
2002-01-07 | generate i386 (regress diff = more devices than before, ugen, etc..) | Todd T. Fries |
2002-01-07 | add i386 'source' | Todd T. Fries |
2002-01-07 | o more devices for 'all' target | Todd T. Fries |
2002-01-07 | add macppc 'source' | Todd T. Fries |
2002-01-07 | sync | Todd T. Fries |
2002-01-07 | add /dev/pci | Todd T. Fries |
2002-01-07 | sprinklings of 'ifstep()' | Todd T. Fries |
2002-01-07 | sync | Todd T. Fries |
2002-01-07 | DISK_STEPPING is not used, and in any event, is not global to all disks | Todd T. Fries |
2002-01-07 | sync | Todd T. Fries |
2002-01-07 | add more disks to the 'all' target, rd shows up on sparc64 now ;-) | Todd T. Fries |
2002-01-07 | comment tweaking | Todd T. Fries |
2002-01-07 | Paranoia on my part, do not let the condition exist where kvm space could | Dale Rahn |
2002-01-07 | On cache flushing, if start is not cacheline aligned, add to the lenght | Dale Rahn |
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller |
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller |
2002-01-07 | Do not enter ddb twice in a row on console break. | Miod Vallat |
2002-01-07 | - increment uvmexp.intrs on interrupts (oops) | Miod Vallat |
2002-01-07 | better. | Niels Provos |
2002-01-07 | add kqueue | Niels Provos |
2002-01-07 | simple kqueue test for pipes | Niels Provos |
2002-01-06 | remove bogus diagnostic check. | Eric Jackson |
2002-01-06 | add ums and wsmux | Jason Wright |
2002-01-06 | Do not allow root to login via an insecure tty even if the auth method | Todd C. Miller |
2002-01-06 | -x needs read-write access for DIOCSETDEBUG ioctl | Daniel Hartmeier |
2002-01-06 | Don't let root change it's password via login_l?chpass(8). | Todd C. Miller |
2002-01-06 | That was no fix, that broke things. If the pte entry is currently found | Dale Rahn |
2002-01-06 | pte_spill() is executed on a special stack in real mode (vm not enabled). | Dale Rahn |
2002-01-06 | Claim to support WSSCREEN_WSCOLORS (drivers support it, but rcons doesn't | Jason Wright |
2002-01-05 | Sync with reality: make mj2 a trusted user and add 'C' (nocanonify) | Todd C. Miller |
2002-01-05 | some missing and misplaced periods | Kevin Steves |
2002-01-05 | Documentation update. Adapted from NetBSD. | Thierry Deval |
2002-01-05 | mark signal races | Theo de Raadt |
2002-01-05 | fix hanging x11 channels for rejected cookies (e.g. XAUTHORITY=/dev/null xbiff) | Markus Friedl |
2002-01-05 | support detach, from netbsd | Michael Shalayeff |