Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-08 | Close potential memory leak wrt "fromname"; inspired by similar FreeBSD | Todd C. Miller | |
changes. | |||
2002-01-08 | STRING is never NULL so there is no need to test it for NULL before | Todd C. Miller | |
freeing it. | |||
2002-01-08 | add 'source' | Todd T. Fries | |
2002-01-08 | enable sun3; ok miod@ | Todd T. Fries | |
2002-01-08 | add sun3 'source' | Todd T. Fries | |
2002-01-08 | more | Todd T. Fries | |
2002-01-07 | nofn for me today... | Jason Wright | |
2002-01-07 | man page for hifn 7811 driver 'nofn'. I should also thank GTGI(powercrypt) | Jason Wright | |
for the donation of a 7811 board for development. | |||
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 | |
add more to all) | |||
2002-01-07 | u_long for arg for LMREADY | Eric Jackson | |
2002-01-07 | first pass cleanup for lkms | Eric Jackson | |
- Use queue.h macros instead of accessing members directly - Allocate from kernel_map instead of kmem_map - remove streams - free memory for syms in lkmunreserve() - change LMREADY arg to u_long (allow it to work on 64bit systems) - NetBSD - KNF | |||
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 ↵ | Michael Shalayeff | |
Popov <jumbo@narod.ru> | |||
2002-01-07 | use flags instead of options to choose the tea5757 vs tea5759. | Michael Shalayeff | |
from Vladimir Popov <jumbo@narod.ru> | |||
2002-01-07 | Next issue: | Mike Pechkin | |
af is always u_int8_t, not int; dhartmei@ ok | |||
2002-01-07 | remove 3rd argument from ipmask(), not used. | Mike Pechkin | |
dhartmei@ ok | |||
2002-01-07 | While I'm here (next issue): | Mike Pechkin | |
o) __progname; o) remove #define LOG_DAEMON; o) use openlog() before syslog(); o) write $version to stderr; millert@ ok | |||
2002-01-07 | If the handler for SIGCHLD is set to SIG_IGN, act as if the | Todd C. Miller | |
SA_NOCLDWAIT (don't create zombies) flag has been specified. This is consistent with most other operating systems and is what XPG4.2 specifies. | |||
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 | |
o) int -> pid_t; deraadt@ ok | |||
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 | |
o ttyCcfg is 600 not 666 o add radio o joy is 666 not 600 (current i386 MAKEDEV does this) | |||
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 | |
s/tzs/czs/ typo | |||
2002-01-07 | sprinklings of 'ifstep()' | Todd T. Fries | |
'the big disk case' no longer sets vars and calls dodisk, would take more space to additionally do the 'stepping' argument (see cd\* in generated MAKEDEV) | |||
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 | |
prepare dodisk* script functions for a 7th argument, what I call disk stepping, the number to add from rd0a to rd1a minor numbers, defaulted to 16; some archs *cough*macppc*cough* still have 8 for cdroms and such | |||
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 | |
s/tty/tth/ | |||
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 | |
be claimed by the pre kvm init stealing process and kvm. | |||
2002-01-07 | On cache flushing, if start is not cacheline aligned, add to the lenght | Dale Rahn | |
to make sure the whole region is flushed. from conversation with pefo. | |||
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller | |
which now has a different meaning. | |||
2002-01-07 | To disable a SIGCHLD signal handler use SIG_DFL, *not* SIG_IGN | Todd C. Miller | |
which now has a different meaning. | |||
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 | |
- change more fatal situations into panics - reorganize the execution flow to be shorter if no device interrupt handler are registered - minor style/KNF changes as well | |||
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 | |
pr#2298 | |||
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 | |
does not use plaintext passwords due to the possibility of connection hijacking. This restores the pre-3.0 behavior and closes PR 2299. | |||
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 | |
At some point in the future, passwd(1) may call these auth methods at which time we will need a flag to allow root to do a password change and also to allow account w/o a password to be given one. | |||
2002-01-06 | That was no fix, that broke things. If the pte entry is currently found | Dale Rahn | |
in the po lists, it will NOT have the PTE_VALID bit set. Thus valid mappings could be ignored if enough mappings existed for that PTEG pair. This explains the bus_dma panics. |