Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-02 | fix use-after-free for expired passwds; ok deraadt, tdeval | Markus Friedl | |
2003-09-02 | zap more drivers | Theo de Raadt | |
2003-09-02 | enter 3.7 | Markus Friedl | |
2003-09-02 | add t5 to the clean target | David Krause | |
ok deraadt@ | |||
2003-09-02 | - remove non-existent errors from DIAGNOSTICS | Jason McIntyre | |
- slight macro cleanup from NetBSD (Anders Magnusson -r1.11); ok hugh@ | |||
2003-09-02 | Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. Correct | Dale Rahn | |
behavior for RTLD_GLOBAL/RTLD_LOCAL is now supported. ok espie@ | |||
2003-09-02 | Add defines for missing RTLD_, eg RTLD_GLOBAL and RTLD_LOCAL, | Dale Rahn | |
values for RTLD_GLOBAL and RTLD_LOCAL are same as solaris uses. | |||
2003-09-02 | Run a complete test again all trap vectors - this passes now. | Miod Vallat | |
2003-09-02 | remove section claiming that programs using /proc are unsupported, | Jason McIntyre | |
since they are supported using the "-o linux" option to mount_procfs; from NetBSD (Emmanuel Dreyfus, -r1.30); markus@ and miod@ agree. | |||
2003-09-02 | Cleanup and simplify data and instruction fault trap handling for 88100. | Miod Vallat | |
2003-09-02 | use .Bk/.Ek for SYNOPSIS; | Jason McIntyre | |
2003-09-02 | sync | Alexander Yurchenko | |
2003-09-02 | Add Mustek DV2000 video camera; from Lizardo Desilos <lizardo@itvictoria.edu.mx> | Alexander Yurchenko | |
ok nate@ | |||
2003-09-01 | These files are not necessary anymore. | Miod Vallat | |
2003-09-01 | The most harmful bugs are always so blatant it takes hours to spot them... | Miod Vallat | |
Correctly setup the vector table for T_SIGSYS and T_SIGTRAP traps, and handle T_SIGSYS userland traps. This passes a complete usertrap regression test now. | |||
2003-09-01 | fix leak | Markus Friedl | |
2003-09-01 | Be sure to always provide a nonzero number in PREP() and PREP2() for software | Miod Vallat | |
traps not tied to a particular vector, in order to correctly process data access faults whenever necessary, before servicing the trap. | |||
2003-09-01 | A simple regression test to catch which trap vectors, when invoked from | Miod Vallat | |
userland, will spank the mvme88k kernel by mistake. The test does not trigger the deadly ones, yet. | |||
2003-09-01 | Prevent userland from invoking BUG system calls, by saving the initial BUG | Miod Vallat | |
trap vector contents, putting the bugtrap() stub in place, and switching back and forth between them when the kernel needs to invoke BUG functions. | |||
2003-09-01 | Do not let userland programs enter DDB at will - it's a BAD thing. | Miod Vallat | |
Also, fix a logic error in m88100_syscall() which prevented ERESTART and EJUSTRETURN to be returned (gasp!) | |||
2003-09-01 | Correctly map the message buffer. | Miod Vallat | |
2003-09-01 | remove unused sc_echobug code; ok fgs, mickey | Markus Friedl | |
2003-09-01 | remove unused kerberos code; ok henning@ | Markus Friedl | |
2003-09-01 | match syscallargs comments with reality | Henning Brauer | |
from Patrick Latifi <patrick.l@hermes.usherb.ca> ok jason@ tedu@ | |||
2003-09-01 | sync | Alexander Yurchenko | |
2003-09-01 | New vendor Micro Star International and its USB Bluetooth adapter | Alexander Yurchenko | |
ok nate@ | |||
2003-09-01 | In emacs editing mode, ksh by default interprets a set 8th bit as | Christian Weisgerber | |
meta prefix, i.e. all characters with the top bit set (>= 0x80) are taken as commands and cannot be entered literally. Introduce a new shell option, emacs-usemeta, that allows to toggle this behavior. The default is the traditional behavior; to enter 8-bit characters use "set +o emacs-usemeta". ok fgsch@, henning@ | |||
2003-09-01 | KNF | Henning Brauer | |
2003-09-01 | regen. | Federico G. Schwindt | |
2003-09-01 | set fadvise64 as dummy. some binaries compiled with a recent glibc | Federico G. Schwindt | |
seems to require it; henning ok. | |||
2003-09-01 | rm whitespace | Markus Friedl | |
2003-09-01 | rm gssapidelegatecreds alias; never supported before | Markus Friedl | |
2003-09-01 | Make nat rule update the table counters when no filtering rule is used. | Cedric Berger | |
This is mostly to support the new "nat pass" rule. ok dhartmei@ henning@ | |||
2003-09-01 | gss kex is not supported; sxw@inf.ed.ac.uk | Markus Friedl | |
2003-09-01 | fix perl path. not that anyone uses this, but.. | Federico G. Schwindt | |
2003-08-31 | - .Sh INTRODUCTION -> .Sh DESCRIPTION | Jason McIntyre | |
- macro cleanup | |||
2003-08-31 | .Sh INTRODUCTION -> .Sh DESCRIPTION; | Jason McIntyre | |
2003-08-31 | change .Xr to self -> .Nm; | Jason McIntyre | |
2003-08-31 | - INTRODUCTION -> DESCRIPTION | Jason McIntyre | |
- lowercase .Nd | |||
2003-08-31 | .Sx SYNOPSIS; | Jason McIntyre | |
2003-08-31 | .Sx SYNOPSIS; | Jason McIntyre | |
2003-08-31 | indent example; | Jason McIntyre | |
2003-08-31 | new sentence, new line; | Jason McIntyre | |
2003-08-31 | - .\\" -> .\" | Jason McIntyre | |
- new sentence, new line | |||
2003-08-31 | remove bogus cache test. Suggested by drahn@, ok mickey@, miod@. | Matthieu Herrb | |
2003-08-31 | Upon returning from m18*_ext_int(), do not invoke data_access_emulation() | Miod Vallat | |
if trap(T_DATAFLT) has been able to correct the issue. This is, in fact, really a can't-happen situation, anyways. | |||
2003-08-31 | add FILES and SEE ALSO sections; | Jason McIntyre | |
2003-08-31 | whitspace KNF | Markus Friedl | |
2003-08-31 | correct string termination in parse_ename(); sxw@inf.ed.ac.uk | Markus Friedl | |
2003-08-31 | call ssh_gssapi_storecreds conditionally from do_exec(); with sxw@inf.ed.ac.uk | Markus Friedl | |