summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-12-30from netbsd: Add untested, partial support for Decsystem 5100 (mipsfair).Theo de Raadt
1995-12-30from netbsd:Theo de Raadt
Change MachEmulateBranch() to be able to read an insn from user space. Kernel-debugger breakpoints in user space, or FP insns that cause underflow in a delay slot, should now work properly. Single-stepping of arbitrary user processes, from user level, should be added.
1995-12-30from ragge: Create libkern as a .a instead of a .o fileTheo de Raadt
1995-12-30from netbsd:Theo de Raadt
Remove the process from zombproc and its parent's child list before freeing its resources.
1995-12-30from netbsd: use memcpy/memset for FD_COPY/FD_ZERO in userlandTheo de Raadt
1995-12-30from netbsd: move iobase around trickilyTheo de Raadt
1995-12-30from perry:Theo de Raadt
fixed my own pr 1758 -- the floppy drive motor was not being turned off at halt time, especially if a floppy was mounted. Added a shutdown hook to turn off the motor. Per a request by mycroft, the cookie from the hook is saved in a new member I added to the fd_softc structure.
1995-12-30from netbsd: mangle some commentsTheo de Raadt
1995-12-30from netbsd:Theo de Raadt
fix initialization (pr#1853) from Ignatios Souvatzis add support for GRFIOCBLANK (pr#1810) from Ignatios Souvatzis rename grf_ul.gsp
1995-12-30from netbsd: make changes from pr#1824 from Ignatios SouvatzisTheo de Raadt
1995-12-30from netbsd: remove uneeded routines (pr#1837) from Bernd ErnestiTheo de Raadt
1995-12-30from netbsd: fixup the table (pr#980) from Ignatios SouvatzisTheo de Raadt
1995-12-30from netbsd: remove -fno-builtin (pr#1727) from Bernd ErnestiTheo de Raadt
1995-12-30from netbsd: add vnd (pr#1744) from Robert LelandTheo de Raadt
1995-12-30from netbsd: fix for newer boards (pr#1829) from Matthias SchelerTheo de Raadt
1995-12-30from netbsd: removed :errfix; const qualifier makes it unnecessaryTheo de Raadt
1995-12-30"advise" is a verb, "advice" is a noun; from seebs@taniemarie.solon.com;Theo de Raadt
netbsd pr#1846
1995-12-30from netbsd: Fixed %u to expand to a single digitTheo de Raadt
1995-12-30from netbsd: Removed unused CALL macroTheo de Raadt
1995-12-30from netbsd: Use <machine/asm.h> instead of DEFS.hTheo de Raadt
1995-12-30from netbsd:Theo de Raadt
Remove #include "SYS.h"; it is not needed (by normal assembly functions)
1995-12-30from netbsd:Theo de Raadt
Simplify update of r_addend field in relocation record if `-r' is on. The old quirky code did strange things.
1995-12-30abort() and exit() need __dead tags in stdlib.h; mike.long@analog.com;Theo de Raadt
netbsd pr#1845
1995-12-30from netbsd; fix option and add info on disable sync. fixes pr#1802Theo de Raadt
1995-12-30from netbsd:Theo de Raadt
Remove entries for gcc-2.6.4, now NetBSD/pmax uses gcc 2.7.2 from the NetBSD source tree.
1995-12-29Use correct file name for the client keyThorsten Lockert
1995-12-29Write generated key in current directoryThorsten Lockert
1995-12-28from netbsd; ppp code no longer needs to recalculate intr masks on the i386Theo de Raadt
1995-12-28Leave DTR down for one second on exit so modem may catch the DTR to falsehannken
transition. (from hannken@eis.cs.tu-bs.de)
1995-12-28Bring a few limits back into reason. Old values excessive.briggs
1995-12-27from netbsd:Theo de Raadt
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-12-27from netbsd; Avoid extra byte-swapping in average casesTheo de Raadt
1995-12-27from netbsd:Theo de Raadt
Remove old comment regarding trailers. Fix a diagnostic message. Make some variables use fixed-size types. Initialize if_output in fddi_ifattach().
1995-12-27miscellanous if_arcsubr.c cleanup and optimizations; from ↵Theo de Raadt
is@beverly.rhein.de; netbsd pr#1825
1995-12-27use splnet instead of splimpTheo de Raadt
1995-12-27from netbsd:Theo de Raadt
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-12-27use splnet instead of splimpTheo de Raadt
1995-12-27from netbsd:Theo de Raadt
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-12-27from netbsd:Theo de Raadt
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
1995-12-27from leo:Theo de Raadt
Remove an unwanted interference between the 2 channels. Allocate the ringbuffer on a channel's first open.
1995-12-27from netbsd; Fix possible integer overflow when allocating PT mapTheo de Raadt
1995-12-27from leo; use doshutdownhooks()Theo de Raadt
1995-12-27from netbsd:Theo de Raadt
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
1995-12-27from netbsd:Theo de Raadt
Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-12-27from netbsd:Theo de Raadt
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
1995-12-27from netbsd:Theo de Raadt
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers.
1995-12-27from netbsd; merge latest Thomas version with our minimal changesTheo de Raadt
1995-12-27from netbsd; add some castsTheo de Raadt
1995-12-27If mountd is unable to export a filesystem due to a hostname being invalidDavid Krause
or specified on two (conflicting) lines it now logs the offending hostname
1995-12-27Support LDSTATIC and BINDIRNiklas Hallqvist