Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-02 | sync usage() to man | Michael Shalayeff | |
1997-09-02 | delete extra \n | Theo de Raadt | |
1997-09-02 | s/DEBUG/GIDT_DEBUG/ | Michael Shalayeff | |
1997-09-02 | tabs vs spaces | Michael Shalayeff | |
1997-09-02 | whine about conv memory | Michael Shalayeff | |
1997-09-02 | New 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-02 | New COMPAT_BSDOS syscalls.master. | Jason Downs | |
1997-09-02 | Kill old COMPAT_BSDOS. | Jason Downs | |
1997-09-02 | COMPAT_BSDOS exec and compat changes. | Jason Downs | |
1997-09-02 | COMPAT_BSDOS changes to sys/compat/bsdos. | Jason Downs | |
1997-09-02 | COMPAT_NOMID -> COMPAT_BSDOS, in preperation for a real emul library. | Jason Downs | |
1997-09-02 | COMPAT_NOMID -> COMPAT_BSDOS, in preperation for a real emul library. | Jason Downs | |
1997-09-02 | Remove COMPAT_NOMID, it should never have been here in the first place. | Jason Downs | |
1997-09-02 | macro fix; mason@primenet.com.au | Theo de Raadt | |
1997-09-01 | Correct a debug printout | Niklas Hallqvist | |
1997-09-01 | Thanks go to Jason Downs <downsj@openbsd.org> who virtually handed me this | Todd T. Fries | |
patch. | |||
1997-08-31 | for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid | Theo 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-31 | consistency | Michael 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-31 | consistancy | Michael Shalayeff | |
1997-08-31 | mbuf leak repair; mycroft@netbsd | Theo de Raadt | |
1997-08-30 | OpenBSD doesn't use EXEC_AOUT and EXEC_SCRIPT. -moj | Mats O Jansson | |
1997-08-30 | Since the previous one died... | Mats O Jansson | |
Some code to get my MV3600 to work. -moj | |||
1997-08-30 | Small changes to get a working MV3600 kernel. It's problems with memory | Mats O Jansson | |
allocation in cpu_start. A work around is to define NBUF in the config file. -moj | |||
1997-08-30 | repair all that gunk | Theo de Raadt | |
1997-08-30 | empty files suck | Theo de Raadt | |
1997-08-30 | don't muck w/ MBR on !hd | Michael Shalayeff | |
1997-08-30 | wrong namespace! | Theo de Raadt | |
1997-08-29 | Print "IntelliMouse" at probe time if "option INTELLIMOUSE" is in da house. | kstailey | |
Move init code to pmsopen() since pmsclose() clobbers it. | |||
1997-08-29 | M$ IntelliMouse support | kstailey | |
1997-08-29 | missed from last ci, add -lutil | Michael Shalayeff | |
1997-08-29 | ifdef partition table and NT s# w/ BEMBR | Michael Shalayeff | |
1997-08-29 | mostly real as i am | Michael Shalayeff | |
1997-08-29 | use symbolic name for signature value | Michael Shalayeff | |
1997-08-29 | regen for prefix ntp system calls with sys_ like other system calls | kstailey | |
1997-08-29 | prefix ntp system calls with sys_ like other system calls | kstailey | |
1997-08-29 | regen for ntp_gettime(2), ntp_adjtime(2) | kstailey | |
1997-08-29 | ntp_gettime(2), ntp_adjtime(2) | kstailey | |
1997-08-29 | regen for clock_gettime(2), clock_settime(2), clock_getres(2), microsleep(2) | kstailey | |
1997-08-29 | multi-include protection | Michael Shalayeff | |
1997-08-29 | clock_gettime(2), clock_settime(2), clock_getres(2), microsleep(2) | kstailey | |
1997-08-29 | don't need NT stuff here, since we are mbr when we have the whole disk | Michael Shalayeff | |
1997-08-29 | install on raw partition | Michael Shalayeff | |
accept short device names (ie sd0) print -v output on stderr | |||
1997-08-29 | regen for s/UNIMPL/STD/ for svr4_sys_socket() | kstailey | |
1997-08-29 | s/UNIMPL/STD/ for svr4_sys_socket() | kstailey | |
1997-08-29 | hide dd's messages | Michael Shalayeff | |
1997-08-29 | don't use private defines, use ones exported from includes | Michael Shalayeff | |
1997-08-29 | define DOSACTIVE for bootable partition | Michael Shalayeff | |
1997-08-29 | regen for sockets | kstailey | |
1997-08-29 | add support for sockets. | kstailey | |
add names to some UNIMPL's. split up some lines to fit in 80 cols. |