Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-03-26 | strsignal() was standardized in POSIX-2008 | 1 | -2/+7 | ||
ok millert@ | |||||
2012-03-26 | clear junk in p_comm before copying shorter names into it | 1 | -2/+2 | ||
ok jsing guenther miod | |||||
2012-03-26 | Mention ZTE Skate. Other ZTE models might work but I have none to test. | 1 | -2/+4 | ||
2012-03-25 | release the file ref to the kqueue while in kevent(), so that close() | 2 | -7/+39 | ||
can terminate. a new ref on the kqueue itself allows us to free it properly in that case. wakeups were missing too (for both kevent and poll). similar to netbsd pr46248. fixes a number of threaded ports. this version of the fix from matthew. ok tedu guenther matthew | |||||
2012-03-25 | strsignal() was added to POSIX-2008; strerror_r() was in the base | 1 | -3/+6 | ||
of POSIX-2001, without the XSI qualifier. Adjust conditionals to match. ok millert@ | |||||
2012-03-25 | Move cache handling routines related definitions to a dedicated header file, | 14 | -89/+154 | ||
rather than abusing <machine/cpu.h>. | |||||
2012-03-25 | Only set the low order bits of CpuCacheAliasMask if it is nonzero, regression | 3 | -3/+15 | ||
of previous computation fix. | |||||
2012-03-25 | Do not fatal() when failing to connect to a relay. | 1 | -3/+14 | ||
Instead, drop the relay and try the next one. ok gilles@ | |||||
2012-03-24 | Fix fallback of uvm_map_hint() argument changes. | 1 | -2/+2 | ||
2012-03-24 | Another tiny test case | 1 | -1/+4 | ||
2012-03-24 | sync | 1 | -6/+0 | ||
2012-03-24 | Left-pad the eeprom dump with zeroes in the debug dump to make it easier to | 1 | -2/+2 | ||
read (this code is not compiled unless option AHC_DUMP_EEPROM anyway) | |||||
2012-03-24 | Oops, forgot this file in the SGI_<model> -> SGI_IP## change. | 1 | -10/+13 | ||
2012-03-24 | The various ConfigCache() functions actually return void, not int. | 2 | -7/+6 | ||
2012-03-24 | Rename the various SGI_xxx constants from machine names to their IP numbers, | 1 | -11/+12 | ||
for IP numbers under 30 (Octane), and add a few interesting ones. No functional change, except making my life easier for upcoming work. | |||||
2012-03-24 | Add a few trivial routines to get mips64r2 specific config registers. Not used | 2 | -1/+46 | ||
by anything yet, but has been lying in one of my trees for too long. | |||||
2012-03-24 | Missed a reference to the u_stats member when struct pstats was removed | 1 | -4/+1 | ||
from struct user. Nothing left to zero-out here so the line goes. pointed out by deraaadt@ | |||||
2012-03-24 | The arguments scandir() and alphasort() have changed; show that and | 1 | -4/+26 | ||
give some history. ok matthew@ millert@ jmc@ naddy@ | |||||
2012-03-24 | fix some leaks | 3 | -3/+7 | ||
ok miod@ | |||||
2012-03-24 | regen | 2 | -4/+146 | ||
2012-03-24 | add a bunch of run devices found in the linux driver | 3 | -5/+74 | ||
2012-03-24 | Allow relayd to use a separate SSL certificate for each port | 2 | -14/+39 | ||
(/etc/ssl/host:port.crt, /etc/ssl/private/host:port.key). ok benno@, todd@ likes it too, doc tweak suggested by jmc. | |||||
2012-03-24 | set the vendor string to OpenBSD-5.2; ok mikeb@ | 1 | -2/+2 | ||
2012-03-24 | Add sys/file.h. | 1 | -1/+2 | ||
2012-03-24 | add ZTE HSUSB. | 1 | -2/+3 | ||
committed over it. | |||||
2012-03-24 | regen. | 2 | -4/+9 | ||
2012-03-24 | add ZTE HSUSB device. | 1 | -1/+2 | ||
2012-03-24 | use Cd in SYNOPSIS; requested by kristaps | 1 | -3/+3 | ||
2012-03-24 | Provide the old prototypes for scandir() and alphasort() for code that | 1 | -1/+5 | ||
requests the pre-standardized version requested by millert@ | |||||
2012-03-24 | fix some leaks | 4 | -7/+13 | ||
ok mikeb@ | |||||
2012-03-23 | Make rusage totals, itimers, and profile settings per-process instead | 38 | -303/+322 | ||
of per-rthread. Handling of per-thread tick and runtime counters inspired by how FreeBSD does it. ok kettenis@ | |||||
2012-03-23 | rollback r1.76 since it may break some tools | 1 | -1/+8 | ||
noticed / requested by claudio@ discussed with henning / claudio / me | |||||
2012-03-23 | Add an entry to the asym list for the NetBSD iSCSI target. | 1 | -2/+3 | ||
OK dlg@ | |||||
2012-03-23 | we don't mention LIBRARY: c | 10 | -30/+10 | ||
"of course" deraadt@ | |||||
2012-03-23 | add a MIDI-controlled master volume knob to adjust the mix of | 8 | -13/+84 | ||
all playback stream, discussed with armani@ | |||||
2012-03-23 | Ignore SIGCHLD because we don't really care what happened to the forked | 1 | -1/+4 | ||
processes and we don't want to wait for them to finish either. This makes the walking dead go away. ok espie@, mikeb@ | |||||
2012-03-22 | Remove man pages for removed non-portable functions. okay jmc@ | 4 | -159/+4 | ||
2012-03-22 | Remove prototypes for unimplemented non-portable functions in rthreads. | 1 | -3/+1 | ||
okay deraadt@ | |||||
2012-03-22 | clean the sigact in a portable way; ok matthew | 1 | -2/+5 | ||
2012-03-22 | Remove pthread_suspend* and related functions. This is part of the | 5 | -70/+5 | ||
rthreads major library bump from last night. okay kettenis@ | |||||
2012-03-22 | + diagnostic | 1 | -2/+11 | ||
2012-03-22 | tweak: consistent include guards, no change in generated code. | 2 | -2/+6 | ||
2012-03-22 | minor cleanup: error messages include lineno and fileno together, so | 13 | -67/+117 | ||
recognize that and create a struct Location_ for it. mostly from Jonathan Calmels, a few nits from me. okay otto@ | |||||
2012-03-22 | Accept an argument to show-environment to show one variable, based on a | 2 | -5/+22 | ||
diff from Kazuhiko Sakaguchi. | |||||
2012-03-22 | sync | 23 | -0/+47 | ||
2012-03-22 | sync | 18 | -36/+36 | ||
2012-03-22 | bump majors on libc and rthreads for the additions to libc and transfer | 2 | -3/+3 | ||
of __tfork_thread from rthreads to libc | |||||
2012-03-22 | <sched.h> is never pulled in from the kernel and #ifdef KERNEL would be | 1 | -8/+2 | ||
the wrong symbol anyway, so zap some lines ok matthew@ | |||||
2012-03-22 | Make DIR a private type within libc, give it the same underlying | 6 | -30/+27 | ||
typedef regardless of __BSD_VISIBLE, and eliminate the dirfd() macro. ok guenther@ | |||||
2012-03-22 | Hide behind #if 0 the sched_*() functions that we don't have yet | 1 | -1/+6 | ||
Requested and tested against ports by aja@, ok matthew@ |