summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-12-06say how long the buffer needs to beTheo de Raadt
1999-12-06properly name fd variableTheo de Raadt
1999-12-06check for ~ expansion past MAXPATHLENTheo de Raadt
1999-12-06fd leakTheo de Raadt
1999-12-06use openpty() if it exists (it does on BSD4_4)Theo de Raadt
1999-12-06display great hatred towards strcpyTheo de Raadt
1999-12-06so sorry angelos, I am too stressed out, reverted my goofup.Niklas Hallqvist
1999-12-06angelos, altering kernel structures may have impact on userland.Niklas Hallqvist
1999-12-06allow --enable-encryption in kerberos caseTheo de Raadt
1999-12-06Simplify include files.Angelos D. Keromytis
1999-12-06Put the "size check fired" behind ifdef DEBUG, it can happen in someArtur Grabowski
1999-12-06Make this work for uvm.Artur Grabowski
1999-12-06Yet another solution to the mfs unmount/kill race (not ugly this time).Artur Grabowski
1999-12-06When truncating directories by less than a block we shouldn't zero theArtur Grabowski
1999-12-06New ESP code that's v4 and v6 friendly.Angelos D. Keromytis
1999-12-06ffs_init is a vfsop. Move it to ffs_vfsops.Artur Grabowski
1999-12-06Always make sure that softdep mounts are not async.Artur Grabowski
1999-12-06Don't compute values that we don't use later.Artur Grabowski
1999-12-06#if 0 some broken unreached code.Artur Grabowski
1999-12-06update to ncurses-5.0-19991204Todd C. Miller
1999-12-06update to ncurses-5.0-19991204Todd C. Miller
1999-12-06oflow fixes; provosTheo de Raadt
1999-12-06there is no IP(4) manpage...Theo de Raadt
1999-12-06syncTheo de Raadt
1999-12-06Display esps_badencAngelos D. Keromytis
1999-12-06Add another statisticAngelos D. Keromytis
1999-12-06KNF. overflows exist, and are not easy to fixTheo de Raadt
1999-12-06prettyTheo de Raadt
1999-12-06oflowTheo de Raadt
1999-12-05sure, nix the PROT_EXEC; zzlevo@dd.chalmers.seTheo de Raadt
1999-12-05- Document -d option.Aaron Campbell
1999-12-05Fix an INET6 dependency (niklas@)Angelos D. Keromytis
1999-12-05some MAXPATHLEN +1 thingiesTheo de Raadt
1999-12-05Remove LOCALFLOW flag (thanks andreas)Angelos D. Keromytis
1999-12-05Fix temp file unlinking. We use atexit() since the libutil passwdTodd C. Miller
1999-12-05expr die die dieMichael Shalayeff
1999-12-05remove expr -- make floppy happier at 80k; millert@ okMichael Shalayeff
1999-12-05expr(1)-less makedev.Michael Shalayeff
1999-12-05Pass device mode to query_encoding in the structure to fill, soMarc Espie
1999-12-05Learn pstat about soft updates.Artur Grabowski
1999-12-05Integrate the latest soft updates code.Artur Grabowski
1999-12-05Collect statistics on sync and async writes.Artur Grabowski
1999-12-05With soft updates, some buffers will be remarked as dirty after being written.Artur Grabowski
1999-12-05Use VONSYNCLIST to see if we should remove a vnode from the sync list insteadArtur Grabowski
1999-12-05Add an m_inject()Angelos D. Keromytis
1999-12-05Add a new vnode flag "VONSYNCLIST" that indicates if the vnode is on theArtur Grabowski
1999-12-05Add a new function "speedup_syncer()" that pushes the syncer to work harder.Artur Grabowski
1999-12-05prettier range checkTheo de Raadt
1999-12-05oflowTheo de Raadt
1999-12-05Unlock the vnode in inactive even when v_usecount == 0.Artur Grabowski