Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-29 | Added section header type SHT_OPENBSD - value 0xffffffff, section | etheisen | |
header name ELF_OPENBSD - value ".openbsd", and elf_hash() prototype in preparation for Per's import of the ELF RTLD. Every OpenBSD ELF bin/so should contain a "empty" section header of type SHT_OPENBSD, and this string ".openbsd" in the .dynstr section. This will allow us to determine the exe/lib's target OS. Note that use of SHT_OPENBSD and ELF_OPENBSD is not ABI compliant. GNU binutils will require mods to met this goal. The relocation settings are now re-enabled. | |||
1996-04-29 | add missed satosin(). | Michael Shalayeff | |
1996-04-29 | Revert last commit. | Michael Shalayeff | |
1996-04-28 | Deal again w/ the brain damaged osockaddr. | Michael Shalayeff | |
1996-04-28 | Add this stuff to keep compilers happy. | Michael Shalayeff | |
1996-04-28 | Fix the bugs w/ that osockaddr. | Michael Shalayeff | |
minor cleanups. this was tested w/: OpenBSD, Kleenux, BSDi (in all combinations). | |||
1996-04-28 | rnd driver needs i586 counter too. | Michael Shalayeff | |
1996-04-28 | Added OpenBSD tag. | etheisen | |
1996-04-28 | setproctitle() prototype no longer needed. | etheisen | |
1996-04-28 | Only use Pentium instruction counter of we have been compiled with NTP | Thorsten Lockert | |
support, otherwise we won't get the counter reset at the top of every second and will return highly inaccurate values. | |||
1996-04-28 | Remove trailing garbage. | Michael Shalayeff | |
1996-04-28 | Move ipx_cksum.c into MD config file. | Michael Shalayeff | |
1996-04-28 | OS is OpenBSD NOT NetBSD. | etheisen | |
1996-04-28 | IPX additions and fixes. | Michael Shalayeff | |
ether -- missed the input for IPX. fddi -- just added. ppp -- field codes added. loop -- minor fix. | |||
1996-04-28 | wdsc driver hacked from amiga driver by Steve Woodford | Theo de Raadt | |
1996-04-28 | rewrite | Theo de Raadt | |
1996-04-28 | device/attach split | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | cfattach/cfdriver split; we hate caddr_t | Theo de Raadt | |
1996-04-28 | cfattach/cfdriver split | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | cfattach/cfdriver split; config_*() function retval change | Theo de Raadt | |
1996-04-28 | add ccd, change fd->filedesc | Theo de Raadt | |
1996-04-28 | _KERNEL & cannot use unistd.h | Theo de Raadt | |
1996-04-28 | change to assym.h | Theo de Raadt | |
1996-04-28 | change vmapbuf/vunmapbuf decls | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | add _MACHINE & _MACHINE_ARCH | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | Reran makesyscalls.sh for addition of Linux dummy mount/umount() syscalls. | etheisen | |
Fixed OpenBSD tag damage during previous checkin. | |||
1996-04-28 | Added dummy mount/umount() syscalls for bogus Linux applications that | etheisen | |
blindly call mount(). These dummy calls always return EPERM. Fixed uncommented NetBSD tag problem encountered when using makesyscalls.sh. | |||
1996-04-28 | Integrate new version of devlist2h.awk from NetBSD 1/22/96; regenerate | Thorsten Lockert | |
PCI device lists to compiles with PCI_VERBOSE works again | |||
1996-04-28 | Make this compile; was missing new first argument | Thorsten Lockert | |
1996-04-28 | Fix compation error in bootst.c (mvme68k/stand) | Dale S. Rahn | |
This was a result of code not being fully removed that was used with a different version of bootloader/kernel. A now useless check has been removed. -dsr | |||
1996-04-28 | First argument to profil(2) should be `char *', not `caddr_t'. | Thorsten Lockert | |
1996-04-27 | Extend the bus.h interface with endian conversion functions and use | Niklas Hallqvist | |
where relevant. | |||
1996-04-27 | Extend the bus.h interface with endian conversion functions and use | Niklas Hallqvist | |
where relevant. | |||
1996-04-27 | Fix typos (some s/bc/sc->sc_bc/ ops) | Niklas Hallqvist | |
1996-04-27 | mkmodules.1 no longer exist; don't try to build it | Thorsten Lockert | |
1996-04-27 | Integrate local changes to CVS | Thorsten Lockert | |
1996-04-27 | Some files missed by initial import | Thorsten Lockert | |
1996-04-27 | Latest public release from Cyclic; fixes numerous memory leaks and have | Thorsten Lockert | |
some performance improvements | |||
1996-04-27 | Bring forward the Amiga ISA support, and resolve a conflict with if_ed | Niklas Hallqvist | |
1996-04-27 | Add IPX support (#ifdef'ed, so no problems would arise). | Michael Shalayeff | |
1996-04-26 | Fix the code, so it compiles now. | Michael Shalayeff | |
1996-04-25 | Did some s/NetBSD/OpenBSD/, s/netbsd/bsd/ and $OpenBSD$ additions. | Niklas Hallqvist | |
However this stuff is largely related to NetBSD and must be completely redone, if we will make real relases sometime | |||
1996-04-25 | permit quotas to work on mfs; problem reported by rdante@pnet.net | Theo de Raadt | |
1996-04-25 | Regenerated from new syscalls.master | Niklas Hallqvist | |
1996-04-25 | Add COMPAT_SVR4_NCR support for making the SVR4 emulation behave as | Niklas Hallqvist | |
NCR SVR4, currently this means that syscall#76 (rdebug) should return ENXIO instead of issueing a SIGSYS. Also removed svr4_conf.h no longer used. |