| Commit message (Expand) | Author | Age | Files | Lines |
* | Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode |  mpi | 2018-07-30 | 1 | -2/+4 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 1 | -2/+2 |
* | Print the pid of the most recent program that failed to send a log |  mpi | 2017-10-17 | 1 | -6/+10 |
* | sendsyslog should take a const char * everywhere. |  espie | 2017-09-25 | 1 | -2/+2 |
* | Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and |  bluhm | 2017-08-08 | 1 | -3/+3 |
* | Both syslog(3) and syslogd(8) truncate the message at 8192 bytes. |  bluhm | 2017-07-18 | 1 | -1/+4 |
* | Reorder FREF() and FRELE() in a way that the the global variable |  bluhm | 2017-03-27 | 1 | -7/+9 |
* | There was a race in dosendsyslog() which resulted in a crash. |  bluhm | 2017-03-24 | 1 | -7/+10 |
* | As klog dropped message has no ifdef small kernel, sendsyslog |  bluhm | 2016-06-23 | 1 | -9/+6 |
* | It is annoying that the dmesg buffer can overflow and loose messages |  bluhm | 2016-06-23 | 1 | -1/+15 |
* | As logging to dmesg with msgbuf_putchar() can happen in any interrupt |  bluhm | 2016-06-08 | 1 | -15/+21 |
* | sys_osendsyslog can go away; we have transitioned to the new version with |  deraadt | 2016-05-31 | 1 | -16/+1 |
* | All msg buf counters are long, so lmin(9) should be used for them. |  bluhm | 2016-05-19 | 1 | -2/+2 |
* | Kill trailing whitespaces. |  bluhm | 2016-05-18 | 1 | -4/+4 |
* | Use constty and cn_devvp for checking wether to use cnwrite(). That |  bluhm | 2016-05-18 | 1 | -23/+21 |
* | Allow sendsyslog(2) with LOG_CONS even when /dev/console has not |  bluhm | 2016-05-17 | 1 | -5/+29 |
* | Backout the previous fix for the sendsyslog(2) with LOG_CONS solution. |  bluhm | 2016-05-17 | 1 | -2/+2 |
* | If sendsyslog(2) is called with LOG_CONS before syslogd(8) has been |  bluhm | 2016-05-10 | 1 | -2/+2 |
* | Rename the system call sendsyslog2 to sendsyslog. Keep the old one |  bluhm | 2016-03-21 | 1 | -7/+7 |
* | Convert to uiomove(); from Martin Natano, thanks! |  stefan | 2016-01-13 | 1 | -6/+7 |
* | In sendsyslogd(2) strip off syslog priority when logging to console. |  bluhm | 2016-01-07 | 1 | -4/+32 |
* | The pointer buf is a user space string which was directly passed |  bluhm | 2016-01-01 | 1 | -31/+32 |
* | remove stale lint annotations |  tedu | 2015-12-05 | 1 | -6/+1 |
* | Add sendsyslog2(), which accepts the syslog/openlog "logopt" flag |  deraadt | 2015-11-24 | 1 | -7/+40 |
* | The must be no space after the syslog priority in the sendsyslog(2) |  bluhm | 2015-09-11 | 1 | -2/+2 |
* | To make logging to local syslog reliable, log a message about failed |  bluhm | 2015-09-02 | 1 | -4/+40 |
* | Pass a thread pointer instead of its file descriptor table to getsock(9). |  mpi | 2015-05-06 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -2/+2 |
* | Many architectures call initmsgbuf() really really early, before uvm is |  kettenis | 2015-01-13 | 1 | -1/+7 |
* | Add dmesg -s support, to view the output of rc(8) system startup messages. |  mpf | 2015-01-13 | 1 | -7/+13 |
* | yet more mallocarray() changes. |  doug | 2014-12-13 | 1 | -2/+3 |
* | convert bcopy to memcpy. ok millert |  tedu | 2014-12-10 | 1 | -2/+2 |
* | pass size argument to free() |  deraadt | 2014-11-03 | 1 | -3/+4 |
* | I/O ktrace of sendsyslog(2) did not work. As uiomove() adjusts |  bluhm | 2014-07-28 | 1 | -2/+6 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Add new sendsyslog(const char *, size_t) system call which simply passes |  deraadt | 2014-07-10 | 1 | -2/+79 |
* | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 1 | -2/+2 |
* | bzero -> memset |  tedu | 2014-01-21 | 1 | -2/+2 |
* | kqueue attach functions should return an errno or 0, not a plain 1. Fix |  nicm | 2011-07-02 | 1 | -2/+2 |
* | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 2009-11-09 | 1 | -2/+1 |
* | unsupported ioctl's should be returned with ENOTTY |  thib | 2007-09-03 | 1 | -2/+2 |
* | ansi and deregister. No binary change. |  jsg | 2005-12-09 | 1 | -27/+8 |
* | knf |  deraadt | 2005-04-20 | 1 | -2/+3 |
* | Try to start log message buffer on a new line. Helps install scripts avoid |  krw | 2005-04-14 | 1 | -5/+28 |
* | Replace select backends with poll backends. selscan() and pollscan() |  millert | 2003-09-23 | 1 | -13/+11 |
* | remove caddr_t casts. it's just silly to cast something when the function |  tedu | 2003-07-21 | 1 | -5/+4 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | kqfilter for the log. niels said i can commit it if it works |  mickey | 2002-06-29 | 1 | -1/+51 |
* | Move offsetof define into sys/param.h |  csapuntz | 2001-04-06 | 1 | -3/+1 |