summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-09-02fix use-after-free for expired passwds; ok deraadt, tdevalMarkus Friedl
2003-09-02zap more driversTheo de Raadt
2003-09-02enter 3.7Markus Friedl
2003-09-02add t5 to the clean targetDavid Krause
ok deraadt@
2003-09-02- remove non-existent errors from DIAGNOSTICSJason McIntyre
- slight macro cleanup from NetBSD (Anders Magnusson -r1.11); ok hugh@
2003-09-02Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. CorrectDale Rahn
behavior for RTLD_GLOBAL/RTLD_LOCAL is now supported. ok espie@
2003-09-02Add 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-02Run a complete test again all trap vectors - this passes now.Miod Vallat
2003-09-02remove 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-02Cleanup and simplify data and instruction fault trap handling for 88100.Miod Vallat
2003-09-02use .Bk/.Ek for SYNOPSIS;Jason McIntyre
2003-09-02syncAlexander Yurchenko
2003-09-02Add Mustek DV2000 video camera; from Lizardo Desilos <lizardo@itvictoria.edu.mx>Alexander Yurchenko
ok nate@
2003-09-01These files are not necessary anymore.Miod Vallat
2003-09-01The 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-01fix leakMarkus Friedl
2003-09-01Be sure to always provide a nonzero number in PREP() and PREP2() for softwareMiod Vallat
traps not tied to a particular vector, in order to correctly process data access faults whenever necessary, before servicing the trap.
2003-09-01A simple regression test to catch which trap vectors, when invoked fromMiod Vallat
userland, will spank the mvme88k kernel by mistake. The test does not trigger the deadly ones, yet.
2003-09-01Prevent userland from invoking BUG system calls, by saving the initial BUGMiod 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-01Do 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-01Correctly map the message buffer.Miod Vallat
2003-09-01remove unused sc_echobug code; ok fgs, mickeyMarkus Friedl
2003-09-01remove unused kerberos code; ok henning@Markus Friedl
2003-09-01match syscallargs comments with realityHenning Brauer
from Patrick Latifi <patrick.l@hermes.usherb.ca> ok jason@ tedu@
2003-09-01syncAlexander Yurchenko
2003-09-01New vendor Micro Star International and its USB Bluetooth adapterAlexander Yurchenko
ok nate@
2003-09-01In emacs editing mode, ksh by default interprets a set 8th bit asChristian 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-01KNFHenning Brauer
2003-09-01regen.Federico G. Schwindt
2003-09-01set fadvise64 as dummy. some binaries compiled with a recent glibcFederico G. Schwindt
seems to require it; henning ok.
2003-09-01rm whitespaceMarkus Friedl
2003-09-01rm gssapidelegatecreds alias; never supported beforeMarkus Friedl
2003-09-01Make 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-01gss kex is not supported; sxw@inf.ed.ac.ukMarkus Friedl
2003-09-01fix perl path. not that anyone uses this, but..Federico G. Schwindt
2003-08-31- .Sh INTRODUCTION -> .Sh DESCRIPTIONJason McIntyre
- macro cleanup
2003-08-31.Sh INTRODUCTION -> .Sh DESCRIPTION;Jason McIntyre
2003-08-31change .Xr to self -> .Nm;Jason McIntyre
2003-08-31- INTRODUCTION -> DESCRIPTIONJason McIntyre
- lowercase .Nd
2003-08-31.Sx SYNOPSIS;Jason McIntyre
2003-08-31.Sx SYNOPSIS;Jason McIntyre
2003-08-31indent example;Jason McIntyre
2003-08-31new sentence, new line;Jason McIntyre
2003-08-31- .\\" -> .\"Jason McIntyre
- new sentence, new line
2003-08-31remove bogus cache test. Suggested by drahn@, ok mickey@, miod@.Matthieu Herrb
2003-08-31Upon 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-31add FILES and SEE ALSO sections;Jason McIntyre
2003-08-31whitspace KNFMarkus Friedl
2003-08-31correct string termination in parse_ename(); sxw@inf.ed.ac.ukMarkus Friedl
2003-08-31call ssh_gssapi_storecreds conditionally from do_exec(); with sxw@inf.ed.ac.ukMarkus Friedl