summaryrefslogtreecommitdiff
path: root/lib/lua/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lua/sqlite')
0 files changed, 0 insertions, 0 deletions
cy.c?id=5e4b324300b72753422b91a12f75988960e4c260'>Properly fix the "hanging in tty" bug that was worked around with cv_wakeup()ad 2008-03-26split device_t/softc. Use aprint_*_dev and device_xname.matt 2007-11-19- Factor out too many copies of the same bit of tty code.ad 2007-11-07Merge tty changes from the vmlocking branch.ad 2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-01-29Remove more duplicate headers.hubertf 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-10-01More from Matt Fleming:elad 2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks!elad 2006-07-21- Use the LWP cached credentials where sane.ad 2006-05-21void casts to functions whose return values are ignored.christos 2006-05-14integrate kauth.elad 2006-05-14XXX: GCC uninitializedchristos 2006-03-05cleanup more SET/CLR/ISSET lossagechristos 2005-12-11merge ktrace-lwp.christos 2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink 2005-02-27nuke trailing whitespaceperry 2003-10-31Rollbackreinoud 2003-10-31Make it compile under gcc 2.95 again. Without the patch it gives an `mightreinoud 2003-10-29Recode to remove bogus initializer.mycroft 2003-10-25Fix uninitialized variable warningschristos 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr 2003-01-31Use aprint_*().thorpej 2003-01-06successful with only one l.wiz 2002-10-23merge kqueue branch into -currentjdolecek 2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna 2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add/cleanup RCSIDlukem 2001-07-07bzero -> memsetthorpej 2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw 2001-01-21Untangle some spl-spaghetti in cy_modem_control().thorpej 2001-01-20Pack the minor numbers like the Cyclades-Z driver does, andthorpej 2001-01-20Only need to pass a cy_softc * to cy_attach().thorpej 2001-01-20ANSI'ify.thorpej 2001-01-20Clean up the PCI attachment a bit, and adjust the other piecesthorpej 2000-11-01Adapt to the new line discipline scheme.eeh 2000-07-08When receiving an rx interrupt on a closed or unconfigured port, readsommerfeld 2000-07-06Use device_lookup().thorpej 2000-05-29* Support (not so) new cards. (only Cyclom-8YsP+ is tested)tsubai