Age | Commit message (Expand) | Author |
2007-01-20 | check return value of rcs_translate_tag(). prevents a segfault found by todd... | Niall O'Higgins |
2007-01-20 | move the interrupt establishment till after everything in the softc is | David Gwynne |
2007-01-19 | another place to check for DT_UNKNOWN for d_type for afs/nfs | Todd T. Fries |
2007-01-19 | When we hit a DT_UNKNOWN for dirent->d_type in our filelist functions, | Joris Vink |
2007-01-19 | add an EXAMPLES section; | Jason McIntyre |
2007-01-19 | Update comment (on how long we wait for operation to complete) reflect | Tom Cosgrove |
2007-01-19 | bnx_init() takes a pointer to sc, not ifp. | Ryan Thomas McBride |
2007-01-19 | add `10/100' to .Nd; from brad | Jason McIntyre |
2007-01-19 | move cvs_import() proto to the correct place. | Xavier Santolaria |
2007-01-19 | Some '= 0' -> '= NULL' cleanup for pointer fields and return values. | Kenneth R Westerback |
2007-01-19 | Workarounds for DMA HW errata on pci express chips. Based on FreeBSD | Kenneth R Westerback |
2007-01-18 | extra safety check for NULL value. | Niall O'Higgins |
2007-01-18 | We don't want to use GZIP for compress. Only examine GZIP environment | Todd C. Miller |
2007-01-18 | implement -T expire. | Henning Brauer |
2007-01-18 | allow kernels with TCP_SIGNATURE (aka tcp md5sig), but without IPSEC to | Henning Brauer |
2007-01-18 | Check whether PCI interrupt link devices are enabled. | Mark Kettenis |
2007-01-18 | Added fix for static integer | Jordan Hargrave |
2007-01-18 | No longer print the 'bios id' field in the dmesg, its of dubious diagnostic | Gordon Willem Klok |
2007-01-18 | * add an extra argument to the dir lookup functions to say whether we | Marc Espie |
2007-01-18 | import improvements: | Joris Vink |
2007-01-18 | send -l Argument to server when appropriate. | Xavier Santolaria |
2007-01-18 | do not freak out if cannot map physdrives into volumes and handle it proper e... | Michael Shalayeff |
2007-01-18 | more informative error msg. | Xavier Santolaria |
2007-01-18 | put functions protos at the right place. | Xavier Santolaria |
2007-01-18 | FULLPKGPATH is no longer read-only, and COMMENT is also subpackage dependent. | Steven Mestdagh |
2007-01-18 | regen | Jonathan Gray |
2007-01-18 | Add a bunch of as yet untested AX88178 devices. | Jonathan Gray |
2007-01-18 | Don't reinitialize card at every media change. | Kenneth R Westerback |
2007-01-18 | Add support for AX88772 devices with external PHY. | Jonathan Gray |
2007-01-18 | regen | Jonathan Gray |
2007-01-18 | Correct entry for D-Link DUB-E100 rev B1 | Jonathan Gray |
2007-01-17 | Honour activep for times (eg ServerAliveInterval) while parsing | Darren Tucker |
2007-01-17 | When sending signals, instead of checking if the process sending the | Artur Grabowski |
2007-01-17 | on checkout, only create the module path if we find the module. | Thordur I. Bjornsson |
2007-01-17 | Somehow the .Xr acpi 4 fell out of the SEE ALSO section, so put it back. | Michael Knudsen |
2007-01-17 | "correctly deallocate dependencies when growing into an indirect block | Nikolay Sturm |
2007-01-17 | Remove some cruft, SUPPORT_PPC1BUG isnt defined or needed. While here fix | Gordon Willem Klok |
2007-01-17 | send -l Argument to server when appropriate. | Xavier Santolaria |
2007-01-17 | new shorter version of userret() as surely miod ment it to be like (; miod@ ok | Michael Shalayeff |
2007-01-17 | add support for remote checkout in both our client and server, | Joris Vink |
2007-01-17 | more ufs2 leftovers | Pedro Martelletto |
2007-01-17 | Remove references to xm files that no longer exist. Taken from GCC 3.4. | Marc Aurele La France |
2007-01-17 | reintroduce rev 1.83 -- put the new process on the proc lists | Michael Shalayeff |
2007-01-17 | describe BULK_DO variable | Steven Mestdagh |
2007-01-17 | realively -> relatively | Ray Lai |
2007-01-17 | Remove some textual sk heritage warts by renaming some functions and | Kenneth R Westerback |
2007-01-16 | Fix invalid _CRS length. Some aml implementations lie about how long a | Marco Peereboom |
2007-01-16 | correctly initialise unwindidx in ffs2_balloc() | Nikolay Sturm |
2007-01-16 | More cleanup. Eliminate 'struct packet' by cleverly passing as | Kenneth R Westerback |
2007-01-16 | Fix potential int overflow for printf(3) when passing in very large | Todd C. Miller |