Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-17 | This along with the recent dynamic linker fixes allows modules to work | Brad Smith | |
with Apache on our ELF-based architecures. Enable alpha, powerpc and sparc64. | |||
2002-03-17 | Remove hackery I added to deal with dlopen(NULL), handle it in a reasonably | Dale Rahn | |
sane manner. This and the previous resolve.c change art@ ok | |||
2002-03-17 | Keep _dl_last_object in sync with reality if last element in list is deleted. | Dale Rahn | |
allocated memory is not necessarily 0ed, make sure next pointer is inited. | |||
2002-03-17 | Examine correct fields in mount(8) output to determine if root | Kenneth R Westerback | |
is nfs mounted, i.e. install is running on a diskless machine. ok millert@ | |||
2002-03-17 | Clean up the zapping of bad variables. Instead of implementing | Artur Grabowski | |
_dl_suid_ok, just use the issetugid syscall. ok drahn@. | |||
2002-03-16 | Use wdc_setdrive | Constantine Sapuntzakis | |
2002-03-16 | skip absent screens; from leonardo@cefetpr.br | Michael Shalayeff | |
2002-03-16 | no need to include sys/conf.h w/ machine/conf.h; from David Krause | Michael Shalayeff | |
2002-03-16 | This should've been commited yesterday, before the funmap change. | Vincent Labrecque | |
ok millert@ | |||
2002-03-16 | Add missing auth_close() and login_close() calls. | Todd C. Miller | |
2002-03-16 | Make these special buffers readonly by default. ok art@ | Vincent Labrecque | |
2002-03-16 | Add CAVEATS section similar to authenticate.3 | Todd C. Miller | |
2002-03-16 | o Don't allow password-less accounts to login (like in 2.9 and below) | Todd C. Miller | |
o Stash copy of struct passwd via auth_setpwd() to avoid extra needless getpwnam() calls. | |||
2002-03-16 | Avoid potential corruption of passwd pointer auth_approval(). | Todd C. Miller | |
Also check for strdup() failure while I am here. | |||
2002-03-16 | Avoid potential corruption of passwd pointer auth_approval(). | Todd C. Miller | |
Similar to my recent rshd change. | |||
2002-03-16 | Add missing login_close() call. | Todd C. Miller | |
2002-03-16 | Add CAVEATS section that details which functions call getpw* so | Todd C. Miller | |
the programmer knows when to make a local copy of the struct passwd and how to avoid multiple passwd file lookups. | |||
2002-03-16 | auth_approval() calls getpwnam() which can modify the stashed passwd | Todd C. Miller | |
struct. Use auth_setpwd() to stash a copy of the struct so auth_approval() doesn't need to use getpwnam(). Closes PR 2470. | |||
2002-03-16 | BSD license. from Daniel Kouril via Dug Song. ok markus@ | Kevin Steves | |
2002-03-16 | split auth_rhosts_rsa(), ok provos@ | Markus Friedl | |
2002-03-16 | Log extra info for ATAPI devices | Constantine Sapuntzakis | |
2002-03-16 | The new code logs the control signals on the IDE bus. You can extract the log | Constantine Sapuntzakis | |
using atactl <device> dump. The log will help us support more devices. Send logs to csapuntz@ | |||
2002-03-16 | map undo_dump to the "undo-list" command. | Vincent Labrecque | |
2002-03-16 | skip inflateEnd if inflate fails; ok provos@ | Markus Friedl | |
2002-03-16 | Add auth_getpwd MLINK | Todd C. Miller | |
2002-03-16 | o Document auth_getpwd() | Todd C. Miller | |
o Use .Pp, not .sp o Work around two mdoc bugs by using .br | |||
2002-03-16 | add readonly buffer support | Vincent Labrecque | |
plus some KNF ok art@ | |||
2002-03-16 | PTRACE fallout. | Artur Grabowski | |
2002-03-16 | and in the files | Michael Shalayeff | |
2002-03-16 | separate out interrupt handling stuff | Michael Shalayeff | |
2002-03-16 | Don't set st->st_offs when st is NULL. | Artur Grabowski | |
Noted by Gregory Steuck <greg@nest.cx> | |||
2002-03-16 | How to enable automake. | Marc Espie | |
2002-03-16 | semi-current config from gcc, seems to work better for us too; espie@ ok | Michael Shalayeff | |
2002-03-16 | move cdev_decl out and kill some ugly print and some spaces | Michael Shalayeff | |
2002-03-16 | better error message when we find unmatched braces. (i.e. "braces" is more | Vincent Labrecque | |
precise than "stuff") | |||
2002-03-15 | increment minor due to security fix | Todd C. Miller | |
2002-03-15 | and this is how it will look for the gecko boy | Michael Shalayeff | |
2002-03-15 | here will be a wscons-garden | Michael Shalayeff | |
2002-03-15 | Missing splx | Artur Grabowski | |
2002-03-15 | proper file deps | Michael Shalayeff | |
2002-03-15 | rewrite a pmap to use multilevel page tables. | Michael Shalayeff | |
lower 12 bits contain the perms, no unused bits left, but a couple for off-tlb use (as the ref implemented now). do not use the hvt, which might get some use later if proven to speed thigs up, tlb handlers would po another dozen of insns though, but if that's worth its... move on the data seg and map kernel text rdonly (idea form fredette), since all of the page0 mods done before that we are all fine except for some viper fluff, but later w/ that. this also picks up a bit more of ddb magic for bpt and ss. tlb handlers can use a little bit more of attention, but things, visually, seem to be much faster already, -- sorry, no benchmarks for now. * effort sponsored in part by the `henry st. old ale house' * and mr.pete and mr.lee in particular in thier generous entrirety. * the proj took a little more that 72man*h as it was expected, * but within murhy's law estimations. | |||
2002-03-15 | Try 'local-mac-address' before myetheraddr(). This allows us to correctly | Jason Wright | |
get the mac address on the second ethernet of a Netra T1 AC200; tested by Joey Coleman <joeycoleman@acm.org> | |||
2002-03-15 | build really really small | Michael Shalayeff | |
2002-03-15 | fix a comment a little | Michael Shalayeff | |
2002-03-15 | fix binutils entry; pt out by Diana Eichert <deicher@sandia.gov> | Michael Shalayeff | |
2002-03-15 | sync | Jason Wright | |
2002-03-15 | add lpt/lpa | Jason Wright | |
2002-03-15 | Add lpt device entry point | Jason Wright | |
2002-03-15 | doh | Michael Shalayeff | |
2002-03-15 | dunno, smth like this | Michael Shalayeff | |