Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-04 | do a global reset properly. | David Gwynne | |
2007-04-03 | Match su16552. | Mark Kettenis | |
2007-04-03 | On sparc64, prefer the local-mac-address provided by the PROM. Makes sure the | Mark Kettenis | |
MAC address on the builtin ports of the Sun Fire V215 match what is used by the PROM. ok deraadt@ | |||
2007-04-03 | Use strtonum(), not atoi(). OK deraadt, with help from otto@ | Todd C. Miller | |
2007-04-03 | Fix PR 5417; gunzip should set the timestamp based on the | Todd C. Miller | |
compressed file by default. OK otto@ | |||
2007-04-03 | Add iommu glue. | Mark Kettenis | |
2007-04-03 | Remove part of the -x description that I missed. | Todd C. Miller | |
2007-04-03 | Really drop data packets if the station is not associated. It does not | Claudio Jeker | |
make sense to keep these packets around and send them out somewhen later when they are no longer valid. OK mglocker@ | |||
2007-04-03 | Remove obsolete options for superblock fields that are no longer used. | Todd C. Miller | |
OK deraadt @, OK in principle tedu@ | |||
2007-04-03 | make it work with height 4 (division by zero) | Martynas Venckus | |
ok millert@ | |||
2007-04-03 | add more supported models. | Xavier Santolaria | |
2007-04-03 | Minor cleanup: remove rcsids, remove #ifdef'd out code, COMPAT is | Todd C. Miller | |
the default, quiet gcc. OK deraadt@ | |||
2007-04-03 | A fix for smp old world macs such as the 9500MP and 9600MP which lack the | Gordon 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-03 | s/library/object for the format string stuff | Jason Wright | |
2007-04-03 | add support for LD_TRACE_LOADED_OBJECTS_{FMT1/FMT2/PROGNAME}. Functionality | Jason Wright | |
matches and expands on the old a.out ld.so formatting. ok drahn | |||
2007-04-03 | Don't get upset about short sized input files. | Jonathan Gray | |
ok moritz@ | |||
2007-04-03 | Document CHECK_LIB_DEPENDS. | Marc Espie | |
Based on an idea by bernd and nikolai. | |||
2007-04-03 | Make the ast on i386 per-process instead of per-cpu. This makes | Artur Grabowski | |
signal delivery more reliable in some cases when a process switches cpu. kettenis@ ok | |||
2007-04-03 | Start moving state that is shared among threads in a process into | Artur 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-03 | i 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-03 | put "CODE REFERENCES" before "SEE ALSO" for consistency | Jasper Lievisse Adriaanse | |
ok jmc@ | |||
2007-04-03 | implement the DK INFO ioctl so userland can query the disks product, | David Gwynne | |
vendor, etc details. | |||
2007-04-03 | define the vpd inquiry page code. | David Gwynne | |
2007-04-03 | provide an ioctl interface for userland to ask disk drivers about various | David Gwynne | |
product details. | |||
2007-04-03 | add a wrapper for querying vpd inquiry pages | David Gwynne | |
2007-04-03 | modernise scsi_inquiry. the length field has grown and now theres pages to | David Gwynne | |
query. ok krw@ | |||
2007-04-03 | Data direction was not properly encoded in (unused) | Jonathan Gray | |
AX88178 write nodeid command. From Hans Petter Selasky <hselasky@c2i.net> | |||
2007-04-02 | unmapiodev() takes the va as its first argument, not the pa. | Mark Kettenis | |
ok gwk@ | |||
2007-04-02 | When 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-02 | Modern disks do bad sector replacement themselves. There is no | Todd C. Miller | |
need to reserve space for them in the filesystem itself. OK deraadt@ pedro@ | |||
2007-04-02 | be 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-02 | Remove bogus code. Turning on parity for pci busses may be a good idea, but | Mark 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-02 | Use fatal() if calloc fails instead of fatalx(). | Claudio Jeker | |
2007-04-02 | tidy up synopsis and usage(); | Jason McIntyre | |
includes bits of a diff from Igor Sobrado and some help from otto ok otto | |||
2007-04-02 | provide some missing arguments and tidy up usage(); from Igor Sobrado | Jason McIntyre | |
2007-04-02 | Since the kernel allows argv[0] == NULL, dont core in ld.so | Dale Rahn | |
diff from Matthew Dempsky, with reminder from theo. | |||
2007-04-02 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-04-02 | tidy up synopsis and sort options; from Igor Sobrado | Jason McIntyre | |
2007-04-02 | -i takes an argument; from Igor Sobrado | Jason McIntyre | |
2007-04-02 | tidy up synopis and usage(); sort options; from Igor Sobrado | Jason McIntyre | |
2007-04-02 | sort options; from Igor Sobrado | Jason McIntyre | |
2007-04-02 | -d takes an argument; from Igor Sobrado | Jason McIntyre | |
2007-04-02 | tidy up synopsis; from Igor Sobrado | Jason McIntyre | |
tweak AUTHORS whilst here | |||
2007-04-02 | sort options + kill usage() verbosity; from Igor Sobrado | Jason McIntyre | |
2007-04-02 | tidy up synopsis and usage(); from Igor Sobrado | Jason McIntyre | |
2007-04-02 | -o and -r take arguments; from Igor Sobrado | Jason McIntyre | |
2007-04-02 | .Ar for arguments; from Igor Sobrado | Jason McIntyre | |
2007-04-02 | tidy up synopsis and usage(); sort options; | Jason McIntyre | |
from Igor Sobrado, tweaked by myself | |||
2007-04-02 | Return EFBIG in case not enough segments are present to load a DMA request | Claudio 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-02 | revert previous: at least it's consistent | Jason McIntyre | |