Age | Commit message (Expand) | Author |
2012-03-26 | Mention ZTE Skate. Other ZTE models might work but I have none to test. | Federico G. Schwindt |
2012-03-25 | release the file ref to the kqueue while in kevent(), so that close() | Theo de Raadt |
2012-03-25 | strsignal() was added to POSIX-2008; strerror_r() was in the base | Philip Guenthe |
2012-03-25 | Move cache handling routines related definitions to a dedicated header file, | Miod Vallat |
2012-03-25 | Only set the low order bits of CpuCacheAliasMask if it is nonzero, regression | Miod Vallat |
2012-03-25 | Do not fatal() when failing to connect to a relay. | Eric Faurot |
2012-03-24 | Fix fallback of uvm_map_hint() argument changes. | Miod Vallat |
2012-03-24 | Another tiny test case | Philip Guenthe |
2012-03-24 | sync | Theo de Raadt |
2012-03-24 | Left-pad the eeprom dump with zeroes in the debug dump to make it easier to | Miod Vallat |
2012-03-24 | Oops, forgot this file in the SGI_<model> -> SGI_IP## change. | Miod Vallat |
2012-03-24 | The various ConfigCache() functions actually return void, not int. | Miod Vallat |
2012-03-24 | Rename the various SGI_xxx constants from machine names to their IP numbers, | Miod Vallat |
2012-03-24 | Add a few trivial routines to get mips64r2 specific config registers. Not used | Miod Vallat |
2012-03-24 | Missed a reference to the u_stats member when struct pstats was removed | Philip Guenthe |
2012-03-24 | The arguments scandir() and alphasort() have changed; show that and | Philip Guenthe |
2012-03-24 | fix some leaks | Jonathan Gray |
2012-03-24 | add a bunch of run devices found in the linux driver | Jonathan Gray |
2012-03-24 | regen | Jonathan Gray |
2012-03-24 | add a bunch of run devices found in the linux driver | Jonathan Gray |
2012-03-24 | Allow relayd to use a separate SSL certificate for each port | Stuart Henderson |
2012-03-24 | set the vendor string to OpenBSD-5.2; ok mikeb@ | Markus Friedl |
2012-03-24 | Add sys/file.h. | Nicholas Marriott |
2012-03-24 | add ZTE HSUSB. | Federico G. Schwindt |
2012-03-24 | regen. | Federico G. Schwindt |
2012-03-24 | add ZTE HSUSB device. | Federico G. Schwindt |
2012-03-24 | use Cd in SYNOPSIS; requested by kristaps | Jason McIntyre |
2012-03-24 | Provide the old prototypes for scandir() and alphasort() for code that | Philip Guenthe |
2012-03-24 | fix some leaks | Jonathan Gray |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | Philip Guenthe |
2012-03-23 | rollback r1.76 since it may break some tools | Gleydson Soares |
2012-03-23 | Add an entry to the asym list for the NetBSD iSCSI target. | Claudio Jeker |
2012-03-23 | we don't mention LIBRARY: c | Marc Espie |
2012-03-23 | add a MIDI-controlled master volume knob to adjust the mix of | Alexandre Ratchov |
2012-03-23 | Ignore SIGCHLD because we don't really care what happened to the forked | Robert Nagy |
2012-03-22 | Remove man pages for removed non-portable functions. okay jmc@ | Kurt Miller |
2012-03-22 | Remove prototypes for unimplemented non-portable functions in rthreads. | Kurt Miller |
2012-03-22 | clean the sigact in a portable way; ok matthew | Theo de Raadt |
2012-03-22 | Remove pthread_suspend* and related functions. This is part of the | Kurt Miller |
2012-03-22 | + diagnostic | Marc Espie |
2012-03-22 | tweak: consistent include guards, no change in generated code. | Marc Espie |
2012-03-22 | minor cleanup: error messages include lineno and fileno together, so | Marc Espie |
2012-03-22 | Accept an argument to show-environment to show one variable, based on a | Nicholas Marriott |
2012-03-22 | sync | Theo de Raadt |
2012-03-22 | sync | Theo de Raadt |
2012-03-22 | bump majors on libc and rthreads for the additions to libc and transfer | Philip Guenthe |
2012-03-22 | <sched.h> is never pulled in from the kernel and #ifdef KERNEL would be | Philip Guenthe |
2012-03-22 | Make DIR a private type within libc, give it the same underlying | Matthew Dempsky |
2012-03-22 | Hide behind #if 0 the sched_*() functions that we don't have yet | Philip Guenthe |
2012-03-22 | Update alphasort() and scandir()'s argument types to match POSIX: | Philip Guenthe |