Age | Commit message (Expand) | Author |
2012-03-22 | Update cancellation point list to reflect what's done with rthreads | Philip Guenthe |
2012-03-22 | Add dirfd() as a function to libc per POSIX requirement; dirfd() macro | Matthew Dempsky |
2012-03-22 | closefrom() should be a cancellation point | Philip Guenthe |
2012-03-22 | tfork_thread has been moved to libc | Philip Guenthe |
2012-03-22 | Move __tfork_thread() from rthreads (libpthread) to libc so that | Philip Guenthe |
2012-03-22 | new sentence, new line; | Jason McIntyre |
2012-03-21 | Implement getdelim(3) and getline(3). | Federico G. Schwindt |
2012-03-21 | Implement execvpe(3) and posix_spawn(3) and family. Based on | Matthew Dempsky |
2012-03-21 | Update list of cancellation points to reflect what was in 5.1's uthreads | Philip Guenthe |
2012-03-21 | Some terminals respond to secondary DA with primary (they ignore the | Nicholas Marriott |
2012-03-21 | Fix save-buffer usage, from Kazuhiko Sakaguchi. | Nicholas Marriott |
2012-03-21 | Prevent vrele() being called with a NULL argument if nfs_namei() returns an | Mark Kettenis |
2012-03-21 | Fix a bug where random() always returns 0 when srandom() is seeded | Todd C. Miller |
2012-03-21 | Switch ld.so's _dl_opendir functions to use a locally defined | Matthew Dempsky |
2012-03-21 | zap appletalk (ddp) protocol suite here | Gleydson Soares |
2012-03-20 | Remove a stale comment. | Nicholas Marriott |
2012-03-20 | Add ioctl to write to hypervisor memory. | Mark Kettenis |
2012-03-20 | Add -C -N -T flags to find-window to find in content, name, title. From | Nicholas Marriott |
2012-03-20 | Check changes_timer with event_initialized before event_del. | Nicholas Marriott |
2012-03-20 | 50 is a too low trigger default on larger terminals, bump to 250. | Nicholas Marriott |
2012-03-20 | Add a simple form of output rate limiting by counting the number of | Nicholas Marriott |
2012-03-20 | the disease is spreading | David Gwynne |
2012-03-20 | Clean up unnecessary prototypes. Pointed out by brad@ | Philip Guenthe |
2012-03-20 | New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses and | Joel Knight |
2012-03-20 | Permit recursive locking in _rthread_dl_lock(), as an so's destructor | Philip Guenthe |
2012-03-19 | On sgi, use CKSEG0 addresses whenever possible for pmap_map_direct and u area | Miod Vallat |
2012-03-19 | Recent uvm code (and maybe not-so-recent, but it did not explode^WKASSERT at | Miod Vallat |
2012-03-19 | when a mailer daemon loop is detected, do not insert new bounce in ramqueue | Gilles Chehade |
2012-03-19 | Use uncached addresses for all exception vectors, when copying our code (or | Miod Vallat |
2012-03-19 | Change the page size computation logic to default to 16KB pages, and only | Miod Vallat |
2012-03-19 | Prevent the Ethernet driver to be opened twice when using a bootp() path; | Miod Vallat |
2012-03-19 | Add blocked_fifo. | Owain Ainsworth |
2012-03-19 | Add a (failing) test for a deadlock with fifos and threads. | Owain Ainsworth |
2012-03-19 | Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartition | Miod Vallat |
2012-03-19 | Only change the default boot device to a bootable softraid volume, if we | Joel Sing |
2012-03-19 | Use $() instead of backticks. | Antoine Jacoutot |
2012-03-19 | GNU's pkg-config added PREFIX/share/pkgconfig/ as a search path 4 years | Antoine Jacoutot |
2012-03-19 | Add tracing and dumping of "pointer to struct" syscall arguments for | Philip Guenthe |
2012-03-19 | Move MSG_IDENTIFY to the last sent by the client, this will be needed by | Nicholas Marriott |
2012-03-19 | Add a comment about harmless warning emitted by tic with -r to the | Nicholas Marriott |
2012-03-19 | more intel cpu models, though the low/high est method is largely | Jonathan Gray |
2012-03-18 | clarify the nwkey text; requested by Doug Fordham | Jason McIntyre |
2012-03-18 | sync | Theo de Raadt |
2012-03-18 | getuint() -> getuint64() to make it crystal clear. No functional | Kenneth R Westerback |
2012-03-18 | Wrap some long lines I keep fixing, shrinking various diffs. No | Kenneth R Westerback |
2012-03-17 | On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for | Nicholas Marriott |
2012-03-17 | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott |
2012-03-17 | $Id$ -> $OpenBSD$. | Nicholas Marriott |
2012-03-17 | Use snprintf for constructing attribute string, from Tim Ruehsen. | Nicholas Marriott |
2012-03-17 | Add a wrap-search option to turn off wrapping of searches in copy | Nicholas Marriott |