Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-22 | Fix growstackblock() 'newlen' calculations: | Theo de Raadt | |
(1) it needs to be ALIGNed for both halves of the 'if,' and (2) if you're going to claim that you now have ALIGN(newlen) bytes left, you should have actually allocated ALIGN(newlen), rather than just 'newlen' bytes. | |||
1996-05-22 | add blocksize/density commands; part of #921; from rhialto@polder.ubc.kun.nl | Theo de Raadt | |
1996-05-22 | new tz | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-22 | sync to ragge | Theo de Raadt | |
1996-05-22 | need string.h | Theo de Raadt | |
1996-05-22 | headers | Theo de Raadt | |
1996-05-22 | add more error checking to greywolf patch | Theo de Raadt | |
1996-05-22 | slip or strip | Theo de Raadt | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-22 | libutil | Theo de Raadt | |
1996-05-22 | amiga uses new libkvm | Theo de Raadt | |
1996-05-22 | scsi here, +/- few other things | Theo de Raadt | |
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 | |