Age | Commit message (Expand) | Author |
2008-10-10 | Fix -X output of ppp packets. Inspired by PR4624 and especially the patch | Claudio Jeker |
2008-10-10 | backout; is causing some people difficulty | Theo de Raadt |
2008-10-10 | hook up sed regress | Todd C. Miller |
2008-10-10 | Adapt sed test suite to regress framework. | Todd C. Miller |
2008-10-10 | - add and enable rum(4) | Jasper Lievisse Adriaanse |
2008-10-10 | missing spl() for codec command setting/retrieval | Jacob Meuser |
2008-10-10 | write "pflow", "flowsrc" and "flowdst" using the right macros. | Igor Sobrado |
2008-10-10 | - use nmea(4) for general sensor example rather than udcf(4) | Stuart Henderson |
2008-10-10 | show examples for sensors. use nmea as suggested by mbalmer, henning agrees. | Stuart Henderson |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-10-10 | typo in error message; ok djm@ | Kevin Steves |
2008-10-10 | spelling in comment; ok djm@ | Kevin Steves |
2008-10-10 | add rcs tags | Steven Mestdagh |
2008-10-09 | Set hardware timer according to bus clock speed. | Brad Smith |
2008-10-09 | cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword, | Theo de Raadt |
2008-10-09 | Now that len is set later in compile_subst() we need to move the | Todd C. Miller |
2008-10-09 | When adding a new user, do not move a potential yp line (+:*:::0:0::::) to the | Miod Vallat |
2008-10-09 | Skip memory areas smaller than 1 MB above the 16 MB boundary to deal with | Mark Kettenis |
2008-10-09 | replace M_WAITOK with M_NOWAIT | Charles Longeau |
2008-10-09 | remove unused variable | Charles Longeau |
2008-10-09 | In compile_subst(), adjust for the fact that the initial buffer | Todd C. Miller |
2008-10-09 | Change sb_timeo to unsigned, so that even if some calculation (ie. n * HZ) | Theo de Raadt |
2008-10-09 | plug memleak by calling ber_free() after sending a trap to cleanup the | Reyk Floeter |
2008-10-09 | Don't strip newline when reading lines; matches the original behavior. | Todd C. Miller |
2008-10-09 | remove a dead store. | Charles Longeau |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |
2008-10-09 | pass NULL rather than 0 for interrupt time usage to calcru() | Kevin Lo |
2008-10-09 | add -y to usage(); | Jason McIntyre |
2008-10-09 | - add -d to usage | Jason McIntyre |
2008-10-09 | Use the reference count in struct process to update the proc count | Philip Guenthe |
2008-10-09 | Put a reference count in struct process to prevent use-after-free | Philip Guenthe |
2008-10-09 | support setting PermitEmptyPasswords in a Match block | Damien Miller |
2008-10-09 | Add fallback ioctl handlers for MTU and multicast to ether_ioctl(). | Brad Smith |
2008-10-09 | stop waiting for the printer to become ready, see PR 5427 for more | Theo de Raadt |
2008-10-09 | Use ether_ioctl(). | Brad Smith |
2008-10-09 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-08 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-08 | Add -y option to force logging via syslog rather than stderr. | Damien Miller |
2008-10-08 | document -d. ok millert@ | Martynas Venckus |
2008-10-08 | SIOCAIFADDR can fail with EEXIST either if the local or the destination | Claudio Jeker |
2008-10-08 | sync | Damien Bergamini |
2008-10-08 | new PCI ID for Intel WiFi Link 5350. | Damien Bergamini |
2008-10-08 | use (unsigned) in rate calculation for > 2 billion interrupts. This will | Theo de Raadt |
2008-10-08 | better comments | Oleg Safiullin |
2008-10-08 | Allow sed to handle arbitrarily long lines. Also plug a memory | Todd C. Miller |
2008-10-08 | sync man page | Yojiro Uo |
2008-10-08 | Older IT8712F chips have 8-bit watchdog timeout counter. | Oleg Safiullin |
2008-10-08 | As the Option N.V. Globetrotter HSDPA Modem is not compatible | Yojiro Uo |
2008-10-08 | For "gunzip -N", the name stored in the gzip header has no directory, | Todd C. Miller |