Age | Commit message (Collapse) | Author |
|
- Don't special-case conf.c
- Add sbc driver. (M.I. 5380 driver)
|
|
|
|
it will be painful to change them. (IMO)
Bring in from NetBSD:
Bitfields are usually implemented in natural bit order. Pointed
out by Masaru Oki <oki@yk.rim.or.jp> in NetBSD PR#2091.
|
|
|
|
|
|
- Filesystem prototype changes
- LOCORE -> _LOCORE
- Move disk-specific ioctls out of <sys/disklabel.h> and into <sys/dkio.h>.
<sys/dkio.h> is in turn included by <sys/ioctl.h>, much like how
<sys/filio.h> and <sys/sockio.h> are handled. This minimizes changes to
existing sources which use the disk ioctls.
Define DIOCLOCK which is used to lock and unlock the pack.
|
|
implementation on pc532
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
- Make a message more verbose for folks who try to boot in 24-bit mode.
|
|
- Make delay() match prototype.
- Be a bit more careful when setting up timer for calibrating delay().
- Clear interrupt before enabling in calibrate_delay()
(from John P. Wittkoski)
|
|
- scsi prototypes.
- Add SCSI scanner support by Kenneth Stailey and Joachim Koenig-Baltes,
hacked a but. Needs more work.
ss.c:
- Truncate to the window size in ssminphys(), not ssread().
- Missed some prototyping foo.
- Minor tweak; make sure window size is 0 on close.
- Change variable name to avoid GCC warning.
- Handle EOF a little differently.
|
|
- Implement DIOCLOCK and DIOCEJECT. DIOCEJECT is limited to removable
media. Fixes PR #1975.
- scsi prototypes
|
|
|
|
|
|
|
|
- Accept DIOCEJECT as a synonym for CDIOCEJECT. Implement DIOCLOCK
separately from CDIOCALLOW and CDIOCPREVENT, even though they perform
basically the same function (with a different interface XXX).
- scsi prototypes
|
|
- scsi prototypes
- remove #ifdef notdef made unnecessary by previous changes (PR#1597)
put in missing "if (error)" that caused tape IO to always fail.
(closes PR#2086)
- Minor change.
|
|
|
|
|
|
by the various fork types
|
|
|
|
|
|
|
|
|
|
|
|
pmap can be fixed
|
|
elminate gcc's use of P_tmpdir. P_tmpdir was defined in stdio.h and
includes order in gcc prevented overriding it.
|
|
|
|
|
|
Remove -lstdc++ until it exists. Don't forget to revert this back
when the new libg++ gets imported.
|
|
name mangling dependent code.
|
|
Sync with /sys/arch (i.e. NetBSD's, sooner or later we'll have our own
list here, I guess)
|
|
Removed "extern int errno"; Added #include <errno.h> if not already present.
|
|
|
|
Make grf units 2 and 3.
|
|
fix PR/1245. From Rolf Grossmann <grossman@kiss.informatik.tu-muenchen.de>
|
|
Add fd to all; stdin, stdout, and stderr to std
|
|
Fixed typo. Closes PR #2000. From Thorsten Frueauf <frueauf@ira.uka.de>
|
|
Fix PR/2070: Ksh style variable modifiers were broken in /bin/sh, from
enami tsugutomo
|
|
Changed so that COLUMNS environment variable will override the value
obtained via the TIOCGWINSIZ ioctl. This is required by POSIX.2, see
section 4.39.5.3.
|
|
fix bug where
child% suspend
parent% bg
parent% fg
Fg would not work anymore, it would say Suspended (tty input).
|
|
OPENBSD_NATIVE section. Please use this to overload manifest constants.
Added more files to CLEANFILES in Makefile.bsd-wrapper.
|
|
|
|
fix argument parsing for disk and tape boot
bootsd/boot.c
bugcrt/m68k/Makefile.inc
tape boot was broken completely
bootst/bootst.c
minor bug if bootloader was specific size (aout exec header is 0x20 not 0x30).
writvid/wrtvid.c
|