Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-30 | clean & sync | Theo de Raadt | |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-05-26 | force NKPDE to 31 on all machines until a better fix is available | Theo de Raadt | |
1996-05-25 | sync | Theo de Raadt | |
1996-05-10 | proto fillw | Theo de Raadt | |
1996-05-10 | decl joystick | Theo de Raadt | |
1996-05-09 | allow config file to override NKPDE (yuck) | Theo de Raadt | |
1996-05-07 | you cannot use u_intXX_t everywhere | Theo de Raadt | |
1996-05-07 | sync with 0504; prototype changes | Theo de Raadt | |
1996-05-02 | Remove BIOSSEG. | Theo de Raadt | |
Don't mess with the flags when entering a software interrupt. Use IF, not VIF. NOTE: These changes break dosemu, but are required for proper emulation. | |||
1996-04-29 | Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]). | |||
1996-04-27 | Extend the bus.h interface with endian conversion functions and use | Niklas Hallqvist | |
where relevant. | |||
1996-04-22 | add ioctls to change keymap encoding, screen saver and partial latin1 output | hannken | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1996-04-17 | Cleanups & fixes from latest NetBSD primarily to run doscmd, etc. | Michael Shalayeff | |
GENERIC added to the compile/.cvsignore (it is used for 'make links' for example), thus conf/GENERIC should appear magically ... | |||
1996-03-24 | Prefix usage of "long long" with a "/* LONGLONG */" comment to shut up | Thorsten Lockert | |
lint(1) about it | |||
1996-03-24 | Use __asm in place of asm | Thorsten Lockert | |
1996-03-24 | Provide empty __warn_references() when we are not running GCC | Thorsten Lockert | |
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1996-02-28 | From NetBSD: | Michael Shalayeff | |
pmap_page_index return type must be int, not u_int. | |||
1996-02-25 | Allow use of Pentium cycle counter for high-precision time keeping; | Thorsten Lockert | |
from FreeBSD | |||
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert | |
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) | |||
1996-01-16 | add the freebsd joystick driver; converted by matthieu@abel.laas.fr; | Theo de Raadt | |
netbsd pr#1916 | |||
1996-01-11 | from netbsd; VM86 support, by John Kohl, touched up a bit by charles | Theo de Raadt | |
1996-01-08 | from netbsd; Hand-code softintr() | Theo de Raadt | |
1996-01-08 | from netbsd: | Theo de Raadt | |
Deal with GCC's dead code elimination being suboptimal. Modify splraise() to allow better optimization. Make cpl, ipending, and astpending volatile. Make sure interrupts are disabled before jumping to a resume point, to prevent races. Make FPU faults use INTRFASTEXIT, and remove INTREXIT. Build the frame for recursive interrupts manually, and make sure to disable interrupts to avoid races. VS: ---------------------------------------------------------------------- | |||
1995-12-30 | from netbsd: support more gcc versions | Theo de Raadt | |
1995-12-26 | from netbsd; Enable paging of the user area | Theo de Raadt | |
1995-12-21 | from netbsd; use U suffix to gaurantee unsignedness | Theo de Raadt | |
1995-12-21 | from netbsd; use __attribute__((packed)) if it is available | Theo de Raadt | |
1995-12-21 | from netbsd: | Theo de Raadt | |
Use explicit integer sizes. Adjust constraints for GCC 2.7.2. parts by niklas | |||
1995-11-13 | varargs.h needs ... in va_dcl for gcc >= 2; from arnej@imf.unit.no; netbsd ↵ | Theo de Raadt | |
pr#1695 | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |