Age | Commit message (Expand) | Author |
2012-09-29 | Do not hardcode ARCBios vector base, but rather compute it at runtime. | Miod Vallat |
2012-09-29 | Basic R8000 processor support. R8000 processors require MMU-specific code, | Miod Vallat |
2012-09-29 | Forgot this in previous commit | Miod Vallat |
2012-09-29 | Store the base value of coprocessor 0 system register, when running userland, | Miod Vallat |
2012-09-29 | Sort cpu and fpu list, and don't bother printing those we don't run on (yet). | Miod Vallat |
2012-09-29 | Handle the coprocessor 0 cause and status registers as a 64 bit value now, | Miod Vallat |
2012-09-29 | Avoid an unnecessary copyin() call in the SYS__syscall handling path. | Miod Vallat |
2012-09-29 | Add a few more coprocessor 0 cause and config registers defines. | Miod Vallat |
2012-09-29 | Kill the mostly unused VMTLB_xxx and VMNUM_xxx defines. Move all tlb | Miod Vallat |
2012-09-29 | Introduce assembly macros for specific processor hazards: tlb update, status | Miod Vallat |
2012-09-29 | Move proc_trampoline, which is not really exception processing, from exception.S | Miod Vallat |
2012-09-29 | Use a much simpler linker script for the kernel, adapted from loongson | Miod Vallat |
2012-09-29 | Provide a few more macros in <machine/asm.h> to wrap coprocessor 0 | Miod Vallat |
2012-09-29 | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of | Miod Vallat |
2012-09-29 | use ++ operator for increments | Robert Peichaer |
2012-09-29 | use (()) for arithmetic tests | Robert Peichaer |
2012-09-29 | add support for hardware flow control, from FreeBSD | Jonathan Gray |
2012-09-29 | some mfa_session cleanups. | Eric Faurot |
2012-09-29 | CP210[3-5] should work. Silicon Labs have finally published a datasheet. | Jonathan Gray |
2012-09-29 | regen | Jonathan Gray |
2012-09-29 | add some uslcom devices from FreeBSD | Jonathan Gray |
2012-09-29 | finally remove rule member from struct envelope. | Eric Faurot |
2012-09-29 | Remove support for "as user" for local deliveries. | Eric Faurot |
2012-09-29 | Do not test client flags against TTY_FREEZE bit, reported by Tom Ryder. | Nicholas Marriott |
2012-09-29 | From Gavin Atkinson in FreeBSD SVN rev 238778: | Jonathan Gray |
2012-09-29 | Remove extra .Pp | Lawrence Teo |
2012-09-28 | framed-ip-address and framed-ip-netmask were not working. | YASUOKA Masahiko |
2012-09-28 | some smtpd.{c,h} cleanups: | Eric Faurot |
2012-09-28 | consistently use [[ ]] for tests | Robert Peichaer |
2012-09-28 | remove unnecessary quotes within [[ ]] | Robert Peichaer |
2012-09-28 | replace the last remaining backticks with $() for consistency | Robert Peichaer |
2012-09-28 | fix adress family for ipv6 bpf packet capture; ok yasuoka | Markus Friedl |
2012-09-28 | remove a comment that does not make sense any more | Robert Peichaer |
2012-09-28 | free the control message in udp_input() if the packet is passed to pipex | Markus Friedl |
2012-09-28 | Update to account for the switch to ruby 1.9 by default. Feedback from | Jeremy Evans |
2012-09-28 | replace _fsent array with a simple concatenated list | Robert Peichaer |
2012-09-28 | use xmemdup() and xcalloc() helpers | Charles Longeau |
2012-09-28 | Move mda_session to mda.c, and make it use a tree instead of a list, | Eric Faurot |
2012-09-28 | update my copyright | Mike Belopuhov |
2012-09-28 | smtpd.h/control.c cleanups: | Eric Faurot |
2012-09-28 | sync manpage with code | Camiel Dobbelaar |
2012-09-28 | Misspelled DESC line | Janne Johansson |
2012-09-28 | Add support for the Adaptec 39320LPE controller. | Brad Smith |
2012-09-27 | use xstrdup() helper | Charles Longeau |
2012-09-27 | remove some history details which have been around for long enough | Jason McIntyre |
2012-09-27 | When merging messages from an update, decrement the message counter if the | Eric Faurot |
2012-09-27 | fatal -> fatalx | Eric Faurot |
2012-09-27 | clarify the alias expansion code. | Eric Faurot |
2012-09-27 | simplify calloc() + strlcpy()/memcpy() dance with xmemdup() | Charles Longeau |
2012-09-27 | use xmalloc()/xcalloc() helpers | Charles Longeau |