summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-22Change VOP_UPDATE() semantics:Theo de Raadt
* Make 2nd and 3rd args timespecs, not timevals. * Consistently pass a Boolean as the 4th arg (except in LFS). Also, fix ffs_update() and lfs_update() to actually change the nsec fields.
1996-05-22Fix OGETUDATA for Solaris-2.3 (From Greg Hudson)Theo de Raadt
1996-05-22acorn filesystem additionTheo de Raadt
1996-05-22do not expose struct ostat to userlandTheo de Raadt
1996-05-22sync to markTheo de Raadt
1996-05-22svr4-style gencatTheo de Raadt
1996-05-22new viTheo de Raadt
1996-05-22libutilTheo de Raadt
1996-05-22check for path in fstabTheo de Raadt
1996-05-22from jtk; Adjust the base for time estimates to ignore time we spentTheo de Raadt
waiting for operator input. enhancements from PR #900
1996-05-22add fsck_msdosTheo de Raadt
1996-05-22constTheo de Raadt
1996-05-22A possible make recursion case blown awayNiklas Hallqvist
1996-05-22Added OpenBSD CVS tag.etheisen
1996-05-22Moved contents into sys/exec_elf.h. elf_abi.h includes the sys version.etheisen
1996-05-22Moved contents of elf_abi.h into exec_elf.h. Modified dependant files toetheisen
reflect this.
1996-05-22Moved contents of elf_abi.h into sys/exec_elf.h. Adjusted dependantetheisen
files to reflect new header.
1996-05-22machine/asm.h is sufficientTheo de Raadt
1996-05-22repair return values, more checkingTheo de Raadt
1996-05-21use existing protosTheo de Raadt
1996-05-21errno.h provides what we needTheo de Raadt
1996-05-21getc/ungetc use an intTheo de Raadt
1996-05-21avoid divide-by-zero trap when specifying small widthsTheo de Raadt
do not overrun entry array when printing output tables cleanup storage allocation for entries use err/warn etc.
1996-05-21minor nothingTheo de Raadt
1996-05-21teeny cleanupTheo de Raadt
1996-05-21do newline correct inside ``, netbsd pr#2384Theo de Raadt
1996-05-21allow comments in script; netbsd pr#2450; ksulliva@psc.eduTheo de Raadt
1996-05-20Checking out in dirs having the repository as its prefix was sometimesNiklas Hallqvist
wrongly thought as checking out into the repository. E.g. checking out in /cvs.g/hack/foo with CVSROOT set to /cvs was impossible.
1996-05-20remove unused #defines.Michael Shalayeff
1996-05-20Use prototypes if 'defined(__cplusplus) || __STDC__'Thorsten Lockert
1996-05-19The former build assumed either no separate objdirs, or objdir links to aNiklas Hallqvist
separate equivalent hierarchy. There are two cases where this does not hold: 1. When the objdirs are real directories in the src tree, i.e. not links. 2. When OBJMACHINE is set. Fix these remaining cases.
1996-05-19Changes for mips.Per Fogelstrom
1996-05-19New version of crt0 scrt0 gcrt0 to support ELF shared libs.Per Fogelstrom
It is very likely that this code will be replaced later. :-)
1996-05-19move RB_NOSYM here.chuck
1996-05-19minor cleanchuck
1996-05-19minor cleanchuck
1996-05-19do not print "1days" in idle fieldTheo de Raadt
1996-05-19initial commit of dos boot loader.Michael Shalayeff
1996-05-19Recognize "{net,host} access prohibited" icmp reply.Michael Shalayeff
1996-05-18Minor glitch when no boot is used fixed.Per Fogelstrom
1996-05-18Adding filesPer Fogelstrom
1996-05-18a.out kernel build removed. mips is now ELF only. (boot image still ecoff ↵Per Fogelstrom
though)
1996-05-18Include msgbuf in /dev/kmem (dmesg)Per Fogelstrom
1996-05-18do boot from active partition.Michael Shalayeff
this tested w/ DOS(win95), and BSD.
1996-05-18Added missing '.set noreorder' directivePer Fogelstrom
1996-05-18sync to syscalls.masterTheo de Raadt
1996-05-18poll() as a system callTheo de Raadt
1996-05-18allow "make includes" to work from here tooTheo de Raadt
1996-05-18socketpair() is not a hack in libc like pipe()Theo de Raadt
1996-05-17exit dark ages; enable crt erase & kill by defaultTheo de Raadt