summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Collapse)Author
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-20Add new clock related types; from NetBSDThorsten Lockert
1997-04-20line#/column# changed at 2.7, not 2.9; grrTheo de Raadt
1997-04-12A horrific gruesome hack to remove a splat during obj@ buildsTheo de Raadt
1997-04-10machine@ is a horrible hack in obj@ space. ignore the error. fix laterTheo de Raadt
1997-04-06correct blocksize confusionTheo de Raadt
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
htonl and friends.
1997-04-02use FDPART(), limit drives to 2 to avoid dev_t problems; ↵Theo de Raadt
grr@shandakor.tharsis.com
1997-04-02warn about MAXPARTITIONS != 16, grr@shandakor.tharsis.comTheo de Raadt
1997-04-02add SVR4_T_* flags; might be wrong for sparcTheo de Raadt
1997-04-02clear correct structure, PR#144, grr@shandakor.tharsis.comTheo de Raadt
1997-04-01fix MAXPARTITIONS problems, PR#138, grr@shandakor.tharsis.comTheo de Raadt
1997-04-01svr4 siginfo; I cannot test thisTheo de Raadt
1997-03-31shrink; niklasTheo de Raadt
1997-03-26Add OpenBSD tag. Remove redundant test.Niklas Hallqvist
1997-03-26Use MKDEP instead of mkdep. Split STRIP into STRIP & STRIPFLAGS.Niklas Hallqvist
Use HOSTCC for genassym.
1997-03-21Make ddb variables longNiklas Hallqvist
1997-02-23constrain nbuf until we find a better fixTheo de Raadt
1997-02-05mv comment to proper placeTheo de Raadt
1997-02-04provide fpe fault addr; thanks for help from torek@bsdi.comTheo de Raadt
1997-02-04do not accidentally pass VM_PROT_WRITE|VM_PROT_READTheo de Raadt
1997-02-04an important commentTheo de Raadt
1997-02-04pass VM_PROT_READ/VM_PROT_WRITE as si_trapno for SIGSEGVTheo de Raadt
1997-02-04match SIGILL to ILL_COPROCTheo de Raadt
1997-02-03fix a fpe trapsignal to provide proper typeTheo de Raadt
1997-02-03More siginfo implementations (alpha and mips might even work)Theo de Raadt
move "siginfo_t *" to 2nd arg of signal handler as 1003.1b requires. I really wish I had 1003.1b documentation.
1997-02-03repair confusion over kv/uv addr for siginfo_t storageTheo de Raadt
1997-02-01trapsignal/sendsig type/sigval changesTheo de Raadt
1997-02-01Allow bufpages/nbuf larger than 1 (still max out at all buffersTheo de Raadt
be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The check is now done at the bufpages+nbuf calculations.
1997-01-27add another parameter to trapsignal() and sendsig() -- fault addr to beTheo de Raadt
delivered with in the siginfo information
1997-01-27match svr4 siginfo changesTheo de Raadt
1997-01-17don't update battery backed up clock if system time is wrong from beginkstailey
in ddb.
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-02COMPAT_{SUNOS,SVR4}Theo de Raadt
1997-01-02do not confuse readdisklabel callersTheo de Raadt
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-20constrain bufcache on sun4m tooTheo de Raadt
1996-12-14clamp kvm useageTheo de Raadt
1996-12-12MLINKTheo de Raadt
1996-12-12new makefile system, sun4/sun4c/sun4m a.out header hacking, some from netbsdTheo de Raadt
1996-12-11SUNXPART always; also one case of MAXPARTITIONS not being thereTheo de Raadt
1996-12-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1996-12-07fake the isofs label only if other probes failTheo de Raadt
1996-12-06repair max sectorsTheo de Raadt
1996-12-06duhTheo de Raadt
1996-12-05mirror isa fd driver in disklabel handlingTheo de Raadt
1996-12-05call iso_disklabelspoof() if neccessaryTheo de Raadt
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-11-23remrq -> remrunqueuekstailey
1996-11-23added const to second parameter of cfprint_t routineskstailey