Age | Commit message (Expand) | Author |
2003-02-27 | missed in the math man page cleanup | Jason Wright |
2003-02-27 | correctly check the return value of send(). fixes LOG_CONS from always | Dan Harnett |
2003-02-27 | typos; | Jason McIntyre |
2003-02-25 | typos; | Jason McIntyre |
2003-02-24 | Fix bogus inet_net_pton() translation example. | Cedric Berger |
2003-02-24 | of of | Theo de Raadt |
2003-02-24 | the the | Theo de Raadt |
2003-02-24 | need stdlib.h too | Theo de Raadt |
2003-02-21 | one more: guid -> egid | Jason McIntyre |
2003-02-21 | typos; | Jason McIntyre |
2003-02-20 | fix a variety of missing or wrong MLINKS | Theo de Raadt |
2003-02-18 | indent delay slot | Jason Wright |
2003-02-18 | intial -> initial; | Jason McIntyre |
2003-02-18 | copyrights added; | Jason McIntyre |
2003-02-17 | minor KNF | Todd C. Miller |
2003-02-16 | teach people about strlcpy, not strcpy | Theo de Raadt |
2003-02-14 | put my copyrights on here | Theo de Raadt |
2003-02-14 | license clarifications; arthur_david_olson@nih.gov | Todd C. Miller |
2003-02-14 | re-stir if pid changes; markus & me | Theo de Raadt |
2003-02-08 | Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous... | Jason Wright |
2003-02-07 | Don't write log message to console unless we are unable to connect to | Todd C. Miller |
2003-02-03 | some more functions that are (only on OpenBSD) safe in signal handlers. | Theo de Raadt |
2003-01-31 | Replace emulated versions of setreuid() and setregid() with real syscalls. | Todd C. Miller |
2003-01-29 | Align this char array accessed as double, for paranoia reasons. | Dale Rahn |
2003-01-28 | thread safer libc (note: safer, not safe) | Marco S Hyman |
2003-01-21 | kern.watchdog; ok mickey@ | Markus Friedl |
2003-01-21 | typos; | Jason McIntyre |
2003-01-20 | Don't reconnect to logging socket if send() returns an error and errno | Todd C. Miller |
2003-01-20 | remove libc_r mention in comment | Marco S Hyman |
2003-01-20 | comment changed to look in libpthread, not libc_r | Marco S Hyman |
2003-01-19 | programs that chroot must use LOG_NDELAY; deraadt@ OK | Todd C. Miller |
2003-01-18 | inet6 fixes from jmc@prioris.mini.pw.edu.pl | Theo de Raadt |
2003-01-16 | Waiter! I asked for a working vfork! | Miod Vallat |
2003-01-16 | Alignment requirements are satisfied in ENTRY(), no need to add more here. | Miod Vallat |
2003-01-15 | minbrk is exposed, gmon uses it | Michael Shalayeff |
2003-01-14 | Add sanity check to prevent int oflow for very large allocations. | Todd C. Miller |
2003-01-08 | Move the rounds into separate functions on sparc64 so gcc's optimizer | Todd C. Miller |
2003-01-07 | Better have an OpenBSD static rcsid rather than a NetBSD static rcsid for | Miod Vallat |
2003-01-07 | Get static rcsid correctly, better style for .S files, trim whitespace. | Miod Vallat |
2003-01-07 | Properly align __infinity - m88k is very strict wrt double alignment. | Miod Vallat |
2003-01-07 | Get the rounding modes table correct, eventually. | Miod Vallat |
2003-01-07 | One more pass to get thinks correct wrt weak symbols and syscalls. | Miod Vallat |
2003-01-07 | Updated from tzcode2002d (ftp://elsie.nci.nih.gov/pub/) | Todd C. Miller |
2003-01-05 | spelling | Theo de Raadt |
2003-01-04 | spelling | Theo de Raadt |
2003-01-04 | Fix *longjmp() return values. | Miod Vallat |
2003-01-02 | Adapt to recent changes in libc/libc_r wrt weak symbols, so that programs | Miod Vallat |
2003-01-02 | Rename cerror to __cerror and curbrk to __curbrk, to avoid namespace | Miod Vallat |
2003-01-02 | Begone. | Miod Vallat |
2003-01-02 | Handle things like "%%m" correctly; closes PR 3057 | Todd C. Miller |