Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-12-06 | angelos, altering kernel structures may have impact on userland. | Niklas Hallqvist | |
1999-12-06 | allow --enable-encryption in kerberos case | Theo de Raadt | |
1999-12-06 | Simplify include files. | Angelos D. Keromytis | |
1999-12-06 | Put the "size check fired" behind ifdef DEBUG, it can happen in some | Artur Grabowski | |
legitimate cases. | |||
1999-12-06 | Make this work for uvm. | Artur Grabowski | |
1999-12-06 | Yet 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-06 | When truncating directories by less than a block we shouldn't zero the | Artur Grabowski | |
part of the block that we're deallocating. From NetBSD. | |||
1999-12-06 | New ESP code that's v4 and v6 friendly. | Angelos D. Keromytis | |
1999-12-06 | ffs_init is a vfsop. Move it to ffs_vfsops. | Artur Grabowski | |
1999-12-06 | Always make sure that softdep mounts are not async. | Artur Grabowski | |
1999-12-06 | Don't compute values that we don't use later. | Artur Grabowski | |
1999-12-06 | #if 0 some broken unreached code. | Artur Grabowski | |
1999-12-06 | update to ncurses-5.0-19991204 | Todd C. Miller | |
1999-12-06 | update to ncurses-5.0-19991204 | Todd C. Miller | |
1999-12-06 | oflow fixes; provos | Theo de Raadt | |
1999-12-06 | there is no IP(4) manpage... | Theo de Raadt | |
1999-12-06 | sync | Theo de Raadt | |
1999-12-06 | Display esps_badenc | Angelos D. Keromytis | |
1999-12-06 | Add another statistic | Angelos D. Keromytis | |
1999-12-06 | KNF. overflows exist, and are not easy to fix | Theo de Raadt | |
1999-12-06 | pretty | Theo de Raadt | |
1999-12-06 | oflow | Theo de Raadt | |
1999-12-05 | sure, nix the PROT_EXEC; zzlevo@dd.chalmers.se | Theo de Raadt | |
1999-12-05 | - Document -d option. | Aaron Campbell | |
- Add SEE ALSO section and Xr xargs(1) - Miscellaneous cleanup. | |||
1999-12-05 | Fix an INET6 dependency (niklas@) | Angelos D. Keromytis | |
1999-12-05 | some MAXPATHLEN +1 thingies | Theo de Raadt | |
1999-12-05 | Remove LOCALFLOW flag (thanks andreas) | Angelos D. Keromytis | |
1999-12-05 | Fix temp file unlinking. We use atexit() since the libutil passwd | Todd C. Miller | |
routines do their own exit. | |||
1999-12-05 | expr die die die | Michael Shalayeff | |
1999-12-05 | remove expr -- make floppy happier at 80k; millert@ ok | Michael Shalayeff | |
1999-12-05 | expr(1)-less makedev. | Michael Shalayeff | |
includes some works from todd@ and millert@ verified by todd@ and millert@ | |||
1999-12-05 | Pass device mode to query_encoding in the structure to fill, so | Marc 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-05 | Learn pstat about soft updates. | Artur Grabowski | |
1999-12-05 | Integrate the latest soft updates code. | Artur Grabowski | |
From mckusick@mckusick.com. | |||
1999-12-05 | Collect statistics on sync and async writes. | Artur Grabowski | |
From NetBSD. | |||
1999-12-05 | With 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-05 | Use VONSYNCLIST to see if we should remove a vnode from the sync list instead | Artur Grabowski | |
of looking at v_dirtyblkhd. | |||
1999-12-05 | Add an m_inject() | Angelos D. Keromytis | |
1999-12-05 | Add a new vnode flag "VONSYNCLIST" that indicates if the vnode is on the | Artur Grabowski | |
syncers work list. From NetBSD. | |||
1999-12-05 | Add a new function "speedup_syncer()" that pushes the syncer to work harder. | Artur Grabowski | |
Used by the new soft updates code. | |||
1999-12-05 | prettier range check | Theo de Raadt | |
1999-12-05 | oflow | Theo de Raadt | |
1999-12-05 | Unlock the vnode in inactive even when v_usecount == 0. | Artur Grabowski | |
1999-12-05 | oflow | Theo de Raadt | |
1999-12-05 | Release mountlist_slock if vfs_busy fails. | Artur Grabowski | |
1999-12-05 | Indentation fixes. | Artur Grabowski | |
1999-12-05 | Flesh out the template a bit (ok aaron). | Ian Darwin | |
1999-12-05 | aha, no more mouse in pcvt and s/rl/sis/ | Michael Shalayeff | |
1999-12-05 | correct printout labels | Theo de Raadt | |
1999-12-05 | fix space regs load insns, also some tabs vs spaces | Michael Shalayeff | |