Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-22 | scsi attribute elsewhere | Theo de Raadt | |
1996-05-22 | compat aout loaders change | Theo de Raadt | |
1996-05-22 | the linked list argument | Theo de Raadt | |
1996-05-22 | make depend work | Theo de Raadt | |
1996-05-22 | fiddling | Theo de Raadt | |
1996-05-22 | latest locking changes from jtk | Theo de Raadt | |
1996-05-22 | ragge: The unexpected remove of active kstack does happen on vax also, | Theo de Raadt | |
not only on pc532. I've verivied that this "fix" work. | |||
1996-05-22 | sync | Theo de Raadt | |
1996-05-22 | obviously killing gcc warnings is more important than keeping this library small | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-22 | unload after last close | Theo de Raadt | |
1996-05-22 | add strip | Theo de Raadt | |
1996-05-22 | fix obscure problem involving ptrace of init | Theo de Raadt | |
1996-05-22 | + strip | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-22 | build all needed things automatically, no backups | Theo de Raadt | |
1996-05-22 | When sending an ARP request, use the interface address for the route, rather | Theo de Raadt | |
than the first address assigned. This gives slightly different behaviour in the presence of aliases. From Bill Fenner, via Pete Bentley. | |||
1996-05-22 | sync | Theo de Raadt | |
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 | |