summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-09-02ZAP GENERIC!Per Fogelstrom
1996-09-02cua supportTheo de Raadt
1996-09-02shmdt when no mapping is ok, found by christosTheo de Raadt
1996-09-02loop till quitTheo de Raadt
1996-09-02pnp, mcd offTheo de Raadt
1996-09-02Rename nextpid to lastpid; make it a global with type pid_tThorsten Lockert
1996-09-01initial commit of split fdc/fd driversJason Downs
1996-09-01initial commit of split fdc/fd driversJason Downs
1996-09-01initial commit of split fdc/fd driversJason Downs
1996-09-01distinguish between left/right shift keys for X; from Mathieu.Herrb@mipnet.frTheo de Raadt
1996-09-01I like to be able to KTRACE sometimes.briggs
1996-09-01From 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-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-09-01untimeout & density handling; from rcjvdb@urc.tue.nl... this patch is from ↵Theo de Raadt
january 2 1995
1996-09-01change keymap_t to pccons_keymap_t in pcconsTheo de Raadt
1996-08-31clean for kernel and userlandTheo de Raadt
1996-08-31duhTheo de Raadt
1996-08-31Support for c720. Now requires "ARCH xxx" statement. No default (error prone).Per Fogelstrom
1996-08-31Cleanup execPer Fogelstrom
1996-08-31Cleanup execPer Fogelstrom
1996-08-31Some more data in packagePer Fogelstrom
1996-08-31Small additionPer Fogelstrom
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-31disable TCP_COMPAT_42 by defaultTheo de Raadt
1996-08-30We're not ready for this, yet.briggs
1996-08-30The pica tree is now obsolete and removed. Use arch/arc.Per Fogelstrom
1996-08-30-Wall fixTheo de Raadt
1996-08-30rnd, not randomTheo de Raadt
1996-08-30Add an IBM quirk.Jason Downs
1996-08-29Add `flags' specification to floppy devices.Jason Downs
1996-08-29lkm ddb symbol table loading. done during the middle ages by jtkohl, mergedTheo de Raadt
to modern day sources by rees@umich.edu
1996-08-29Newer, better, register/device defines from FreeBSD.Jason Downs
1996-08-29turn ast0 on; show where ast1 landsTheo de Raadt
1996-08-29sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.cTheo de Raadt
1996-08-29rnd -> randomTheo de Raadt
1996-08-29rnd -> randomTheo de Raadt
1996-08-29randomTheo de Raadt
1996-08-29randomTheo de Raadt
1996-08-28kill keyboard randomness; it causes random problemsTheo de Raadt
1996-08-27New fast pipe(2) from freebsd without fancy vm stuff.shawn
The old pipes can be used with the "OLD_PIPE" config option.
1996-08-27Add:Jason Downs
* GPL_MATH_EMULATE: fpemul * ALWAYS_MATH_EMULATE: causes npx probe to always fail. * better fp context in struct pcb.
1996-08-27Everyone, 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-27curses! "you should call keypad()" is dumbTheo de Raadt
1996-08-27do not lose in 2 cases; from graichenTheo de Raadt
1996-08-26Changes 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-26Allow for 16 partition disklabels, hepp!Per Fogelstrom
1996-08-26Cleanup...Per Fogelstrom
1996-08-26Have one asm.h regardless of endian.Per Fogelstrom
Ooops, adding tehst strings in the .text segment requires .align before function starts...
1996-08-26Move kernel start from 0x80080000 to 0x80100000Per Fogelstrom