Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-10 | Kill COMPAT_NOLABEL. It is not appropiate in the modern world. | Jason Downs | |
1997-02-10 | Support 16 partitions. | Jason Downs | |
1997-02-09 | shadowed variable caused si_addr to be incorrect | Theo de Raadt | |
1997-02-09 | Use the instruction pointer from the trapframe many places CR2 does not | Thorsten Lockert | |
hold valid data. | |||
1997-02-08 | Provide more information on FP exceptions | Thorsten Lockert | |
1997-02-08 | Give correct signal information on integer overflow | Thorsten Lockert | |
1997-02-08 | BIOS does not report >64M memory | Thorsten Lockert | |
1997-02-08 | Add definitions for the exception bits in the status word | Thorsten Lockert | |
1997-02-08 | add _kernel_text | Theo de Raadt | |
1997-02-08 | need arc4random proto | Theo de Raadt | |
1997-02-08 | cvs.openbsd.org now has 17GB of disk... | Theo de Raadt | |
1997-02-07 | s/DEBUG/DEBUG_ZLIB/g | Michael Shalayeff | |
1997-02-07 | quote [AC]FLAGS and others... | Michael Shalayeff | |
1997-02-07 | define kernel_text, just like other ports. | Michael Shalayeff | |
1997-02-07 | i hate militarists, pacifists either. | Michael Shalayeff | |
1997-02-07 | Set up intrframe correctly for FPU exceptions again | Thorsten Lockert | |
1997-02-07 | Untested changes SUCK | Theo de Raadt | |
1997-02-07 | machdep_start, not muchdep_exec | Michael Shalayeff | |
1997-02-07 | wrong private name | Michael Shalayeff | |
1997-02-07 | necessary support for kernfs. | Michael Shalayeff | |
1997-02-07 | Changed hdintr() to hdinterupt() so it won't interfere | dima | |
with HDLC stuff we have. | |||
1997-02-07 | add -Wno-uninitialized | kstailey | |
1997-02-07 | add IPFILTER | kstailey | |
1997-02-07 | add IPFILTER | kstailey | |
1997-02-06 | Add zlib support for booting gzipped kernels. | Dale S. Rahn | |
Clean up to allow this to happen. | |||
1997-02-06 | * remove reference to non-existant fat.c. | Jason Downs | |
* make cread.c work with libz again. | |||
1997-02-06 | adjustments to SA_SIGINFO | kstailey | |
1997-02-06 | support for BUFCACHEPERCENT | kstailey | |
1997-02-06 | -Wall printf format correction | Michael Shalayeff | |
1997-02-06 | need a frame.h; empty for now; PR#74, gwen@rtmx.com | Theo de Raadt | |
1997-02-06 | Import of WGRISC port. (Willowglen R3081 board) | Per Fogelstrom | |
1997-02-06 | print 0x for %p | Michael Shalayeff | |
1997-02-06 | better heuristic for %p: | Michael Shalayeff | |
assume l for x only if sizeof(void *)==sizeof(u_long), else it's u_int (; | |||
1997-02-06 | remove net/zlib.c (use -lz now) | Michael Shalayeff | |
export NO_NET and SA_ZLIB to the Makefile (from Makefile.inc) add -p printf flag (tiny code) just for gcc -Wall import latest alloc.c from netbsd text data bss dec hex 400 8 0 408 198 | |||
1997-02-06 | terminate copyinstr, copyoutstr full name; Don.Lewis@tsc.tdk.com | Theo de Raadt | |
1997-02-06 | From theo: use VM_PROT_* types and pass address nicely | Niklas Hallqvist | |
1997-02-06 | Fixed some missing declarations and such. Still sth to fix for Theo :-) | Niklas Hallqvist | |
1997-02-06 | cdev for rd | Theo de Raadt | |
1997-02-06 | need -I for zlib.c | Michael Shalayeff | |
1997-02-06 | add strncmp | Michael Shalayeff | |
use net/zlib.c do not compile some files w/ NO_NET | |||
1997-02-06 | missed test compile ); | Michael Shalayeff | |
1997-02-06 | make it work w/ old allocator | Michael Shalayeff | |
no need for zmemcpy better use /sys/net/zlib.c, it's smaller and it's form kernel. | |||
1997-02-06 | PowerPC pieces for ramdisk (rd) changes this is adds majors, | Dale S. Rahn | |
rd_root pieces, config file to generate MINIROOT with rdroot and MAKEDEV changes as well as adding the rd device to known device types. | |||
1997-02-06 | Changes to ramdisk driver to support disklabels. Work done by Theo. | Dale S. Rahn | |
This will require changes for each machine type. changes to MAKEDEV, suggest treating rd like sd --- sd*|vnd*|ccd*|rd*) ... rd*) name=rd; blk=17; chr=17;; --- Make certain that majors and minors are correct conf.c add a entry in cdevsw for rd (previously was only in bdev) --- cdev_decl(rd); ... struct cdevsw cdevsw[] = { ... cdev_disk_init(NRD,rd), /* 17 ram disk driver*/ --- other changes to how rdconfig is called may be appropriate, it must now be configured using the "raw" parition typically 'c'. | |||
1997-02-06 | Add libz and make libsa aware of it. From NetBSD. | Jason Downs | |
1997-02-06 | Enable support for gzip'd kernels. | Jason Downs | |
1997-02-06 | Be more explicit about what we are. | Jason Downs | |
1997-02-06 | Use the font ROM size, instead of hard coding one. | Jason Downs | |
1997-02-05 | bring siginfo stuff for the pmax in sync with the arc and add | Thomas Graichen | |
BUFCACHEPERCENT for the pmax | |||
1997-02-05 | add CD9660 and MSDOSFS to PLUTO and SUMMER | Thomas Graichen | |