summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-03-17This along with the recent dynamic linker fixes allows modules to workBrad Smith
with Apache on our ELF-based architecures. Enable alpha, powerpc and sparc64.
2002-03-17Remove hackery I added to deal with dlopen(NULL), handle it in a reasonablyDale Rahn
sane manner. This and the previous resolve.c change art@ ok
2002-03-17Keep _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-17Examine correct fields in mount(8) output to determine if rootKenneth R Westerback
is nfs mounted, i.e. install is running on a diskless machine. ok millert@
2002-03-17Clean up the zapping of bad variables. Instead of implementingArtur Grabowski
_dl_suid_ok, just use the issetugid syscall. ok drahn@.
2002-03-16Use wdc_setdriveConstantine Sapuntzakis
2002-03-16skip absent screens; from leonardo@cefetpr.brMichael Shalayeff
2002-03-16no need to include sys/conf.h w/ machine/conf.h; from David KrauseMichael Shalayeff
2002-03-16 This should've been commited yesterday, before the funmap change.Vincent Labrecque
ok millert@
2002-03-16Add 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-16Add CAVEATS section similar to authenticate.3Todd C. Miller
2002-03-16o 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-16Avoid potential corruption of passwd pointer auth_approval().Todd C. Miller
Also check for strdup() failure while I am here.
2002-03-16Avoid potential corruption of passwd pointer auth_approval().Todd C. Miller
Similar to my recent rshd change.
2002-03-16Add missing login_close() call.Todd C. Miller
2002-03-16Add CAVEATS section that details which functions call getpw* soTodd 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-16auth_approval() calls getpwnam() which can modify the stashed passwdTodd 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-16BSD license. from Daniel Kouril via Dug Song. ok markus@Kevin Steves
2002-03-16split auth_rhosts_rsa(), ok provos@Markus Friedl
2002-03-16Log extra info for ATAPI devicesConstantine Sapuntzakis
2002-03-16The new code logs the control signals on the IDE bus. You can extract the logConstantine 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-16skip inflateEnd if inflate fails; ok provos@Markus Friedl
2002-03-16Add auth_getpwd MLINKTodd C. Miller
2002-03-16o 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 supportVincent Labrecque
plus some KNF ok art@
2002-03-16PTRACE fallout.Artur Grabowski
2002-03-16and in the filesMichael Shalayeff
2002-03-16separate out interrupt handling stuffMichael Shalayeff
2002-03-16Don't set st->st_offs when st is NULL.Artur Grabowski
Noted by Gregory Steuck <greg@nest.cx>
2002-03-16How to enable automake.Marc Espie
2002-03-16semi-current config from gcc, seems to work better for us too; espie@ okMichael Shalayeff
2002-03-16move cdev_decl out and kill some ugly print and some spacesMichael Shalayeff
2002-03-16 better error message when we find unmatched braces. (i.e. "braces" is moreVincent Labrecque
precise than "stuff")
2002-03-15increment minor due to security fixTodd C. Miller
2002-03-15and this is how it will look for the gecko boyMichael Shalayeff
2002-03-15here will be a wscons-gardenMichael Shalayeff
2002-03-15Missing splxArtur Grabowski
2002-03-15proper file depsMichael Shalayeff
2002-03-15rewrite 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-15Try 'local-mac-address' before myetheraddr(). This allows us to correctlyJason Wright
get the mac address on the second ethernet of a Netra T1 AC200; tested by Joey Coleman <joeycoleman@acm.org>
2002-03-15build really really smallMichael Shalayeff
2002-03-15fix a comment a littleMichael Shalayeff
2002-03-15fix binutils entry; pt out by Diana Eichert <deicher@sandia.gov>Michael Shalayeff
2002-03-15syncJason Wright
2002-03-15add lpt/lpaJason Wright
2002-03-15Add lpt device entry pointJason Wright
2002-03-15dohMichael Shalayeff
2002-03-15dunno, smth like thisMichael Shalayeff