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