Age | Commit message (Expand) | Author |
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 |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2007-09-03 | unsupported ioctl's should be returned with ENOTTY | Thordur I. Bjornsson |
2005-12-09 | ansi and deregister. No binary change. | Jonathan Gray |
2005-04-20 | knf | Theo de Raadt |
2005-04-14 | Try to start log message buffer on a new line. Helps install scripts avoid | Kenneth R Westerback |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-07-21 | remove caddr_t casts. it's just silly to cast something when the function | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-06-29 | kqfilter for the log. niels said i can commit it if it works | Michael Shalayeff |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
1997-09-18 | it is definately wrong to initialize the pgid at open() time because the | Theo de Raadt |
1997-08-31 | for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid | Theo de Raadt |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |