summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-09-05Add SCSITERSE option which omits the (large) ASC/ASCQ table.Todd C. Miller
Old scsi error printing code is now gone.
1997-09-05fix compilation problem when SCSIVERBOSE=0Todd C. Miller
1997-09-05fix F_GETLK; tron@lyssa.owl.deTheo de Raadt
1997-09-05Minor changes from ppp 2.3.1Todd C. Miller
1997-09-05clean up sense info printing furtherTheo de Raadt
1997-09-05add full defines for %cr4 bits and cpu_feature bits (names match freebsdchuck
and intel docs)
1997-09-04more detailsTheo de Raadt
1997-09-04fix spellingTheo de Raadt
1997-09-04add invlpg and %cr4 read/writechuck
1997-09-04warn about unknown disklabel types, doc it in BUGSMichael Shalayeff
1997-09-04s/DEBUG/EXEC_DEBUG/Michael Shalayeff
1997-09-04support boot API version numberMichael Shalayeff
1997-09-03fix cua/tty lockingTheo de Raadt
1997-09-03simplify verbose error reportingTheo de Raadt
1997-09-03be silent for SCSI_SILENT transactionsTheo de Raadt
1997-09-03Fix fake geo (again)Tobias Weingartner
1997-09-03changes for ps "emul" optionkstailey
1997-09-03regenJason Downs
1997-09-03Update for BSD/OS 3.0.Jason Downs
1997-09-03Fix fake geoTobias Weingartner
1997-09-032nd part of pretty "machine diskinfo"Tobias Weingartner
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