Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-22 | Change 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-22 | Fix OGETUDATA for Solaris-2.3 (From Greg Hudson) | Theo de Raadt | |
1996-05-22 | acorn filesystem addition | Theo de Raadt | |
1996-05-22 | do not expose struct ostat to userland | Theo de Raadt | |
1996-05-22 | sync to mark | Theo de Raadt | |
1996-05-22 | svr4-style gencat | Theo de Raadt | |
1996-05-22 | new vi | Theo de Raadt | |
1996-05-22 | libutil | Theo de Raadt | |
1996-05-22 | check for path in fstab | Theo de Raadt | |
1996-05-22 | from jtk; Adjust the base for time estimates to ignore time we spent | Theo de Raadt | |
waiting for operator input. enhancements from PR #900 | |||
1996-05-22 | add fsck_msdos | Theo de Raadt | |
1996-05-22 | const | Theo de Raadt | |
1996-05-22 | A possible make recursion case blown away | Niklas Hallqvist | |
1996-05-22 | Added OpenBSD CVS tag. | etheisen | |
1996-05-22 | Moved contents into sys/exec_elf.h. elf_abi.h includes the sys version. | etheisen | |
1996-05-22 | Moved contents of elf_abi.h into exec_elf.h. Modified dependant files to | etheisen | |
reflect this. | |||
1996-05-22 | Moved contents of elf_abi.h into sys/exec_elf.h. Adjusted dependant | etheisen | |
files to reflect new header. | |||
1996-05-22 | machine/asm.h is sufficient | Theo de Raadt | |
1996-05-22 | repair return values, more checking | Theo de Raadt | |
1996-05-21 | use existing protos | Theo de Raadt | |
1996-05-21 | errno.h provides what we need | Theo de Raadt | |
1996-05-21 | getc/ungetc use an int | Theo de Raadt | |
1996-05-21 | avoid divide-by-zero trap when specifying small widths | Theo de Raadt | |
do not overrun entry array when printing output tables cleanup storage allocation for entries use err/warn etc. | |||
1996-05-21 | minor nothing | Theo de Raadt | |
1996-05-21 | teeny cleanup | Theo de Raadt | |
1996-05-21 | do newline correct inside ``, netbsd pr#2384 | Theo de Raadt | |
1996-05-21 | allow comments in script; netbsd pr#2450; ksulliva@psc.edu | Theo de Raadt | |
1996-05-20 | Checking out in dirs having the repository as its prefix was sometimes | Niklas 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-20 | remove unused #defines. | Michael Shalayeff | |
1996-05-20 | Use prototypes if 'defined(__cplusplus) || __STDC__' | Thorsten Lockert | |
1996-05-19 | The former build assumed either no separate objdirs, or objdir links to a | Niklas 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-19 | Changes for mips. | Per Fogelstrom | |
1996-05-19 | New 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-19 | move RB_NOSYM here. | chuck | |
1996-05-19 | minor clean | chuck | |
1996-05-19 | minor clean | chuck | |
1996-05-19 | do not print "1days" in idle field | Theo de Raadt | |
1996-05-19 | initial commit of dos boot loader. | Michael Shalayeff | |
1996-05-19 | Recognize "{net,host} access prohibited" icmp reply. | Michael Shalayeff | |
1996-05-18 | Minor glitch when no boot is used fixed. | Per Fogelstrom | |
1996-05-18 | Adding files | Per Fogelstrom | |
1996-05-18 | a.out kernel build removed. mips is now ELF only. (boot image still ecoff ↵ | Per Fogelstrom | |
though) | |||
1996-05-18 | Include msgbuf in /dev/kmem (dmesg) | Per Fogelstrom | |
1996-05-18 | do boot from active partition. | Michael Shalayeff | |
this tested w/ DOS(win95), and BSD. | |||
1996-05-18 | Added missing '.set noreorder' directive | Per Fogelstrom | |
1996-05-18 | sync to syscalls.master | Theo de Raadt | |
1996-05-18 | poll() as a system call | Theo de Raadt | |
1996-05-18 | allow "make includes" to work from here too | Theo de Raadt | |
1996-05-18 | socketpair() is not a hack in libc like pipe() | Theo de Raadt | |
1996-05-17 | exit dark ages; enable crt erase & kill by default | Theo de Raadt | |