Age | Commit message (Expand) | Author |
2011-10-14 | Fix toprec handling in cgetnext(). OK otto@ | Todd C. Miller |
2011-10-13 | Deal with the horror that is gcc asm constraints by copying the | Philip Guenthe |
2011-10-13 | Increase the stack offset for the new rthread from (BIAS+128) to | Philip Guenthe |
2011-10-13 | Convert rfork_thread() from int$80 to syscall. | Philip Guenthe |
2011-10-11 | Change to syscall is done, so delete an XXX comment | Philip Guenthe |
2011-10-10 | put in code for wcstfime, as discussed with millert@ and stsp@ (and tested | Marc Espie |
2011-10-10 | Stop defining XPG4_1994_04_09. | Antoine Jacoutot |
2011-10-09 | d_t_fmt: fix the format for the day of the month to use %e (single | Antoine Jacoutot |
2011-10-07 | threads waiting on PS_FDW_WAIT state should not be interruptible if | Federico G. Schwindt |
2011-10-06 | Make struct chunk_info a variable sized struct, wasting less | Otto Moerbeek |
2011-10-05 | restart connect(2) if it returns EINTR | Alexandre Ratchov |
2011-10-04 | some tweaks, from Tim van der Molen | Jason McIntyre |
2011-10-02 | signedness fix; ok millert | Darren Tucker |
2011-09-29 | ssl.8: Certifying Authority -> Certificate Authority | Jason McIntyre |
2011-09-28 | make sure that `references' is not optimized away as it is required for the | Federico G. Schwindt |
2011-09-25 | KERN_BUFCACHEPERCENT defaults to 20%, not 10%; from Juha Erkkila | Jason McIntyre |
2011-09-22 | Stop using the latin1 character set in the "C" locale. This behaviour was | Stefan Sperling |
2011-09-22 | fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was being | Damien Miller |
2011-09-22 | install infnan(3/VAX) into man3/vax/ on all archs; | Ingo Schwarze |
2011-09-22 | Return the correct errno (EBUSY) when pthread_mutex_trylock() is | Philip Guenthe |
2011-09-21 | Add /usr/local/share/terminfo to the search path so that ports can | Nicholas Marriott |
2011-09-20 | In glob(3), limit recursion during matching attempts. Similar to fnmatch fix. | Stefan Sperling |
2011-09-19 | Use long calls like we do on hppa, otherwise the function we want to call | Mark Kettenis |
2011-09-19 | Make this actually work. | Mark Kettenis |
2011-09-19 | Use a long-displacement branch instruction to call __cerror, since the | Mark Kettenis |
2011-09-19 | Clear the upper 32-bits of the system call address we load using ldil, since | Mark Kettenis |
2011-09-17 | arithemtic -> arithmetic | Miod Vallat |
2011-09-16 | after some thought, i think it unlikely that we will need to specify | Jason McIntyre |
2011-09-16 | use .St here for ISO 8601 references; ok millert | Jason McIntyre |
2011-09-16 | RFC-2822 -> RFC 2822 | Jason McIntyre |
2011-09-14 | update vt100 example to vt200, as vt100 apparently is no longer in the | Jason McIntyre |
2011-09-13 | For threads in PS_FDR_WAIT state, check SA_RESTART before marking it as | Federico G. Schwindt |
2011-09-05 | The scheduling loop can change errno, so we need to restore it even | Philip Guenthe |
2011-09-05 | Preserve errno across calls to open the password database(s), so | Philip Guenthe |
2011-09-05 | Switch sigreturn() to the normal syscall entry instead of int$80. | Philip Guenthe |
2011-09-03 | knock out some useless Pp; | Jason McIntyre |
2011-09-03 | some minor tweaks; | Jason McIntyre |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-08-31 | only one leap second is permitted, not two; from guenther | Jason McIntyre |
2011-08-30 | in column lists, enforce the following ordering: | Jason McIntyre |
2011-08-19 | as with other list types, column lists generally do not need a Pp/-compact | Jason McIntyre |
2011-08-19 | Bring libc and libm in line with the compiler now that we no longer have a | Mark Kettenis |
2011-08-19 | Make sure the stack is properly aligned for using SSE instructions. While | Mark Kettenis |
2011-08-18 | where a man page has multiple links, only reference that page | Jason McIntyre |
2011-08-16 | 64-bitification went a bit too far here; sigset_t is 32-bit so using 64-bit | Mark Kettenis |
2011-08-04 | Initial hppa64 code drop; not finished yet, but this at least allows us to | Mark Kettenis |
2011-08-03 | Add support for hppa64 based on the defaults for 64-bit HP-UX as found in the | Mark Kettenis |
2011-08-03 | Don't try to outsmart gcc inline assembler when saving the cpsr in the | Miod Vallat |
2011-07-29 | missing $ in rcs tag; from Daniel Dickman | Stuart Henderson |
2011-07-26 | .Fn rmdir -> .Xr rmdir 2 | Matthew Dempsky |