Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-01-31 | sync with netbsd | Theo de Raadt | |
1996-01-31 | from netbsd; cleanup | Theo de Raadt | |
1996-01-31 | from ragge; | Theo de Raadt | |
Make use of the new disk struct when attaching disks. Don't rely on UBA's; we do not always want them. | |||
1996-01-31 | from ragge; print cpu model | Theo de Raadt | |
1996-01-31 | from ragge; add bfd, tun, vnd | Theo de Raadt | |
1996-01-31 | from ragge; | Theo de Raadt | |
Handle DDB traps different when we get a panic. It's more interesting to know the CPU state when panic was called than in the Debugger() function. | |||
1996-01-31 | from ragge; | Theo de Raadt | |
fix bug causing kernel symbol not to be loaded; save all registers on panic() | |||
1996-01-31 | from ragge; | Theo de Raadt | |
save usp when trapping from userspace change register save structs according to this handle old init register passing convention | |||
1996-01-31 | from ragge; handle debugger traps from kernel | Theo de Raadt | |
1996-01-31 | from ragge; make ^] not be sent on return from ddb | Theo de Raadt | |
1996-01-31 | from ragge; rip i386 code | Theo de Raadt | |
1996-01-31 | from ragge; use struct pte * as needed | Theo de Raadt | |
1996-01-31 | from ragge; | Theo de Raadt | |
DDB disassembly is fixed and now works good. Code written and contributed to Ludd by Bertram Barth. | |||
1996-01-31 | sync with netbsd | Theo de Raadt | |
1996-01-31 | do not worry about mapdev retval | Theo de Raadt | |
1996-01-30 | Add extern declarations of new globals used by kernel PLL clock | Thorsten Lockert | |
1996-01-29 | Add kernel PLL for system clock | Thorsten Lockert | |
Add ntp_adjtime() and ntp_gettime() system calls Mostly stolen from FreeBSD | |||
1996-01-29 | from leo | Theo de Raadt | |
Special handling for 2 and 4 byte sized transfers. The makes accessing device registers work in a sane way. (gwr) | |||
1996-01-29 | from netbsd; move register layout stuff | Theo de Raadt | |
1996-01-29 | from leo: | Theo de Raadt | |
- Remove FPU defines, the FPU-type is no longer determined by the loader. - Add some forgotten CPU-types (Waldi Ravens). | |||
1996-01-29 | from netbsd: | Theo de Raadt | |
Don't rely on the protection bits of segments anymore to decide whether it's text or data; use the entry point instead (this solves some trouble with ELF executables with strange permissions) Incorporate some fixes from r_friedl@informatik.uni-kl.de sent to netbsd-bugs a while ago | |||
1996-01-29 | from netbsd; | Theo de Raadt | |
Instead of using '#ifdef atari' to handle the differences of Gemdosfs and Msdosfs, use a flag that can be set by mount_msdos. This is definitely more flexible. Fix error in previous change: don't use the local FS mount data before it's actually allocated. Pass mount arguments to msdosfs_mountfs instead, and use them (as in iso_mountfs for example). | |||
1996-01-29 | from netbsd: | Theo de Raadt | |
fix off-by-one error in tickfix code. (should increment when count >= interval, because count goes from 0->(interval-1) to count interval ticks.) | |||
1996-01-29 | Fix for delay(usec) for small usec. From Scott Reynolds <scottr@edsi.org>. | briggs | |
1996-01-29 | from netbsd; move sys_nerr/sys_errlist decls to errno.h | Theo de Raadt | |
1996-01-26 | Better config symantics (elimitates 'options PCMCIA_*'; thanks Theo). | hvozda | |
Also a example kernel demonstrating how to configure PCMCIA devices. | |||
1996-01-25 | IP filter 3.0.1 | dm | |
1996-01-25 | IP filter 3.0.1 | dm | |
1996-01-25 | Bring some fixes over from NetBSD. | briggs | |
1996-01-25 | include cpu.h. | briggs | |
1996-01-24 | Change &= to & in this case. gcc 2.7.2 vs. 2.4.5 difference? I hope not. | briggs | |
1996-01-23 | Removed extra brace. | hannken | |
1996-01-21 | Corrected typo when removing CCB's from the hash list. | hannken | |
1996-01-18 | update from netbsd | Theo de Raadt | |
1996-01-16 | Last of the glue and devices for for PCMCIA support from Stefan Grefen | hvozda | |
<grefen@convex.com> with modifications by John Kohl <jtk@kolvir.blrc.ma.us> | |||
1996-01-16 | add the freebsd joystick driver; converted by matthieu@abel.laas.fr; | Theo de Raadt | |
netbsd pr#1916 | |||
1996-01-16 | update from netbsd | Theo de Raadt | |
1996-01-16 | from netbsd: | Theo de Raadt | |
Honor cache request and add the SCSI tape device configuration page. Fixes PRs 807, 1201, and 1705. From John Kohl <jtk@kolvir.blrc.ma.us>. | |||
1996-01-16 | from netbsd; add doshutdownhooks() | Theo de Raadt | |
1996-01-16 | add ahe support | Theo de Raadt | |
1996-01-16 | sync with netbsd | Theo de Raadt | |
1996-01-16 | from netbsd: | Theo de Raadt | |
Use ${BINOWN} and ${BINGRP} per Arne H. Juul <arnej@ikke.idt.unit.no> in PR #705. Also, clean up some stuff left over from HP-BSD. | |||
1996-01-16 | from netbsd: | Theo de Raadt | |
The changes frpm Paul Goyette with respect to the driver trace require DBG_PID to be defined to an interger value....make it so. | |||
1996-01-15 | Don't feed ${DEBUG} to the assembler, it doesn't take those args | Niklas Hallqvist | |
anyway. | |||
1996-01-15 | Whoops! Need this file to make config happy... | hvozda | |
1996-01-15 | remove dup vm86 defn | Theo de Raadt | |
1996-01-15 | add aic7xxx driver | Theo de Raadt | |
1996-01-15 | Remove vnode_if.[ch] during a "make clean", per PR#536 from | Theo de Raadt | |
Dan Carosone <danielce@ee.mu.oz.au>. | |||
1996-01-15 | Updates from Kelly Campbell <camk@ksu.ksu.edu> for some ROM addresses. | briggs | |
1996-01-15 | define pcmciabus for PCMCIA support | hvozda | |