Age | Commit message (Expand) | Author |
2009-11-28 | add (n to go) to pkg_delete as well. | Marc Espie |
2009-11-28 | remove redundant message | Marc Espie |
2009-11-28 | This might not be necessary, but Just In Case: since the underlying | Philip Guenthe |
2009-11-27 | wrap Nd in quotes, since it has >9 args; | Jason McIntyre |
2009-11-27 | Correct description of physically vs logically; spotted by Nick | Otto Moerbeek |
2009-11-27 | Switch the chunk_info lists to doubly-linked lists and use the queue | Otto Moerbeek |
2009-11-27 | Regenerate | Philip Guenthe |
2009-11-27 | Add setrdomain() and getrdomain() system calls. Committing now to | Philip Guenthe |
2009-11-27 | Don't forget to fill region from the cache with junk if needed in one case; | Otto Moerbeek |
2009-11-27 | No need to clear a mmapped region; from Fabien Romano and Jonathan | Otto Moerbeek |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-27 | Add a signal for librthread to use for interthread ASTs for cancelation | Philip Guenthe |
2009-11-27 | Convert thrsleep() to an absolute timeout with clockid to eliminate a | Philip Guenthe |
2009-11-27 | Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_t | Philip Guenthe |
2009-11-27 | Change threxit() to take a pointer to a pid_t to zero out from the | Philip Guenthe |
2009-11-27 | Bump the libc major for the post-h2k9 string of ABI changes and additions | Philip Guenthe |
2009-11-27 | fix some spacing issues in the copyright; permission granted | Jason McIntyre |
2009-11-27 | sync german translations with recent C.msg changes | Stefan Sperling |
2009-11-27 | Print outer ipv6 addresses for encapsulated packets only if tcpdump | Alexander Bluhm |
2009-11-27 | ci->ci_curprocpaddr must initialized before cpu1 get into cpu_switchto(). | Takuya ASADA |
2009-11-27 | Add a couple of comments. | Nicholas Marriott |
2009-11-27 | typo in documentation; missing full stop. | Igor Sobrado |
2009-11-27 | benefical -> beneficial; from Brad Tilley | Jason McIntyre |
2009-11-27 | atomic counter increment for SMP. | Takuya ASADA |
2009-11-26 | Visual (and on some machines, audio) feedback while the machine is | Mike Larkin |
2009-11-26 | Now IPI can interrupt to clock interrupt handler. | Takuya ASADA |
2009-11-26 | Silence dhclient by immediately exiting if the interface doesn't exist | Kenneth R Westerback |
2009-11-26 | This doesn't need to be u_int. | Nicholas Marriott |
2009-11-26 | - let this compile again. | Jasper Lievisse Adriaanse |
2009-11-26 | Make types clearer and lint happier. | Nicholas Marriott |
2009-11-26 | Fix type - attributes should be u_char not int. | Nicholas Marriott |
2009-11-26 | Change paranoia check to check for <= 0 and to avoid warning. | Nicholas Marriott |
2009-11-26 | Tidy up various bits of the paste code, make the data buffer char * and add | Nicholas Marriott |
2009-11-26 | Continue rather than returning if not a mouse key, to avoid hanging on any | Nicholas Marriott |
2009-11-26 | fix copy & paste error: IMSG_MTA_RESUME --> IMSG_MDA_RESUME | Charles Longeau |
2009-11-26 | Reset the wakeup vector to ensure that we don't resume on reboot. | Mike Larkin |
2009-11-26 | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott |
2009-11-26 | Don't try to be clever and mix tag queueing mechanisms. Few if any | Kenneth R Westerback |
2009-11-26 | Rename a variable to something more helpful. | Nicholas Marriott |
2009-11-26 | do not pull acpi_wakecode.o into RAMDISKS | Theo de Raadt |
2009-11-26 | move gcu* to near what it is used by | Theo de Raadt |
2009-11-26 | Get a u_char from the string, otherwise it isn't possible to enter \0377 as it | Nicholas Marriott |
2009-11-26 | grammar; | Jason McIntyre |
2009-11-26 | If the EC is in burst mode use the fast delay to meet the requirements | Theo de Raadt |
2009-11-26 | sync snmp_imsg_hdr with imsg_hdr and unbreak the snmp trap interface | Reyk Floeter |
2009-11-26 | Fix an issue where 82573L based em(4) devices had long latencies on the | Dariusz Swiderski |
2009-11-26 | em_stop() removes IFF_RUNNING flag, so we should rely on the IFF_UP being set | Dariusz Swiderski |
2009-11-26 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-26 | allow USB xfer requests to use up to 16 frames per xfer, depending on | Jacob Meuser |
2009-11-26 | greatly reduce latency and kill some XXXs: | Jacob Meuser |