aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not recursively acquire aac_io_lock in aac_ioctl_event.Ed Maste2007-12-191-3/+1
* Update the number of reported tests to keep prove(1) happy.Diomidis Spinellis2007-12-191-1/+1
* Correct the "move file from directory to existing directory" test forDiomidis Spinellis2007-12-191-1/+1
* Add missing section number.Christian Brueffer2007-12-191-1/+1
* Eliminate redundant code from vm_page_startup().Alan Cox2007-12-191-17/+0
* Remove extraneous debug statements.Kip Macy2007-12-191-6/+0
* Add missing dependencies on Makefile (fixes NO_CLEAN builds).Ruslan Ermilov2007-12-191-4/+4
* Reduce lock contention for simple cases.Warner Losh2007-12-191-16/+22
* Add note about other systems.Warner Losh2007-12-191-0/+3
* Correct typo in usage message.Warner Losh2007-12-191-1/+1
* Go ahead and install usbdevs. This will be used by the usbdevs deviceWarner Losh2007-12-191-1/+4
* Add verbage on some of the rules for a 'filter' vs an 'ithread'Warner Losh2007-12-191-2/+81
* As several people pointed out, I did all the ctype casts the wrongDag-Erling Smørgrav2007-12-194-28/+36
* Move all the xprintf-related symbols to FBSDprivate_1.0.David Schultz2007-12-181-9/+13
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),David Schultz2007-12-188-50/+85
* Don't overload tcp_usrreqs unless the kernel doesn't provide offload support.Kip Macy2007-12-182-1/+3
* Incorporate TCP offload hooks in to core TCP code.Kip Macy2007-12-183-21/+34
* Be more exact with sigaction SA_SIGINFO handling.David E. O'Brien2007-12-181-2/+5
* Fix printing of the number of syncache entries added.Ruslan Ermilov2007-12-181-2/+2
* Document NO_PROXY / no_proxy.Dag-Erling Smørgrav2007-12-181-1/+17
* Add support for the NO_PROXY / no_proxy environment variable as used byDag-Erling Smørgrav2007-12-184-8/+63
* Old patch I had lying around: correctly cast the argument to is*().Dag-Erling Smørgrav2007-12-183-24/+25
* Stylify ipcs/ipcs.c and ipcrm/ipcrm in preparation of the upcomingEdwin Groothuis2007-12-182-384/+470
* Simplify the error handling and use the dereferenced sc->sc_ifp pointer.Andrew Thompson2007-12-181-44/+26
* Portability improvements to investigate behavior of other OSs.Diomidis Spinellis2007-12-181-4/+4
* Add more tests. All rename(2)-based tests now succeed.Diomidis Spinellis2007-12-181-1/+78
* When the bridge has an address and a packet comes in for it then drop it if theAndrew Thompson2007-12-181-0/+7
* Use fixed point integer math instead of floating point math whenJason Evans2007-12-181-42/+47
* - Use the macro to check the port status has it will also test if itsAndrew Thompson2007-12-181-2/+2
* Fix logical bug in the bzip2 reading code, which results in bogus EIOMaxim Sobolev2007-12-182-2/+48
* - sctp-iterator should run at PI_NET priority ...not 0.Randall Stewart2007-12-181-1/+1
* Catch up with vfprintf.c,v 1.77.David Schultz2007-12-181-0/+1
* Remove z_abs(). The z_*() functions were in libf77, and for some reasonDavid Schultz2007-12-182-8/+0
* only include intr_machdep.h when it is needed for intr_bindKip Macy2007-12-171-0/+2
* A few more adjustments needed because of changes in xorg. Just installingKen Smith2007-12-172-2/+6
* Remove file after being repocopied to ../ofw, where it lives on.Marcel Moolenaar2007-12-177-749/+0
* Build the OFW loader from its new location after the sourcesMarcel Moolenaar2007-12-171-1/+1
* Forced commit to record that this file was repocopied fromMarcel Moolenaar2007-12-170-0/+0
* Add myself to the copyright.Andrew Thompson2007-12-171-0/+1
* Oops, the previous commit was not needed -- the file was committed butBruce Evans2007-12-171-1/+1
* Translate from the i386 so that this compiles and runs.Bruce Evans2007-12-171-1/+1
* Fix a MAC label leak for POSIX semaphores, in which per-policy labelsRobert Watson2007-12-171-0/+1
* Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC labelRobert Watson2007-12-171-0/+6
* Moved logging out of the nss_method_lookup() in order not toMichael Bushkov2007-12-171-9/+13
* Don't try to build s_nanl.c before it is committed.Bruce Evans2007-12-171-1/+1
* Calculate p.fs.lookup_step correctly. This should prevent zeroing ofOleg Bulyzhin2007-12-171-3/+3
* disable update in place on transmitKip Macy2007-12-171-4/+2
* Add SB_NOCOALESCE flag to disable socket buffer update in placeKip Macy2007-12-172-0/+2
* Calling any function from vfork other than exec* and _exit yieldsDiomidis Spinellis2007-12-171-3/+9
* Make TCP offload work on HEAD (modulo negative interaction between sbcompressKip Macy2007-12-1724-600/+3309