summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-08-14Fix this, too.Jason Downs
1996-08-14Ok, I give up kill the pdksh links.Jason Downs
1996-08-14Don't forget to add it to the Makefile, dude.Jason Downs
1996-08-14Yet more links.Jason Downs
1996-08-14Add /etc/ksh.kshrc.Jason Downs
1996-08-14Add mailstats.8; John M Vinopal, NetBSD PR#2697.Jason Downs
1996-08-14Add these to the repository, but don't do anything with them; theyJason Downs
need perl (at least for now).
1996-08-14ipaddrs are int; like many other things found after spotting a similar ↵Theo de Raadt
netbsd commit...
1996-08-14Remove extra underscore from _randseedNiklas Hallqvist
1996-08-14incorrect size calculation in mbuf copying, netbsd pr#2692; fix from ↵Theo de Raadt
explorer@flame.org
1996-08-14ncheck -i would never show any information as it did not cache the directoryThorsten Lockert
inodes; from OpenBSD PR #3 Also avoid recursing into . or .. directories due to misplaced test
1996-08-14Add links.Jason Downs
1996-08-14Add another.Jason Downs
1996-08-14Import pdksh 5.2.7.Jason Downs
1996-08-14Install iso_addr(3) man pageThorsten Lockert
1996-08-14Add missing referenceThorsten Lockert
1996-08-14Get mode of last directory right when doing mkdir -p; NetBSD PR #2686Thorsten Lockert
1996-08-14Added support in the driver for the Pentium Pro (pctrctl still needs todm
be done, though).
1996-08-13Clean up vm_object_collapse_aux's dirty page game. Pun intended :-)Niklas Hallqvist
1996-08-13Document PG_CLEANs role in collapseNiklas Hallqvist
1996-08-13More fixes from theo.Todd C. Miller
1996-08-13buf oflow, from pst@freebsd.orgTheo de Raadt
1996-08-13fix possible buff oflowTodd C. Miller
1996-08-13Don't need to explicately clean cat pages since cleandir will do thatTodd C. Miller
(but do need to clean up the info pages). Also, explicately tell configure not to use kerberos if KERBEROS is not set so configure doesn't try to be smarter than its/our own good.
1996-08-13((fp->_flags & (__SLBF|__SWR)) == __SLBF|__SWR)Theo de Raadt
becomes ((fp->_flags & (__SLBF|__SWR)) == (__SLBF|__SWR)) my guess at what proven@cygnus.com found
1996-08-13Revert back to Theo's eeprom.h.Jason Downs
1996-08-13arg is set laterTheo de Raadt
1996-08-13do not limit to FD_SETSIZE here, that is idioticTheo de Raadt
1996-08-13fix some fn/arg decls; strengthen reminder that svc_fdset is readonlyTheo de Raadt
1996-08-13log non-anon stuff for -S too, from downsjTheo de Raadt
1996-08-13do not play with the dog; messed up socket typeTheo de Raadt
1996-08-13rcsfile.5 is created from rcsfile.5inTodd C. Miller
1996-08-13microtime for srandomTheo de Raadt
1996-08-13indentTheo de Raadt
1996-08-13gone long agoTheo de Raadt
1996-08-13Remove generated fileThorsten Lockert
1996-08-13make is not shTheo de Raadt
1996-08-13only compile kerberos support if needed; pointed out by millertTheo de Raadt
1996-08-13Kludge to make DDB reverse symbol lookup work again.Niklas Hallqvist
I will soon deal with this mess in a 64-bit clean way which the old code was anything but.
1996-08-13Remove unused variableNiklas Hallqvist
1996-08-12Clarify precedense with parenthesisNiklas Hallqvist
1996-08-12cleanup protos and suchTheo de Raadt
1996-08-12Stupid bug fixed..Per Fogelstrom
1996-08-12Another VITAL VM patch. Boundary condition not solid, which last commitNiklas Hallqvist
triggered.
1996-08-12description fix; netbsd pr#2690; yoav@mit.eduTheo de Raadt
1996-08-12slightly less gross fix to avoid a coredump.Todd C. Miller
1996-08-12repair XDC_HWAIT macro to handle the fact that waithead is nowchuck
unsigned. should fix xdc watchdog timeouts noted in port-sparc by nathanw@mit.edu.
1996-08-12fixes core dump if RCSLOCALID not set--oops.Todd C. Miller
1996-08-12lsof-like support for fstat, wheeTheo de Raadt
1996-08-12one last fixTheo de Raadt