Age | Commit message (Expand) | Author |
2007-04-20 | netbsd: stack sanity, leave the return PC alone | Martynas Venckus |
2007-04-16 | ptr->term_names can point into ptr->str_table, so don;t free that one. | Otto Moerbeek |
2007-04-14 | hide struct process from userland, allow kvm_proc to see it. | Marc Espie |
2007-04-12 | move p_limit and p_cred into struct process | Ted Unangst |
2007-04-10 | Support for optional args separated with whitespace was removed | Todd C. Miller |
2007-04-10 | when kevent fails, the errno is a lot more interesting to print than -1 | Ted Unangst |
2007-04-10 | new lines in error messages | Ted Unangst |
2007-04-10 | Revert previous commit which introduced regressions in KDE. | Kurt Miller |
2007-04-07 | Upon fork() set the child's view of the stored file status flags inherited | Kurt Miller |
2007-04-06 | Add proper checks against fgets failure. From Charles Longeau. | Ray Lai |
2007-04-01 | clarify return values, prompted by moritz; ok moritz jmc | Theo de Raadt |
2007-03-30 | document accept can return EINTR. ok millert@ jmc@ | Kurt Miller |
2007-03-28 | Add the cRLSign bit by default, so that certs generated using this file | Chad Loder |
2007-03-26 | do not doc the http parts | Theo de Raadt |
2007-03-26 | do not ship the http parts for now; ok millert | Theo de Raadt |
2007-03-25 | eliminate call to abort(), which is very bad in libs. I forgat how | Otto Moerbeek |
2007-03-24 | rfork sh bits. | Miod Vallat |
2007-03-22 | nicer MLINKS chunk | Theo de Raadt |
2007-03-21 | Add missing const | Todd C. Miller |
2007-03-21 | Add support for mounting arbitrary sessions, from Enache Adrian | Pedro Martelletto |
2007-03-21 | event_init() and event_dispatch() take void. Add commented out | Todd C. Miller |
2007-03-21 | fix a formatting issue found by reyk; | Jason McIntyre |
2007-03-21 | Use arc4random() to generate random IDs. In the future we | Todd C. Miller |
2007-03-21 | Document event_base_free(). OK jmc@ | Todd C. Miller |
2007-03-20 | Remove duplicate definition of _POSIX_THREAD_ATTR_STACKSIZE and quiet | Kurt Miller |
2007-03-20 | remove some bogus *p from charles longeau | Ted Unangst |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-03-19 | +.Xr evdns 3 , | Jason McIntyre |
2007-03-19 | further cleanup; | Jason McIntyre |
2007-03-19 | add MLINKS for evdns_err_to_string() and evdns_nameserver_add(); | Jason McIntyre |
2007-03-19 | clean up this page; | Jason McIntyre |
2007-03-19 | provide MLINKS for evhttp_start() and evhttp_free(); | Jason McIntyre |
2007-03-19 | tweaks; | Jason McIntyre |
2007-03-19 | Update to libevent-1.3b while retaining our local changes. beck@ OK | Todd C. Miller |
2007-03-19 | Get rid of useless #if 0 block, especially since the code is included | Ray Lai |
2007-03-15 | give _POSIX_THREAD_* defines a value of 1 so applications that | Kurt Miller |
2007-03-13 | Set the DN bit in the fpscr upon startup, to prevent faulting when loading | Miod Vallat |
2007-03-07 | manual page update by Bruce M. Simpson <bms@FreeBSD.org> to | Jason McIntyre |
2007-03-05 | Remove _err() calls from getnetgrent.c. This is a minor API change | Todd C. Miller |
2007-03-03 | remove duplicate option; spotted by Igor Sobrado | Jason McIntyre |
2007-03-03 | Kernel crash dumps and associated libkvm bits for landisk. | Miod Vallat |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat |
2007-03-01 | If NLS is disabled, strerror does not print the correct error string. | Alexander Bluhm |
2007-02-28 | - NOTES -> CAVEATS | Jason McIntyre |
2007-02-28 | use mdoc macros; | Jason McIntyre |
2007-02-28 | new sentence, new line; | Jason McIntyre |
2007-02-27 | sha2 hashes are not 5 32-bit ints in size. Just leave out the size | Todd C. Miller |
2007-02-27 | Update to tzcode2007c from elsie.nci.nih.gov | Todd C. Miller |
2007-02-26 | Add SuperH to the architecture list which stack grow down, even though this | Miod Vallat |
2007-02-26 | another EINVAL case documented | Otto Moerbeek |