Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-09-02 | ZAP GENERIC! | Per Fogelstrom | |
1996-09-02 | cua support | Theo de Raadt | |
1996-09-02 | shmdt when no mapping is ok, found by christos | Theo de Raadt | |
1996-09-02 | loop till quit | Theo de Raadt | |
1996-09-02 | pnp, mcd off | Theo de Raadt | |
1996-09-02 | Rename nextpid to lastpid; make it a global with type pid_t | Thorsten Lockert | |
1996-09-01 | initial commit of split fdc/fd drivers | Jason Downs | |
1996-09-01 | initial commit of split fdc/fd drivers | Jason Downs | |
1996-09-01 | initial commit of split fdc/fd drivers | Jason Downs | |
1996-09-01 | distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.fr | Theo de Raadt | |
1996-09-01 | I like to be able to KTRACE sometimes. | briggs | |
1996-09-01 | From scottr@netbsd.org: | briggs | |
After servicing an interrupt, check to see that there's not another one pending before we clear the interrupt flag. This avoids a condition where the line appears to go catatonic (which is particularly easily triggered by pppd). From Bill Studenmund <wrstuden@loki.stanford.edu>. XXX - we should probably log this if it gets excessive. | |||
1996-09-01 | change keymap_t to pccons_keymap_t in pccons | Theo de Raadt | |
1996-09-01 | untimeout & density handling; from rcjvdb@urc.tue.nl... this patch is from ↵ | Theo de Raadt | |
january 2 1995 | |||
1996-09-01 | change keymap_t to pccons_keymap_t in pccons | Theo de Raadt | |
1996-08-31 | clean for kernel and userland | Theo de Raadt | |
1996-08-31 | duh | Theo de Raadt | |
1996-08-31 | Support for c720. Now requires "ARCH xxx" statement. No default (error prone). | Per Fogelstrom | |
1996-08-31 | Cleanup exec | Per Fogelstrom | |
1996-08-31 | Cleanup exec | Per Fogelstrom | |
1996-08-31 | Some more data in package | Per Fogelstrom | |
1996-08-31 | Small addition | Per Fogelstrom | |
1996-08-31 | disable TCP_COMPAT_42 | Theo de Raadt | |
1996-08-31 | disable TCP_COMPAT_42 | Theo de Raadt | |
1996-08-31 | disable TCP_COMPAT_42 by default | Theo de Raadt | |
1996-08-30 | We're not ready for this, yet. | briggs | |
1996-08-30 | The pica tree is now obsolete and removed. Use arch/arc. | Per Fogelstrom | |
1996-08-30 | -Wall fix | Theo de Raadt | |
1996-08-30 | rnd, not random | Theo de Raadt | |
1996-08-30 | Add an IBM quirk. | Jason Downs | |
1996-08-29 | Add `flags' specification to floppy devices. | Jason Downs | |
1996-08-29 | lkm ddb symbol table loading. done during the middle ages by jtkohl, merged | Theo de Raadt | |
to modern day sources by rees@umich.edu | |||
1996-08-29 | Newer, better, register/device defines from FreeBSD. | Jason Downs | |
1996-08-29 | turn ast0 on; show where ast1 lands | Theo de Raadt | |
1996-08-29 | sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.c | Theo de Raadt | |
1996-08-29 | rnd -> random | Theo de Raadt | |
1996-08-29 | rnd -> random | Theo de Raadt | |
1996-08-29 | random | Theo de Raadt | |
1996-08-29 | random | Theo de Raadt | |
1996-08-28 | kill keyboard randomness; it causes random problems | Theo de Raadt | |
1996-08-27 | New fast pipe(2) from freebsd without fancy vm stuff. | shawn | |
The old pipes can be used with the "OLD_PIPE" config option. | |||
1996-08-27 | Add: | Jason Downs | |
* GPL_MATH_EMULATE: fpemul * ALWAYS_MATH_EMULATE: causes npx probe to always fail. * better fp context in struct pcb. | |||
1996-08-27 | Everyone, say hello to a real floating point emulator! | Jason Downs | |
The fpemul written for Linux by W. Metzenthen: ported to NetBSD and then to FreeBSD, and now back to OpenBSD. | |||
1996-08-27 | curses! "you should call keypad()" is dumb | Theo de Raadt | |
1996-08-27 | do not lose in 2 cases; from graichen | Theo de Raadt | |
1996-08-26 | Changes and bugfixes in memory handling system. | Per Fogelstrom | |
Sysmap too small. Alloc map page failure. Support for discontigous memory. Needs testing. Name changes. "Mach" removal. Kernel memory size increased. | |||
1996-08-26 | Allow for 16 partition disklabels, hepp! | Per Fogelstrom | |
1996-08-26 | Cleanup... | Per Fogelstrom | |
1996-08-26 | Have one asm.h regardless of endian. | Per Fogelstrom | |
Ooops, adding tehst strings in the .text segment requires .align before function starts... | |||
1996-08-26 | Move kernel start from 0x80080000 to 0x80100000 | Per Fogelstrom | |