Age | Commit message (Expand) | Author |
2004-12-23 | Simplify hashtable (de)allocation by moving it into the clone functions. | Camiel Dobbelaar |
2004-12-23 | add some more Netra systems which are equivalent to Ultra30/60's, but | Brad Smith |
2004-12-22 | - add missing braces for SIOCSIFMTU switch case. | Brad Smith |
2004-12-22 | order `cvs remove' aliases correctly; | Xavier Santolaria |
2004-12-22 | Upon SCSI command timeout, check if we have missed a DMA completion, | Miod Vallat |
2004-12-22 | Bring more fixes from NetBSD: | Miod Vallat |
2004-12-22 | Do not use DMA for odd-size transfers, as the last byte will not be | Miod Vallat |
2004-12-22 | basic documentation of the `cvs remove' command; | Xavier Santolaria |
2004-12-22 | proper DDB_DEBUG | Michael Shalayeff |
2004-12-22 | quitenv() proto should have the variable type only, not the name. | Todd C. Miller |
2004-12-22 | These man pages are not derived from UCB and are actually public domain. | Todd C. Miller |
2004-12-22 | Fix a use-after-free, that causs core dumps if a shell is killed | Otto Moerbeek |
2004-12-22 | Fix previous commit here, I add the case statement to the wrong switch. | Todd C. Miller |
2004-12-22 | Our times(3) just calls getrusage(2) and gettimeofday(2), converting seconds | Todd C. Miller |
2004-12-22 | Make 'echo ${a[@]:?foo}' produce an error, not a core dump. | Todd C. Miller |
2004-12-22 | Use sys_signame and sys_siglist instead of building a list of signal | Todd C. Miller |
2004-12-22 | avoid a null dereference when using membufs. | Dan Harnett |
2004-12-22 | Test the upper limit for the max # of rounds to, to avoid wrapping and ending | Otto Moerbeek |
2004-12-22 | g/c str_zcpy() | Todd C. Miller |
2004-12-22 | Introduce 'set skip on <ifspec>' to support a list of interfaces where no | Daniel Hartmeier |
2004-12-22 | Use stdbool.h instead of rolling our own bools. | Todd C. Miller |
2004-12-22 | Add -ULDAPMAP to CPPFLAGS so we can't inadvertanly build errstring.o with | Todd C. Miller |
2004-12-22 | tweaks from michael knudsen; | Jason McIntyre |
2004-12-22 | d can be negative, take that into account when comparing to the logging | Henning Brauer |
2004-12-22 | sort sections; | Jason McIntyre |
2004-12-22 | sync | Theo de Raadt |
2004-12-22 | keep less stuff around for -e pkgpath. | Marc Espie |
2004-12-22 | Fix parenthesis mismatch, from Stefan Miltchev. Thanks! | Hans-Joerg Hoexer |
2004-12-22 | and something else in the future | Theo de Raadt |
2004-12-22 | Use vfs firmware loader for fxp(4) interrupt coalescing microcode. | Alexander Yurchenko |
2004-12-22 | also pass SIGINT/QUIT to child, from mpech@. ok avsm@ | Otto Moerbeek |
2004-12-22 | Instead of running carp_setroute synchronously, use if_addrhooks to get a | Christopher Pascoe |
2004-12-22 | Save original value returned by getifaddrs to free later; ok henning@ | Darren Tucker |
2004-12-22 | if our first getpwnam(), testing for NTPD_USER, succeeded, but the second | Henning Brauer |
2004-12-22 | Do a COR reset on prism cards too in the watchdog reset. Helps recover | Todd C. Miller |
2004-12-22 | remove fallback AES support for old OpenSSL, as OpenBSD has had it for many | Damien Miller |
2004-12-22 | spacing | David Krause |
2004-12-22 | some -Wimplicit-function-declaration cleaning; ok millert@ | David Krause |
2004-12-22 | spelling corrections; ok jmc@ | David Krause |
2004-12-21 | silently ignore some cases when sendto(2) fails rather than disabling | Dan Harnett |
2004-12-21 | s/files/file/ in `cvs remove' usage, like in the other commands; | Xavier Santolaria |
2004-12-21 | gnu CVS has an undocumented -s command-line option to set a variable, | Jean-Francois Brousseau |
2004-12-21 | modify the directory handling portion to behave like the one in add.c, | Jean-Francois Brousseau |
2004-12-21 | on the way to `cvs remove'; ok jfb | Xavier Santolaria |
2004-12-21 | fix nasty cache-out-of-sync bug. | Marc Espie |
2004-12-21 | Check to make sure we have a valid CVSROOT, and check the return value | Jean-Francois Brousseau |
2004-12-21 | add powerhooks | Damien Bergamini |
2004-12-21 | on the way to `cvs add'; ok jfb | Xavier Santolaria |
2004-12-21 | missing apache Xr's; | Jason McIntyre |
2004-12-21 | sync w/ obsd; | Jason McIntyre |