summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1996-05-04use "unsigned int" instead of "u_int" so that _POSIX_SOURCE works.Theo de Raadt
1996-05-04mention sysctl(2) and setrlimit(2); netbsd pr#2152; from davide@PIPER.NECTAR....Theo de Raadt
1996-05-04clear xports after allocating it; netbsd pr#2194; from ragge@my28.sm.luth.seTheo de Raadt
1996-05-04document largest possible value; netbsd pr#2338; from banshee@gabriella.resor...Theo de Raadt
1996-05-04beforeinstall -> includesTheo de Raadt
1996-05-04commented out includes install renamedTheo de Raadt
1996-05-01switch on _KERNEL to load proper include fileTheo de Raadt
1996-05-01from netbsd:Theo de Raadt
1996-05-01from netbsd: #define _verr* to verr*, to make these use prototypesTheo de Raadt
1996-05-01from cgd; fix a couple of typesetting and grammatical errors in GLOB_BRACE de...Theo de Raadt
1996-05-01vis.3 man page misuses the word comprise; netbsd pr#2345; from seebs@taniemar...Theo de Raadt
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-04-29Initial libc ELF support. Currently only elf_hash() is implemented.etheisen
1996-04-25NIS+ in YP compatibility mode does not support a working yp_order(). amdTheo de Raadt
1996-04-24yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structureTheo de Raadt
1996-04-23do not assume "." exists -- it might have gotten unlink()'ed -- weTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1996-04-17kerberos nfs requires an additional includeTheo de Raadt
1996-03-30Substantially improve random number generation by using the largest primeThorsten Lockert
1996-03-25Add support for building lint(1) libraryThorsten Lockert
1996-03-25Make a proper lvalue in INCThorsten Lockert
1996-03-25Add const qualifier to match prototypeThorsten Lockert
1996-03-25Protect use of long long with /* LONGLONG */Thorsten Lockert
1996-03-25Use __asm, not asmThorsten Lockert
1996-03-25Prototype __syscall() correctlyThorsten Lockert
1996-03-25Cannot do operations on a void pointerThorsten Lockert
1996-03-25Update prototypes to match declarationsThorsten Lockert
1996-03-25Add prototypes for internal functionsThorsten Lockert
1996-03-25Protect internal mcount symbol from lint(1)Thorsten Lockert
1996-03-25Pull in prototypesThorsten Lockert
1996-03-25Pull in more prototypesThorsten Lockert
1996-03-25Pull prototypes into scopeThorsten Lockert
1996-03-25Prototype internal functionsThorsten Lockert
1996-03-25Cast negative args to their unsigned typeThorsten Lockert
1996-03-25Use correct prototype in the presense of __STDC__Thorsten Lockert
1996-03-25Add prototypes for internal functionsThorsten Lockert
1996-03-25Minor cleanupThorsten Lockert
1996-03-25Add prototypes for local functions, add const qualifiers where neededThorsten Lockert
1996-03-25Somewhat better support for building lint libraryThorsten Lockert
1996-03-23Use __inline, not inlineThorsten Lockert
1996-03-22sethostid() is documented and has historically returned int, not longThorsten Lockert
1996-03-19Fix RCS Id botch in last changeNiklas Hallqvist
1996-03-19Fix RCS Id botch in last changeNiklas Hallqvist