summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-10-15nqnfs code is for client+server; spotted by niklasTheo de Raadt
1996-10-15umask for writes; from joerg@freebsd.orgTheo de Raadt
1996-10-15gcc -Wall happyMichael Shalayeff
1996-10-15more detailed infoTheo de Raadt
1996-10-15zlib need thisMichael Shalayeff
1996-10-15deal with files as euid; based on code by alex@freebsd.orgTheo de Raadt
1996-10-15unused variable noticed by asriel(right?), proto from mccanne; fed to freebsdTheo de Raadt
1996-10-15missing ';'Michael Shalayeff
1996-10-15ffs not ufs; as noted in netbsd pr#2842, benco@pendor.mckusick.comTheo de Raadt
1996-10-15ld is smarter then we are!Jason Downs
1996-10-15Yeah, ok, so I never even bothered to test compile it before...Jason Downs
1996-10-15nearly impossible oflowTheo de Raadt
1996-10-15bug fix from mool via vimdev.Jason Downs
1996-10-15sync with the, uh, real 4.5 release.Jason Downs
1996-10-15pms0r -> psm0Jason Downs
1996-10-15pms0r -> psm0Jason Downs
1996-10-15Set TMPDIR for tar's sakeNiklas Hallqvist
1996-10-14zero out the pageJason Downs
1996-10-14vital fixes. From Kenneth Stailey (kstailey@dol-esa.gov)michaels
1996-10-14update is in-kernel nowNiklas Hallqvist
1996-10-14DOH, fsck not ffsNiklas Hallqvist
1996-10-14Exit on empty "secret password" like skeyinit does.Todd C. Miller
1996-10-14Control-F - move forward one screenful.etheisen
1996-10-14support standalone.Michael Shalayeff
1996-10-14make gcc -Wall happy for lkms...Michael Shalayeff
1996-10-14add tun pseudo-device interface manual.Michael Shalayeff
from der mouse Net's PR, if i didn't missed my memory... it was lost in my tree a long ago (:
1996-10-14syncTheo de Raadt
1996-10-14rename some 3cxxx stuffTheo de Raadt
1996-10-14mimic ptrace behaviour; worked out with bitbltTheo de Raadt
1996-10-14More more manpage mods.etheisen
1996-10-14openbsdTheo de Raadt
1996-10-14syncTheo de Raadt
1996-10-14no need for --posix flagTheo de Raadt
1996-10-14POSIX.2 EDITOR env var for 'v' command.etheisen
1996-10-14better 3c59x and 3c9xx support; netbsd pr#2840; curt@portal.caTheo de Raadt
1996-10-14enable le0Theo de Raadt
1996-10-14sudo 1.5.2Todd C. Miller
1996-10-14Backout a previous change that didn't work, and update to version 4.5.Jason Downs
1996-10-14Filename prompt, not --more--.etheisen
1996-10-14Update more.help. more.help not omore.hlp.etheisen
1996-10-14Handle screen a little bit better.etheisen
1996-10-14Fixed a bug in skeylookup() so no need for extra skey_set_algorithm.Todd C. Miller
1996-10-14htoi now takes an int, not char.Todd C. Miller
Only skey_set_algorithm() for the record that matches target user.
1996-10-14Oops. zsstop still needs to return int in OpenBSD.briggs
1996-10-14Nuke old COMPAT options. Move MACHINE_NONCONTIG to std.mac68k.briggs
1996-10-14Don't default a realm name to the domain part of a host nameThorsten Lockert
1996-10-14fpu_type -> fputype, use m68k/cpu.h--from NetBSDbriggs
1996-10-14More from NetBSD:briggs
* Update ROM vectors for PB500 * Add ROM vectors for the LCIII (verified by Mike DeLima--miked@netrover.com) * fpu_type->fputype * Use defines from m68k/cpu.h
1996-10-14More from NetBSD:briggs
* Disable 040 caches in doboot(), and some minor stylistic changes to make the hand-coded assembly consistent throughout. * Use fputype instead of mmutype for fpu_type. * Use defines from m68k/cpu.h.
1996-10-14From NetBSD--use m68k/cpu.h defines, rename fpu_type to fputype.briggs