summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-16- remove some unneeded headersJasper Lievisse Adriaanse
2008-09-16netstat statistics for pflow(4) via pseudo familyJoerg Goltermann
2008-09-16fix whitespace/tab typosJoerg Goltermann
2008-09-16SMP ddb support, with some feedback from kettenis.Dale Rahn
2008-09-15this driver uses three dma segments; play, record, calibrate.Jacob Meuser
2008-09-15remove dead stores and newly created unused variables.Charles Longeau
2008-09-15Sync with dhcpd. Do not use < 0 to check for failed syscalls use == -1Claudio Jeker
2008-09-15When checking if a syscall like open(), ioctl() or writev() failed compareClaudio Jeker
2008-09-15add missing header needed by strlen().Charles Longeau
2008-09-15Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to showClaudio Jeker
2008-09-15Mask rtm->rtm_priority with RTP_MASK before printing so that the priority isClaudio Jeker
2008-09-15Add RTP_MASK and RTP_DOWN needed for upcomming link state tracking.Claudio Jeker
2008-09-15Make this compile if !MULTIPROCESSOR.Mark Kettenis
2008-09-15- describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behaveMartynas Venckus
2008-09-15Make this compile if !MULTIPROCESSOR.Mark Kettenis
2008-09-15Use LDSTATIC for -static not LDFLAGS. okay millert@ kettenis@Kurt Miller
2008-09-15briefly document the M_LINK0 and M_FILDROP flags; ok jmc@Christian Weisgerber
2008-09-15regenBrad Smith
2008-09-15Add an IDT PCIe bridge.Brad Smith
2008-09-15Expose the undo commands as proper mg functions.Kjell Wooding
2008-09-15Enable dirty buffer detection in mg.Kjell Wooding
2008-09-15I forgot to sync the NetBSD Copyright 2004-2008 update. Fix it.Marcus Glocker
2008-09-15Update to tzdata2008f from elsie.nci.nih.govTodd C. Miller
2008-09-15Sync ehci-isoc part a bit up with NetBSD:Marcus Glocker
2008-09-14describe %a/%A. from freebsdMartynas Venckus
2008-09-14Use one block mapping to map kernel text up to 4MB and another one for theMark Kettenis
2008-09-13document strtold. ok millert@Martynas Venckus
2008-09-13strtof has been introduced in c99Martynas Venckus
2008-09-13remove z_abs. ok millert@Martynas Venckus
2008-09-13Kernel map is supposed to only allocate from the limited kernel addresses,Dale Rahn
2008-09-13fallback to 11b support if the EEPROM is not reporting any available mode.Reyk Floeter
2008-09-13fix potential use of uninitialized valueCharles Longeau
2008-09-13Fix minor bug in the previous commit, which could hang theMoritz Jodeit
2008-09-13autoamtically -> automatically; from StijnJason McIntyre
2008-09-12zap a deprecated macro, NMOD.Thordur I. Bjornsson
2008-09-12provide a NOTE_TRUNCATED kq hint in nfs_setattr() if the fileThordur I. Bjornsson
2008-09-12Don't split large commands into multiple commands on a 512-byteMoritz Jodeit
2008-09-12install the man page into MD location, since it only buildsJason McIntyre
2008-09-12move the declaration of nfsrv3_procs to nfs_syscalls.cThordur I. Bjornsson
2008-09-12oops missed to decapitalize the first charHenning Brauer
2008-09-12Typo in description for log -r fixed.Tobias Stoeckmann
2008-09-12Move the revision selection in front of output, so errors won't mix upTobias Stoeckmann
2008-09-12- make it possible to use a user defined MERGE_CMD instead of sdiffAntoine Jacoutot
2008-09-12Plugged two memory leaks which could be encountered while using -r argumentTobias Stoeckmann
2008-09-12- use shell built-in getopts instead of getopt(1)Antoine Jacoutot
2008-09-12Be also very conservative about the supplied revision for state changes,Tobias Stoeckmann
2008-09-12Be very conservative about state changes with "admin -s". With GNU CVSTobias Stoeckmann
2008-09-12just like v4 icmp, icmp6 recycles mbufs so we need to callHenning Brauer
2008-09-12In acpitz_setfan(), try to send fan commands to ``power resources'' objects.Miod Vallat
2008-09-12Remove bzero/memset calls after pool_gets by passing the PR_ZEROBret Lambert