Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-17 | Garbage collect unused variable from sys_rec structure. | Joel Sing | |
ok miod@ | |||
2008-09-17 | Unbreak com@ioc probing. | Joel Sing | |
ok miod@ | |||
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 | |
spotted by markus@ ok henning@ mpf@ | |||
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 | |
ok kettenis@ | |||
2008-09-16 | Add support for reading ELF auxilliary vectors. | Mark Kettenis | |
ok kurt@ | |||
2008-09-16 | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). | Mark Kettenis | |
ok miod@ | |||
2008-09-16 | remove dead stores and newly created unused variables. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok miod@ art@ | |||
2008-09-16 | - remove some unneeded headers | Jasper Lievisse Adriaanse | |
with and ok jsing@ | |||
2008-09-16 | netstat statistics for pflow(4) via pseudo family | Joerg Goltermann | |
ok cluadio@ henning@ | |||
2008-09-16 | fix whitespace/tab typos | Joerg Goltermann | |
ok henning@ claudio@ | |||
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 | |
instead of using a linked list to describe the dma segments use three distinct pointers. also, this driver only needs 1 buffer descriptor for each dma segment, since each buffer descriptor can handle as many samples as each segment can hold. makes the code a little easier to read and allows us to free the calibration buffer when we're done with it. idea originally from ratchov@ a while back. tested by ratchov@ and myself. ok ratchov@ | |||
2008-09-15 | remove dead stores and newly created unused variables. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok mpf@ looks good mk@ ok henning@ | |||
2008-09-15 | Sync with dhcpd. Do not use < 0 to check for failed syscalls use == -1 | Claudio Jeker | |
instead. OK henning@ | |||
2008-09-15 | When checking if a syscall like open(), ioctl() or writev() failed compare | Claudio Jeker | |
directly against -1 and do not use a < 0 test. OK henning@ | |||
2008-09-15 | add missing header needed by strlen(). | Charles Longeau | |
ok millert@ | |||
2008-09-15 | Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to show | Claudio Jeker | |
correct values. OK henning@ | |||
2008-09-15 | Mask rtm->rtm_priority with RTP_MASK before printing so that the priority is | Claudio Jeker | |
correctly shown even if the route is flagged RTP_DOWN. OK henning@ | |||
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 | |
ok brad@ | |||
2008-09-15 | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave | Martynas Venckus | |
when the argument is infinity/not-a-number ok millert@, jmc@ | |||
2008-09-15 | Make this compile if !MULTIPROCESSOR. | Mark Kettenis | |
ok brad@ | |||
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 | |
This should have no functional change on undo, but it does facilitate testing undo behavior. | |||
2008-09-15 | Enable dirty buffer detection in mg. | Kjell Wooding | |
Emulate the emacs behavior: after suspend/resume, buffer switch, or at save time, warn (prompt) the user if the file has been modified on disk in the interim. This has already saved my butt numerous times. ok phessler | |||
2008-09-15 | I forgot to sync the NetBSD Copyright 2004-2008 update. Fix it. | Marcus Glocker | |
Spotted by stu@ and miod@ | |||
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 | |
- Sign over Jeremy Morse's copyright (who contributed ehci-isoc support) to NetBSD copyright but still mention him as contributor. OK'd by Jeremy Morse. - Update TODO list. - Clarify the error message in case when a low/full speed isoc device has been attached to ehci. - Add a missing break so that the isoc setup code doesn't access uninitialized microframe content which has been request by the driver but not been used. OK kevlo@ | |||
2008-09-14 | describe %a/%A. from freebsd | Martynas Venckus | |
tweaks/ok millert@, jmc@ | |||
2008-09-14 | Use one block mapping to map kernel text up to 4MB and another one for the | Mark Kettenis | |
remainder to prevent covering kernel data. ok miod@ | |||
2008-09-13 | document strtold. ok millert@ | Martynas Venckus | |
2008-09-13 | strtof has been introduced in c99 | Martynas Venckus | |
from Thomas Pfaff. ok millert@ | |||
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 | |
panic if the kernel attempts to map an improper address. | |||
2008-09-13 | fallback to 11b support if the EEPROM is not reporting any available mode. | Reyk Floeter | |
there is probably a new EEPROM format here, but i don't know how to parse the AR5424 version yet, so just set some defaults for these chipsets for now. | |||
2008-09-13 | fix potential use of uninitialized value | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. "Right." miod@ | |||
2008-09-13 | Fix minor bug in the previous commit, which could hang the | Moritz Jodeit | |
current session, when the last character of an overly long line was a newline character. Additionally reply with 500 "Command too long" for commands, which are too large. Issue found and proposed fix by Luke Mewburn <lukem@NetBSD.org>. ok millert@ | |||
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 | |
shrinks, same thing as UFS does. ok/pointers pedro@ ok blambert@ | |||
2008-09-12 | Don't split large commands into multiple commands on a 512-byte | Moritz Jodeit | |
boundary but just fail on them. This prevents CSRF-like attacks, when a web browser is used to access an ftp server. Reported by Maksymilian Arciemowicz <cxib@securityreason.com>. ok millert@ martynas@ | |||
2008-09-12 | install the man page into MD location, since it only builds | Jason McIntyre | |
for some archs (currently sparc64); fix proposed by miod; | |||
2008-09-12 | move the declaration of nfsrv3_procs to nfs_syscalls.c | Thordur I. Bjornsson | |
ok blambert@ |