summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-24add ZTE HSUSB.Federico G. Schwindt
2012-03-24regen.Federico G. Schwindt
2012-03-24add ZTE HSUSB device.Federico G. Schwindt
2012-03-24use Cd in SYNOPSIS; requested by kristapsJason McIntyre
2012-03-24Provide the old prototypes for scandir() and alphasort() for code thatPhilip Guenthe
2012-03-24fix some leaksJonathan Gray
2012-03-23Make rusage totals, itimers, and profile settings per-process insteadPhilip Guenthe
2012-03-23rollback r1.76 since it may break some toolsGleydson Soares
2012-03-23Add an entry to the asym list for the NetBSD iSCSI target.Claudio Jeker
2012-03-23we don't mention LIBRARY: cMarc Espie
2012-03-23add a MIDI-controlled master volume knob to adjust the mix ofAlexandre Ratchov
2012-03-23Ignore SIGCHLD because we don't really care what happened to the forkedRobert Nagy
2012-03-22Remove man pages for removed non-portable functions. okay jmc@Kurt Miller
2012-03-22Remove prototypes for unimplemented non-portable functions in rthreads.Kurt Miller
2012-03-22clean the sigact in a portable way; ok matthewTheo de Raadt
2012-03-22Remove pthread_suspend* and related functions. This is part of theKurt Miller
2012-03-22+ diagnosticMarc Espie
2012-03-22tweak: consistent include guards, no change in generated code.Marc Espie
2012-03-22minor cleanup: error messages include lineno and fileno together, soMarc Espie
2012-03-22Accept an argument to show-environment to show one variable, based on aNicholas Marriott
2012-03-22syncTheo de Raadt
2012-03-22syncTheo de Raadt
2012-03-22bump majors on libc and rthreads for the additions to libc and transferPhilip Guenthe
2012-03-22<sched.h> is never pulled in from the kernel and #ifdef KERNEL would bePhilip Guenthe
2012-03-22Make DIR a private type within libc, give it the same underlyingMatthew Dempsky
2012-03-22Hide behind #if 0 the sched_*() functions that we don't have yetPhilip Guenthe
2012-03-22Update alphasort() and scandir()'s argument types to match POSIX:Philip Guenthe
2012-03-22Update cancellation point list to reflect what's done with rthreadsPhilip Guenthe
2012-03-22Add dirfd() as a function to libc per POSIX requirement; dirfd() macroMatthew Dempsky
2012-03-22closefrom() should be a cancellation pointPhilip Guenthe
2012-03-22tfork_thread has been moved to libcPhilip Guenthe
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatPhilip Guenthe
2012-03-22new sentence, new line;Jason McIntyre
2012-03-21Implement getdelim(3) and getline(3).Federico G. Schwindt
2012-03-21Implement execvpe(3) and posix_spawn(3) and family. Based onMatthew Dempsky
2012-03-21Update list of cancellation points to reflect what was in 5.1's uthreadsPhilip Guenthe
2012-03-21Some terminals respond to secondary DA with primary (they ignore theNicholas Marriott
2012-03-21Fix save-buffer usage, from Kazuhiko Sakaguchi.Nicholas Marriott
2012-03-21Prevent vrele() being called with a NULL argument if nfs_namei() returns anMark Kettenis
2012-03-21Fix a bug where random() always returns 0 when srandom() is seededTodd C. Miller
2012-03-21Switch ld.so's _dl_opendir functions to use a locally definedMatthew Dempsky
2012-03-21zap appletalk (ddp) protocol suite hereGleydson Soares
2012-03-20Remove a stale comment.Nicholas Marriott
2012-03-20Add ioctl to write to hypervisor memory.Mark Kettenis
2012-03-20Add -C -N -T flags to find-window to find in content, name, title. FromNicholas Marriott
2012-03-20Check changes_timer with event_initialized before event_del.Nicholas Marriott
2012-03-2050 is a too low trigger default on larger terminals, bump to 250.Nicholas Marriott
2012-03-20Add a simple form of output rate limiting by counting the number ofNicholas Marriott
2012-03-20the disease is spreadingDavid Gwynne
2012-03-20Clean up unnecessary prototypes. Pointed out by brad@Philip Guenthe