Age | Commit message (Expand) | Author |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2020-01-11 | Convert infinite sleeps to tsleep_nsec(9). | Martin Pieuchot |
2020-01-08 | Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and | Visa Hankala |
2020-01-02 | Change /dev/log to use pgsigio(9) and sigio_init(9) like it was done for | Claudio Jeker |
2019-12-31 | Use C99 designated initializers with struct filterops. In addition, | Visa Hankala |
2019-12-24 | The console buffer is allocated during startup. initconsbuf() is | Alexander Bluhm |
2019-10-24 | Make log tick interval independent of hz and reduce the frequency | Visa Hankala |
2019-06-20 | Work around locking issues in logwakeup(). Instead of actually waking up | Visa Hankala |
2019-06-17 | dosendsyslog() must only pass ktrgenio(9) userspace buffers that it can | Philip Guenther |
2018-07-30 | Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode | Martin Pieuchot |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2017-10-17 | Print the pid of the most recent program that failed to send a log | Martin Pieuchot |
2017-09-25 | sendsyslog should take a const char * everywhere. | Marc Espie |
2017-08-08 | Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and | Alexander Bluhm |
2017-07-18 | Both syslog(3) and syslogd(8) truncate the message at 8192 bytes. | Alexander Bluhm |
2017-03-27 | Reorder FREF() and FRELE() in a way that the the global variable | Alexander Bluhm |
2017-03-24 | There was a race in dosendsyslog() which resulted in a crash. | Alexander Bluhm |
2016-06-23 | As klog dropped message has no ifdef small kernel, sendsyslog | Alexander Bluhm |
2016-06-23 | It is annoying that the dmesg buffer can overflow and loose messages | Alexander Bluhm |
2016-06-08 | As logging to dmesg with msgbuf_putchar() can happen in any interrupt | Alexander Bluhm |
2016-05-31 | sys_osendsyslog can go away; we have transitioned to the new version with | Theo de Raadt |
2016-05-19 | All msg buf counters are long, so lmin(9) should be used for them. | Alexander Bluhm |
2016-05-18 | Kill trailing whitespaces. | Alexander Bluhm |
2016-05-18 | Use constty and cn_devvp for checking wether to use cnwrite(). That | Alexander Bluhm |
2016-05-17 | Allow sendsyslog(2) with LOG_CONS even when /dev/console has not | Alexander Bluhm |
2016-05-17 | Backout the previous fix for the sendsyslog(2) with LOG_CONS solution. | Alexander Bluhm |
2016-05-10 | If sendsyslog(2) is called with LOG_CONS before syslogd(8) has been | Alexander Bluhm |
2016-03-21 | Rename the system call sendsyslog2 to sendsyslog. Keep the old one | Alexander Bluhm |
2016-01-13 | Convert to uiomove(); from Martin Natano, thanks! | Stefan Kempf |
2016-01-07 | In sendsyslogd(2) strip off syslog priority when logging to console. | Alexander Bluhm |
2016-01-01 | The pointer buf is a user space string which was directly passed | Alexander Bluhm |
2015-12-05 | remove stale lint annotations | Ted Unangst |
2015-11-24 | Add sendsyslog2(), which accepts the syslog/openlog "logopt" flag | Theo de Raadt |
2015-09-11 | The must be no space after the syslog priority in the sendsyslog(2) | Alexander Bluhm |
2015-09-02 | To make logging to local syslog reliable, log a message about failed | Alexander Bluhm |
2015-05-06 | Pass a thread pointer instead of its file descriptor table to getsock(9). | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-01-13 | Many architectures call initmsgbuf() really really early, before uvm is | Mark Kettenis |
2015-01-13 | Add dmesg -s support, to view the output of rc(8) system startup messages. | Marco Pfatschbacher |
2014-12-13 | yet more mallocarray() changes. | Doug Hogan |
2014-12-10 | convert bcopy to memcpy. ok millert | Ted Unangst |
2014-11-03 | pass size argument to free() | Theo de Raadt |
2014-07-28 | I/O ktrace of sendsyslog(2) did not work. As uiomove() adjusts | Alexander Bluhm |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | Add new sendsyslog(const char *, size_t) system call which simply passes | Theo de Raadt |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-01-21 | bzero -> memset | Ted Unangst |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |