summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1996-09-27Prototype db_delete_line().briggs
1996-09-27Format type fix (%d -> %ld) in debugging/DDB printf.briggs
1996-09-27update up to the current bootpd.Michael Shalayeff
1996-09-27use nfs/{nfsv2.h,rpcv2.h} instead.Michael Shalayeff
1996-09-27cleanup tags and Ids.Michael Shalayeff
1996-09-27Boy do I feel like a fool. I added a bugfix to Theos' changes, and thenbitblt
1996-09-26Do not override sectors, track & secpercyl values set by the driver, itNiklas Hallqvist
1996-09-26Fix alignment for mips & other strict architectures, mostly used lance stuff.Niklas Hallqvist
1996-09-26It should be possible to trace init if securelevel is at 0, single-user mode,bitblt
1996-09-26fault in a ptp in one nasty situation. not fool proof, but helps some cases. ...Theo de Raadt
1996-09-26still handle OLD_PIPE caseTheo de Raadt
1996-09-26tossed the frigging mitsumiTheo de Raadt
1996-09-25Not a good idea. Revert to r1.5 + changesPer Fogelstrom
1996-09-25Alignment fix, another aproach as the previous broke bpf..Per Fogelstrom
1996-09-25prefer DOSPTYP_386BSD MBR partition; from tholoTheo de Raadt
1996-09-25shrink an error messageTheo de Raadt
1996-09-25Drop unused variableNiklas Hallqvist
1996-09-25u_int*_t typesTheo de Raadt
1996-09-25Drop unused variableNiklas Hallqvist
1996-09-25prefer a DOSPTYP_OPENBSD MBR partition, but accept one of DOSPTYP_386BSD.Theo de Raadt
1996-09-25OLD_PIPE for now; till NBPG botch is fixed in freebsd sys_pipe.cTheo de Raadt
1996-09-24Make prettyNiklas Hallqvist
1996-09-24Use wd on config line. Uncomment btl driver. Add second IDE interface.Niklas Hallqvist
1996-09-24add majors for wd & acdNiklas Hallqvist
1996-09-24Kernel links now with in tree ld. Needs a ld script though. This script mayPer Fogelstrom
1996-09-24Excess load.Per Fogelstrom
1996-09-24Some problems with Pica systems and noncontigous memory config fixed.Per Fogelstrom
1996-09-24add DOSPTYP_OPENBSD, like i386 portTheo de Raadt
1996-09-24DOSPTYP_OPENBSD = 0xa6 (everything i checked says this is available)Theo de Raadt
1996-09-24do not delay excessively on pcmcia; from peterTheo de Raadt
1996-09-24RAW_PART = 2, ie. sd0c, now -- make sure your c partitions are your whole diskTheo de Raadt
1996-09-24no mknod in chrootTheo de Raadt
1996-09-24unescapeable chroot; thanks to nirva and asriel for helpingTheo de Raadt
1996-09-23adjust number of types, since we've got 16 partitions in disklabel now.Michael Shalayeff
1996-09-23propagte FD{UNIT,PART} definitions.Michael Shalayeff
1996-09-23use printf() from libsa, move remainder to the related drivers.Michael Shalayeff
1996-09-23use <dev/ic/mc6845.h>. add tag.Michael Shalayeff
1996-09-23use <dev/ic/mc6845.h> for CRTC registers definitions.Michael Shalayeff
1996-09-23remove bit definition. only ports left.Michael Shalayeff
1996-09-23separate mc6845 definitions in dev/ic/mc6845.hMichael Shalayeff
1996-09-23add mc6845 CRTC chip registers and definitions.Michael Shalayeff
1996-09-23forgot the tag.Michael Shalayeff
1996-09-23use symbolic constatnt names.Michael Shalayeff
1996-09-23add OpenBSD tag.Michael Shalayeff
1996-09-23add <ctype.h> style macros.Michael Shalayeff
1996-09-23use ffs's docluster{read,write}.Michael Shalayeff
1996-09-23fix tuba after synbomb fixesTheo de Raadt
1996-09-22Fix unterminated constant complaintimp
1996-09-22unaligned support for outs()Per Fogelstrom
1996-09-22We run OpenBSDPer Fogelstrom