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