summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
legitimate cases.
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
Require that the mount point is vfs_busy on entry to dounmount.
1999-12-06When truncating directories by less than a block we shouldn't zero theArtur Grabowski
part of the block that we're deallocating. From NetBSD.
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
- Add SEE ALSO section and Xr xargs(1) - Miscellaneous cleanup.
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
routines do their own exit.
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
includes some works from todd@ and millert@ verified by todd@ and millert@
1999-12-05Pass device mode to query_encoding in the structure to fill, soMarc Espie
that devices that don't need it are not affected. eso has those weird 16 bits mode that differ in endianess depending on READ/WRITE. Use this to avoid setting AUDIO_FLAGS_EMULATED needlessly. Reorder eso modes slightly so that emulated modes are always last.
1999-12-05Learn pstat about soft updates.Artur Grabowski
1999-12-05Integrate the latest soft updates code.Artur Grabowski
From mckusick@mckusick.com.
1999-12-05Collect statistics on sync and async writes.Artur Grabowski
From NetBSD.
1999-12-05With soft updates, some buffers will be remarked as dirty after being written.Artur Grabowski
Handle this when syncing filesystems when unmounting. From NetBSD.
1999-12-05Use VONSYNCLIST to see if we should remove a vnode from the sync list insteadArtur Grabowski
of looking at v_dirtyblkhd.
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
syncers work list. From NetBSD.
1999-12-05Add a new function "speedup_syncer()" that pushes the syncer to work harder.Artur Grabowski
Used by the new soft updates code.
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
1999-12-05oflowTheo de Raadt
1999-12-05Release mountlist_slock if vfs_busy fails.Artur Grabowski
1999-12-05Indentation fixes.Artur Grabowski
1999-12-05Flesh out the template a bit (ok aaron).Ian Darwin
1999-12-05aha, no more mouse in pcvt and s/rl/sis/Michael Shalayeff
1999-12-05correct printout labelsTheo de Raadt
1999-12-05fix space regs load insns, also some tabs vs spacesMichael Shalayeff