| Commit message (Expand) | Author | Files | Lines |
2012-03-26 | strsignal() was standardized in POSIX-2008 |  guenther | 1 | -2/+7 |
2012-03-26 | clear junk in p_comm before copying shorter names into it |  deraadt | 1 | -2/+2 |
2012-03-26 | Mention ZTE Skate. Other ZTE models might work but I have none to test. |  fgsch | 1 | -2/+4 |
2012-03-25 | release the file ref to the kqueue while in kevent(), so that close() |  deraadt | 2 | -7/+39 |
2012-03-25 | strsignal() was added to POSIX-2008; strerror_r() was in the base |  guenther | 1 | -3/+6 |
2012-03-25 | Move cache handling routines related definitions to a dedicated header file, |  miod | 14 | -89/+154 |
2012-03-25 | Only set the low order bits of CpuCacheAliasMask if it is nonzero, regression |  miod | 3 | -3/+15 |
2012-03-25 | Do not fatal() when failing to connect to a relay. |  eric | 1 | -3/+14 |
2012-03-24 | Fix fallback of uvm_map_hint() argument changes. |  miod | 1 | -2/+2 |
2012-03-24 | Another tiny test case |  guenther | 1 | -1/+4 |
2012-03-24 | sync |  deraadt | 1 | -6/+0 |
2012-03-24 | Left-pad the eeprom dump with zeroes in the debug dump to make it easier to |  miod | 1 | -2/+2 |
2012-03-24 | Oops, forgot this file in the SGI_<model> -> SGI_IP## change. |  miod | 1 | -10/+13 |
2012-03-24 | The various ConfigCache() functions actually return void, not int. |  miod | 2 | -7/+6 |
2012-03-24 | Rename the various SGI_xxx constants from machine names to their IP numbers, |  miod | 1 | -11/+12 |
2012-03-24 | Add a few trivial routines to get mips64r2 specific config registers. Not used |  miod | 2 | -1/+46 |
2012-03-24 | Missed a reference to the u_stats member when struct pstats was removed |  guenther | 1 | -4/+1 |
2012-03-24 | The arguments scandir() and alphasort() have changed; show that and |  guenther | 1 | -4/+26 |
2012-03-24 | fix some leaks |  jsg | 3 | -3/+7 |
2012-03-24 | regen |  jsg | 2 | -4/+146 |
2012-03-24 | add a bunch of run devices found in the linux driver |  jsg | 3 | -5/+74 |
2012-03-24 | Allow relayd to use a separate SSL certificate for each port |  sthen | 2 | -14/+39 |
2012-03-24 | set the vendor string to OpenBSD-5.2; ok mikeb@ |  markus | 1 | -2/+2 |
2012-03-24 | Add sys/file.h. |  nicm | 1 | -1/+2 |
2012-03-24 | add ZTE HSUSB. |  fgsch | 1 | -2/+3 |
2012-03-24 | regen. |  fgsch | 2 | -4/+9 |
2012-03-24 | add ZTE HSUSB device. |  fgsch | 1 | -1/+2 |
2012-03-24 | use Cd in SYNOPSIS; requested by kristaps |  jmc | 1 | -3/+3 |
2012-03-24 | Provide the old prototypes for scandir() and alphasort() for code that |  guenther | 1 | -1/+5 |
2012-03-24 | fix some leaks |  jsg | 4 | -7/+13 |
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 38 | -303/+322 |
2012-03-23 | rollback r1.76 since it may break some tools |  gsoares | 1 | -1/+8 |
2012-03-23 | Add an entry to the asym list for the NetBSD iSCSI target. |  claudio | 1 | -2/+3 |
2012-03-23 | we don't mention LIBRARY: c |  espie | 10 | -30/+10 |
2012-03-23 | add a MIDI-controlled master volume knob to adjust the mix of |  ratchov | 8 | -13/+84 |
2012-03-23 | Ignore SIGCHLD because we don't really care what happened to the forked |  robert | 1 | -1/+4 |
2012-03-22 | Remove man pages for removed non-portable functions. okay jmc@ |  kurt | 4 | -159/+4 |
2012-03-22 | Remove prototypes for unimplemented non-portable functions in rthreads. |  kurt | 1 | -3/+1 |
2012-03-22 | clean the sigact in a portable way; ok matthew |  deraadt | 1 | -2/+5 |
2012-03-22 | Remove pthread_suspend* and related functions. This is part of the |  kurt | 5 | -70/+5 |
2012-03-22 | + diagnostic |  espie | 1 | -2/+11 |
2012-03-22 | tweak: consistent include guards, no change in generated code. |  espie | 2 | -2/+6 |
2012-03-22 | minor cleanup: error messages include lineno and fileno together, so |  espie | 13 | -67/+117 |
2012-03-22 | Accept an argument to show-environment to show one variable, based on a |  nicm | 2 | -5/+22 |
2012-03-22 | sync |  deraadt | 23 | -0/+47 |
2012-03-22 | sync |  deraadt | 18 | -36/+36 |
2012-03-22 | bump majors on libc and rthreads for the additions to libc and transfer |  guenther | 2 | -3/+3 |
2012-03-22 | <sched.h> is never pulled in from the kernel and #ifdef KERNEL would be |  guenther | 1 | -8/+2 |
2012-03-22 | Make DIR a private type within libc, give it the same underlying |  matthew | 6 | -30/+27 |
2012-03-22 | Hide behind #if 0 the sched_*() functions that we don't have yet |  guenther | 1 | -1/+6 |