Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-01 | save some bytes of disk | Theo de Raadt | |
1996-05-01 | realinstall -> includes | Theo de Raadt | |
1996-05-01 | from netbsd: Add kvm_dump* prototypes | Theo de Raadt | |
1996-05-01 | from netbsd; Added private functions | Theo de Raadt | |
1996-05-01 | typo in __STRICT_ANSI__ | Theo de Raadt | |
1996-05-01 | switch on _KERNEL to load proper include file | Theo de Raadt | |
1996-05-01 | from netbsd: | Theo de Raadt | |
- grab prototypes from netgroup.h - added _ng_print, netgroup pretty printing function | |||
1996-05-01 | from netbsd: #define _verr* to verr*, to make these use prototypes | Theo de Raadt | |
correctly and compile in the "no indr_references" case. | |||
1996-05-01 | from cgd; fix a couple of typesetting and grammatical errors in GLOB_BRACE ↵ | Theo de Raadt | |
description | |||
1996-05-01 | vis.3 man page misuses the word comprise; netbsd pr#2345; from ↵ | Theo de Raadt | |
seebs@taniemarie.solon.com | |||
1996-05-01 | sync with netbsd | Theo de Raadt | |
1996-05-01 | use strcat.S instead of strcat.c | Theo de Raadt | |
1996-05-01 | arm32 libc support | Theo de Raadt | |
1996-05-01 | bump minor because of futimes | Theo de Raadt | |
1996-05-01 | add futimes | Theo de Raadt | |
1996-05-01 | from netbsd; Document EMFILE and ENFILE | Theo de Raadt | |
1996-05-01 | do not proto __syscall or you will experience excruciating pain | Theo de Raadt | |
1996-05-01 | from netbsd; Document futimes() | Theo de Raadt | |
1996-05-01 | we need SERVER_FLOWCONTROL enabled | Theo de Raadt | |
1996-05-01 | no longer need yp.no directory.. install into /var/yp directly | Theo de Raadt | |
1996-05-01 | we don't need ia_iosize setting, since no isa_attach_args | Michael Shalayeff | |
stuff passed. | |||
1996-04-30 | add IPX support. | Michael Shalayeff | |
from now IPX fully attached to the system, but only for i386. other platforms need the same additions. | |||
1996-04-30 | Tidy up a bit... | hvozda | |
1996-04-30 | OpenBSD not NetBSD. Also, fixed cvs OpenBSD tag. | etheisen | |
1996-04-29 | Hmmm, guess we really do need that #endif :-) | hvozda | |
1996-04-29 | Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]). | |||
1996-04-29 | Pull in John Kohl's most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen). | |||
1996-04-29 | Pull in John Kohl's most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen). | |||
1996-04-29 | Pull in John Kohl's most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen). | |||
1996-04-29 | fix last fix that was unfix for the before previous fix. | Michael Shalayeff | |
that is, redundant ). | |||
1996-04-29 | Split the MD part into different tables. | Michael Shalayeff | |
Add KOI8 russian encoding. | |||
1996-04-29 | Rewrite a bit w/ a new flavour of behaviour understanding. | Michael Shalayeff | |
Disable debug code by default. | |||
1996-04-29 | yp depends on /var/yp/bindings, not only /var/yp | Theo de Raadt | |
1996-04-29 | intuit whether ypbind, ypserv, and rpc.yppasswdd should run | Theo de Raadt | |
1996-04-29 | From NetBSD: | Niklas Hallqvist | |
Re-enable weak alias and sysv pragma support that was lost when we upgraded to gcc-2.7. These changes have been submitted to the gcc maintainers. With luck, we won't have this problem again... | |||
1996-04-29 | Initial libc ELF support. Currently only elf_hash() is implemented. | etheisen | |
1996-04-29 | fix the wrong changes, so the bcasts will work now ;) | Michael Shalayeff | |
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 | |