Age | Commit message (Expand) | Author |
2009-03-03 | more RealTek RTL8187 based devices | Kevin Lo |
2009-03-03 | spaces | Kevin Steves |
2009-03-02 | the packet length passed to m_clget is a u_int, print it with %u not %d in | David Gwynne |
2009-03-02 | Remove MEXTMALLOC and MCHTYPE from mbuf.9, as they have not existed | Bret Lambert |
2009-03-02 | Make sure rt_gateway is not NULL in rt_mpath_matchgate(). It is possible to | Claudio Jeker |
2009-03-02 | Fixup empty macro. Original comment from harti at freebsd.org: | Mike Belopuhov |
2009-03-02 | ldd(1) accepts more than one program as argument; while here, | Igor Sobrado |
2009-03-02 | tweak previous; | Jason McIntyre |
2009-03-02 | Send valid ERROR packets to prematurely terminate a transfer. | Kenneth R Westerback |
2009-03-01 | Switch more info printfs to debug. The average user doesn't want to see | Owain Ainsworth |
2009-03-01 | regen | Miod Vallat |
2009-03-01 | Support for MVME141 boards. Tested with both VME and VSB memory boards | Miod Vallat |
2009-03-01 | Tweak pccspeed() to not report 33MHz boards as 50MHz (until better code is | Miod Vallat |
2009-03-01 | - Refuse delivery to mbox that is a symlink, pipe, chardev, etc. etc. | Jacek Masiulaniec |
2009-03-01 | Replace a few magic constants with proper #defines as pointed out by miod@. | Mark Kettenis |
2009-03-01 | Support for MVME165 board - code written in april 2006, eventually debugged | Miod Vallat |
2009-03-01 | Fix bus_space_map() on intio space, it is not mapped 1:1... | Miod Vallat |
2009-03-01 | Clean up match routines vs board id; this should give 166, 172 and 176 a | Miod Vallat |
2009-03-01 | open mbox with O_EXLOCK (better than open+flock), and without O_SYNC, | Jacek Masiulaniec |
2009-03-01 | Enable raptor(4) here too. Pointed out by deraadt@ and miod@. | Mark Kettenis |
2009-03-01 | Colormap support is there now. | Mark Kettenis |
2009-03-01 | Enable raptor(4). | Mark Kettenis |
2009-03-01 | Finish colormap support; makes Xorg wsfb driver work. | Mark Kettenis |
2009-03-01 | Fix PR #723: test(1) operator precedence inconsistent with POSIX | Otto Moerbeek |
2009-03-01 | Some initial colormap support. | Mark Kettenis |
2009-03-01 | Time to turn off debug by default. It shrinks ramdisk as a bonus. | Alexander Yurchenko |
2009-03-01 | Add sensors support. | Alexander Yurchenko |
2009-03-01 | raptor(4) | Mark Kettenis |
2009-03-01 | An accelerated framebuffer driver for the Tech Source Raptor GFX cards built | Mark Kettenis |
2009-03-01 | bpf can handle variable length headers; some wording improvements; | Otto Moerbeek |
2009-03-01 | Make more IPI synchronous. Performance slightly down, stability slightly up. | Miod Vallat |
2009-03-01 | Files forgotten during last commit: | Miod Vallat |
2009-03-01 | Don't rely on non-standard setenv() behavior. | Todd C. Miller |
2009-03-01 | Update to match mktemp.c changes | Todd C. Miller |
2009-03-01 | Print the correct function name in log_debug(). | Michele Marchetto |
2009-03-01 | - add missing letoh32 | Alexander Yurchenko |
2009-03-01 | fix possible NULL dereference when getpwnam fails; ok gilles@ | Jacek Masiulaniec |
2009-03-01 | fix double space in synopsis and usage. | Igor Sobrado |
2009-03-01 | New mktemp(3) based on the one from portable mktemp(1). Now includes | Todd C. Miller |
2009-03-01 | make the condition under which delivery is made by SMTPD_USER more | Jacek Masiulaniec |
2009-03-01 | simplify *_open functions by passing them char * instead of struct | Jacek Masiulaniec |
2009-03-01 | deny regular users to run "smtpctl show stats" and "smtpctl schedule"; | Jacek Masiulaniec |
2009-03-01 | In "smtpctl show stats", break queue.inserts into queue.inserts.remote | Jacek Masiulaniec |
2009-03-01 | ss_len was set to sizeof pointer, should be sizeof structure; ok gilles@ | Jacek Masiulaniec |
2009-03-01 | rework serialisation of messages slightly. | David Gwynne |
2009-03-01 | check pfsyncs IFF_RUNNING flag before doing stuff. should save time for | David Gwynne |
2009-03-01 | Don't let an mmio area replace the frame buffer if they are the same size. | Mark Kettenis |
2009-03-01 | i can't see a reason that we'd need to go to splnet to call ip_output. | David Gwynne |
2009-03-01 | zap trailing whitespace; | Jason McIntyre |
2009-03-01 | Sync disklabel instructions with reality and those detailed in INSTALL.sgi. | Joel Sing |