Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-28 | sync | Theo de Raadt | |
1998-06-28 | oops | Theo de Raadt | |
1998-06-28 | indent | Theo de Raadt | |
1998-06-28 | fix Makefiles | Theo de Raadt | |
1998-06-28 | sync | Theo de Raadt | |
1998-06-28 | Don't assume sizeof(long) == 4 | brian | |
1998-06-28 | make the openfirmware clock reading routine compatible with the | Dale S. Rahn | |
"typical" hardware clock read routine. | |||
1998-06-28 | Oh fun, mucking about with files used on all archs. | Dale S. Rahn | |
This is one of many places in the source that have #if defined("list all architectures") Is there some possible way to eliminate, reduce these or at least have a file that describes all occurrances so that when a new port is done this could be addressed. like the recent hppa port, does it need to take a look at this???? | |||
1998-06-28 | Stability fix for powerpc openfirmware system. | Dale S. Rahn | |
Actually implement interrupt masking as appropriate for the openfirmware drivers. This problem was caused by the use of the X86 style of interrupt handling introduced to the powerpc some time back. A problem may still exist in the non-openfirmware drivers: soft_net functions may get called when going from splhigh -> splclock using splx when the soft functions should not be called. Also look into SINT_CLOCK handling (where is this set). Possibly real work can now be done... | |||
1998-06-28 | indent | Todd T. Fries | |
1998-06-28 | I'm clearly having problems with cut-and-paste today. | Angelos D. Keromytis | |
1998-06-28 | More defines from NetBSD. | Angelos D. Keromytis | |
1998-06-28 | Oops, cut and pasted a bit too much. | Angelos D. Keromytis | |
1998-06-28 | Extend struct cia_config, needed for the EB164LX/SX support (and other | Angelos D. Keromytis | |
things to come), from NetBSD. | |||
1998-06-28 | minor sync with reality (still needs a lot of work) | Artur Grabowski | |
1998-06-28 | Some more defines from NetBSD. | Angelos D. Keromytis | |
1998-06-28 | Treat a printer as remote iff RM is not us or RP is set and it doesn't match the | Angelos D. Keromytis | |
current printer;dwmalone@maths.tcd.ie | |||
1998-06-28 | disallow ftp access for www and named users | Artur Grabowski | |
1998-06-28 | Accept Modem and modem as match strings for PCMCIA modem cards. | Angelos D. Keromytis | |
1998-06-28 | Some more system definitions, from NetBSD | Angelos D. Keromytis | |
1998-06-28 | indent | Artur Grabowski | |
1998-06-28 | copy from netbsd... | Theo de Raadt | |
1998-06-27 | have pmsprobe() attempt interrupt establishment; fail probe if interrupt in use | Theo de Raadt | |
1998-06-27 | make isa_intr_establish not panic, but return NULL for failure | Theo de Raadt | |
1998-06-27 | s/23/${OSrev}/ | Todd T. Fries | |
1998-06-27 | Require a password before telling user "command not found". | Todd C. Miller | |
The upshot of this is that a user probing for binaries will be told "you are not allowed to run this" instead of "that doesn't exist". | |||
1998-06-27 | functions go under #ifdef _KERNEL for X; thanks matthieu for the pointer! | Todd T. Fries | |
1998-06-27 | ktrace not trace | Artur Grabowski | |
1998-06-27 | More u_long -> u_int32_t | brian | |
Submitted (with the usual curtesy) by: theo | |||
1998-06-27 | new ksh code stupidly did not permit ". /dev/null"; enable that again | Theo de Raadt | |
1998-06-27 | Fix ``sizeof(u_long) == 4'' errors. | brian | |
Suggested by: theo | |||
1998-06-27 | delete extra KFREE(); d@openbsd.org | Theo de Raadt | |
1998-06-27 | securelevels do NOT protect running binaries; only filesystem activity | Theo de Raadt | |
1998-06-27 | gen boot.lif automagically | Michael Shalayeff | |
1998-06-27 | indent | Theo de Raadt | |
1998-06-27 | Document EINVAL if peer address is multicast. | Angelos D. Keromytis | |
1998-06-27 | indent | Theo de Raadt | |
1998-06-27 | Disallow TCP connect() to multicast addresses; cmetz@inner.net | Angelos D. Keromytis | |
1998-06-27 | No way, not yet. You did not even test, did you, david | Theo de Raadt | |
1998-06-27 | there is no string.h in stand land | Michael Shalayeff | |
1998-06-27 | hmm, how could i miss this one? | Michael Shalayeff | |
1998-06-27 | stand guys don't have string.h as well | Michael Shalayeff | |
1998-06-27 | fix for non-ansi compilers | Michael Shalayeff | |
1998-06-26 | save_errno | Todd C. Miller | |
1998-06-26 | rdist 6.1.4 + OpenBSD patches + some -Wall | Todd C. Miller | |
1998-06-26 | handle single char hostnames; jch@honig.net | Theo de Raadt | |
1998-06-26 | we have a real paths.h | Todd C. Miller | |
1998-06-26 | Don't depend on sizeof(u_long) == 4. | brian | |
Pointed out by: Theo | |||
1998-06-26 | indent | Theo de Raadt | |
1998-06-26 | rcmdsh, not rcmd | Todd C. Miller | |