summaryrefslogtreecommitdiff
path: root/lib/libtelnet/auth.c
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2020-04-28 18:10:48 +0000
committermartin <martin@NetBSD.org>2020-04-28 18:10:48 +0000
commit9bc25a4494de689fd6832518fa83c246d3513082 (patch)
tree006d0f216a7383849ce63570fc632c80b654a1ca /lib/libtelnet/auth.c
parent41f70147560e51752e5e576138922a7f349e6c42 (diff)
Pull up following revision(s) (requested by sevan in ticket #862):
share/misc/airport: revision 1.68 share/misc/inter.phone: revision 1.32 Fix area code for Czestochowa and add area code for Tarnow. While there, fix names for some other Polish cities. Add LUZ and WMI airports (Poland).
Diffstat (limited to 'lib/libtelnet/auth.c')
0 files changed, 0 insertions, 0 deletions
hannken 2010-01-21Take care not to dereference a NULL softc.dyoung 2009-10-22Drop 3rd and 4th clauses. OK gwr@ leo@ (copyright holders).snj 2009-07-28Make mdopen() and mdclose() maintain the openmask. md_detach()dyoung 2009-05-19Add a detachment hook. Detach md(4) at shutdown.dyoung 2009-05-04TFTPROOT loads the RAMdisk through TFTP at boot time. It needs themanu 2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt 2008-06-16more cleanup: the sc_dev backpointer is unused, remove itdrochner 2008-06-13register NULL pmf handlers. md(4) is supposed to not loose / change when resu...cegger 2008-06-13device_t/softc splitcegger 2008-06-11Replace the weird method to create instances by config_attach_pseudo()drochner 2008-04-09use aprint_*_dev and device_xnamecegger 2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad 2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad 2007-07-15Default MEMORY_DISK_SERVER to 1 instead of using 'undefined' to mean 1.dsl 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-09-02add missing initializerchristos 2006-03-28Use device_unit().thorpej 2005-12-11merge ktrace-lwp.christos 2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt 2005-04-01merge yamt-km branch.yamt 2005-02-27nuke trailing whitespaceperry 2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt 2004-08-30Use ANSI function decls, sprinkle static.thorpej 2004-04-21kill sprintf, use snprintfitojun 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-05-13Use aprint_error() where appropriate.thorpej 2002-12-11Add /* MEMORY_DISK_SERVER */ comments to the #endifs to match the #ifdefs.atatat 2002-10-23merge kqueue branch into -currentjdolecek 2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna 2002-07-21Rename bufq_init() to bufq_alloc().hannken 2002-07-20Convert to new device buffer queue interface.hannken