summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-04do a global reset properly.David Gwynne
2007-04-03Match su16552.Mark Kettenis
2007-04-03On sparc64, prefer the local-mac-address provided by the PROM. Makes sure theMark Kettenis
MAC address on the builtin ports of the Sun Fire V215 match what is used by the PROM. ok deraadt@
2007-04-03Use strtonum(), not atoi(). OK deraadt, with help from otto@Todd C. Miller
2007-04-03Fix PR 5417; gunzip should set the timestamp based on theTodd C. Miller
compressed file by default. OK otto@
2007-04-03Add iommu glue.Mark Kettenis
2007-04-03Remove part of the -x description that I missed.Todd C. Miller
2007-04-03Really drop data packets if the station is not associated. It does notClaudio Jeker
make sense to keep these packets around and send them out somewhen later when they are no longer valid. OK mglocker@
2007-04-03Remove obsolete options for superblock fields that are no longer used.Todd C. Miller
OK deraadt @, OK in principle tedu@
2007-04-03make it work with height 4 (division by zero)Martynas Venckus
ok millert@
2007-04-03add more supported models.Xavier Santolaria
2007-04-03Minor cleanup: remove rcsids, remove #ifdef'd out code, COMPAT isTodd C. Miller
the default, quiet gcc. OK deraadt@
2007-04-03A fix for smp old world macs such as the 9500MP and 9600MP which lack theGordon Willem Klok
/cpus openfirmware node of the new world macs, and only have one cpu node. We look at a register of the memory controller called hammerhead for the arbitration bit being set indicating a two way machine. Quad processor old worlds made by e.g. Daystar Digital would require a different heurisitic. This heuristic comes from linux/netbsd. ok kettenis@ and drahn@
2007-04-03s/library/object for the format string stuffJason Wright
2007-04-03add support for LD_TRACE_LOADED_OBJECTS_{FMT1/FMT2/PROGNAME}. FunctionalityJason Wright
matches and expands on the old a.out ld.so formatting. ok drahn
2007-04-03Don't get upset about short sized input files.Jonathan Gray
ok moritz@
2007-04-03Document CHECK_LIB_DEPENDS.Marc Espie
Based on an idea by bernd and nikolai.
2007-04-03Make the ast on i386 per-process instead of per-cpu. This makesArtur Grabowski
signal delivery more reliable in some cases when a process switches cpu. kettenis@ ok
2007-04-03Start moving state that is shared among threads in a process intoArtur Grabowski
a new struct. Instead of doing a huge rename and deal with the fallout for weeks, like other projects that need no mention, we will slowly and carefully move things out of struct proc into a new struct process. - Create struct process and the infrastructure to create and remove them. - Move threads in a process into struct process. deraadt@, tedu@ ok
2007-04-03i have a bad habit of not documenting extra interfaces i add...David Gwynne
i added an ioctl to get product information from disks. the sd driver supports it, so say so.
2007-04-03put "CODE REFERENCES" before "SEE ALSO" for consistencyJasper Lievisse Adriaanse
ok jmc@
2007-04-03implement the DK INFO ioctl so userland can query the disks product,David Gwynne
vendor, etc details.
2007-04-03define the vpd inquiry page code.David Gwynne
2007-04-03provide an ioctl interface for userland to ask disk drivers about variousDavid Gwynne
product details.
2007-04-03add a wrapper for querying vpd inquiry pagesDavid Gwynne
2007-04-03modernise scsi_inquiry. the length field has grown and now theres pages toDavid Gwynne
query. ok krw@
2007-04-03Data direction was not properly encoded in (unused)Jonathan Gray
AX88178 write nodeid command. From Hans Petter Selasky <hselasky@c2i.net>
2007-04-02unmapiodev() takes the va as its first argument, not the pa.Mark Kettenis
ok gwk@
2007-04-02When running out of space to place a directory entry in msdosfs_readdir(),Pedro Martelletto
save the correct offset in case the directory has support for long file names, and return it to the caller so she can proceed from a valid point. From Alexey Vatchenko, okay tedu@.
2007-04-02Modern disks do bad sector replacement themselves. There is noTodd C. Miller
need to reserve space for them in the filesystem itself. OK deraadt@ pedro@
2007-04-02be more forgiving about tftp requests that come from the 255.255.255.255,Theo de Raadt
as is of particular concern with the sun v215; tested by kettenis, no regressions spotted by pyr
2007-04-02Remove bogus code. Turning on parity for pci busses may be a good idea, butMark Kettenis
this is not the way to do it. And given the way Sun host bridges crap out upon access to pci config space for nonexistent devices, this code is rightout harmful for machines where device 0 isn't present on some busses. Tested by many; ok deraadt@
2007-04-02Use fatal() if calloc fails instead of fatalx().Claudio Jeker
2007-04-02tidy up synopsis and usage();Jason McIntyre
includes bits of a diff from Igor Sobrado and some help from otto ok otto
2007-04-02provide some missing arguments and tidy up usage(); from Igor SobradoJason McIntyre
2007-04-02Since the kernel allows argv[0] == NULL, dont core in ld.soDale Rahn
diff from Matthew Dempsky, with reminder from theo.
2007-04-02tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-04-02tidy up synopsis and sort options; from Igor SobradoJason McIntyre
2007-04-02-i takes an argument; from Igor SobradoJason McIntyre
2007-04-02tidy up synopis and usage(); sort options; from Igor SobradoJason McIntyre
2007-04-02sort options; from Igor SobradoJason McIntyre
2007-04-02-d takes an argument; from Igor SobradoJason McIntyre
2007-04-02tidy up synopsis; from Igor SobradoJason McIntyre
tweak AUTHORS whilst here
2007-04-02sort options + kill usage() verbosity; from Igor SobradoJason McIntyre
2007-04-02tidy up synopsis and usage(); from Igor SobradoJason McIntyre
2007-04-02-o and -r take arguments; from Igor SobradoJason McIntyre
2007-04-02.Ar for arguments; from Igor SobradoJason McIntyre
2007-04-02tidy up synopsis and usage(); sort options;Jason McIntyre
from Igor Sobrado, tweaked by myself
2007-04-02Return EFBIG in case not enough segments are present to load a DMA requestClaudio Jeker
instead of ENOMEM and remove/shortcut the additional debug printfs. Some network drivers will try to load the mbuf chain and linearize the mbufs if EFBIG is returned. OK miod@ kettenis@
2007-04-02revert previous: at least it's consistentJason McIntyre