Age | Commit message (Expand) | Author |
2017-01-23 | Only allow change-setting ioctls when FWRITE is set on the descriptor. | Theo de Raadt |
2016-04-24 | Remove 'option COMPAT_PCVT' now that X doen't use it anymore. | Matthieu Herrb |
2016-03-28 | OpenBSD has stopped using the SVr4 KDENABIO/KDDISABIO ioctls for at | Matthieu Herrb |
2016-03-03 | Remove WSDISPLAY_COMPAT_SYSCONS. We no longer run FreeBSD binary X11 | Christian Weisgerber |
2015-09-08 | sizes for free(); checked by semarie | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-04-18 | For the WSDISPLAY_COMPAT_USL protocol, send the synchronizing signals to | Philip Guenther |
2012-03-28 | guenther notes that s_pid must also move to match | Theo de Raadt |
2012-03-28 | Yet another ioctl-related pid value. Should be the master of the | Theo de Raadt |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe |
2010-08-28 | ansify function definitions, and constify a few arrays while there. | Miod Vallat |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2007-02-14 | FALLTHRU -> FALLTHROUGH for consistency. | Jonathan Gray |
2006-10-16 | Fix some more "is is"s. ok otto@. | Tom Cosgrove |
2006-07-29 | Do not fail KDENABIO and KDDISABIO ioctls on non-i386 platforms, this allows | Miod Vallat |
2006-06-30 | Make routines which may set PSL_IOPL consistent wrt the securelevel for | Miod Vallat |
2004-04-02 | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists | Theo de Raadt |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-11 | Add signal number sanity checking to usl_sync_init(). This is not | Todd C. Miller |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-06-04 | Don't print these messages unless debugging. mickey@ ok | Hakan Olsson |
2001-05-16 | it is not right to malloc() w/ WAITOK at attach time, put back NULL check and... | Michael Shalayeff |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-04-14 | Remove some static. | Aaron Campbell |
2001-02-10 | sync w/ netbsd; aaron@ ok | Michael Shalayeff |
2000-08-01 | update wscons, nothing serious, mostly api fixes for us; from netbsd through ... | Michael Shalayeff |
2000-07-05 | oops, late night typo | Michael Shalayeff |
2000-05-16 | import newer wscons source from netbsd. | Michael Shalayeff |