Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-19 | Changes for mips. | Per Fogelstrom | |
1996-05-19 | New version of crt0 scrt0 gcrt0 to support ELF shared libs. | Per Fogelstrom | |
It is very likely that this code will be replaced later. :-) | |||
1996-05-18 | poll() as a system call | Theo de Raadt | |
1996-05-17 | Addition of elf support. | Per Fogelstrom | |
1996-05-16 | Changes to support elf shared librarys | Per Fogelstrom | |
1996-05-10 | sync with netbsd | Theo de Raadt | |
1996-05-10 | torek fix to close old descriptor silently | Theo de Raadt | |
1996-05-10 | sun3 uses new libkvm | Theo de Raadt | |
1996-05-08 | install rfork man page | Theo de Raadt | |
1996-05-07 | db release 1.85 | Theo de Raadt | |
1996-05-07 | correct bpf types | Theo de Raadt | |
1996-05-06 | hard-code the include installation path (mostly for speed) | Theo de Raadt | |
1996-05-06 | fix typos; netbsd pr#2376; from beal@umiacs.UMD.EDU | Theo de Raadt | |
1996-05-05 | sync with 0430 | Theo de Raadt | |
1996-05-04 | use "unsigned int" instead of "u_int" so that _POSIX_SOURCE works. | Theo de Raadt | |
netbsd pr#2164; from seebs@taniemarie.solon.com | |||
1996-05-04 | mention sysctl(2) and setrlimit(2); netbsd pr#2152; from ↵ | Theo de Raadt | |
davide@PIPER.NECTAR.CS.CMU.EDU | |||
1996-05-04 | clear xports after allocating it; netbsd pr#2194; from ragge@my28.sm.luth.se | Theo de Raadt | |
1996-05-04 | document largest possible value; netbsd pr#2338; from ↵ | Theo de Raadt | |
banshee@gabriella.resort.com | |||
1996-05-04 | beforeinstall -> includes | Theo de Raadt | |
1996-05-04 | commented out includes install renamed | 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-04-29 | Initial libc ELF support. Currently only elf_hash() is implemented. | etheisen | |
1996-04-25 | NIS+ in YP compatibility mode does not support a working yp_order(). amd | Theo de Raadt | |
wants one so it can flush it's cache intelligently. Here's a working compromise... solution worked out by matthieu@laas.fr and I. | |||
1996-04-24 | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure | Theo de Raadt | |
accesses to match. change xdr_domainname() and some other functions to take "char **" instead of "char *", as rpcgen intended -- helps programs linking against rpcgen output of yp.x. yp_all() should not free it's return value. split xdryp.c and yplib.c into ~20 files so binaries like "csh" need not link in functions like yp_maplist(). NIS+'s YP emulation code lacks YPPROC_ORDER... attempt to deal nicely. | |||
1996-04-23 | do not assume "." exists -- it might have gotten unlink()'ed -- we | Theo de Raadt | |
don't want closedir() to SIGSEGV. as well, sample code in man pages should be very robust and not hint that closedir() might survive being passed opendir()'s failure code. | |||
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1996-04-17 | kerberos nfs requires an additional include | Theo de Raadt | |
1996-03-30 | Substantially improve random number generation by using the largest prime | Thorsten Lockert | |
that fits inside 32 bits as the denominator; take care not to overflow. Regenerate initial seed after replacing the generator | |||
1996-03-25 | Add support for building lint(1) library | Thorsten Lockert | |
1996-03-25 | Make a proper lvalue in INC | Thorsten Lockert | |
1996-03-25 | Add const qualifier to match prototype | Thorsten Lockert | |
1996-03-25 | Protect use of long long with /* LONGLONG */ | Thorsten Lockert | |
1996-03-25 | Use __asm, not asm | Thorsten Lockert | |
1996-03-25 | Prototype __syscall() correctly | Thorsten Lockert | |
1996-03-25 | Cannot do operations on a void pointer | Thorsten Lockert | |
1996-03-25 | Update prototypes to match declarations | Thorsten Lockert | |
Remove unused variables Install all man-page links | |||
1996-03-25 | Add prototypes for internal functions | Thorsten Lockert | |
Change inline to __inline | |||
1996-03-25 | Protect internal mcount symbol from lint(1) | Thorsten Lockert | |
Use __asm, not asm |