summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-17Garbage collect unused variable from sys_rec structure.Joel Sing
2008-09-17Unbreak com@ioc probing.Joel Sing
2008-09-16remove d_cbrt, dcbrt, d_sqrt. ok millert@Martynas Venckus
2008-09-16typo: is -> if. ok millert@Martynas Venckus
2008-09-16gc unused files, the functions are in libc. ok millert@Martynas Venckus
2008-09-16remove another dead store.Charles Longeau
2008-09-16Terminate printing of auxilliary vector upon reaching the first AT_NULL.Mark Kettenis
2008-09-16Make this compile if !MULTIPROCESSOR.Brad Smith
2008-09-16Add support for reading ELF auxilliary vectors.Mark Kettenis
2008-09-16Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2).Mark Kettenis
2008-09-16remove dead stores and newly created unused variables.Charles Longeau
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