Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | signed/unsigned mixup. KAME PR 469 by Olivier Courtay. | 2003-03-07 | 1 | -2/+3 | ||
| | ||||||
* | .Xr typos; | 2003-03-06 | 4 | -9/+9 | ||
| | ||||||
* | .Xr typos; | 2003-03-06 | 6 | -16/+16 | ||
| | | | | ok deraadt@ | |||||
* | .Xr's; | 2003-03-06 | 7 | -16/+16 | ||
| | | | | | | typos in man page section ok deraadt@ | |||||
* | Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons) | 2003-03-06 | 1 | -4/+2 | ||
| | | | | ok millert | |||||
* | date should be written formally: .Dd Month day, year | 2003-03-06 | 2 | -4/+4 | ||
| | | | | ok henning@ jmc@ | |||||
* | missing #include in SYNOPSIS, found by Daniel Lucq | 2003-03-04 | 1 | -1/+2 | ||
| | | | | ok millert@ | |||||
* | strlcpy, check retval from sprintf | 2003-03-04 | 3 | -11/+18 | ||
| | ||||||
* | s/strncpy/strlcpy/ | 2003-03-04 | 1 | -4/+4 | ||
| | ||||||
* | in the handler, block signals handlers as soon as possible; ok miod millert | 2003-03-03 | 1 | -3/+9 | ||
| | ||||||
* | Provide real ieee fp*() functions; from NetBSD. | 2003-03-01 | 5 | -48/+56 | ||
| | | | | ok millert@ | |||||
* | typos; | 2003-02-28 | 9 | -59/+58 | ||
| | | | | reboot(2), sigaction(2): help and ok millert@ | |||||
* | Use int32_t, not long since this deals with 32bit quantities. | 2003-02-28 | 1 | -20/+20 | ||
| | | | | Inspired by a change in NetBSD and reported by Jan Johansson. | |||||
* | missed in the math man page cleanup | 2003-02-27 | 1 | -7/+11 | ||
| | ||||||
* | correctly check the return value of send(). fixes LOG_CONS from always | 2003-02-27 | 1 | -2/+2 | ||
| | | | | | | logging to the console. ok millert@ | |||||
* | typos; | 2003-02-27 | 8 | -22/+25 | ||
| | ||||||
* | typos; | 2003-02-25 | 5 | -12/+13 | ||
| | | | | intro(2): help deraadt@ | |||||
* | Fix bogus inet_net_pton() translation example. | 2003-02-24 | 1 | -2/+2 | ||
| | | | | ok henning@ | |||||
* | of of | 2003-02-24 | 2 | -4/+4 | ||
| | ||||||
* | the the | 2003-02-24 | 2 | -4/+4 | ||
| | ||||||
* | need stdlib.h too | 2003-02-24 | 1 | -1/+2 | ||
| | ||||||
* | one more: guid -> egid | 2003-02-21 | 1 | -2/+2 | ||
| | | | | thanks tedu@ | |||||
* | typos; | 2003-02-21 | 10 | -32/+30 | ||
| | ||||||
* | fix a variety of missing or wrong MLINKS | 2003-02-20 | 1 | -1/+2 | ||
| | ||||||
* | indent delay slot | 2003-02-18 | 1 | -2/+2 | ||
| | ||||||
* | intial -> initial; | 2003-02-18 | 1 | -2/+2 | ||
| | | | | | | | the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ | |||||
* | copyrights added; | 2003-02-18 | 6 | -6/+168 | ||
| | | | | these are all Sun Microsystems | |||||
* | minor KNF | 2003-02-17 | 1 | -4/+4 | ||
| | ||||||
* | teach people about strlcpy, not strcpy | 2003-02-16 | 1 | -2/+2 | ||
| | ||||||
* | put my copyrights on here | 2003-02-14 | 1 | -2/+52 | ||
| | ||||||
* | license clarifications; arthur_david_olson@nih.gov | 2003-02-14 | 8 | -8/+36 | ||
| | ||||||
* | re-stir if pid changes; markus & me | 2003-02-14 | 1 | -3/+5 | ||
| | ||||||
* | Obey calling convention and use the right opcode (fabss -> fabsd); Fabulous... | 2003-02-08 | 1 | -4/+2 | ||
| | | | | (based on netbsd pr 20140) | |||||
* | Don't write log message to console unless we are unable to connect to | 2003-02-07 | 1 | -21/+7 | ||
| | | | | syslogd. Noticed by marc@; OK by marc@ and deraadt@ | |||||
* | some more functions that are (only on OpenBSD) safe in signal handlers. | 2003-02-03 | 2 | -4/+33 | ||
| | | | | not having access to these makes things really painful | |||||
* | Replace emulated versions of setreuid() and setregid() with real syscalls. | 2003-01-31 | 6 | -187/+103 | ||
| | | | | These are spec'd by POSIX as of 1003.1-2001; deraadt@ OK | |||||
* | Align this char array accessed as double, for paranoia reasons. | 2003-01-29 | 1 | -3/+4 | ||
| | ||||||
* | thread safer libc (note: safer, not safe) | 2003-01-28 | 12 | -265/+348 | ||
| | | | | | | | | | | Access to the global _res structure replaced by pointers to a per thread instance. If unthreaded the pointer is to the global structure. Also replaced a 64k stack array with malloc-ed memory so threaded aps (with a default 64k stack) have a chance at working. ok deraadt@ | |||||
* | kern.watchdog; ok mickey@ | 2003-01-21 | 1 | -1/+25 | ||
| | ||||||
* | typos; | 2003-01-21 | 1 | -3/+3 | ||
| | | | | ok deraadt@ | |||||
* | Don't reconnect to logging socket if send() returns an error and errno | 2003-01-20 | 1 | -12/+13 | ||
| | | | | | | | | | == ENOBUFS, there is no point and it hurts chroot'ed processes. Don't return immediately from syslog_r() when the send(), we may have more work to do. deraadt@ OK | |||||
* | remove libc_r mention in comment | 2003-01-20 | 1 | -2/+2 | ||
| | ||||||
* | comment changed to look in libpthread, not libc_r | 2003-01-20 | 1 | -1/+1 | ||
| | ||||||
* | programs that chroot must use LOG_NDELAY; deraadt@ OK | 2003-01-19 | 1 | -1/+4 | ||
| | ||||||
* | inet6 fixes from jmc@prioris.mini.pw.edu.pl | 2003-01-18 | 2 | -21/+13 | ||
| | ||||||
* | Waiter! I asked for a working vfork! | 2003-01-16 | 1 | -3/+3 | ||
| | ||||||
* | Alignment requirements are satisfied in ENTRY(), no need to add more here. | 2003-01-16 | 1 | -2/+1 | ||
| | ||||||
* | minbrk is exposed, gmon uses it | 2003-01-15 | 1 | -6/+6 | ||
| | ||||||
* | Add sanity check to prevent int oflow for very large allocations. | 2003-01-14 | 1 | -3/+11 | ||
| | | | | | Also fix a signed vs. unsigned issue while I am at it. Found by Jim Geovedi. OK deraadt@ | |||||
* | Move the rounds into separate functions on sparc64 so gcc's optimizer | 2003-01-08 | 2 | -22/+69 | ||
| | | | | | | doesn't blow up. This is a hack but is better than compiling sha1.c with -O0 on sparc64. From NetBSD (mrg). deraadt@ OK |