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