summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-09-031st part of pretty "machine diskinfo" stuffTobias Weingartner
1997-09-02change biosdinfo() to return fail value. use fake geo, where neededMichael Shalayeff
1997-09-02Pretty.Tobias Weingartner
1997-09-02Add "machine diskinfo" command. Needs work.Tobias Weingartner
1997-09-02strip on installMichael Shalayeff
1997-09-02correct spellingkstailey
1997-09-02dead varsMichael Shalayeff
1997-09-02completely disable network supportMichael Shalayeff
1997-09-02Xregs is DUMP_REGS -- dependableMichael Shalayeff
1997-09-02machine diskinfo command, toby is filling w/ meat at the momentMichael Shalayeff
1997-09-02debug last consistency ciMichael Shalayeff
1997-09-02machine(MD) command set supportMichael Shalayeff
1997-09-02don't use direct regnamesMichael Shalayeff
1997-09-02provide two separate interfaces for bios errors mappings:\n error->msg, ↵Michael Shalayeff
error->errno
1997-09-02s/apm_init/apm_check/ in apm_check() debug printfMichael Shalayeff
1997-09-02sync usage() to manMichael Shalayeff
1997-09-02delete extra \nTheo de Raadt
1997-09-02s/DEBUG/GIDT_DEBUG/Michael Shalayeff
1997-09-02tabs vs spacesMichael Shalayeff
1997-09-02whine about conv memoryMichael Shalayeff
1997-09-02New COMPAT_BSDOS framework. Needs a lot more work (syscalls missing,Jason Downs
syscall differences missing, machine dependant), but is still worth switching to because it offers /emul support and shows up as a `real' emulation.
1997-09-02New COMPAT_BSDOS syscalls.master.Jason Downs
1997-09-02Kill old COMPAT_BSDOS.Jason Downs
1997-09-02COMPAT_BSDOS exec and compat changes.Jason Downs
1997-09-02COMPAT_BSDOS changes to sys/compat/bsdos.Jason Downs
1997-09-02COMPAT_NOMID -> COMPAT_BSDOS, in preperation for a real emul library.Jason Downs
1997-09-02COMPAT_NOMID -> COMPAT_BSDOS, in preperation for a real emul library.Jason Downs
1997-09-02Remove COMPAT_NOMID, it should never have been here in the first place.Jason Downs
1997-09-02macro fix; mason@primenet.com.auTheo de Raadt
1997-09-01Correct a debug printoutNiklas Hallqvist
1997-09-01Thanks go to Jason Downs <downsj@openbsd.org> who virtually handed me thisTodd T. Fries
patch.
1997-08-31for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uidTheo de Raadt
and euid as well, then deliver them using new csignal() interface which ensures that pgid setting process is permitted to signal the pgid process(es). Thanks to newsham@aloha.net for extensive help and discussion.
1997-08-31consistencyMichael Shalayeff
1997-08-31* Make scsi_do_ioctl() sane again.Jason Downs
* Use scsi_do_ioctl() in cd.c and uk.c again.
1997-08-31consistancyMichael Shalayeff
1997-08-31mbuf leak repair; mycroft@netbsdTheo de Raadt
1997-08-30OpenBSD doesn't use EXEC_AOUT and EXEC_SCRIPT. -mojMats O Jansson
1997-08-30Since the previous one died...Mats O Jansson
Some code to get my MV3600 to work. -moj
1997-08-30Small changes to get a working MV3600 kernel. It's problems with memoryMats O Jansson
allocation in cpu_start. A work around is to define NBUF in the config file. -moj
1997-08-30repair all that gunkTheo de Raadt
1997-08-30empty files suckTheo de Raadt
1997-08-30don't muck w/ MBR on !hdMichael Shalayeff
1997-08-30wrong namespace!Theo de Raadt
1997-08-29Print "IntelliMouse" at probe time if "option INTELLIMOUSE" is in da house.kstailey
Move init code to pmsopen() since pmsclose() clobbers it.
1997-08-29M$ IntelliMouse supportkstailey
1997-08-29missed from last ci, add -lutilMichael Shalayeff
1997-08-29ifdef partition table and NT s# w/ BEMBRMichael Shalayeff
1997-08-29mostly real as i amMichael Shalayeff
1997-08-29use symbolic name for signature valueMichael Shalayeff
1997-08-29regen for prefix ntp system calls with sys_ like other system callskstailey