Age | Commit message (Expand) | Author |
2004-06-11 | typo in comment | Brad Smith |
2004-06-11 | support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kame | Jun-ichiro itojun Hagino |
2004-06-11 | Better stack usage on m88k for lwp. | Miod Vallat |
2004-06-11 | doc cpuid | Theo de Raadt |
2004-06-11 | divide etime by ncpu | Theo de Raadt |
2004-06-11 | oops | Theo de Raadt |
2004-06-11 | on i386 machines, attempt to peek inside apic_intrhand[] as well, so that | Theo de Raadt |
2004-06-11 | only print /# if > 1 cpu on a machine | Theo de Raadt |
2004-06-11 | Eliminate a dereference after pool_put when an inactive/no-longer referenced | Ryan Thomas McBride |
2004-06-11 | Correct the code that identifies bogus regexps; Jared Yanovich | Todd C. Miller |
2004-06-11 | Fix backref substitution in -s mode. Problem found and fix verified | Todd C. Miller |
2004-06-11 | export cpuid via kproc2, and make ps & top aware... from niklas | Theo de Raadt |
2004-06-11 | export cpuid via kproc2, and make ps & top aware | Theo de Raadt |
2004-06-11 | hide top breakage, until the next commit which will do it right | Theo de Raadt |
2004-06-10 | Generate SIGTRAP for breakpoint instructions. | Mark Kettenis |
2004-06-10 | Work around an uncovered gcc problem on m88k until it receives proper cure. | Miod Vallat |
2004-06-10 | include whole SYS.h instead of just machine/asm.h | Michael Shalayeff |
2004-06-10 | Typos in option descriptions; fixed in gcc 3. | Miod Vallat |
2004-06-10 | From FreeBSD (via rees@umich.edu and nate) | Peter Valchev |
2004-06-10 | zero the cif struct correctly. | Ryan Thomas McBride |
2004-06-10 | Plug a memory leak in carp_clone_destroy() | Ryan Thomas McBride |
2004-06-10 | SECURITY: CAN-2004-0492 (cve.mitre.org) | Henning Brauer |
2004-06-10 | Fix a logic error in sglist creation. | Miod Vallat |
2004-06-10 | get changes from mod_ssl 2.8.18: | Henning Brauer |
2004-06-10 | rename struct pf_rule_addr member 'not' to 'neg', as 'not' is a reserved | Daniel Hartmeier |
2004-06-10 | Mark authenticated messages explicitly. Better check for authentication before | Hans-Joerg Hoexer |
2004-06-09 | binutils sync | Miod Vallat |
2004-06-09 | The GO_IF_LEGITIMATE_ADDRESS fix in m88k.h, as well as all the FUNCTION_ARG | Miod Vallat |
2004-06-09 | In FUNCTION_ARG_ADVANCE(), do not pad the register position counter if the | Miod Vallat |
2004-06-09 | Among other tricky (or nice, depending upon your involvment) features, | Miod Vallat |
2004-06-09 | in theory, vnlock should alays be NULL in the generic lock (sic) functions. | Ted Unangst |
2004-06-09 | Merge in a piece of the SMP branch into HEAD. | Artur Grabowski |
2004-06-09 | rename POOLPAGE macros to pmap_map_direct | Ted Unangst |
2004-06-09 | pull in KNF from SMP | Theo de Raadt |
2004-06-09 | Fix IPv4 name->address translation. Addresses like "10.1000" will not be | Cedric Berger |
2004-06-09 | Take better care of people down under living in X and a half hour | Otto Moerbeek |
2004-06-09 | Several potential security problems found and fixed by Stefan Esser & | Otto Moerbeek |
2004-06-09 | According to POSIX, _POSIX_PATH_MAX should be 256 but _POSIX_SYMLINK_MAX | Todd C. Miller |
2004-06-09 | we trust the calibrated pentium_mhz more, so don't overwrite it unless | Ted Unangst |
2004-06-09 | sync | Theo de Raadt |
2004-06-09 | Style nits. hshoexer@ ok | Hakan Olsson |
2004-06-09 | move to a dynamically allocated struct pollfd array. | Henning Brauer |
2004-06-09 | only accept DELETEs during an authenticated INFORMATIONAL exchange. | Hans-Joerg Hoexer |
2004-06-09 | fix compilation for !I586_CPU case; ok grange@ | Damien Miller |
2004-06-09 | More meaningful formulation of the __va_stk initialization in | Miod Vallat |
2004-06-09 | Minor sync from the SMP branch. | Artur Grabowski |
2004-06-09 | * Bring rdate's SNTP support into compliance with SNTPv4 (RFC 2030). | Alexander Guy |
2004-06-09 | correct mistake in usage(). Chris Pinnock | Jun-ichiro itojun Hagino |
2004-06-08 | sync | Theo de Raadt |
2004-06-08 | missing include; ok marc@. | Xavier Santolaria |