summaryrefslogtreecommitdiff
path: root/usr.sbin/ldpd/fsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ldpd/fsm.c')
0 files changed, 0 insertions, 0 deletions
Validate FAT entries to avoid some panics caused by a corrupted FAT.mlelstv 2015-03-28Remove the 'cred' argument from bread(). Remove a now unused var inmaxv 2013-01-28A little more debugging.christos 2013-01-27don't need sys/mount.h in userland.christos 2013-01-27tidy up debugging printfs; no functional change.christos 2013-01-26more cross-compile friendly.christos 2013-01-26expose more stuff if MAKEFS is defined for the headers, and arrange forchristos 2012-12-20Revert rev. 1.20 now that bread() has been fixed.hannken 2012-12-20Change bread() and breadn() to never return a buffer onhannken 2012-11-04Stylistic changes in comments/strings:jakllsch 2012-04-09pcbmap(): We cannot use bread() here as for the pagedaemon getblk()hannken 2010-01-26On broken filesystems the fillinmap inner loop may have never read ajoerg 2009-03-14ANSIfy another 1261 function definitions.dsl 2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl 2008-05-16Make sure all cached buffers with valid, not yet written data have beenhannken 2007-10-08Merge brelse() changes from the vmlocking branch.ad 2007-04-29fix typosmsaitoh 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-11-25Support FAT filesystems on non-DEV_BSIZE media.scw 2006-09-22Apply patch from PR kern/34583 sent by Rhialto, quoting him:xtraeme 2006-05-14integrate kauth.elad 2006-04-15Coverity CID 839: Add KASSERT before deref.christos 2006-04-15Coverity CID 838: Add KASSERT before deref.christos 2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry 2005-12-11merge ktrace-lwp.christos 2005-08-29Remove __P()xtraeme 2005-02-26nuke trailing whitespaceperry 2004-04-21Replace the statfs() family of system calls with statvfs().christos 2003-10-22Fix a panic that occurred when trying to traverse a corrupt msdosfsbriggs 2002-12-26move msdosfs code from sys/msdosfs to sys/fs/msdosfsjdolecek