summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-01use .S versionTheo de Raadt
1996-05-01copied from libcTheo de Raadt
1996-05-01no longer needed because gcc has been fixedTheo de Raadt
1996-05-01copyright added by mark at my suggestionTheo de Raadt
1996-05-01from netbsd; fix a printf format stringTheo de Raadt
1996-05-01new arm32 portTheo de Raadt
1996-05-01sync a bit w/ Net's solution to CERT-96.08.Michael Shalayeff
1996-05-01from ragge; Updated to work correctly, pointed out by Tom Ivar HelbekkmoTheo de Raadt
1996-05-01traverse for obj; pcmcia stuff is i386 only (for now)Theo de Raadt
1996-05-01from netbsd:Theo de Raadt
- Fixed core-dump when key has no netgroups - added -d flag for debugging. - moved external functions to netgroup.h
1996-05-01save some bytes of diskTheo de Raadt
1996-05-01realinstall -> includesTheo de Raadt
1996-05-01from netbsd: Add kvm_dump* prototypesTheo de Raadt
1996-05-01from netbsd; Added private functionsTheo de Raadt
1996-05-01typo in __STRICT_ANSI__Theo de Raadt
1996-05-01switch on _KERNEL to load proper include fileTheo de Raadt
1996-05-01from netbsd:Theo de Raadt
- grab prototypes from netgroup.h - added _ng_print, netgroup pretty printing function
1996-05-01from netbsd: #define _verr* to verr*, to make these use prototypesTheo de Raadt
correctly and compile in the "no indr_references" case.
1996-05-01from cgd; fix a couple of typesetting and grammatical errors in GLOB_BRACE ↵Theo de Raadt
description
1996-05-01vis.3 man page misuses the word comprise; netbsd pr#2345; from ↵Theo de Raadt
seebs@taniemarie.solon.com
1996-05-01sync with netbsdTheo de Raadt
1996-05-01use strcat.S instead of strcat.cTheo de Raadt
1996-05-01arm32 libc supportTheo de Raadt
1996-05-01bump minor because of futimesTheo de Raadt
1996-05-01add futimesTheo de Raadt
1996-05-01from netbsd; Document EMFILE and ENFILETheo de Raadt
1996-05-01do not proto __syscall or you will experience excruciating painTheo de Raadt
1996-05-01from netbsd; Document futimes()Theo de Raadt
1996-05-01we need SERVER_FLOWCONTROL enabledTheo de Raadt
1996-05-01no longer need yp.no directory.. install into /var/yp directlyTheo de Raadt
1996-05-01we don't need ia_iosize setting, since no isa_attach_argsMichael Shalayeff
stuff passed.
1996-04-30add IPX support.Michael Shalayeff
from now IPX fully attached to the system, but only for i386. other platforms need the same additions.
1996-04-30Tidy up a bit...hvozda
1996-04-30OpenBSD not NetBSD. Also, fixed cvs OpenBSD tag.etheisen
1996-04-29Hmmm, guess we really do need that #endif :-)hvozda
1996-04-29Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]).
1996-04-29Pull in John Kohl's most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen).
1996-04-29Pull in John Kohl's most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen).
1996-04-29Pull in John Kohl's most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen).
1996-04-29fix last fix that was unfix for the before previous fix.Michael Shalayeff
that is, redundant ).
1996-04-29Split the MD part into different tables.Michael Shalayeff
Add KOI8 russian encoding.
1996-04-29Rewrite a bit w/ a new flavour of behaviour understanding.Michael Shalayeff
Disable debug code by default.
1996-04-29yp depends on /var/yp/bindings, not only /var/ypTheo de Raadt
1996-04-29intuit whether ypbind, ypserv, and rpc.yppasswdd should runTheo de Raadt
1996-04-29From 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-29Initial libc ELF support. Currently only elf_hash() is implemented.etheisen
1996-04-29fix the wrong changes, so the bcasts will work now ;)Michael Shalayeff
1996-04-29Added section header type SHT_OPENBSD - value 0xffffffff, sectionetheisen
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-29add missed satosin().Michael Shalayeff
1996-04-29Revert last commit.Michael Shalayeff