summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-20Stash the old seed when srand() is called and use it as the returnTodd C. Miller
2011-04-20fenv for m68kMartynas Venckus
2011-04-20Trick GCC optimizer into clipping any extra precision by making wMartynas Venckus
2011-04-20Remove some unneeded includes and dead code, from Michael W Bombardieri.Nicholas Marriott
2011-04-20Fix possible NULL dereference for emul data. Okay miod@.Paul Irofti
2011-04-20Remove some includes and defines that are no longer needed, from MichaelNicholas Marriott
2011-04-20Trivial code simplifying, from Michael W Bombardieri.Nicholas Marriott
2011-04-20Use -u when diff context is 3, from Michael W Bombardieri, tweaked byNicholas Marriott
2011-04-20Back out r1.10 of mutex.c as this breaks serial on hppa (at least for MP).Joel Sing
2011-04-20Implement correct prologue and epilogue for hppa64.Joel Sing
2011-04-20grammar fix; from Michael W. BombardieriJason McIntyre
2011-04-20Enhance sysmerge(8) output so that it is more readable and make it moreAntoine Jacoutot
2011-04-20Interrupt handlers should only return 1 if they did some work. TheClaudio Jeker
2011-04-20Potential NULL deref in an error case spotted by chl on one copy;Theo de Raadt
2011-04-20Support for Intel GM45 SOL (Serial-over-LAN, part of Intel AMT) as aMike Larkin
2011-04-20syncTheo de Raadt
2011-04-20do not disable interrupts in the isr and then enable them againDavid Gwynne
2011-04-20Fix spacing nit.Matthew Dempsky
2011-04-19Iopoolification. Much simpler version than the one revived at k2k11.Kenneth R Westerback
2011-04-19clean out some tiny nitsTheo de Raadt
2011-04-19Should check uname() >= 0 to detect success, not == 0.Matthew Dempsky
2011-04-19regenJonathan Gray
2011-04-19add some more Core 2G/6 Series PCH entriesJonathan Gray
2011-04-19Simplify umass devid generation. Only use the last 12 characters ofMatthew Dempsky
2011-04-19syncTodd T. Fries
2011-04-19as confirmed by my 11mo old son, this makes midi keyboards work with macppcTodd T. Fries
2011-04-19Fix spacing nit.Matthew Dempsky
2011-04-19Put splice cleanup code into a common function sounsplice().Alexander Bluhm
2011-04-19Do not over-specify the return value.Ingo Schwarze
2011-04-19add some more intel cpuid modelsJonathan Gray
2011-04-19Fix potential null dereference.Charles Longeau
2011-04-19/etc/security does not exist any longer,Ingo Schwarze
2011-04-19Fix potential null dereference.Charles Longeau
2011-04-19Remove dead assignments and newly created unused variables.Charles Longeau
2011-04-19Fix dead store. Instead of just remove it, use it properly.Charles Longeau
2011-04-19UUCP is no longer contained in the base system, so its home directoryIngo Schwarze
2011-04-19When mode-mouse is on (it is off by default), automatically enter copyNicholas Marriott
2011-04-19Disable the 88110 branch prediction logic unconditionnaly on all 88110Miod Vallat
2011-04-19ident searches for $keyword:... $, not $keyword:...$;Jason McIntyre
2011-04-19Cease to pretend RAW SCSI mode exists. Eradicate all traces.Kenneth R Westerback
2011-04-19POSIX only guarantees uname() will return a non-negative value onMatthew Dempsky
2011-04-19Add missing call to pmap_update() in km_alloc().Matthew Dempsky
2011-04-19make same changes regarding -f/-F argument (tempfile -> file) as was doneAlexander Hall
2011-04-19Free the correct pages when we failed to allocate va.Artur Grabowski
2011-04-19Rename the argument for -f and -F from 'tempfile' to 'file'Alexander Hall
2011-04-19use "orl" to test the return value from an interrupt handler not "orq"David Gwynne
2011-04-19zap trailing whitespace;Jason McIntyre
2011-04-19reintroduce using the RB tree for local address lookups. this isDavid Gwynne
2011-04-19Include USB vendor and product ids when manufacturing a unique disk idMatthew Dempsky
2011-04-19don't hold a pointer to "listen" structure. Instead, when it mustAlexandre Ratchov