Age | Commit message (Expand) | Author |
2008-09-17 | Garbage collect unused variable from sys_rec structure. | Joel Sing |
2008-09-17 | Unbreak com@ioc probing. | Joel Sing |
2008-09-16 | remove d_cbrt, dcbrt, d_sqrt. ok millert@ | Martynas Venckus |
2008-09-16 | typo: is -> if. ok millert@ | Martynas Venckus |
2008-09-16 | gc unused files, the functions are in libc. ok millert@ | Martynas Venckus |
2008-09-16 | remove another dead store. | Charles Longeau |
2008-09-16 | Terminate printing of auxilliary vector upon reaching the first AT_NULL. | Mark Kettenis |
2008-09-16 | Make this compile if !MULTIPROCESSOR. | Brad Smith |
2008-09-16 | Add support for reading ELF auxilliary vectors. | Mark Kettenis |
2008-09-16 | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). | Mark Kettenis |
2008-09-16 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-16 | - remove some unneeded headers | Jasper Lievisse Adriaanse |
2008-09-16 | netstat statistics for pflow(4) via pseudo family | Joerg Goltermann |
2008-09-16 | fix whitespace/tab typos | Joerg Goltermann |
2008-09-16 | SMP ddb support, with some feedback from kettenis. | Dale Rahn |
2008-09-15 | this driver uses three dma segments; play, record, calibrate. | Jacob Meuser |
2008-09-15 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-15 | Sync with dhcpd. Do not use < 0 to check for failed syscalls use == -1 | Claudio Jeker |
2008-09-15 | When checking if a syscall like open(), ioctl() or writev() failed compare | Claudio Jeker |
2008-09-15 | add missing header needed by strlen(). | Charles Longeau |
2008-09-15 | Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to show | Claudio Jeker |
2008-09-15 | Mask rtm->rtm_priority with RTP_MASK before printing so that the priority is | Claudio Jeker |
2008-09-15 | Add RTP_MASK and RTP_DOWN needed for upcomming link state tracking. | Claudio Jeker |
2008-09-15 | Make this compile if !MULTIPROCESSOR. | Mark Kettenis |
2008-09-15 | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave | Martynas Venckus |
2008-09-15 | Make this compile if !MULTIPROCESSOR. | Mark Kettenis |
2008-09-15 | Use LDSTATIC for -static not LDFLAGS. okay millert@ kettenis@ | Kurt Miller |
2008-09-15 | briefly document the M_LINK0 and M_FILDROP flags; ok jmc@ | Christian Weisgerber |
2008-09-15 | regen | Brad Smith |
2008-09-15 | Add an IDT PCIe bridge. | Brad Smith |
2008-09-15 | Expose the undo commands as proper mg functions. | Kjell Wooding |
2008-09-15 | Enable dirty buffer detection in mg. | Kjell Wooding |
2008-09-15 | I forgot to sync the NetBSD Copyright 2004-2008 update. Fix it. | Marcus Glocker |
2008-09-15 | Update to tzdata2008f from elsie.nci.nih.gov | Todd C. Miller |
2008-09-15 | Sync ehci-isoc part a bit up with NetBSD: | Marcus Glocker |
2008-09-14 | describe %a/%A. from freebsd | Martynas Venckus |
2008-09-14 | Use one block mapping to map kernel text up to 4MB and another one for the | Mark Kettenis |
2008-09-13 | document strtold. ok millert@ | Martynas Venckus |
2008-09-13 | strtof has been introduced in c99 | Martynas Venckus |
2008-09-13 | remove z_abs. ok millert@ | Martynas Venckus |
2008-09-13 | Kernel map is supposed to only allocate from the limited kernel addresses, | Dale Rahn |
2008-09-13 | fallback to 11b support if the EEPROM is not reporting any available mode. | Reyk Floeter |
2008-09-13 | fix potential use of uninitialized value | Charles Longeau |
2008-09-13 | Fix minor bug in the previous commit, which could hang the | Moritz Jodeit |
2008-09-13 | autoamtically -> automatically; from Stijn | Jason McIntyre |
2008-09-12 | zap a deprecated macro, NMOD. | Thordur I. Bjornsson |
2008-09-12 | provide a NOTE_TRUNCATED kq hint in nfs_setattr() if the file | Thordur I. Bjornsson |
2008-09-12 | Don't split large commands into multiple commands on a 512-byte | Moritz Jodeit |
2008-09-12 | install the man page into MD location, since it only builds | Jason McIntyre |
2008-09-12 | move the declaration of nfsrv3_procs to nfs_syscalls.c | Thordur I. Bjornsson |